Issue:
SSIS oledb source editor detects metadata changes and when we click yes corrects it and saves it but after you build the package and deploy on prod doesnt save
I faced this issue when I opened a PROD package and the dataflow task having oledb source threw the BELOW error message.I then simply clicked yes and saved the package and then built it.Once building the package I redeployed the package on msdb on IS .But unfortunately when the package ran via job the package failed .I opened the package and came to know that the metadata was not saved .
Is there anyway I can fix this issue which is annoying ,the ssis detects and corrects the metadata but doesnt save it .
Error:
The metadata of the following output columns does not match the metadata of the external columns with which the output columns are associated:
Output "OLE DB Source Output": "date", "id"
Do you want to replace the metadata of the output columns with the metadata of the external columns?
Mudassar