Search found 28 matches

by gxhpainter
Thu Nov 20, 2008 5:05 pm
Forum: General
Topic: MQ Series Invoke DataStage Job.
Replies: 20
Views: 10391

how do i make a job wait endlessy for a message to arrive MQ

"just having a job waiting endlessly for a message to arrive. "

How do we do that that in DataStage verion 8 , server edition??

That is the question?

Thanks,
Chakradhar
by gxhpainter
Mon Oct 27, 2008 4:48 pm
Forum: General
Topic: MQ Series Invoke DataStage Job.
Replies: 20
Views: 10391

Well, i am working with Server Edition, Not Enterprise edition , we don't have MQ Connectors.

What Options for monitoring the Queue for new messages can be used ??

Rgds,
Chakradhar
by gxhpainter
Fri Oct 24, 2008 4:08 pm
Forum: General
Topic: MQ Series Invoke DataStage Job.
Replies: 20
Views: 10391

Using a shell script is not a good plan. there is no need. Use the MQ Stage. Why use a shell script? Did you need this to be realtime? No problem. Read the documentation. Thanks for the thought. i have couple of question added to the above. 1. Which are options to be used in MQ stage to read the me...
by gxhpainter
Fri Oct 24, 2008 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to extract Header and Detail Records separately
Replies: 5
Views: 2786

Re: How to extract Header and Detail Records separately

Next simple solution is write a Unix Script , you can make 2 files like header and detail files and process them separetely. It is quite simple compared to dataStage job.

Rgds,
Chakradhar.
by gxhpainter
Fri Oct 24, 2008 12:19 pm
Forum: General
Topic: MQ Series Invoke DataStage Job.
Replies: 20
Views: 10391

Re: MQ Series Invoke DataStage Job.

MQ Series Queue needs to invoke DatStage Stage Job on arrival on any message in the Queue.

Is it good plan to have shell script to be used?

Any body any thoughts??

Rgds,

Chakradhar.
by gxhpainter
Fri Oct 24, 2008 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to extract Header and Detail Records separately
Replies: 5
Views: 2786

Re: How to extract Header and Detail Records separately

I have faced similar issue before. We resolved using the Stage varibles in Transformation stage.
It will loop till we have next occurance of Header ID.

Or you have Transformer Stage filter thru constraints check for header ID occurance.

Try any of the solution.

Rgds,
Chakradhar.
by gxhpainter
Tue Oct 21, 2008 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Commit
Replies: 6
Views: 2410

i have simple workarounds.. -> Have job to split the source data into multiple quatums. -> You can write to a flat file and then write a SQLLOADER job. this would aviod huge transaction files and if your job fails while loading then re-execute the SQLLOADER job. that would save your time of re-proce...
by gxhpainter
Tue Oct 21, 2008 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Error Log
Replies: 6
Views: 1722

Re: Job Error Log

you can write DatStage routines to capture the log and write the information in to DB Table or flat file or you can get RT_LOGS file.

Rgds,
Chakra
by gxhpainter
Mon Oct 20, 2008 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is MQ Series?
Replies: 3
Views: 2363

example of Datastage with MQ series usage.

Meena is right, that is good information link. But I would like to add to that. here is the example where we can use it thru DataStage. Assume: If you have Store Chain and you have store A and Store B in different locations. A customer walks in store A and makes 25$ purchases and he pays only 10$ at...
by gxhpainter
Mon Oct 20, 2008 3:31 pm
Forum: General
Topic: Environment Variables versus Hard Coded values
Replies: 12
Views: 7964

Work around.

Use flat file to store this information ( User name , password) and write a simple job to read the flat file and populate the variables .

Thess variables can be used in entire session. So we can execute the primary job thru sequencer .

Rgds,
Chakra
by gxhpainter
Mon Oct 20, 2008 3:25 pm
Forum: General
Topic: MQ Series Invoke DataStage Job.
Replies: 20
Views: 10391

MQ Series Invoke DataStage Job.

Which is best method to invoke a datastage, from MQ Series Queue when queue has got message?

Rgds,
Chakradhar.
by gxhpainter
Mon Oct 20, 2008 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to move jobs from one project to another?
Replies: 32
Views: 13847

Re: experience with Unix level project copies

Dude, I would recommend simple Export and Import into new project. Here are the steps. 1. Open DataStage Manager with old project. 2. use export menu and export all with DSX format give a path like (Desktop). 3. Above steps will produce a huge file with "filename.dsx" on the desktop. Open ...
by gxhpainter
Mon Oct 20, 2008 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to move jobs from one project to another?
Replies: 32
Views: 13847

Re: experience with Unix level project copies

Dude, I would recommend simple Export and Import into new project. Here are the steps. 1. Open DataStage Manager with old project. 2. use export menu and export all with DSX format give a path like (Desktop). 3. Above steps will produce a huge file with "filename.dsx" on the desktop. Open ...