Search found 53125 matches
- Thu Jan 04, 2007 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning
- Replies: 3
- Views: 944
- Thu Jan 04, 2007 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: load sequential file with varying number of columns
- Replies: 7
- Views: 2733
The message stated "delimiter not found". Check that the field delimiter in the table definition (record schema) matches that found in the file. You need to get that right before trying anything else. Is there any information in the first part of the record indicating its record type (format, number...
- Thu Jan 04, 2007 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecCommand output value
- Replies: 44
- Views: 10563
- Thu Jan 04, 2007 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to create multiple rows from a row
- Replies: 10
- Views: 3766
- Thu Jan 04, 2007 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What's Important ??
- Replies: 3
- Views: 844
Take/make time to read the installation and upgrade manual, and any additional documentation that accompanies the software, very carefully. Plan the process. Know the questions that will be asked by the install script, and have your answers ready. Make sure there's enough temporary space for transfe...
- Thu Jan 04, 2007 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing to a Sequential file
- Replies: 12
- Views: 2856
- Thu Jan 04, 2007 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: New line character added when FTP using FTP enterprise stage
- Replies: 5
- Views: 1293
- Thu Jan 04, 2007 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while FTP'ng a file
- Replies: 1
- Views: 742
- Thu Jan 04, 2007 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HowTo extract data from binary file?
- Replies: 15
- Views: 4933
- Thu Jan 04, 2007 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FAILURE OF ABAP EXTRACT HERE
- Replies: 2
- Views: 1058
What do you mean by "NOR REQUIRED"? The message indicates that a particular column is not in its expected position. This might be a failure in generating ABAP code (check the code), a rogue row in the table (check the table) or a metadata mismatch in your job design. Because it works sometimes I thi...
- Thu Jan 04, 2007 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration File issue
- Replies: 2
- Views: 2425
- Thu Jan 04, 2007 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding wait for file activity
- Replies: 3
- Views: 1095
- Thu Jan 04, 2007 3:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help: Abnormal termination of stage
- Replies: 13
- Views: 4639
There are two slash characters in the pathname '/data//HASHED_M_STATE' - check to see how you are generating the pathname (parameters) and how the second slash comes to be. Perhaps the job parameter for the directory has a trailing slash and the constructed pathname in the stage has a slash between ...
- Thu Jan 04, 2007 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage software for unix operating systems
- Replies: 4
- Views: 919
It's always called DataStage. The individual product codes specify for which particular operating system it is. Your vendor has access to the relevant information. You can determine what's available from the IBM web site, if you're really interested. Beware that there are also version dependencies; ...
- Thu Jan 04, 2007 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Whats does this mean?
- Replies: 13
- Views: 3660
Find out who created the expression and ask them! Looks like a clumsy attempt to force an implicit conversion to string so that the Trim() function can be applied. But it's wrong. The proper way is to use an appropriate conversion function, such as StringToDecimal() in a Transformer stage or string_...