Calling DS Job through web page

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
santosh
Premium Member
Premium Member
Posts: 28
Joined: Tue Jan 11, 2005 1:09 am
Location: London

Calling DS Job through web page

Post by santosh »

Hi all,
We have a requirement to trigger datastage job via web page. When submit button is clicked, underlying job should run and web page should display error/ success result.

I am proposing to write to write some ASP/java web page. on button click it will call DS job thru UNIX interface and display error/success condition.

Wanted to check, if this is fine or any other options are available?

regards,
Santosh
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Santosh,

that's the way I've used it before in the past, as far as I know IBM/Ascential don't have any other method to do this from a web server.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

If you were doing a lot of these you could go for the RTI pack and call it as a web service.
santosh
Premium Member
Premium Member
Posts: 28
Joined: Tue Jan 11, 2005 1:09 am
Location: London

Post by santosh »

vmcburney wrote:If you were doing a lot of these you could go for the RTI pack and call it as a web service.
Hi Vincent,
Can you please elaborate more on how to use RTI pack. does this comes inbuilt with datastage

regards,
santosh
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
It's a seperate lisence (and costs additional money).
Basicly it allows you some EAI interaction such as web services and publishing an ETL job as a web service, hence call-able from your internet application.
Go to the provider's site Or contact your provider for more details.

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

... and it is known as the SOA Edition now.
-craig

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