Using TI to execute a SSIS package
Using TI to execute a SSIS package
Hi Everyone, Is there a way to use TI to execute a SSIS package? Thanks!
- rkaif
- Community Contributor
- Posts: 328
- Joined: Fri Sep 05, 2008 6:58 pm
- OLAP Product: IBM Cognos TM1
- Version: 9.1 or later
- Excel Version: 2003 or later
Re: Using TI to execute a SSIS package
I have not tried this personally. But I believe you can execute a SSIS package through the command line by using the DTEXEC.EXE utility.
Then you can use ExecuteCommand() function in the TI Process to run your command. Syntax is:
Hope it helps!
Then you can use ExecuteCommand() function in the TI Process to run your command. Syntax is:
Code: Select all
ExecuteCommand(CommandLine, <Wait time>);
Cheers!
Rizwan Kaif
Rizwan Kaif
Re: Using TI to execute a SSIS package
Thank you Riswan! I will give this a try.