Using TI to execute a SSIS package

Post Reply
JJ2
Posts: 19
Joined: Sun May 09, 2010 11:28 pm
OLAP Product: TM1
Version: 9.5
Excel Version: 2007

Using TI to execute a SSIS package

Post by JJ2 »

Hi Everyone, Is there a way to use TI to execute a SSIS package? Thanks!
User avatar
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

Post by rkaif »

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:

Code: Select all

ExecuteCommand(CommandLine, <Wait time>);
Hope it helps!
Cheers!
Rizwan Kaif
JJ2
Posts: 19
Joined: Sun May 09, 2010 11:28 pm
OLAP Product: TM1
Version: 9.5
Excel Version: 2007

Re: Using TI to execute a SSIS package

Post by JJ2 »

Thank you Riswan! I will give this a try.
Post Reply