Search found 42189 matches

by chulett
Tue Sep 15, 2009 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when using DSJobReport in After Job
Replies: 3
Views: 2708

OK... start with the simple stuff. Does the directory exist? Does your user have write permissions to it?
by chulett
Tue Sep 15, 2009 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log of Job updating
Replies: 1
Views: 910

A search for DS_AUDIT here should turn all of that up.
by chulett
Tue Sep 15, 2009 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CPU resource utilization
Replies: 7
Views: 3229

Right, it's all about the job design and the resources you are leveraging - disk, database, etc.
by chulett
Tue Sep 15, 2009 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborting due to APT_CombinedOperatorCOntroller Error
Replies: 6
Views: 4348

Set $APT_DISABLE_COMBINATION (should be close) to True and rerun so we know where the error is really coming from.
by chulett
Tue Sep 15, 2009 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CPU resource utilization
Replies: 7
Views: 3229

No, there's no magic setting for that. You may, however, be able to make the job "multi-instance" and run multiple copies, each handling a portion of the data simultaneously.
by chulett
Tue Sep 15, 2009 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add 2 sequencial files
Replies: 13
Views: 3614

:? So what are your rules when there is more than one record in the 'File1' file? Or when there are multiple files? Your rules are still unclear.
by chulett
Tue Sep 15, 2009 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion in 8.1
Replies: 1
Views: 1351

Not sure why you couldn't find anything and the date functions haven't changed for PX so this is valid for any version:

DateFromDaysSince()
by chulett
Tue Sep 15, 2009 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ls -m behaving strangely
Replies: 6
Views: 2219

That is extremely odd but at least you have a workaround. :?
by chulett
Tue Sep 15, 2009 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 Error
Replies: 3
Views: 1464

That's what you get for clearing the exciting rows. :wink:
by chulett
Tue Sep 15, 2009 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filtering a hash file
Replies: 2
Views: 1841

You can't use the IsNull() transform function there, but rather you need the proper RetrieVe syntax. Try: PROCESSED_FLAG IS.NOT.NULL I think that's what you need off the top of my head this early in the morning. :?
by chulett
Tue Sep 15, 2009 5:24 am
Forum: General
Topic: Email- Error sending Mail
Replies: 6
Views: 2159

I'd run this by the SysAdmin, whomever administers that system, to check how SMTP is setup on that server.
by chulett
Mon Sep 14, 2009 10:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirements to a new installation
Replies: 4
Views: 1108

And, out of curiousity, what exactly were your search criteria?
by chulett
Mon Sep 14, 2009 7:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Integer conversion
Replies: 10
Views: 3785

@FM represents a Field Mark, something the EC stage adds because it is actually returning a dynamic array rather than a simple string. That strips any by converting them to an empty string.
by chulett
Mon Sep 14, 2009 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Polish characters in Paralle job
Replies: 6
Views: 2114

Since you didn't explicitly say, what character set does your target Oracle database use?