Search found 153 matches

by soumya5891
Mon Feb 13, 2012 10:31 am
Forum: General
Topic: DSX is not importing properly
Replies: 10
Views: 2668

I have tried with executable then the problem occurs. But when I took the DSX without executable then it imported properly. I guess it is the problem with the DSX itself.
by soumya5891
Mon Feb 13, 2012 2:13 am
Forum: General
Topic: DSX is not importing properly
Replies: 10
Views: 2668

It hung for almost 45 mins. And I have tried several time by compiling the job and taking DSX and then try to deploy that DSX.I'm taking about only one job here. A single DSX for a single job.
by soumya5891
Fri Feb 10, 2012 2:03 pm
Forum: General
Topic: DSX is not importing properly
Replies: 10
Views: 2668

DSX file was not edited and I also tried for several time to compile the job and then take the DSX then deploy.But the same thing happens every time,after certain part of import it got hanged.
by soumya5891
Fri Feb 10, 2012 11:11 am
Forum: General
Topic: DSX is not importing properly
Replies: 10
Views: 2668

DSX is not importing properly

I'm importing one DSX(with executable) from one environment to another environment. But the job didn't import,after a particular state it hangs. But when I tried without executable and import then it imports properly. Is there any problem with the DSX itself,but the other job with executable importe...
by soumya5891
Thu Feb 09, 2012 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Messages are deleting from Queue if job aborts
Replies: 5
Views: 3334

Extract from queue and stored the xml into a single field in a dataset.Perform this into an single job. You can read the message in delete mode.

Then in next job you can use the dataset for xml parsing and transformation. If any abortion occur in this job then xml will be as it is in the dataset.
by soumya5891
Tue Feb 07, 2012 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read XML from queue using MQ connector stage
Replies: 10
Views: 4433

You need to parse the XML first by giving the xpath.Then only you will be able to view the XML data
by soumya5891
Mon Feb 06, 2012 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read XML from queue using MQ connector stage
Replies: 10
Views: 4433

I didn't get your point.Can you explain it briefly
by soumya5891
Mon Feb 06, 2012 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read XML from queue using MQ connector stage
Replies: 10
Views: 4433

Re: Read XML from queue using MQ connector stage

Increase the size of the following two variables to a bigger value
APT_PHYSICAL_DATASET_BLOCK_SIZE,
APT_DEFAULT_TRANSPORT_BLOCK_SIZE
by soumya5891
Sat Jan 21, 2012 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange behaviour of aggregator stage
Replies: 4
Views: 2854

Strange behaviour of aggregator stage

I have a job with the following design. From dataset I have one copy stage and from that copy stage one link goes to aggregator stage and another link goes to rdup stage.Then the output of aggregation of rdup is join.The aggregator keys ,rdup keys and join keys are same.And I have mentioned the part...
by soumya5891
Mon Jan 16, 2012 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusual scenario in datastage
Replies: 16
Views: 6389

Thanks Eric.
I have load the dataset into a DB2 table. But it has loaded as space not as empty.I think it is one kind of issue with dataatsge
by soumya5891
Tue Jan 03, 2012 2:21 am
Forum: General
Topic: Passing Query Output as parameter
Replies: 4
Views: 1765

prepare a shell script with that query.Put the output of the sql into an variable.And then echo it.Now using a user activity stage in sequence job you can retrieve the result.Now you can pass that as a parameter.Hope this will work.
by soumya5891
Mon Jan 02, 2012 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in the below logic
Replies: 8
Views: 2195

Is your maximum length of that particular is fixed?
by soumya5891
Mon Jan 02, 2012 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusual scenario in datastage
Replies: 16
Views: 6389

My target datatype is VARCHAR(4).
by soumya5891
Fri Dec 30, 2011 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusual scenario in datastage
Replies: 16
Views: 6389

Hi Ray,

If I write only that field in dataset after trim then one space comes.But if I write any other field along with that field after trim then it comes as empty.I am getting confused in this scenario.
by soumya5891
Fri Dec 30, 2011 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusual scenario in datastage
Replies: 16
Views: 6389

Unusual scenario in datastage

I am facing one peculiar problem.In my source I have fixed length file.In a transformer I have taking out the various fields with proper length. Now let say I have taking out one column and it is space.Now if I apply trim and write only that field in a dataset then one space is there instead of empt...