Search found 42189 matches

by chulett
Thu Nov 05, 2009 5:50 pm
Forum: General
Topic: Linux Red Hat v5 64 bit
Replies: 14
Views: 5057

Odd... your 'control file' certainly won't be anywhere near 2GB and that seems to be the file it is having issues with. Have you involved your official support provider yet? :?
by chulett
Thu Nov 05, 2009 5:22 pm
Forum: General
Topic: DS jobs on 8.1 parallel character conversion warning message
Replies: 2
Views: 1091

That "copyright symbol" issue has been mentioned before and a search for something like "IBM Confidential" should turn them up. Is there a Pivot stage in the jobs with this warning?
by chulett
Thu Nov 05, 2009 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Set Error
Replies: 4
Views: 2871

We already figured that out. How about answering Ray's question?
by chulett
Thu Nov 05, 2009 5:06 pm
Forum: General
Topic: Linux Red Hat v5 64 bit
Replies: 14
Views: 5057

OK, now how about your actual abort message?
by chulett
Thu Nov 05, 2009 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Set Error
Replies: 4
Views: 2871

What do you mean by 'view the data from the dataset'? Do you mean the stage? It sounds to me like you've got a metadata mismatch in the stage versus what's actually in the dataset itself.
by chulett
Thu Nov 05, 2009 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Some Configuration file error.
Replies: 6
Views: 2080

I got... nothing. Sorry. :(
by chulett
Thu Nov 05, 2009 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Some Configuration file error.
Replies: 6
Views: 2080

Config file issue. Search here for "The configuration does not contain the invoking node".
by chulett
Thu Nov 05, 2009 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture
Replies: 1
Views: 845

Oddly enough, yes it does - and it's actually documented. :wink:

First suggestion: press the Help button in the stage.
by chulett
Thu Nov 05, 2009 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Some error while saving a job.
Replies: 7
Views: 2605

Permissions or (lack of) space issues, usually. Can you check?
by chulett
Thu Nov 05, 2009 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to remove non printable characters
Replies: 10
Views: 8466

It would really help to know exactly what they were. How about using "od -hc" on the file rather than vi?
by chulett
Thu Nov 05, 2009 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joining to Hashed File using "like" or "conta
Replies: 4
Views: 1566

For (perhaps) 'more cleanly' you could put a UV stage over the hashed file (which would require a VOC record if pathed) and then use 'normal' SQL for the lookup.
by chulett
Thu Nov 05, 2009 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: search variable
Replies: 7
Views: 2565

From the Administrator's command window or at a TCL prompt, making sure you are connected to the proper project. Use LOGTO if you are unsure. cd $DSHOME . ./dsenv ./bin/dssh LOGTO <YourProject> Or you can skip the LOGTO if you launch the session from the Project in question: cd $DSHOME . ./dsenv cd ...
by chulett
Thu Nov 05, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for File Activity
Replies: 1
Views: 1072

The WFF stage does not support wildcards. You'll need to roll your own, typically via a script.
by chulett
Thu Nov 05, 2009 8:04 am
Forum: General
Topic: compilation vs validation
Replies: 2
Views: 1427

So, I'm guessing you're starting a Discussion to see if this should become a FAQ topic?
by chulett
Thu Nov 05, 2009 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject file
Replies: 2
Views: 1199

And you'll either need to mark it as a Reject link, that or use a constraint to steer problem rows down it.