Saturday, December 29, 2012

invalid username/password; logon denied(nQSError: 10058,nQSError: 16001)


Error Details :
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: IM006 code: 0 message: [Microsoft][ODBC Driver Manager] Driver’s SQLSetConnectAttr failed. [nQSError: 16001] ODBC error state: 28000 code: 1017 message: [Oracle][ODBC][Ora]ORA-01017: invalid username/password; logon denied. (HY000)
Solution :
There might be many reasons to get the above error but for us reason is , in nqsconfig.ini we uncommented AUTHENTICATION_TYPE = BYPASS_NQS;
We just comment this statement(#AUTHENTICATION_TYPE = BYPASS_NQS;) and restarted the BISerer.. The issue got resolved .