I used to have a dts that had a sql server authentication connection. Basically, the userid password is stored in the package itself. Now, when I go to SSIS, the password is
It happened with me as well and fixed in following way:
Created expression based connection string and saved password in a variable and used it.