J
John Colaizzi
I've installed the V1.1 framework and things have stopped working.
Basically I can no longer get a connection to our Oracle 8.1.7 server with
the 8.1.7 client software installed. It all worked fine with V1.0.
If I use the same connection string in V1.1 that worked in V1.0
strConn = "Data Source=server;User ID=myUid;Password=myPW;";
I get an unhandled exception with additional info of "Invalid PInvoke
metadata format."
If I add the integrated security keyword
strConn = "Data Source=server;User ID=myUid;Password=myPW;Integrated
Security=yes";
I get a handled exception with the message
"ORA-01004: default username feature not supported; logon denied."
My SQLNET.ORA has sqlnet.authentication_services = NONE.
Reading the MS docs it says it's recommended to not use User ID and
Password.
It seems like it's ignoring the UID/PW combination I'm giving it and trying
to do a default logon.
I'm confused. Anyone out there know how to make this work?
John
Basically I can no longer get a connection to our Oracle 8.1.7 server with
the 8.1.7 client software installed. It all worked fine with V1.0.
If I use the same connection string in V1.1 that worked in V1.0
strConn = "Data Source=server;User ID=myUid;Password=myPW;";
I get an unhandled exception with additional info of "Invalid PInvoke
metadata format."
If I add the integrated security keyword
strConn = "Data Source=server;User ID=myUid;Password=myPW;Integrated
Security=yes";
I get a handled exception with the message
"ORA-01004: default username feature not supported; logon denied."
My SQLNET.ORA has sqlnet.authentication_services = NONE.
Reading the MS docs it says it's recommended to not use User ID and
Password.
It seems like it's ignoring the UID/PW combination I'm giving it and trying
to do a default logon.
I'm confused. Anyone out there know how to make this work?
John