Search found 33 matches

by bman
Fri Mar 07, 2008 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in End of Wave setting
Replies: 2
Views: 873

help in End of Wave setting

Hi Need some help on End of Wae settings for my real time MQ stage that reads message from queue. My understanding is that end of wave helps MQ stage to send an end of wave signal to downstream stages to tell that it is the last message in the transaction ? But one of my Job is having a problem iden...
by bman
Wed Feb 27, 2008 11:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop activity - How to reset the loop counter
Replies: 3
Views: 2302

:) Happy to hear that I am trying to implement a retry logic for one my real time job always on job. I have job that reads from MQ and post to Webservice and it is laways on. Incase of any connection failure I wanted to do a retry. What I am trying is to keep the job inside start and stop loop to ge...
by bman
Wed Feb 27, 2008 7:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop activity - How to reset the loop counter
Replies: 3
Views: 2302

Loop activity - How to reset the loop counter

Hi Is there a way we can reset the loop counter value from inside a looping sequence. I tried initialising a variable at the begining and used that as the start counter and then changed this variable using a user variable stage inside the loop but the counter is not getting updated. Did any one trie...
by bman
Fri Feb 08, 2008 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage at the begining of a Job
Replies: 11
Views: 2985

Hi Guys, Thanks a lot for your responses. As of now I am using the rowgenerator to get teh code running. I will try the other stage variable and constraint options to see if I can get those working. My concern is that the row generator comes under develop/debugg palette and is it a good practice to ...
by bman
Thu Feb 07, 2008 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage at the begining of a Job
Replies: 11
Views: 2985

Transformer stage at the begining of a Job

Hi Can I have a job which has only a transformer stage and sequential file stage as shown below, Transformer Stage -> Sequential file stage When I run this job it aborts as there is no stage before transformer stage. Transformer stage creates an output record based on job parameters and hardcoded va...
by bman
Fri Jan 25, 2008 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retry upon connection failure in Datastage for MQ and WS
Replies: 3
Views: 1730

Retry upon connection failure in Datastage for MQ and WS

Hi, I am working on a project where one of the requirement is to have retry logic bulit in the datastage flow so that incase of a conenction failure datastae will retry to load data multiple time before aborting. I have twocases, in one scenario destination is an MQ and in the second scenario destin...
by bman
Mon Jan 21, 2008 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice transformation stage and SOAP message
Replies: 3
Views: 1117

okay that means we should pass the below message as SOAP BODY. Am I correct? <SOAP-ENV:Body> <SendSomething xmlns="http://www.abc.com/interface/"> <SenderID>STRING</SenderID> <ReceiverID>STRING</ReceiverID> <linenumber> <Line1>STRING<Line1/> </linenumber> </SendSomething > </SOAP-ENV:Body>
by bman
Mon Jan 21, 2008 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice transformation stage and SOAP message
Replies: 3
Views: 1117

Webservice transformation stage and SOAP message

Hi, One doubt regarding XML WS stage. XML pack documentation says we can pass SOAP body to Webservice transformer stage and WS transformer stage will add SOAP header to it and send the message to the webservice. I am a bit confused on cretaing SOAP BODY that needs to be passed to WS transformer stag...
by bman
Wed Jan 16, 2008 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML validation in XML IN stage
Replies: 6
Views: 1590

Hi, I have two scenarios, One where I read the XML from a sequential stage and pass it to XML in stage And the other one where I read from Queue and pass the input to XML instage. And there is no reference available in the incoming XML for the stage to take it and validate ; and even if it contains ...
by bman
Wed Jan 16, 2008 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML validation in XML IN stage
Replies: 6
Views: 1590

XML validation in XML IN stage

Hi, Request your help in how xml validation can be done in DS at the XML instage. As per the document it says, xml is validated against the schema mentioned in the root node. But in my data flow I get the xml from a different application and the xml recieved donot have the schema mentioned in the ro...
by bman
Sun Jan 13, 2008 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time DS flow
Replies: 7
Views: 3181

Sorry I missed the rate.. 10000 is per day Error frame work reads the file continuously ( its a BMC patrol agent)and unfortunately we dont have a db to write the response. Need to check the feasibility of MQ though. but on a different note, Shouldnt this issue be addressed by DS as it supports real ...
by bman
Sun Jan 13, 2008 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time DS flow
Replies: 7
Views: 3181

Hi the scenario is as below, Interface is expected to transfer around 10000 messages from MQ to the webservice. We bservice is nothing but wrapper aroud an application API. It returns the status if API call was succesfull or not as a response. And we have an xml stage after webservice transformer st...
by bman
Sun Jan 13, 2008 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time DS flow
Replies: 7
Views: 3181

Real time DS flow

Hi I have a real time job as below, MQ -> XML in ->Transformer -> Webservice Transformer -> Sequential file MQ stage is set to listen to the source Queue in real time mode continuously ( I mean 24/7 365 days ..) Job also involves calling a webservice and the response from webservice is captured in s...
by bman
Thu Dec 27, 2007 7:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instance invocation from a shell script
Replies: 9
Views: 3079

Sure... But dont know how to make it in Resolved stataus :!: Resolution Summary I had all the jobs and sequencer as muli instance , invocation id is passed from dsjob as job parameter. Then while invoking the dsjob command passed the invocation id as job parameter and the sequencer name is passed as...
by bman
Thu Dec 27, 2007 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instance invocation from a shell script
Replies: 9
Views: 3079

Resolved

Issue was the way I was calling dsjob. Now I am calling sequencer as sequencer name.InvocationID in dsjob command and it works fine.