Hello,
I am working on existing SSIS package(VS 2015) which was created by other developer. Package and project protection level is "Encryptsensitivewithuserkey". I added one flat file source and OLEDB destination task. I am storing flatfile data in Azure sql table. I am using SQL authentication in package to connect database but I am passing connection string through variable where I have just added password in connection string and stored in the value of variable. I am using this variable in connection expression. But Package is failing and not able to connect database, Getting below error
[OLE DB Destination 1 [288]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Paas" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
I tried option , Delayvalidation as True and change protectionlevel as "Donotsensitivedata" but no luck
If I create the same package from scratch in different solution then It works. But I need to change in existing package. Can anyone help me to resolve this Issue.
Regards,
Mahesh