Search found 42189 matches

by chulett
Sat Apr 12, 2008 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborted........Error
Replies: 4
Views: 1553

Have you tried searching the forums? I got 14 other hits on "Null archive", did none of them help?
by chulett
Sat Apr 12, 2008 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage vs Seebeyond
Replies: 15
Views: 6407

SeeBeyond? Is that the product (ICAN, I believe) that Sun acquired a couple of years ago and calls Java CAPS now? I really don't know much of anything about it, but thought it was more healthcare related for some reason. :?
by chulett
Sat Apr 12, 2008 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carry forward rows that do not match in Hashed file
Replies: 28
Views: 5095

Umm, no. All you managed to accomplish by not stating your problem accurately was cause two pages of thrashing to occur when it could have been solved in one or two responses had you correctly described what you were doing. Please keep that in mind in the future. The more information and the more pe...
by chulett
Fri Apr 11, 2008 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating Sequential Files
Replies: 3
Views: 1166

True, you should. What I've had issues with is cat file* in the Filter. :(
by chulett
Fri Apr 11, 2008 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: new line in file
Replies: 3
Views: 981

Try using a LongVarchar rather then a Varchar for the output field.
by chulett
Fri Apr 11, 2008 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File-Unable to allocate memory
Replies: 5
Views: 1362

As a general rule of thumb I don't enable that option. For whatever that is worth.
by chulett
Fri Apr 11, 2008 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using params with the DB2 odbc stage
Replies: 5
Views: 1607

It means you need to protect them. Try putting either a back-slash or another quote in front of each one - for example:

AND col_2 IN (\'A\', \'B\', \'C\')
by chulett
Fri Apr 11, 2008 1:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carry forward rows that do not match in Hashed file
Replies: 28
Views: 5095

I'm curious why everything (subject, first post, etc) states you were having a problem with a hashed file lookup and now suddenly it works if you use a hashed file? :?
by chulett
Fri Apr 11, 2008 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using params with the DB2 odbc stage
Replies: 5
Views: 1607

It's probably our old friend where the quotes get stripped. Try escaping them.
by chulett
Fri Apr 11, 2008 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File-Unable to allocate memory
Replies: 5
Views: 1362

Let us know.
by chulett
Fri Apr 11, 2008 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File-Unable to allocate memory
Replies: 5
Views: 1362

Turn off Write Caching.
by chulett
Fri Apr 11, 2008 11:29 am
Forum: General
Topic: Migration from OWB to DataStage
Replies: 14
Views: 9112

Shocking. :wink:
by chulett
Fri Apr 11, 2008 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating Sequential Files
Replies: 3
Views: 1166

If you want to concatenate the files, that's not a Filter thing - do that before job using command line functions or write a script. What you may be able to do is 'cat' (or perhaps 'type' on Windows) multiple files to 'standard out' via the Filter option and then have the stage read them as if they ...
by chulett
Fri Apr 11, 2008 11:24 am
Forum: General
Topic: Compiling a job in a protected project
Replies: 7
Views: 3513

Hmmm... have you tried as dsadm using the Multi-Job Compiler from the Manager against the protected project?
by chulett
Fri Apr 11, 2008 9:55 am
Forum: General
Topic: Migration from OWB to DataStage
Replies: 14
Views: 9112

Any 'migration' tools would come from IBM, and they won't make them generally available but will instead leverage them as part of a consulting arrangement. In other words, you'd pay them to automate as much of the migration as possible. You'd still need to put a bow on it after they were done. You'd...