Search found 53125 matches
- Wed Nov 07, 2007 5:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output links from a transformer
- Replies: 2
- Views: 957
The limit is actually a stage property, but one that is not exposed in the GUI any more. In a server Transformer stage the total connected links must not exceed 128. One primary input, N reference inputs, and (128-N) outputs (including reject output). I have not checked whether the parallel Transfor...
- Tue Nov 06, 2007 10:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Viewing the data
- Replies: 5
- Views: 3604
APT_CONFIG_FILE was not set. What could be clearer? Bring $APT_CONFIG_FILE into your job as a job parameter, set its default value to $PROJDEF. Make sure that the pathname given for this environment variable in the Administrator client is valid. To test, use a hard-coded pathname in the job paramete...
- Tue Nov 06, 2007 10:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: transformer stage not working
- Replies: 3
- Views: 1129
- Tue Nov 06, 2007 10:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fixed width flat files
- Replies: 5
- Views: 1683
- Tue Nov 06, 2007 10:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error running a multi-instance parallel job through sequence
- Replies: 9
- Views: 3181
- Tue Nov 06, 2007 10:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to move jobs from one project to another?
- Replies: 32
- Views: 10833
There are three repair tools that need to be applied after an O/S restore. VERIFY.SQL to repair the DataStage/SQL system tables. UV.ACCOUNT will need to be updated with the new project location. Each indexed hashed file in the project will need to be updated with the new location of its index direct...
- Tue Nov 06, 2007 10:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange Aggregator Error
- Replies: 1
- Views: 1094
- Tue Nov 06, 2007 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TD stage: Cannot create Teradata table more than 256 columns
- Replies: 6
- Views: 1474
- Tue Nov 06, 2007 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: There are no sort keys in the dataset schema
- Replies: 5
- Views: 2997
In the Inputs link to the Sequential File stage, on the Partitioning tab, you have specified to use Sort Merge as the Collector type and have specified CATEGORYTYPEID as (one of) the column(s) on which to preserve sorted order - however, the columns list (schema) on the link (the virtual data set to...
- Tue Nov 06, 2007 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion
- Replies: 7
- Views: 1523
Change the data type of this field in the Sequential File stage from Date to VarChar(10) or Char(10). You can then extract the day number and month name using Field() function (especially if the day number may contain one or two digits) or substring (if the day number always contains two digits). Co...
- Tue Nov 06, 2007 7:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML Output stage
- Replies: 3
- Views: 833
- Tue Nov 06, 2007 7:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenation of Rows
- Replies: 15
- Views: 10199
- Tue Nov 06, 2007 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS_AUDIT
- Replies: 3
- Views: 5430
In short, CLASS not CLASSID. Tip: _ Where the error message occurred, the query parser has indicated the token at which it had stopped, in this case CLASSID. And it's reported that that is an unexpected symbol. So you go back to the metadata to determine the correct name of the symbol, which you did.
- Tue Nov 06, 2007 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple streams are not running in datastage server
- Replies: 3
- Views: 1152
What stage types? From the error message it appears that the interlude to the getpid() GCI call has become corrupted. Can you look at that VOC entry in this project and another, to see whether they are different? Timed out can be due to many factors, including database locks; this is difficult to di...
- Tue Nov 06, 2007 3:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use of combine records stage
- Replies: 15
- Views: 6766