Search found 39 matches

by raghav_ds
Mon Oct 03, 2011 10:43 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: web service transformer and XML Input in Parallel Mode
Replies: 4
Views: 4892

Here is the DumpScore related to these stages. op4[4p] {(parallel APT_CombinedOperatorController: (APT_LUTProcessOp in LkpSignOn) (APT_TransformOperatorImplV9S0_Get_EDL_ProducerCode_PolicyList_EPAS_01_TfmFindGen in TfmFindGen) (xmlFindGen) (wsFind) (FindResponse) (Peek_56) ) on nodes ( node1[op4,p0]...
by raghav_ds
Mon Oct 03, 2011 9:48 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: web service transformer and XML Input in Parallel Mode
Replies: 4
Views: 4892

web service transformer and XML Input in Parallel Mode

In a Job where a webservice is invoked and the input xmls are parsed, I have tried parallel mode for both Web service Transformer and XML Input stages. By default these are running in sequential mode so I have set them to Parallel mode from Stage->Advanced->Execution Mode. After this I have run the ...
by raghav_ds
Fri Sep 30, 2011 5:35 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 23463

I tried with DB2 API stage and the updates happened succesfully. After this I tried with db2 connector and the job is succesful with db2 connector too.

I am trying to recreate the issue but not succesful till now.
by raghav_ds
Wed Sep 21, 2011 6:10 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 23463

I have delopved a job to work on this functionality. Here is what I am trying to acheive in the Job: A front end system will be writing the request messages to a MQ Queue in real time. DataStage is supposed to read these messages in real time and write the data to a database table and send a respons...
by raghav_ds
Fri Sep 16, 2011 1:33 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Passing XML Data with CDATA Section
Replies: 1
Views: 3825

Passing XML Data with CDATA Section

I have a general Web-service, which accepts xml inputs with CDATA section. The webservice does not work if we do not have CDATA section in the request. Sample XML is given below: In this xml we need send our input xml under request tab with CDATA section. <soapenv:Envelope xmlns:wsdl="http://sc...
by raghav_ds
Fri Sep 16, 2011 1:05 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Constructing Processing Instructions in DataStage
Replies: 3
Views: 3615

I could not find any specific information on constructing the Process Instructions separately in the documents. But I could achieve the same using transformer and xml o/p stage. By using Transformer, I have created the instructions for example "<?Instruction1 Update?>" and passed it as XML...
by raghav_ds
Thu Sep 15, 2011 11:07 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Out Of Memory Error in Web Service Transformer
Replies: 4
Views: 6749

Right CLick Web Service transformer -> Grid Style->Properties->JVM Options

In JVM Options I have typed -Xmx512m command.
by raghav_ds
Wed Sep 14, 2011 9:54 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Constructing Processing Instructions in DataStage
Replies: 3
Views: 3615

I have searched the documentation, but could not find any information on XML Processing instructions.

Anybody worked on constructing the XML Processing Instructions in DataStage.
by raghav_ds
Wed Sep 14, 2011 9:52 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Out Of Memory Error in Web Service Transformer
Replies: 4
Views: 6749

I have added the JVM options and the Job Completed successfully. Thank you Ernie
by raghav_ds
Wed Sep 14, 2011 5:43 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Out Of Memory Error in Web Service Transformer
Replies: 4
Views: 6749

Out Of Memory Error in Web Service Transformer

I have an API which is exposed for HTTP call. This webservice is a generic one which has a simple request which reads entire xml as a string and give response also in a single column. While invoking the input we have to write the entire xml in CDATA and send it as a request. The entire response is g...
by raghav_ds
Wed Sep 14, 2011 5:18 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 23463

Thanks Ray. I am able to run the job with dsjob command now.
by raghav_ds
Tue Sep 13, 2011 4:54 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 23463

I tried to run the same job using dsjob command. Since the MQ connector has message count and time set to -1, the job is like an always on job. I have created a script to invoke this job using dsjob command. When I execute the script, it is waiting at the dsjob command for the return code. Is there ...
by raghav_ds
Thu Sep 08, 2011 4:30 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Constructing Processing Instructions in DataStage
Replies: 3
Views: 3615

Constructing Processing Instructions in DataStage

I have searched the forum to find for options creating the xml Process instructions but did not find any find any post. I have a requirement where I will be having some dynamic values and with that I have to construct an xml message both with elemenst and processing instructions. An example is given...
by raghav_ds
Thu Sep 08, 2011 2:09 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 23463

Thanks Ernie. I will try Message Type and for storing the messages I will use rdbms.
by raghav_ds
Wed Sep 07, 2011 4:52 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: MQ Connector Usage in an always-on Job
Replies: 16
Views: 23463

MQ Connector Usage in an always-on Job

I have a requirement to read messages from a MQ Queue and store them inside DataStage and use those message for a batch processing during the evening. 1) I Have used the MQ connector and set the message count and time to "-1" so that the job will be always running. I am trying to write the...