Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ASP and oo4o connection problem

ASP and oo4o connection problem

From: Dave Rabkin <darabkin_at_ameritech.net>
Date: 2000/08/11
Message-ID: <sCXk5.5408$E05.37337@nntp0.chicago.il.ameritech.net>#1/1

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 Fri Aug 11 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US