Search found 42189 matches

by chulett
Wed May 26, 2010 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FOR / DO Looping in transformer
Replies: 9
Views: 2335

Trivial in a Server job as well. No looping required. :wink:
by chulett
Wed May 26, 2010 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Handle Overlapping Priorities in Data Values
Replies: 9
Views: 2528

You need something to drive out the last group change and a known "EOD" record will allow that. This capability will be built natively into "a future" (the next?) release.
by chulett
Wed May 26, 2010 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation of parallel job taking more time
Replies: 9
Views: 3241

All jobs? Only jobs with a Transformer? Just you? Everyone? Always or sometimes? :?
by chulett
Wed May 26, 2010 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UNDO TABLESPACE
Replies: 9
Views: 3041

They shouldn't be so stingy with their undo space. :?

Please mark your post as Resolved using the button at the top of the page.
by chulett
Tue May 25, 2010 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expect to abort job after ...
Replies: 8
Views: 3122

After-job routine, check filesize, call DSLogFatal() if non-empty.
by chulett
Tue May 25, 2010 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run time column propagation
Replies: 9
Views: 3502

Why not tell us what you saw when you ran the job, what columns were included in the output? That should go a long ways todays answering your question. Then mix it up, re-run and re-see.
by chulett
Tue May 25, 2010 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Information
Replies: 14
Views: 12151

OK... teeth pulling time... let's start over. :? What does your job design look like now? Did you get rid of the Sequential File stage as noted in the blog entry I linked you to? If not, do so now and then try it again. If it continues to fail, post all of these same details again, down to the setti...
by chulett
Tue May 25, 2010 11:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UNDO TABLESPACE
Replies: 9
Views: 3041

Then they didn't increase it enough. :?

How big is your flat file? What kind of "load" are you doing?
by chulett
Tue May 25, 2010 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improving job performance
Replies: 1
Views: 843

Your "most of the time" statement, is that just for our understanding or is that an issue? Assuming the former. :? How many rows are in your source data? Lookup / target table? What kind of lookup? Why the 'order by', it will definitely have a performance impact but may not in fact be nece...
by chulett
Tue May 25, 2010 11:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UNDO TABLESPACE
Replies: 9
Views: 3041

Talk to your DBA. They may need to increase that tablespace or you may need to commit more often. Or perhaps just wait and try again.
by chulett
Tue May 25, 2010 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Information
Replies: 14
Views: 12151

As noted, at the very least your XML document seems to be invalid. Get a corrected one from the source and try again. Did you open it in IE?
by chulett
Tue May 25, 2010 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split file in windows
Replies: 5
Views: 1618

Hence my question.
by chulett
Tue May 25, 2010 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create file in Local drive
Replies: 7
Views: 1861

Your sources need to be 'local' to the DataStage server, be that truly on the server or NFS mounted so that it appears that way. As noted, get your limits changed so it can be moved properly.
by chulett
Tue May 25, 2010 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rerunning the job from fail point
Replies: 10
Views: 2975

And no, the Sequence job level checkpointing is at that level, the job level. Record level 'checkpointing' you have to build in, as noted.
by chulett
Tue May 25, 2010 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split file in windows
Replies: 5
Views: 1618

There is no native Windows command for that, however you should have the MKS Toolkit installed and thus access to UNIX commands like split. You can also find utilities people have written for Windows that cut files up, something called 'Chainsaw' springs to mind, but it has been years since I've use...