[Zope] RE: Zope 2 crashes

Rob Page rob.page@digicool.com
Fri, 10 Sep 1999 20:39:38 -0400


John:

> The problems:
> 1. Oracle 7.3 ODBC connections can't be opened at all: "invalid
> connection string".
> 2. SQL Server 6.5 connections work normally but Zserver crashes
> intermittently:
>     PythonServices.exe - Applictaion Error
>     The instruction "0x1e1124060" referenced memory at "0x00000020".
>     The memoery couldn't be read"

Only relatively recent (since 9/2/1999) ODBC DAs are threadsafe.
Normally I'd chalk up:

>     The instruction "0x1e1124060" referenced memory at "0x00000020".

to the mere fact that it's NT but maybe not in this case.  Check:

http://www.zope.org:18200/Products/DA/ZODBCDA

to see if you've got a safe DA.

--Rob