Search found 53125 matches
- Mon Mar 14, 2011 2:38 am
- Forum: General
- Topic: Connecting to Sql server 2008 from Server routine
- Replies: 24
- Views: 12484
- Mon Mar 14, 2011 2:35 am
- Forum: General
- Topic: migrating to Datastage 8.5 from Datastage 7.5
- Replies: 9
- Views: 6515
The upgrade is fairly straightforward, and jobs and sequences will be upgraded as part of it. Details about how to upgrade from version 7.5 can be found in the Installation and Upgrade manual for Information Server, which you have with the version 8.5 software. It's also available from the Informati...
- Mon Mar 14, 2011 2:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting problem with Chinese characters when loading to DB2
- Replies: 9
- Views: 9824
- Mon Mar 14, 2011 2:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IsNull not working
- Replies: 9
- Views: 6649
But that's correct! If you're pulling NULL from SAP and inserting untransformed data into Oracle, then you should expect to see NULL in Oracle. You can't trim NULL (at least not till version 8.5). To detect NULL, therefore, you need to apply the IsNull() function to the original input column, as MT ...
- Sun Mar 13, 2011 11:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregrator stage behaving indifferent
- Replies: 4
- Views: 1650
- Sun Mar 13, 2011 11:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: remove duplicates using transformer, capturing duplicates
- Replies: 3
- Views: 2280
- Sun Mar 13, 2011 11:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting problem with Chinese characters when loading to DB2
- Replies: 9
- Views: 9824
- Sun Mar 13, 2011 7:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How restart the job, where it left off
- Replies: 1
- Views: 1427
- Sun Mar 13, 2011 1:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: remove duplicates using transformer, capturing duplicates
- Replies: 3
- Views: 2280
- Sun Mar 13, 2011 3:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delimited file with fixed width
- Replies: 2
- Views: 1686
- Sat Mar 12, 2011 2:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator Partitioning
- Replies: 3
- Views: 2819
Re: Aggregator Partitioning
That's not always true. For example, if the grouping key is an integer of some kind, then Modulus should be preferred, as it's more efficient than Hash.soumya5891 wrote:It is better to use hash partition whenever you are working on group of data like aggregator,sort,remove duplicate.
- Sat Mar 12, 2011 2:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamically handling file
- Replies: 4
- Views: 2703
- Sat Mar 12, 2011 2:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to find sum(sal) for all the active employees
- Replies: 16
- Views: 6760
- Sat Mar 12, 2011 2:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IsNull not working
- Replies: 9
- Views: 6649
Whenever you extract that field from the database use any null handling function like COALESCE function because it may happen that database null does not match with data stage null Do you have any proof of this? Over the last 13 years I've found DataStage null handling to be quite reliable, no matt...
- Sat Mar 12, 2011 1:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration file error in Datastage
- Replies: 12
- Views: 13583
You shouldn't need a configuration file for server edition. Assuming, therefore, that you're using enterprise edition, the error is in TCP and described by exit status (error code) 111 - connection refused. Therefore we must conclude that, in spite of your assertions, communication between the machi...