I have a SSIS package used the protection level as "DontSaveSensitive" So initially I have saved the oledb connection manager password as in a XML config file. And this worked fine for me.
Now for business requirement I have stored the configuration in SQL Server. Including password.
Initially it worked fine.But suddenly connection manager is not taking password from sqlDB.
If I set an environment variable for the "password" it's working.
My question is:
- what is the solution for this. (I can only save the configurations in SQL)
- initially how it worked. I mean initially from SQL Server the password was taking.
Please give some clue. I am doing a lot of trial and error.