Search found 8 matches

by chaitanyavm
Thu Sep 30, 2004 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookupFileSet size issue..
Replies: 3
Views: 2958

Hi Kura,

You may be exceeding the file size limitation on the OS. Find out the max file size on your OS. Then divide that by the size of records and that will give you the size of the max file size. You may have to partiition the job as well. So that the file is within the OS limit.

Thanks
Chaitanya
by chaitanyavm
Thu Sep 30, 2004 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared containers
Replies: 4
Views: 3454

Ray,

I dont think that /tmp is becoming full. We have 70 gigs of scratch space available. I also montiored the space while the job was running it never went more than 10%

Chaitanya
by chaitanyavm
Tue Sep 28, 2004 6:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared containers
Replies: 4
Views: 3454

Shared containers

We are using Shared containers big time. Both the parallel and server containers for their respective jobs. We get many intermittent failures with /tmp/ProjectName.JobName.#0.ContainerName.StageName) - No such file or directory. Any one has any thoughts? Or is anyone getting similar errors.
by chaitanyavm
Tue Jul 06, 2004 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort with row too big for inter stage rowbuffer
Replies: 1
Views: 2120

Abort with row too big for inter stage rowbuffer

I have a job that does XML transformation. When large amount of data is passed through this job it aborts with
row too big for inter stage rowbuffer
I tried with disabling row buffer, using project defaults, enabling row buffer and having large buffer size etc. Is anyone familiar with this issue?
by chaitanyavm
Tue Jun 22, 2004 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML repeating nodes
Replies: 11
Views: 7504

Hi Kim/Kumar,

I have zip file with dsx file, schema file and data file. Can you tell me how to upload to this site so that some one can look at it?

Thanks
Chaitanya
by chaitanyavm
Tue Jun 22, 2004 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML repeating nodes
Replies: 11
Views: 7504

XML repeating nodes

Hi ,

I have a job to generate simple XML with data. It works for some data but not all. Can anyone tell me how to upload the file?

Thanks
Chaitanya
by chaitanyavm
Tue May 25, 2004 6:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple targets and restart
Replies: 8
Views: 4455

Thanks for all the responses. We are having granular jobs. We have an extract , transform and a load job. I was only refering to the load jobs and restarting them incase of aborts. We were also trying to use the @outrownum to keep track of which rows were sent to target. This is maintained in a hash...
by chaitanyavm
Mon May 24, 2004 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple targets and restart
Replies: 8
Views: 4455

Multiple targets and restart

Hi This is my first post. We have interfaces which have multiple targets like MQ, Database (Oracle,DB2 etc). Our interfaces (datastage load jobs) read multiple files one per each target and write to the MQ, Database or file. There are several instances when there should not be duplicate processing f...