FIREBIRD 2.1.2 and web2py 1.66.2 . After renamed fieldname and
tablename i registrated user and i input login and password but after
error. Not insert ticket... On sqlite this application work. What is
problem? Thank's for help
Error traceback
Traceback (most recent call last):
File "/web2py_1_66/gluon/restricted.py", line 178, in restricted
exec ccode in environment
File "/web2py_1_66/applications/kpaxf/controllers/cas.py", line 188,
in <module>
File "/web2py_1_66/gluon/globals.py", line 101, in <lambda>
self._caller = lambda f: f()
File "/web2py_1_66/applications/kpaxf/controllers/cas.py", line 58,
in login
insert_ticket(session)
File "/web2py_1_66/applications/kpaxf/controllers/cas.py", line 35,
in insert_ticket
url=session.service,ctime=now)
File "/web2py_1_66/gluon/sql.py", line 1499, in insert
self._db._execute(query)
File "/web2py_1_66/gluon/sql.py", line 875, in <lambda>
self._execute = lambda *a, **b: self._cursor.execute(*a, **b)
ProgrammingError: (-802, 'isc_dsql_execute: \n arithmetic exception,
numeric overflow, or string truncation')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---