Search found 42189 matches
- Wed Sep 29, 2004 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSMigrate - Has Anyone heard about it ?
- Replies: 10
- Views: 4880
- Wed Sep 29, 2004 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use one user defined routine into another
- Replies: 2
- Views: 737
This post should help.
- Wed Sep 29, 2004 2:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSMigrate - Has Anyone heard about it ?
- Replies: 10
- Views: 4880
- Wed Sep 29, 2004 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer SQLExecute failed
- Replies: 10
- Views: 2280
In Oracle, when you insert data into a table and do not mention all of the fields, the ones that are not mentioned get default values. Unless you override them in the DDL, the default value for all fields is a NULL. This doesn't work out so well when the fields do not allow nulls. You'll need to add...
- Wed Sep 29, 2004 10:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Copy forward a record
- Replies: 8
- Views: 1153
this works only if have some previous records has the same record where look up succeeds, but it does't work for my current load. Sure it does... or at least it can be made to. You need to write to the same hash file you are doing your lookups on when the lookup fails. That way, if you have duplica...
- Wed Sep 29, 2004 9:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Copy forward a record
- Replies: 8
- Views: 1153
- Wed Sep 29, 2004 7:19 am
- Forum: Enhancement Wish List
- Topic: Integrate BASIC file reading with other component
- Replies: 8
- Views: 4338
- Mon Sep 27, 2004 10:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job abending after 16 million odd records
- Replies: 6
- Views: 2171
- Mon Sep 27, 2004 10:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reverse the records in DataStage
- Replies: 8
- Views: 4714
- Mon Sep 27, 2004 1:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sql server timestamp to oracle timestamp
- Replies: 2
- Views: 908
- Mon Sep 27, 2004 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi instance invocation id question
- Replies: 10
- Views: 4459
- Mon Sep 27, 2004 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [DataDirect][ODBC Oracle driver]Fractional truncation error
- Replies: 1
- Views: 687
While I can't help with the specific error you've posted, I'm sure you could resolve the issue by switching to OCI over ODBC. I really don't understand why people use ODBC when native drivers are available. Is there some particular reason why you must use ODBC in this case, or can't use OCI? Stored ...
- Sun Sep 26, 2004 10:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi Instance Job with Disk Caching turned not finishing
- Replies: 5
- Views: 1960
Can't say I've seen your 'not finishing' issue. I'd start by reporting it to Ascential support and see if they can shed any light on it. Does it matter how many instances you run at any given time? Well, when it says that the Disk Cache Subsystem is limited to 512MB, I would think you'll need to fin...
- Sun Sep 26, 2004 10:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to remove space, coma, period from incpmeing data
- Replies: 6
- Views: 1843
Take a look through the Transforms that come with the product. For example, there is one called DIGITS that removes all non-numerics from a string. I'm sure there's some sort of alpha equivalent as well. Just checked and there is - it's called LETTERS . Looking at them, you'll see that they simply i...
- Sun Sep 26, 2004 10:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi instance invocation id question
- Replies: 10
- Views: 4459
You could take a look at building a Routine, one that leverages the DSGetJobInfo function. One of the 'gettable' items nowadays is the Invocation ID. So, possibly a custom routine that takes the filename as input and sends it back out with the appropriate ID worked into it? You could also look at us...