_db_codec problem gone but got a couple new mssql problems with rev.27
on winXP:

Traceback (most recent call last):
  File "C:\web2py\hg\gluon\restricted.py", line 184, in restricted
    exec ccode in environment
  File "C:/web2py/hg/applications/w2/controllers/appadmin.py", line
308, in <module>
  File "C:\web2py\hg\gluon\globals.py", line 103, in <lambda>
    self._caller = lambda f: f()
  File "C:/web2py/hg/applications/w2/controllers/appadmin.py", line
128, in insert
    if form.accepts(request.vars, session):
  File "C:\web2py\hg\gluon\sqlhtml.py", line 903, in accepts
    self.vars.id = self.table.insert(**fields)
  File "C:\web2py\hg\gluon\sql.py", line 1954, in insert
    self._db._adapter.execute(query)
  File "C:\web2py\hg\gluon\sql.py", line 187, in execute
    return self.cursor.execute(*a, **b)
DataError: ('22018', "[22018] [Microsoft][ODBC SQL Server Driver][SQL
Server]Conversion failed when converting the varchar value 'F' to data
type bit. (245) (SQLExecDirectW)")

and

Traceback (most recent call last):
  File "C:\web2py\hg\gluon\restricted.py", line 184, in restricted
    exec ccode in environment
  File "C:/web2py/hg/applications/w2/controllers/appadmin.py", line
308, in <module>
  File "C:\web2py\hg\gluon\globals.py", line 103, in <lambda>
    self._caller = lambda f: f()
  File "C:/web2py/hg/applications/w2/controllers/appadmin.py", line
128, in insert
    if form.accepts(request.vars, session):
  File "C:\web2py\hg\gluon\sqlhtml.py", line 858, in accepts
    newfilename = field.store(source_file, original_filename)
  File "C:\web2py\hg\gluon\sql.py", line 2652, in store
    dest_file = open(pathfilename, 'wb')
IOError: [Errno 2] No such file or directory: 'C:\\web2py\\hg\
\applications\\w2/databases\\..\\uploads\
\test.uplo1.acf8c8d3cccc62d9.4152524f424154482e545854.TXT'

--

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.


Reply via email to