Search found 53125 matches
- Thu Dec 18, 2008 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Check whether input is of an expected date format
- Replies: 1
- Views: 898
You may need to adapt the IsValid() function (for server) because it is a little more forgiving of date format. Note also that Iconv() does not return NULL unless the date is actually NULL. You would do better to check the result of the Status() function after applying the Iconv() function. Did you ...
- Thu Dec 18, 2008 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: substract 10 seconds from dsjobstarttimestamp
- Replies: 5
- Views: 1451
- Thu Dec 18, 2008 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Functions and routines read only?
- Replies: 7
- Views: 1584
- Thu Dec 18, 2008 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to do aggregations in DataStage EE ???
- Replies: 3
- Views: 1096
- Thu Dec 18, 2008 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Query on Change capture
- Replies: 1
- Views: 803
- Thu Dec 18, 2008 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning while running the job
- Replies: 4
- Views: 1955
- Thu Dec 18, 2008 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to minus one day from a give timestamp data
- Replies: 9
- Views: 3398
- Thu Dec 18, 2008 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate ramndom and unique values
- Replies: 6
- Views: 1668
This is more easily done with a BASIC Transformer stage and server routine (or a server job would be even better for so few rows). Use that to populate a file, keyed by row number, which you can then look up in your parallel job. The routine would keep a dynamic array of values already generated, an...
- Thu Dec 18, 2008 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using RT_LOG with a multi-instance job
- Replies: 2
- Views: 1012
- Thu Dec 18, 2008 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can't Login to Datastage not as administrator(error 39202)
- Replies: 4
- Views: 2890
- Thu Dec 18, 2008 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server jobs vs parallel jobs
- Replies: 6
- Views: 2364
- Thu Dec 18, 2008 3:20 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Viewing Korean Characters in Information Analyzer
- Replies: 5
- Views: 3041
- Thu Dec 18, 2008 3:15 pm
- Forum: General
- Topic: Cannot create new project
- Replies: 0
- Views: 600
Cannot create new project
Hi, i see on the forum that you have anwser to a similar problem that i have today, actually we can't created new projects, it return the fowlling message DSR.ADMIN: Error creating a schema Some users will not have access to this schema. how do you resolve this problem ? There is an anwser in the f...
- Thu Dec 18, 2008 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Add block to queue failed
- Replies: 0
- Views: 832
Add block to queue failed
Hi Ray, I am getting below error while processing the 55 lakhs records for fact table.. i am sorting the data by using sort stage ,after that am aggregating the data by using aggregator stage. buffer(0),1: APT_BufferOperator: Add block to queue failed.This means that your buffer filesystems all ran...
- Thu Dec 18, 2008 5:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Set 0 value to input coloum using modify Stage
- Replies: 6
- Views: 1394