Hi All,
I have not been able to find any similar issues, and as far as I could see, this was not mentioned as a fix in SP1.
The setup:
SQL Server 2012 Enterprise
SSIS Packages are stored in the Integration Services Catalog
SQL Agent are running Jobs where the packages are configured and parameters set.
eg:
Parameters are configured:
- MailReceiver (required) -> someone@somewhere.com
- MailCarbonCopy -> anotherone@somewhere.com
Connection Strings are overwritten with "production" environment values:
- FlatFileSource -> \\prodserver\share\folder\file.csv
- SQLServerSource -> SQL01
- SQLServerDestination -> SQL02
If we clear the MailCarbonCopy parameter and save the job, all configurations are lost and the job fails on next run.
I am wondering if this is only our environment that has this issue?
Any input is appreciated.
Thank you in advance and Happy Holidays :)
Mikael.