DOA / IIS

mvarelli

Member
Hi everybody,

I have a problem with Oracle connection using ADO components, when I open the session from an ISAPI the following error lunch:

ORA-12640 Authentication service initialization failed

I'm using Window 2000 Server Service Pack 2.
The problem does not occurs if I first open the connection using ADO, and after that, I try to open the DOA connection

Thanks

Mary
 
Hi Mary,

I think the problem might be that ADO and DOA are using different oci dll files. You might want to try to find out which dll the ADO connection is using and hard code that into ADO using the OCIDLL setting. I hope this helps!

------------------
Mark Ford
Benthic Software
Quality Oracle Tools
 
Hi !

We had the same error. Our solution was reviewing the SQLNET.ORA file updating the "SQLNET.AutentificationServices" parameter puting it from "NTS" to "None".

We hope it work for you too.
 
Back
Top