Search found 42189 matches

by chulett
Wed Aug 19, 2009 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting CC in notification(mail) activity
Replies: 6
Views: 2509

Not using that stage. You could, however, write your own script/wrapper to send the email in any fashion that you like. Check the DSSendMailTester routine as well for ideas.
by chulett
Wed Aug 19, 2009 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running cl at before subroutine
Replies: 4
Views: 1290

If it's not SQL then that's not the place to be running it. Sounds like you need to run it before job rather than before sql.
by chulett
Wed Aug 19, 2009 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting number of row level constraints used in a Job
Replies: 5
Views: 2211

Open the job, open each transformer and count. You did say "a" job, after all.
by chulett
Wed Aug 19, 2009 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excuting Job Conditionally
Replies: 5
Views: 1368

A search for USERSTATUS or DSSetUserStatus will give you another approach if command line sql queries are out of your comfort zone.
by chulett
Wed Aug 19, 2009 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator error code |-100|
Replies: 14
Views: 5180

It's not. Please post the complete, unedited error messages from the log.
by chulett
Wed Aug 19, 2009 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error
Replies: 18
Views: 5085

Sounds like it's time to mark the post as Resolved using the button at the top of the screen!
by chulett
Wed Aug 19, 2009 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange hashed file behaviour
Replies: 2
Views: 917

Post your job design.
by chulett
Wed Aug 19, 2009 6:50 am
Forum: General
Topic: Timestamp conversion
Replies: 8
Views: 1689

Dashes, not slashes.
by chulett
Tue Aug 18, 2009 10:47 pm
Forum: General
Topic: Timestamp conversion
Replies: 8
Views: 1689

Then use StringToTimestamp() with a mask the matches your input format. What you show as 'required output' isn't really true if you are targeting a Timestamp but might be if you were a string. Or perhaps "timestamp_from_string", depends on the stage you are doing this in. I believe that's ...
by chulett
Tue Aug 18, 2009 10:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job compiles but does not run
Replies: 10
Views: 5200

1) What does show up in the Director log? Anything? Make any difference if you run from the Director?

2) It's not or we wouldn't be having this conversation, you'd be wondering why your dang project was locked and no-one could even log in. :wink:
by chulett
Tue Aug 18, 2009 9:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Needs to capture Inserts and Updates
Replies: 9
Views: 2965

Bottom line is you use the heart and soul of the Server product, a hashed file as a reference lookup. Build a list of your existing keys in a hashed file and then use it to decide insert (miss) versus update (hit). You can also refine update to mean 'only if changed' by including fields to compare (...
by chulett
Tue Aug 18, 2009 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Needs to capture Inserts and Updates
Replies: 9
Views: 2965

Once you get your membership, come back and check out a couple of other posts on the subject. The long and the short of it, Ken Bland style. :wink:
by chulett
Tue Aug 18, 2009 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One time load of 50 billion records from teradata to oracle
Replies: 2
Views: 2335

Doesn't sound like there's any reason to 'code all the transformations' again if you've already done that when loading to your big source table, unless you need additional transformations specific to the Oracle target. You've confirmed you have a single source but not if you have a single target. I ...
by chulett
Tue Aug 18, 2009 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Needs to capture Inserts and Updates
Replies: 9
Views: 2965

No need to challenge anyone, people will help when and if they can.
by chulett
Tue Aug 18, 2009 5:27 pm
Forum: General
Topic: SQL warnings in datastage server job - Reject records
Replies: 3
Views: 1598

Hmmm, sorry... can't help you with that one. :(