Hi,
I am staging the data in to the SQL Server from Oracle database. I mentioned the orcle connection string in one project parameter and the password in the separate parameter. I properly connection string and password to respective project parameters. The password in marked as sensitive. All the packages are set to "EncryptSensitiveWithUserKey" protection level and running on 64 bit runtime. When I run the SSIS package on Visual Studio 2015, I am able to run the package. But, whn I deploy the package on the SSIS server and then schedule the package run via Tidal, I am getting below error
Package Name: XXXXXXXXXXXXXXXXXXXX
MessageTime: 03/04/2019 20:22:57
Message_Source_Name: XXXXXXXXXXXXXXXXXXXX
Event_Name: OnError
Message: ExtractContact_Ulysses:Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "OraOLEDB" Hresult: 0x80004005 Description: "ORA-01005: null password given; logon denied".
Please advise.