Search found 42189 matches
- Fri Oct 13, 2006 10:38 am
- Forum: Enhancement Wish List
- Topic: Could anyone else use a checksum() type ability for DB2?
- Replies: 8
- Views: 3200
- Fri Oct 13, 2006 8:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job performance
- Replies: 9
- Views: 2008
- Fri Oct 13, 2006 8:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: STAGECOM Data structures & Hawk
- Replies: 15
- Views: 3630
One of the best ways I've seen, and something I've relied on heavily for years, are the 'Job Control Utilities' freely available from Ken Bland's website. Click on the link in his signature in his post and register there. Check them out. Ken - they are still there and free, I assume, yes? Granted, I...
- Fri Oct 13, 2006 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: STAGECOM Data structures & Hawk
- Replies: 15
- Views: 3630
Oh my, someone has set you up the bomb. Something like that isn't supported now, let alone in Hawk. And the fact that you've created 'an elaborate parm management scheme' based on this is worrisome. Why do you 'need' to update a parameter in a running job? There are plenty of supported mechanizms fo...
- Fri Oct 13, 2006 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing XML data to a file.
- Replies: 12
- Views: 4008
- Fri Oct 13, 2006 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing arguments to the stored procedure in DS
- Replies: 5
- Views: 2157
- Fri Oct 13, 2006 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Authorization Codes
- Replies: 10
- Views: 3088
- Fri Oct 13, 2006 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup copies creations with After job subroutines
- Replies: 13
- Views: 3598
Strange to see file names declared in Administrator. Not really, when the OP stated they were Environment Variables. Same reason for the dollar sign, which must be used. Reg txt, dont declare .txt in variable declaration. Or again use the Field command to get the 'basename', using the period as the...
- Fri Oct 13, 2006 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import XSD file problem
- Replies: 2
- Views: 1159
- Fri Oct 13, 2006 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort: Input column does not promote to output column
- Replies: 3
- Views: 1433
Re: Sort: Input column does not promote to output column
jzijl wrote:While running this job I get the message: 'Sort: Input column does not promote to output column.'
All that should mean is a column on the Input side is not mentioned on the Output side. What goes in must come out, so it (the Sort stage) complained.
- Fri Oct 13, 2006 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Authorization Codes
- Replies: 10
- Views: 3088
- Fri Oct 13, 2006 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row count
- Replies: 5
- Views: 1247
- Fri Oct 13, 2006 7:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Authorization Codes
- Replies: 10
- Views: 3088
Make sure you've got the Authorization code exactly right... sometimes people mix up letters for numbers, or the case. If you've got the 'old fashioned' paper codes, the numbers are in italics from what I recall, which helps. The other problem we see once in a while is a cut-and-paste error where th...
- Fri Oct 13, 2006 12:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Diff b/n stages....
- Replies: 3
- Views: 1312
- Fri Oct 13, 2006 12:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence Trigger is not getting Triggered
- Replies: 23
- Views: 8841
From what I understand Craig, OP wants the Routine activity to run no matter what i.e. when job fails or finishes and extract the log information Which is exactly the kind of situation an Unconditional trigger is used for. Vijay, are you positive the Routine Activity stage is not being triggered? I...