Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> asp error 0115 - I can't connect using oo4o
From my Windows 98 development machine running Personal Web Server and OraClient 8.0.4, I connect fine using oo4o to an Oracle database. But when I run the same ASP's via the net against the same database, the login page fails with the message:
Server object error 'ASP 0115 : 8000ffff'
It points to the following line of code:
Set OraSession = Server.CreateObject("OracleInProcServer.XOraSession")
The web server is running NT 4, IIS v4 SP5, MDAC 2.1, Oracle 8.0.5. When a vbs file containing the same code is executed on the server, it works. It appears to have the object in question registered and a valid path. We think the server is wide open when it comes to security.
I had previously used ADO to connect to this same database via the web and had no problem.
Thanks in advance for your help.
Dave Received on Thu Aug 10 2000 - 00:00:00 CDT
![]() |
![]() |