HI ALL,
I HAVE REQUIREMENT TO EXECUTE SSIS PACKAGE FROM SQL JOB.I HAVE SET PACKAGE PROTECTION PROPERTY FOR EACH DTSX FILE IN THIS PACKAGE AS ENCRYPT WITH USER KEY. WHEN I RUN SAME PACKAGE FROM BIDS ,IT EXECUTES SUCCESSFULLY BUT FAILS FROM SQL JOB WITH FOLLOWING ERROR:
Source: xxxxxxxx Description: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available. End Error Error: 2018-09-12 12:39:09.22 Code: 0xC0016016 Source: xxxxxxx Description: Failed to decrypt
Source: xxxxx Connection manager "RedshiftODBC" Description: An ODBC error -1 has occurred. End Error Code: 0xC0014009 Source: xxxxxx Test Connection manager "RedshiftODBC" Description: There was an error trying to establish an Open Database Connectivity (ODBC) connection with the database server. End Error Error: 2018-09-13 09:40:02.59 Code: 0x0000020F Source: Load xxxxxx from RedShift Load xxxxxx table [6] Description: The AcquireConnection method call to the connection manager RedshiftODBC failed with error code 0xC0014009.