Oh, but doesn't local InterBase block calls made from services? If you're using a fully licensed version of InterBase I can't promise with certainty that this is the cause of your problem, but if you're using a bundled version (one that comes with an Inprise Borland product) then that version will deny connection from anything running within a service, because it deems this to be a "network connection" and not a local one, and that would violate the license. Right. There may be ways around this, other than buying the full product, but I have not found it. It also affects ISAPI extensions on IIS or any other ISAPI-enabled web server such as Zeus, because these extensions are DLLs running in the context of the IIS service. -- Alexander Staubo http://www.mop.no/~alex/ "It has taken the planet Earth 4.5 billion years to discover it is 4.5 billion years old." --George Wald
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Graham Chiu Sent: 1. juni 1999 02:37 To: zope@zope.org Subject: Re: [Zope] ODBC and Zserver problems
In article <4.2.0.56.19990531085431.00bd7f00@lisp.atmm.nl>, Martijn Pieters <mj@antraciet.nl> writes
What database are you connecting too? Could it be that the security of the database doesn't allow the system account (the account all services normally start up as) to access the database? If it is an Access database, make sure the database isn't opened by any other process, for example. This could cause problems.
Local Interbase 4.2.1.328.
this is the traceback...
<!-- Traceback (innermost last): File f:\zope\lib\python\ZPublisher\Publish.py, line 255, in publish_module File f:\zope\lib\python\ZPublisher\Publish.py, line 157, in publish File f:\zope\lib\python\ZPublisher\mapply.py, line 154, in mapply (Object: manage_open_connection) File f:\zope\lib\python\ZPublisher\Publish.py, line 98, in call_object (Object: manage_open_connection) File f:\zope\lib\python\Shared\DC\ZRDB\Connection.py, line 179, in manage_open_connection (Object: stock) File f:\zope\lib\python\Shared\DC\ZRDB\Connection.py, line 197, in connect (Object: stock) File f:/Zope\lib\python\Products\ZODBCDA\db.py, line 154, in __init__ BadRequest: (see above)
------- Regards, Graham Chiu gchiu<at>compkarori.co.nz
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )