User Interface with Datastage

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

User Interface with Datastage

Post by santosh »

Guys
We have a data migration requirement where business wants to run the migration activity record by record for sometime(10 months daily). Then they will think if we can bulk transfer data.

So what we are looking is a solution where business gets screen to put customer number and whole ETL process runs to fetch data from DB2 and push it to MQseries. Is there any option where we can provide user interface to business.

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

Post by ArndW »

Santosh,

you can write the pretty GUI interface in whatever language/tool your organization likes to use. This can then execute the "dsjob" command with appropriate options and parameters to run the jobs.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Why not use a named pipe?
Mamu Kim
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

Seems like a perfect business case for use Real Time Integration. Currently it is an additional license fee, though in the Hawk release it may be free. It lets you turn any job into a web service. You can then write something that calls the web service and passes it the customer number.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Exactly.
Mamu Kim
Post Reply