Run datastage jobs from other application

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
alex999
Participant
Posts: 9
Joined: Wed Aug 12, 2015 3:25 am

Run datastage jobs from other application

Post by alex999 »

Hi all

Tell me please if it is possible to run datastage job from different application?

We've been developing .NET application and we need to run datastage job with a button in this application... is it possible?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Where does this other application run? Typical answer would be to leverage dsjob from the command line on the ETL server. Is that a possibility?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Thomas.B
Participant
Posts: 63
Joined: Thu Apr 09, 2015 6:40 am
Location: France - Nantes

Post by Thomas.B »

To my knowledge, if you have to run DataStage jobs from another application, you will have to use the "dsjob" command, either the client or the server version of it.

The IBM documentation below
https://www.ibm.com/support/knowledgece ... _line.html

Edit : Another day, another post Craig being faster than me to respond...
BI Consultant
DSXConsult
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:wink:

Sorry. Stepping away from the keyboard...
-craig

"You can never have too many knives" -- Logan Nine Fingers
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

You could also create a WSDL job and call that transformation from a REST api.

Really depends on what you want to do.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

... and your experience with the tool. From what I recall, they are brand spanking new to it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The dsjob command serves as an example of how to use the DataStage API. You may as well use dsjob, as it's supported, but my point is that you can create your own.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Teej
Participant
Posts: 677
Joined: Fri Aug 08, 2003 9:26 am
Location: USA

Post by Teej »

ray.wurlod wrote:The dsjob command serves as an example of how to use the DataStage API. You may as well use dsjob, as it's supported, but my point is that you can create your own. ...
That is correct. the DataStage API is there for you to use --

http://www.ibm.com/support/knowledgecen ... ml?lang=en

A long time ago (around 7.5, I believe), the dsjob even had their source code included in the documentation, but that was removed.

-T.J.
Post Reply