Search found 42189 matches
- Tue Mar 13, 2007 9:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Plug-n stage does not have required stream inputs
- Replies: 3
- Views: 1316
- Tue Mar 13, 2007 9:24 am
- Forum: Enhancement Wish List
- Topic: Open Designer job that is locked - do not go to Open Job win
- Replies: 3
- Views: 2501
- Tue Mar 13, 2007 8:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Application Error Designer closes
- Replies: 22
- Views: 5364
There yah go.
On the patch issue, here is a post where both are mentioned. The 'crash patch' is not available on the Portal, you'll need to contact Support and arrange for them to make it available for you.
- Tue Mar 13, 2007 8:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Plug-n stage does not have required stream inputs
- Replies: 3
- Views: 1316
- Tue Mar 13, 2007 8:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Application Error Designer closes
- Replies: 22
- Views: 5364
- Tue Mar 13, 2007 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use Stage Variables when datasource is empty
- Replies: 6
- Views: 1901
- Tue Mar 13, 2007 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Application Error Designer closes
- Replies: 22
- Views: 5364
- Tue Mar 13, 2007 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generating Surrogate Keys via hash functions
- Replies: 20
- Views: 6994
I know no-one has asked for it, but thought I would throw in my two cents. I've said this before and I'll say it again. I would not consider any kind of 'hashing' algorithm suitable for surrogate keys. Period. If forced to choose between your two choices, I'd go MD5 over CRC32 or would push for one ...
- Mon Mar 12, 2007 2:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging Data In Sequential File
- Replies: 11
- Views: 2586
- Mon Mar 12, 2007 2:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging Data In Sequential File
- Replies: 11
- Views: 2586
- Mon Mar 12, 2007 10:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute Command - Shell script execution error
- Replies: 12
- Views: 14819
(1) Problem 1: I am still get the warning like this Seq_Test1..JobControl (@Execute_Command_46): Command /inbound/scripts/abc.sh did not finish OK, reply = '127' You will because your script sent a return code that is non-zero. All you did was turn off the fact that the job should automatically abo...
- Mon Mar 12, 2007 10:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: manual entry of Job parameters !!!
- Replies: 13
- Views: 3808
- Mon Mar 12, 2007 10:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute Command - Shell script execution error
- Replies: 12
- Views: 14819
- Mon Mar 12, 2007 9:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use Stage Variables when datasource is empty
- Replies: 6
- Views: 1901
- Mon Mar 12, 2007 7:10 am
- Forum: General
- Topic: Calculating top vaues
- Replies: 33
- Views: 8467
In Server get the record count and Sort the data descending on the value in question. Constrain your output to the 'top 10%' of the records. ... I am facing problems in record count also as DSLINKINFo always returns 0 . How can we restrict the data to top 10 % . Get the record count before the job ...