Search found 72 matches

by svga
Mon Feb 06, 2012 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read XML from queue using MQ connector stage
Replies: 10
Views: 4438

Hi -

The job ran successfully but when I try to view the XML data on the target (Seq stage) I'm not getting the actual XML records instead getting the above data.
by svga
Mon Feb 06, 2012 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read XML from queue using MQ connector stage
Replies: 10
Views: 4438

I did that. its works!! Thank you... But I'm getting new issue. The XML records are getting written to the sequencial file. Seeing the below texts while viewing the data from seq stage. Do you have any solution for this? <<<CC_LER>>>WebSphereMQConnector<<<CC_LER>>>5.3<<<CC_LER>>>ccwsmq<<<CC_LER>>><<...
by svga
Mon Feb 06, 2012 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read XML from queue using MQ connector stage
Replies: 10
Views: 4438

Read XML from queue using MQ connector stage

Hi - I'm getting the below error messge while reading XML transactions from a queue. I have set datatype as longvarchar and length as 999999999. Can anyone please let me know what could be the possible root cause for this issue? Fatal Error: Virtual data set.; output of "MQ_Connector_ReadText&q...
by svga
Fri Feb 03, 2012 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Websphere MQ stage vs Websphere MQ connecor stage
Replies: 6
Views: 1723

Thanks so much for your help..
by svga
Fri Feb 03, 2012 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Websphere MQ stage vs Websphere MQ connecor stage
Replies: 6
Views: 1723

Hi..One more question...

What is advantage of MQ connector stage over MQ stage?
by svga
Fri Feb 03, 2012 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Websphere MQ stage vs Websphere MQ connecor stage
Replies: 6
Views: 1723

Thank you for your response...
by svga
Fri Feb 03, 2012 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Websphere MQ stage vs Websphere MQ connecor stage
Replies: 6
Views: 1723

Websphere MQ stage vs Websphere MQ connecor stage

Can anyone please let me know the difference between the Websphere MQ stage vs Websphere MQ connecor stage. Which stage has better advantages over other?

Thank you for the help.
by svga
Thu Feb 02, 2012 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract (decoded) images from the XML
Replies: 1
Views: 909

Extract (decoded) images from the XML

Hi -

I need to develop a MQ job to read a decoded images from the XML file that present on the queue. Can any one please let me know if this can be done using MQ connector stage?

Thanks.
by svga
Tue Nov 29, 2011 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Job
Replies: 2
Views: 1107

MQ Job

Hi, I have a requirement where I always need to listen to the MQ queue and write the message to the sequencial file as soon as it's arrive in the queue. I set the Message quantity option to -1 in order to make my job always in running state. When the message arrives in the queue, I see in designer t...
by svga
Tue Oct 25, 2011 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ connector
Replies: 0
Views: 674

MQ connector

Hi,

I'm using MQ connector stage to read the message from MQ. Is it possible for Datastage job to listen to the MQ and trigger as soon as the messages arrived in that queue.

Thanks for your help.
by svga
Tue Sep 27, 2011 11:47 am
Forum: General
Topic: Unzip the file using Execute Command activity
Replies: 3
Views: 2436

Unzip the file using Execute Command activity

Hi, I have a requirement where I need to unzip the input file. I used the command "unzip" in Execute Command activity. eg: unzip /da/st/test.zip I need all files in the zip to be unzipped in the same directory.. that means in the /da/st/ directory Can anyone please help me to achieve this?...
by svga
Thu Jul 14, 2011 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML parser error
Replies: 0
Views: 821

XML parser error

Hi, I'm getting XML parser error when I'm trying to read the XML file. It looks like there is a problem with the question mark (?) in the below attachment data. If I remove it, the job run successfully. Can someone please help identify the root cause of the issue? Data in issue : by chiropractor, la...
by svga
Mon Jun 20, 2011 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CURSOR used in DB2 stored procedure
Replies: 2
Views: 2251

CURSOR used in DB2 stored procedure

Hi, I have requirement where I need to extract the multiple records which are stored in DB2 SP CUSRSOR. Attached the part of SP. Could someone help how to handle CURSOR in Datastage (STP stage) DECLARE P_CURSOR CURSOR WITH RETURN FOR SELECT WA4.KEY_DATE, WA4.KEY_TIME, WA4.KEY_MILSEC, WA4.RECORDCD, W...
by svga
Mon Jun 20, 2011 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EBCDIC COMP-3 problem
Replies: 1
Views: 1661

How do you read the file? Are you using CFF stage??
by svga
Mon Jun 06, 2011 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle stored procedure
Replies: 3
Views: 1342

Hi,

In the help documentation, I see that cursor output is available only for DB2 & SQL server.

Thanks