Search found 42189 matches

by chulett
Thu Jan 31, 2008 8:51 am
Forum: Site/Forum
Topic: Power
Replies: 8
Views: 4490

As noted - way more better, but not solved yet. Still seeing double and triple posts.
by chulett
Thu Jan 31, 2008 8:50 am
Forum: General
Topic: Viewing Premium content
Replies: 18
Views: 5854

If Ray will reply with a long enough reply I will test this since I am not a premium member. Hey trobinson, The fact that you have been registered with DSX since 2002, and with quite a lot of posts, but without a premium membership yet, does incline me to believe that ... 'may be it is possible'. J...
by chulett
Thu Jan 31, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input document value is empty or NULL.
Replies: 6
Views: 1735

VCinDSX is also running a Windows server, so memory management issue could be a little different there.

I feel the short answer to the "Is this warning is due to processing of large xml files?" question is a simple "yes".
by chulett
Thu Jan 31, 2008 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk loading of data from source to target
Replies: 3
Views: 1060

You can A) script a call to sqlldr to load either .dat file or B) switch #2 to Automatic mode.
by chulett
Thu Jan 31, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple value in job parameter
Replies: 11
Views: 3283

"Not working" means what here, what ends up in the job? And what stage / database are we discussing here?
by chulett
Thu Jan 31, 2008 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tunning
Replies: 15
Views: 4323

Like Ken, I really don't understand all this discussion on 'saving space'. Those kinds of concerns are the domain of the Modeller and the DBA. As the person loading the table, your job is to get the data shoved in and it falls to others to worry about the efficiency of the table / index design, tabl...
by chulett
Wed Jan 30, 2008 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is new in DataStage 7.5.3
Replies: 13
Views: 63643

vmcburney wrote:I think the 7.5.3 release will have a collection of defect fixes and patches consolidated and will probably be the last 7.5.x software release.

That's what I recall hearing as well, just thought it was supposed to be out by now.
by chulett
Wed Jan 30, 2008 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After job routine issue
Replies: 4
Views: 971

That and Reset the aborted job, then let us know the contents of any 'From previous run...' log message.
by chulett
Wed Jan 30, 2008 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checkpoint in job sequences
Replies: 6
Views: 1477

Then you are asking it to run a job that is already running.
by chulett
Wed Jan 30, 2008 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checkpoint in job sequences
Replies: 6
Views: 1477

What does that have to do with the topic we are discussing? What job? Did you set each Job Activity stage to 'Reset if required then run' or just 'Run'?
by chulett
Wed Jan 30, 2008 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checkpoint in job sequences
Replies: 6
Views: 1477

If you "dont want to have any dependency and just run from beginning everytime the anything fails" then do not enable the "Add checkpoints" option. Simple as that.
by chulett
Wed Jan 30, 2008 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job Server Routine
Replies: 12
Views: 3464

Re: After Job Server Routine

i the above command does not help. How so? The 'above command' is simple to implement and all you need. Adding a routine to actually read the file, seek to the end of the output file and append the records is an unnecessary complication. Unless, of course, you need to manipulate the records in some...
by chulett
Wed Jan 30, 2008 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add trailer records?
Replies: 6
Views: 1194

"cat trailer_record >> detail_records"
by chulett
Wed Jan 30, 2008 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple value in job parameter
Replies: 11
Views: 3283

Escape the quotes by putting a back-slash (\) before each one.