Search found 42189 matches

by chulett
Wed Mar 01, 2006 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 7.5.1A Upgrade issue and patch
Replies: 0
Views: 694

7.5.1A Upgrade issue and patch

I recently reported a problem in the job 'upgrade' mechanism to Ascential that was discovered during our recent upgrade from 7.0.1 to 7.5.1A. They have been able to reproduce and correct it, too late for us but I'm hoping it may help others avoid the issue. It's not anything horrible, or terribly ha...
by chulett
Wed Mar 01, 2006 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file optimisation and removing fields
Replies: 5
Views: 1177

It's also a 'trick' fraught with peril as hashed files are metadata driven. You better be 'dropping' trailing keys or columns or you could be in for a rude surprise! :wink:
by chulett
Wed Mar 01, 2006 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Jobs
Replies: 2
Views: 873

What options have you enabled in the Sequence job properties? Are you telling it to 'Automatically handle activities that fail'? If so, that is one of the ways that it 'handles' it. Either turn that off or make it think you are handling it by running two triggers from the Job Activity stage to a Seq...
by chulett
Wed Mar 01, 2006 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsexport scheduling on the server
Replies: 4
Views: 1396

No problemo. :wink:

It just recently saved another project's collective butt here when 'someone' mysteriously removed some key elements of a job being worked on. :D
by chulett
Tue Feb 28, 2006 9:19 pm
Forum: Enhancement Wish List
Topic: "Otherwise" Link Colour in Job Seqs
Replies: 3
Views: 1777

Or consider it an Enhancement Wish List wish... granted. :lol:
by chulett
Tue Feb 28, 2006 7:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unzip a .gz file through DataStage Server edition.
Replies: 10
Views: 2669

In general, you put the filename to be processed in the filename box and the command to process it (without the filename) in the Filter box. Or, you can also put the entire command, filename and all, in the Filter box and put something like '/dev/null' in the filename box.
by chulett
Tue Feb 28, 2006 6:27 pm
Forum: Enhancement Wish List
Topic: "Otherwise" Link Colour in Job Seqs
Replies: 3
Views: 1777

So... go ahead and change it, Ross. :wink:

It's an option in the Designer.
by chulett
Tue Feb 28, 2006 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling DS Job through web page
Replies: 5
Views: 1632

... and it is known as the SOA Edition now.
by chulett
Mon Feb 27, 2006 11:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fundamentals of Basics Routines
Replies: 21
Views: 5659

Do you guys skip over all the previous replies when you reply to a thread? Just wondering as you've both basically just gone over ground we've already covered. :?
by chulett
Mon Feb 27, 2006 10:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJobReport for a Job Sequence
Replies: 4
Views: 1450

Hey, you never know! There is a forum for enhancement requests, so I was wondering if maybe this landed here by accident. And since you really didn't ask anything like a question that I could see... I can say that I've never tried this before. You are probably running into the same issue that doesn'...
by chulett
Mon Feb 27, 2006 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborted when using hash file
Replies: 2
Views: 1361

You've already posted this twice - why post it yet again with a different Subject? :? Sheesh...
by chulett
Mon Feb 27, 2006 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Encryption/DeCryption
Replies: 2
Views: 1210

First you need to decide what 'encrypt' means, how secure or complex it needs to be, etc etc. Then you can see how you can achieve that in DataStage. If you use your own code, you can build custom encrypt and decrypt routines or objects that you can call from inside the job. Other than that, you'll ...
by chulett
Mon Feb 27, 2006 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJobReport for a Job Sequence
Replies: 4
Views: 1450

Ross, is this an... enhancement request?
by chulett
Mon Feb 27, 2006 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wait for directory to have file(s)
Replies: 14
Views: 4142

The 'Wait For File' stage does not support wildcards, as far as I know.