Getting this error while trying to run Package.dtsx from command file(.cmd
).
To run SSIS package outside of SQL server Data Tools you must install %File_creation% of Integration services or higher
I've used package parameters & File System Tasks in the package. I used below script in command file.
DTEXEC /FILE "F:\SOME FOLDER\Package.dtsx" /CONFIGFILE "F:\SOME FOLDER\PackagedtsConfig"
Appreciate any help on this.