Search found 42189 matches
- Sun Nov 09, 2008 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage as an ETL to loadinto Oracle's E-Billing product
- Replies: 3
- Views: 2254
- Sun Nov 09, 2008 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX:Transformer error
- Replies: 8
- Views: 3000
- Sun Nov 09, 2008 10:22 am
- Forum: General
- Topic: create hash file
- Replies: 6
- Views: 1609
Damn! Was thinking about this and hoping to beat Ray on this historical fact, but... too slow. Yes, I remember being delighted around the 4.x release to find I no longer had to Validate every dang hashed-file-writing job in every environment to create the damn things. That or transfer them from the ...
- Sun Nov 09, 2008 8:29 am
- Forum: General
- Topic: create hash file
- Replies: 6
- Views: 1609
If this option is not specified and the file doesn't exist, then you will get an error. Sorry, but this isn't true. One will always be created when needed, it's just that by not checking that option they are created with all default values. As noted, enable that option to override the defaults duri...
- Sat Nov 08, 2008 6:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Script through Execute Command Activity
- Replies: 12
- Views: 3062
- Sat Nov 08, 2008 2:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Script through Execute Command Activity
- Replies: 12
- Views: 3062
Why?
Nothing wrong with simply a full path to the script:
Or were you going for something like this?
Nothing wrong with simply a full path to the script:
Code: Select all
/u6/app/datastage751/dwhsetld/invoice/scripts/stg_invdisct_ods_load_uanz.shOr were you going for something like this?
Code: Select all
cd /u6/app/datastage751/dwhsetld/invoice/scripts/ && ./stg_invdisct_ods_load_uanz.sh- Sat Nov 08, 2008 9:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unknown Name
- Replies: 11
- Views: 2805
- Sat Nov 08, 2008 8:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unknown Name
- Replies: 11
- Views: 2805
- Sat Nov 08, 2008 8:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: INTERVAL datatype handling in Datastage
- Replies: 7
- Views: 3644
The INTERVAL datatype is not directly supported, but I'm not sure there's really a need to. Typically they are handled as strings, so a varchar should be perfectly satisfactory. Or a numeric datatype if all you want is an individual component of the interval. Can't speak to DB2 but seeing as how the...
- Sat Nov 08, 2008 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Script through Execute Command Activity
- Replies: 12
- Views: 3062
What is your script doing? Is there a significance to the return code of '1'? As noted, the convention is a zero to indicate success and a non-zero return to indicate a problem. Typically. Only you can tell us what 'impact' the change of exit status would mean, seeing as how we have no clue what you...
- Sat Nov 08, 2008 12:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Script through Execute Command Activity
- Replies: 12
- Views: 3062
- Sat Nov 08, 2008 12:17 am
- Forum: General
- Topic: ORA-01008: not all variables bound
- Replies: 8
- Views: 2921
Pre-qualify updates v. inserts with a hashed lookup. Split your stream based on the results so you have two links to the OCI stage, one for inserts and the other for updates. Then you can do whatever you need, column wise. Also include hashed file checks for parent relationships to ensure you won't ...
- Fri Nov 07, 2008 2:44 pm
- Forum: General
- Topic: Luncheon Webinar - IBM IOD Conference Update questions
- Replies: 5
- Views: 1437
- Fri Nov 07, 2008 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Enterprise stage not working with Oracle date field
- Replies: 2
- Views: 1020
- Fri Nov 07, 2008 2:23 pm
- Forum: General
- Topic: Luncheon Webinar - IBM IOD Conference Update questions
- Replies: 5
- Views: 1437
Luncheon Webinar - IBM IOD Conference Update questions
Thought I might start things off and other attendees could add questions that they didn't ask during the webinar. On the topic of 'New/Enhanced stages', you mentioned the Pivot stage and the fact that it is now truly parallel. I was curious if they had added support for both 'directions' yet - verti...