Search found 42189 matches
- Wed Jul 04, 2007 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reference Link with mutli row result set
- Replies: 16
- Views: 3719
Nothing all that Premium about it, so it's unmarked now. And yes, there are issues with being able to send email - but your post does go through. All you get if you go back and hit Submit again is the error again and multiple copies of your post. Read the Site forum, there are some posts there about...
- Wed Jul 04, 2007 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Status
- Replies: 8
- Views: 2524
Well, here's a crazy thought - why not use Tivoli to actually schedule and run your DataStage jobs rather than cron? Isn't that why you have it? With something like Tivoli or Control-M there's no "need" for cron, it should only be what you use when you have no other choice - when you don't have some...
- Wed Jul 04, 2007 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Packed Field not converted properly with CFF Stage
- Replies: 6
- Views: 1569
- Wed Jul 04, 2007 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating 64 bit hash file
- Replies: 23
- Views: 5341
- Wed Jul 04, 2007 7:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Status
- Replies: 8
- Views: 2524
Re: Job Status
Now my new requirement is to send the status of SEQ01 to Tivoli. For this I have designed a routine to read the status of this SEQ01 after it has finished Ok or Finished with Warnings or Aborted/Restartable... Is there something magical about Tivoli that requires anything 'extra' be done for it to ...
- Wed Jul 04, 2007 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Stage Load Method
- Replies: 2
- Views: 991
- Tue Jul 03, 2007 9:58 pm
- Forum: Site/Forum
- Topic: Top Posters
- Replies: 7
- Views: 4436
- Tue Jul 03, 2007 9:57 pm
- Forum: Site/Forum
- Topic: Poll Ideas
- Replies: 18
- Views: 9593
- Tue Jul 03, 2007 9:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DRS, Oracle OCI and Oracle Enterprsie
- Replies: 13
- Views: 2518
- Tue Jul 03, 2007 9:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load Vs Upsert in Oracle Enterprise Stage
- Replies: 5
- Views: 2002
- Tue Jul 03, 2007 9:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: trigger jobs by events and if datastage supports web service
- Replies: 8
- Views: 2726
- Tue Jul 03, 2007 9:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reference Link with mutli row result set
- Replies: 16
- Views: 3719
- Tue Jul 03, 2007 5:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read Multiple Lines from Text file
- Replies: 7
- Views: 2186
Define exactly what "parse out info from each column" means. What does the output need to look like? You know, ETL tools were not built to read or create reports. You can do it, it's a PITA but there are other BI tools specifically created to fill that niche. Monarch springs to mind as one of the lo...
- Tue Jul 03, 2007 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: shell script for dsjob command
- Replies: 5
- Views: 3186
Because you are exporting the final 'command string' not actually executing it.
Change:
To:
and see if that works more better.
Change:
Code: Select all
export cmdstringTo:
Code: Select all
eval ${cmdstring}and see if that works more better.
- Tue Jul 03, 2007 3:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Count of Unique values within a column
- Replies: 2
- Views: 797