Search found 8 matches

by padmavathi
Mon Jun 02, 2014 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter values are not showing in XML composer/Testlibrary
Replies: 1
Views: 1508

Parameter values are not showing in XML composer/Testlibrary

Hello Friends, Have a Wave job which creates output xml and write to target Queue. For this used XML parser/composer stage and DTS. Job has parameters defined for Message Expiry and Persistance and these paramters mapped in XML stage to the DTS stage columns EXPIRY, PERSISTENT (Q properties). The jo...
by padmavathi
Wed Oct 23, 2013 3:22 am
Forum: General
Topic: Identifying jobs with specific stage and property option
Replies: 4
Views: 1749

Thanks ArnDW.. But in some of projects have 100 jobs with MQ Connector stage and each will different MessageRead mode. The export takes much time.. Also the MessageRead Mode is not coming as xml tag. Its is coming as CDATA.. 'SED' command may work, Please let me know how can relate Job and respectiv...
by padmavathi
Tue Oct 22, 2013 11:58 pm
Forum: General
Topic: Identifying jobs with specific stage and property option
Replies: 4
Views: 1749

Identifying jobs with specific stage and property option

Hello All, I have requirement to identify list of jobs with MQ Connector stage and in that get Message Read Mode (Keep/Delete/...) and Execution Mode property values Please provide query or any quicker way to get this instead of checking manually. To get list of jobs , I have used option "Where...
by padmavathi
Mon Feb 20, 2012 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Distributed Transaction Stage
Replies: 4
Views: 3018

Thank you. Its working fine...
by padmavathi
Sun Feb 19, 2012 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Distributed Transaction Stage
Replies: 4
Views: 3018

Distributed Transaction Stage

Hi, I have requirement to keep mesages that are failed to process in queue and messages processed successfully has to load to database and should be deleted from Queue. I am using MQ Connector as Source and Distributed transaction stage to load processed messages to DB2 table. If I have 5 messages i...
by padmavathi
Wed Feb 08, 2012 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Messages are deleting from Queue if job aborts
Replies: 5
Views: 3339

To flush the queue, do we require another job? Flush means reading Queue again with Delete option or any other option available? Can't we achive the same in single job
by padmavathi
Wed Feb 08, 2012 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Messages are deleting from Queue if job aborts
Replies: 5
Views: 3339

Messages are deleting from Queue if job aborts

Hello All, I have the requirement to read xml messages from Queue and apply transformations like mandatory checks, rejection and load data to database. I have selected the Delete (Under Transaction) option in MQ read stage. The messages are deleted from queue if job aborted in intermediate stages li...
by padmavathi
Wed Jun 09, 2010 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple records to one - MQ
Replies: 2
Views: 1571

Re: Multiple records to one - MQ

Hi

Set the MQ stage properties
MessagingWriteMode = "Create"
RecordCount=0
RowBufferCount=-1