Search found 42189 matches

by chulett
Wed Dec 01, 2010 9:32 pm
Forum: General
Topic: How to Restart Datastage sequence when a job aborts?
Replies: 20
Views: 28100

There's already an awful lot of "specific details" here. If you have a similar question or issue, why not start your own thread? Then we'll know what version and what specific questions you have.
by chulett
Wed Dec 01, 2010 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject a record!!
Replies: 11
Views: 3162

A constraint is an expression. If the expression evaluates to "true" for a row, it is passed down the link. If the expression evaluates to "false" it does not. Simple as that.
by chulett
Wed Dec 01, 2010 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject a record!!
Replies: 11
Views: 3162

Transformer constraint would be one way.
by chulett
Wed Dec 01, 2010 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS- Error
Replies: 2
Views: 1537

Post your stage variable derivations, seems that one of them might not be kosher.
by chulett
Wed Dec 01, 2010 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requesting delayed metadata
Replies: 1
Views: 1252

An exact search for "Requesting delayed metadata" returned 23 matches, did none of them help?
by chulett
Wed Dec 01, 2010 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file issue
Replies: 11
Views: 4416

Then you need to fully explain your job design / layout in gory detail, particularly how your are reading from and writing to the hashed file in question including all settings in both stages. Reading / writing to the same hashed file in a Server job is fundamental stuff and works just fine when set...
by chulett
Wed Dec 01, 2010 8:22 am
Forum: General
Topic: row count check in a file, then run job
Replies: 12
Views: 4845

Field() not Fields() and Andy already posted that particular solution. :wink:
by chulett
Tue Nov 30, 2010 10:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file issue
Replies: 11
Views: 4416

Before we go down that potentially rocky path, why not just make sure the lookup's Pre-load file to memory option is set to Disabled and see if that "fixes" it.
by chulett
Tue Nov 30, 2010 9:31 pm
Forum: General
Topic: calling KeyMgtGetNextValueConcurrent from Job Sequence
Replies: 1
Views: 1236

It's not an error, I'll wager that the next time you called it the "error" was a 4. Then a 5. What you are actually seeing is the next surrogate value being returned by the routine which is exactly what it should be doing. Your issue is the 'Automatically handle' compiler option you've ena...
by chulett
Tue Nov 30, 2010 9:28 pm
Forum: General
Topic: row count check in a file, then run job
Replies: 12
Views: 4845

You need to handle the Field Mark that is part of the returned value. It's been posted here ad naseum but one more time... Convert(@FM,"",EC_StageName.$CommandOutput)=0 -or- EC_StageName.$CommandOutput<1>=0 The code Andy posted should have worked just fine, I'd suggest double-checking it o...
by chulett
Tue Nov 30, 2010 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file issue
Replies: 11
Views: 4416

Don't cache the hashed file for reading. That or read about what the 'Locked for update' option entails.
by chulett
Tue Nov 30, 2010 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OConv issue
Replies: 4
Views: 1895

:?

Use Field() to fetch the first field from a 'space' delimited string, then it won't matter how big it is... or isn't. You cannot simply fetch 10 characters when your date size is not fixed.
by chulett
Tue Nov 30, 2010 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Discrepancy in the job performance after migrating
Replies: 8
Views: 2768

No. And especially odd is the fact that the job is not aborting as that is what would normally cause a rollback of records. Again - patches? Fixpacks? Are you all current?
by chulett
Tue Nov 30, 2010 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OConv issue
Replies: 4
Views: 1895

Use Field() rather than substring to get the date portion. You could also try using just "D" in the IConv call rather than your specific mask with those sizes, it is pretty darn smart about figuring dates out in its own.
by chulett
Tue Nov 30, 2010 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Discrepancy in the job performance after migrating
Replies: 8
Views: 2768

What happens if you solve the truncation problem? Does everything then load correctly? :?

Regardless, I've got no good suggestion as to what might be going on. I would suggest both involving your official support provider and ensuring you are up-to-date on patches.