In the SSIS package (using Visual Studio) Make sure you've done following correctly:
1) In the package property, Set Delay Validation = false2) Uncheck , Enable Package Configuration.
steps for 2):
a) open the ssis package in visual studio.
b) In the Control flow tab, right click on the blank space of the canvas.
c) go to Package Configurations...
d) uncheck Enable Package Configuartion and press Close.
e) Save the ssis package and copy that to the deployed folder.
No comments:
Post a Comment