Hi,
I have an SSIS package where it keeeps failing and give the following error message :
"System.Data.Odbc.OdbcException: ERROR [28000] [Oracle][ODBC][Ora]ORA-01005: null password given; logon denied ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed ERROR [28000] [Oracle][ODBC][Ora]ORA-01005: null password given; logon denied at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) "
The step needs to connect to the Oracle database and run it's think. I type in the user and password and it never save it. Even if I check the "save password" it keeps loosing it ...
I added in the string, in the properties, the security is not at "encrypted ..."
What could be wrong ? What can I do to fix it ?
Any help will be appreciate.
Thanks
Ed
I have an SSIS package where it keeeps failing and give the following error message :
"System.Data.Odbc.OdbcException: ERROR [28000] [Oracle][ODBC][Ora]ORA-01005: null password given; logon denied ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed ERROR [28000] [Oracle][ODBC][Ora]ORA-01005: null password given; logon denied at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) "
The step needs to connect to the Oracle database and run it's think. I type in the user and password and it never save it. Even if I check the "save password" it keeps loosing it ...
I added in the string, in the properties, the security is not at "encrypted ..."
What could be wrong ? What can I do to fix it ?
Any help will be appreciate.
Thanks
Ed