Anaplan Connect - Remote calling SSIS Packages from Anaplan Script
Can you execute an SSIS package from within the Anaplan Script (Example.sh) if so what is the command line to use within the Anaplan Script?
Tagged:
0
Best Answer
-
To run an SSIS package you'd likely be on Windows not Linux, so you’d be using a batch file not a shell script.
I think what’s needed is the dtexec utility, which is documented here:
http://msdn.microsoft.com/en-us/library/ms162810%28v=sql.105%29.aspx0