Search found 42189 matches
- Mon Oct 04, 2004 10:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to enable menu bar after it has been closed in designer
- Replies: 10
- Views: 6500
I'm not really sure what you mean by the 'menu bar' but there are things that can disappear from the Designer that can be tricky to get back. Sometimes you can go into the Registry Editor and get things back that way, but I've generally found the easiest way is to simply reinstall the client. Missin...
- Mon Oct 04, 2004 5:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Validation
- Replies: 8
- Views: 2079
- Mon Oct 04, 2004 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Validation
- Replies: 8
- Views: 2079
- Mon Oct 04, 2004 1:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migrating from Oracle 8 to Oracle 9i
- Replies: 5
- Views: 1875
- Mon Oct 04, 2004 1:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migrating from Oracle 8 to Oracle 9i
- Replies: 5
- Views: 1875
While you could continue to use the OCI8 stage to talk to Oracle 9i, you would need to leave a copy of the 8i client on the server and continue to point to it via your dsenv file. In the long run, you are much better off transitioning to the OCI9 stage. When you migrate, you'll need to update dsenv ...
- Mon Oct 04, 2004 11:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Validation
- Replies: 8
- Views: 2079
- Mon Oct 04, 2004 11:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Simple Job Running for long time
- Replies: 7
- Views: 1617
- Mon Oct 04, 2004 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Attempted WRITE with NULL record ID
- Replies: 4
- Views: 1358
You fix it by not writing records to a hash file with null keys, which is typically what generates this error. Add a constraint to either not send records with null keys to the hash or transform them to some sort of 'default' value. FYI, DataStage jobs typically have three exit statuses: Ran OK - st...
- Mon Oct 04, 2004 9:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregator Grouping
- Replies: 7
- Views: 2233
I think you are going to need to adjust your 'sort' command. Since you don't specify a delimiting character, 'space' is used by default to count the fields. It looks to me what you are getting is a sort where it is considering all three of your fields as one long field, especially with the inclusio...
- Mon Oct 04, 2004 9:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Option under DB Type in Designer
- Replies: 4
- Views: 716
- Mon Oct 04, 2004 9:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cant View full record in Data Browser DS 7.0
- Replies: 4
- Views: 705
- Mon Oct 04, 2004 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort stage Warnings
- Replies: 6
- Views: 2499
- Mon Oct 04, 2004 7:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregator Function Removing Dates
- Replies: 3
- Views: 855
Technically, everything under the covers is a string in DataStage and also a Sequential file has nothing but Char data in it. Can't say why exactly it doesn't like your date format off the top of my head, but if you define it as a Char(10) you won't have problems. How much confidence do you have in ...
- Mon Oct 04, 2004 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort stage Warnings
- Replies: 6
- Views: 2499
- Fri Oct 01, 2004 12:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Refreshed System time while the job is running
- Replies: 2
- Views: 898