Search found 27 matches

by aravindunni31
Thu Oct 25, 2012 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in XML ouput to MQ connector
Replies: 3
Views: 2440

Which XML stage, XML output stage or XML 8.5 Stage? If its XML output stage, disable Write to a File Option and then try running it. and later try with a Dataset instead of MQ. If the issue is with XML creation, even the error should occur while writing to Dataset as well
by aravindunni31
Thu Oct 25, 2012 4:50 am
Forum: General
Topic: Job compiled but not visible in director
Replies: 12
Views: 10692

Close Director log. and later close all clients. Change Link names/Stage names in the job so that it will ask to save it.
Then compile it and try this. Try a throw and catch. Because even i faced the same and this helped me.
by aravindunni31
Thu Oct 25, 2012 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove unwanted character from file using any stage
Replies: 6
Views: 4914

If you are getting the character in file. You can even use trim command in unix and delete it. Sed, Awk commands will help if you need to replace it.
by aravindunni31
Tue Oct 23, 2012 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing a string with another string
Replies: 13
Views: 19331

Thanks Prasoon. This will solve my query.
by aravindunni31
Tue Oct 23, 2012 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mq stage for pulling .xml large files
Replies: 2
Views: 2316

This Env variable will help
by aravindunni31
Tue Oct 23, 2012 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing a string with another string
Replies: 13
Views: 19331

Replacing a string with another string

I have strings
MumbaiBangaloreChennai,
NaviMumbaiBangaloreChennai,
MumbaiPuneBangaloreKolkataChennai,
PuneBangaloreKolkataChennai,

I need to replace Kolkata with Calcutta if it exists in the string. How it can be achieved? This is in Datastage 8.1
by aravindunni31
Tue Oct 23, 2012 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 5
Views: 1882

Thanks all. Will try and update you
by aravindunni31
Mon Oct 22, 2012 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 5
Views: 1882

Oracle Enterprise Stage

To connect Oracle Database using Oracle Enterprise Stage, what are the pre-requisities? I am using 8.1 Version. Please help me
by aravindunni31
Tue Oct 16, 2012 12:29 am
Forum: General
Topic: Routine activity failure
Replies: 4
Views: 1540

Re: Routine activity failure

Instead of returning the value as -1, try getting as a different value. Like If Count matches, it should return EQUAL. Else NOTEQUAL. Try this
by aravindunni31
Tue Oct 16, 2012 12:25 am
Forum: General
Topic: What are the basic step to solve a aborted job
Replies: 4
Views: 1887

Re: What are the basic step to solve a aborted job

The Director will show you atleast one fatal error which initiated the abort. Try it
by aravindunni31
Wed Jul 18, 2012 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage DTS issue
Replies: 1
Views: 1114

Re: Datastage DTS issue

Is there any solution to achieve sending several messages clubbed as a single message using DTS as target?
by aravindunni31
Mon Jul 09, 2012 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage DTS issue
Replies: 1
Views: 1114

Datastage DTS issue

I am getting five individual messages using a MQ connector, doing transformations and clubs it as a single xml and sending it to queue through DTS(MQ connector). DTS will delete the messages from work queue only once the transformations are complete and it deletes the messages based on the WMQ.MSGID...