Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help Please : Connecting Oracle to MS IIS
Keith,
With just that error, you cannot really tell what is happening.
You might need to enable the client side SQL*Net tracing to see what is really happening under the covers.
One thing I've found that helps sometimes (with other ODBC drivers) is adding the following line to your SQLNET.ORA file (located in your %ORACLE_HOME%\NET80\ADMIN is:
SQLNET.AUTHENTICATION_SERVICES = (none)
This will resolve a ORA-12641 error (common with Oracle and IIS)
Another thing you can try is to enable ODBC tracing (from your ODBC 32-bit administrator in your Control Panel).
Take Care and Good Luck!
Robert Clevenger
Keith Lawrence wrote in message <6cbpth$5v4$1_at_news.u-net.com>...
>However, when actually accessing the intranet page via IIS the intranet
refuses to connect
>to the Oracle instance, ODBC error 80004005 'Error Attempting Logon' is
reported.
>
>What am I missing (apart from a few brain cells<g>)?
Received on Wed Feb 18 1998 - 00:00:00 CST
![]() |
![]() |