One can but wonder what their system documentation looks like.
No, I'm not kidding. Documentation.
Search found 53125 matches
- Wed Dec 28, 2005 2:45 pm
- Forum: Site/Forum
- Topic: no kidding English
- Replies: 10
- Views: 5843
- Tue Dec 27, 2005 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with this Error
- Replies: 6
- Views: 1551
The job number is given in the first line of the warning message - in this case job number 1809, so you look in subdirectory RT_BP1809. Note that it is the BASIC code for the Transformer stage, not the BASIC code for the job, for which Yamini asks. BASIC code for the whole job is not available; serv...
- Tue Dec 27, 2005 3:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: source code for KeyMgtResetValue
- Replies: 8
- Views: 2360
Even just try SELECT @ID, F1 FROM SDKSequences USING DICT VOC; Queries are not affected by row level locks, so you will at least determine that the SDKSequences hashed file exists and is not corrupted. There is no routine called KeyMgtResetValue supplied with DataStage. The only routines for key man...
- Tue Dec 27, 2005 1:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_Archive::BadVersion: From: Loading memory archive.
- Replies: 8
- Views: 14567
- Tue Dec 27, 2005 1:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while conveting input parameter(date format)
- Replies: 3
- Views: 1309
- Mon Dec 26, 2005 2:56 pm
- Forum: General
- Topic: ParamName does not reference a known parameter of the job
- Replies: 5
- Views: 15534
There are three things to check when this error occurs. 1. Existence of the parameter name in the controlled job. 2. Spelling of the parameter name in the controlled job. 3. Casing of the parameter name in the controlled job. If all three of those are correct, open the job activity in the job sequen...
- Mon Dec 26, 2005 2:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: delete a unix file from datastage sequence.
- Replies: 9
- Views: 5101
There are two fields on the Command tab in an Execute Command activity. In the first (Command) you put simply the rm command itself. In the other (Parameters) you put anything else that needs to appear on the rm command line. This can include references to job parameters, for example -rf #path#/#fil...
- Mon Dec 26, 2005 2:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XLSHEET AS A SOURCEDATA
- Replies: 14
- Views: 3612
- Mon Dec 26, 2005 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error viewing sequential file.
- Replies: 14
- Views: 5937
- Mon Dec 26, 2005 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Node map constraint
- Replies: 7
- Views: 2981
- Mon Dec 26, 2005 2:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: creating the hedder,dataset, trailer and end of record.
- Replies: 2
- Views: 1061
- Mon Dec 26, 2005 2:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Whom should I contact
- Replies: 6
- Views: 2263
We can not give your vendor's email address, since we don't know from whom you purchased DataStage.
There is no generic DataStage email address. You might like to try the "Contact Us" link at the Ascential web site - note that this will be subsumed into IBM fairly soon.
There is no generic DataStage email address. You might like to try the "Contact Us" link at the Ascential web site - note that this will be subsumed into IBM fairly soon.
- Sun Dec 25, 2005 7:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: many worksheets
- Replies: 6
- Views: 1382
Alternately you can define a separate ODBC data source name (DSN) for each workbook. Each worksheet in the workbook will be presented as a separate system table in that data source. Some restrictions apply, primarily the need for a proper tabular format with column headings. When importing the ODBC ...
- Sat Dec 24, 2005 12:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Functions not in the Transformer Stage
- Replies: 4
- Views: 1165
Or, if you are going to use this in lots of places, create a re-usable component (a Transform) containing the kind of expression that Roy suggested, though with Transform arguments rather than hard-coded values. Why not call the Transform "NullToValue"? There are already supplied Transforms called N...
- Fri Dec 23, 2005 2:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installation is not creating the DataStage Project folder
- Replies: 7
- Views: 4471
Good, thank you for that answer, but you understand why we had to ask it? There are some tweaks needed for Linux, which you will find in the readme file. It's been some time since I installed on Linux (and that was Red Hat) so I can't remember them all. Hopefully someone else can contribute. Have yo...