Search found 42189 matches

by chulett
Tue Nov 03, 2009 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using environment variables ($xxx) in a transformer
Replies: 9
Views: 4055

You don't need the function if the environment variable is already being passed in as a job parameter. And the function is expecting a literal, so enclose it in quotes to get the red out.
by chulett
Tue Nov 03, 2009 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvconfig file...
Replies: 4
Views: 2993

While I believe you can regen with the engine running, I never do. You will need to bounce the 'service' for it to see the changes, one way or the other.
by chulett
Tue Nov 03, 2009 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job Compilation Failed with 40503 OLE error
Replies: 7
Views: 8115

Are you on AIX by any chance? How many jobs is "a lot"?
by chulett
Tue Nov 03, 2009 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using environment variables ($xxx) in a transformer
Replies: 9
Views: 4055

Do not include the dollar sign with GetEnvironment(), it assumes that part and just wants the actual name of the variable.
by chulett
Tue Nov 03, 2009 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvconfig file...
Replies: 4
Views: 2993

1. Seeing as how you need to shut down DataStage to regen, it will get 'bounced' in the process.

2. Yes.
by chulett
Tue Nov 03, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate/append a single string that resides in one file.
Replies: 5
Views: 1161

Ah... appended to each record, almost missed that part. If you wanted to work outside of a job, this could be done in shell script. Seems like you could pick up the one record with a Lookup using a 'hard coded' key value as well.
by chulett
Tue Nov 03, 2009 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate/append a single string that resides in one file.
Replies: 5
Views: 1161

File Patterns are a source option, not a target option... reads, not writes.
by chulett
Tue Nov 03, 2009 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status in Server transformer
Replies: 11
Views: 3936

Yes, with some confused cross-talk but maybe that was just me. :?
by chulett
Tue Nov 03, 2009 1:51 pm
Forum: General
Topic: Information Analyzer certification
Replies: 2
Views: 1694

Don't forget the pink hearts, yellow moons, orange stars and green clovers! :wink:

(sorry, move along, nothing to see here)
by chulett
Tue Nov 03, 2009 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: change password for isadmin and wasadmin
Replies: 6
Views: 9490

Assuming you don't know what it is currently, have root change it from the command line using "passwd".
by chulett
Tue Nov 03, 2009 1:33 pm
Forum: General
Topic: sql error
Replies: 3
Views: 1216

Hard to say unless you post the actual error. Your db supports if-then-else constructs? :?
by chulett
Tue Nov 03, 2009 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create control files for oracle bulk loader
Replies: 6
Views: 1565

Sure... www.google.com with a suggested search string of 'sqlldr control file'.
by chulett
Tue Nov 03, 2009 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stop on first error
Replies: 1
Views: 729

A limit of zero means 'no limit' so you'd need to set it to 1, and dsjob will default to 50 unless overriden with the -warn option. And it is a warning limit, a fatal will still kill ya dead.
by chulett
Tue Nov 03, 2009 12:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create control files for oracle bulk loader
Replies: 6
Views: 1565

It creates everything for you... and there's no persistent 'data file' in the traditional sense, it uses a fifo pipe instead.
by chulett
Tue Nov 03, 2009 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status in Server transformer
Replies: 11
Views: 3936

Right... you can check but it will always show 'Running'. Bigger problem there is trying to issue an attach to yourself, that will hang - so make sure your list of job names does not include the checking job.