ERROR [S1C00] [Lotus][ODBC Lotus Notes]Driver not capable [with asp.net]

Hello Experts,

I am facing issues when connecting from asp.net to lotus notes.8.5.3.

I have both lotus notes and notessql driver 8.5.3 version.

i careated data source the Lotus ntes driver(.nsf) when i am trying to trying to connect it throws errs:

ERROR [S1C00] [Lotus][ODBC Lotus Notes]Driver not capable
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [S1000] [Lotus][ODBC Lotus Notes]Unable to validate userid ldapfulcrum
ERROR [28000] [Lotus][ODBC Lotus Notes]Invalid authorization specification

Below is My connectin string:
OdbcConnection odbcConnection = null;
odbcConnection.ConnectionString = "Driver={Lotus Notes SQL DRIVER (*.nsf)};Server=192.170.1.7;Database=Portal\MHW\Latest\MHJobAcc.nsf;Uid=ldapfulcrum;Pwd=fulcrum;MaxVarcharLen=1024";

            odbcConnection.Open();

0 answers