Call SSIS package from DataStage 9.1

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
chillisrp
Participant
Posts: 14
Joined: Mon Apr 24, 2006 3:04 pm

Call SSIS package from DataStage 9.1

Post by chillisrp »

Hi All,

How to call SSIS package from DataStage ?


Thanks
Chilli
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

How would you call it if you weren't using DataStage?
-craig

"You can never have too many knives" -- Logan Nine Fingers
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Re: Call SSIS package from DataStage 9.1

Post by SURA »

SSIS package cab be trigger from the command line. Use the command activity stage to trigger it from DataStage.

I haven't tried, but in theory it should work.
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why do you want to invoke what amounts to one ETL tool from another?!!
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That would have been my next question. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
taylor.hermann
Premium Member
Premium Member
Posts: 32
Joined: Wed Aug 20, 2014 11:17 am

Post by taylor.hermann »

We have a requirement to do this as well...
And it has been a nightmare trying to piece together the best way to do it....
Someone mentioned doing this within a stored procedure but didn't really explain why or how to....
chillisrp
Participant
Posts: 14
Joined: Mon Apr 24, 2006 3:04 pm

Post by chillisrp »

Thank You All.

I am planing to execute the SSIS package from Execute Command stage and see ...

This is a kind of unique requirement :)

Please let me know any solutions ....


Thanks
Chilli
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

My (implied) solution is "don't do it".

<rant>
Resist stupid requirements!
</rant>

Otherwise track down a command line mechanism for invoking your package and use that, perhaps from an External Source stage if stdout will receive the required output from the package.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Tina_HANHAN
Participant
Posts: 1
Joined: Tue Mar 11, 2014 8:13 pm

Re: Call SSIS package from DataStage 9.1

Post by Tina_HANHAN »

Do you want to call SSAS package(SSIA package call SSAS package.for example:refresh SSAS cube) ?
I have the same problem, anyone who experienced people to solved help us.
How to call SSAS package from DataStage ?
ps: SSAS or SSIS's OS is windows.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You have 'the same problem' and I have the same question - how would you call it if you were not using DataStage? The answer to that question will lead to the solution.

Or you can always involve the experienced people at your official support provider.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply