Henny: Hmm.. you mention below that you are using the latest ODBC driver. The error strongly implies that it's not the current one. Are you using Z ODBC DA 3.0.1? --Rob
When our site tries to access a SQL-server 7 database we get often (not always, it's a bit random) the following error:
Error type: AttributeError Error value: tpc_begin --> </BODY></HTML> <!-- Traceback (innermost last): File C:\PROGRA~1\Zope\lib\python\ZPublisher\Publish.py, line 214, in publish_module File C:\PROGRA~1\Zope\lib\python\ZPublisher\Publish.py, line 179, in publish File C:\PROGRA~1\Zope\lib\python\Zope\__init__.py, line 201, in zpublisher_exception_hook (Object: ElementWithAttributes) File C:\PROGRA~1\Zope\lib\python\ZPublisher\Publish.py, line 169, in publish File C:\PROGRA~1\Zope\lib\python\ZODB\Transaction.py, line 236, in commit AttributeError: (see above)
-->
When we click on refresh in the browser the page is correctly loaded. We use:
NT-server, IIS4, SQL server 7 Zope 2.01 with the latest ODBC adapter.
By the way, this problem didn't occur under Zope 1.10 with the old ODBC adapter.
Please help, It's verry urgent.
Thanks
Henny van der Linde
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi,
Hmm.. you mention below that you are using the latest ODBC driver. The error strongly implies that it's not the current one. Are you using Z ODBC DA 3.0.1?
We use 3.0.3. I just noticed that is a version 3.1.0b2. Maybe we will succeed with this one. Thanks, Henny van der Linde
Hi, Till now we thought that this problem had something to do with the ODBC link to the external database (SQL-server 7). Wrong. The same problem occured now with a document without any database link. So what is going on here?
Error type: AttributeError Error value: tpc_begin --> </BODY></HTML> <!-- Traceback (innermost last): File C:\PROGRA~1\Zope\lib\python\ZPublisher\Publish.py, line 214, in publish_module File C:\PROGRA~1\Zope\lib\python\ZPublisher\Publish.py, line 179, in publish File C:\PROGRA~1\Zope\lib\python\Zope\__init__.py, line 201, in zpublisher_exception_hook (Object: ElementWithAttributes) File C:\PROGRA~1\Zope\lib\python\ZPublisher\Publish.py, line 169, in publish File C:\PROGRA~1\Zope\lib\python\ZODB\Transaction.py, line 236, in commit AttributeError: (see above)
-->
When we click on refresh in the browser the page is correctly loaded. We use:
NT-server, IIS4, SQL server 7 Zope 2.01 with the latest ODBC adapter.
By the way, this problem didn't occur under Zope 1.10.
Please help, It's very urgent. We are building a large site for the Departement of Psychology (Leiden University, Netherlands) with Zope. We are promoting Zope very strongly, but with this problem it is for us a bit hard to 'sell Zope'. Thanks Henny van der Linde
On 12/7/99 8:17 PM, Henny van der Linde at linde@inline-info.nl wrote:
Till now we thought that this problem had something to do with the ODBC link to the external database (SQL-server 7). Wrong. The same problem occured now with a document without any database link. So what is going on here?
I don't know how this could ever happen without the involvement of the DA... please double check that you're not calling something that somewhere calls teh DA. Chris -- | Christopher Petrilli Python Powered Digital Creations, Inc. | petrilli@digicool.com http://www.digicool.com
Hi,
I don't know how this could ever happen without the involvement of the DA... please double check that you're not calling something that somewhere calls teh DA.
There was indeed a problem with the DA (3.0.3). It seems to work now. Thanks, Henny van der Linde
participants (3)
-
Christopher Petrilli -
Henny van der Linde -
Rob Page