The error message you are receiving is odd, particularly as the data transfer is successful.
If you FTP this file using the command line program, does it generate any warnings or errors?
Search found 15603 matches
- Sun Jun 29, 2008 4:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP plug-in
- Replies: 4
- Views: 1607
- Sun Jun 29, 2008 4:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert Function
- Replies: 1
- Views: 754
- Sun Jun 29, 2008 4:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calculating Date -1 from Timestamp
- Replies: 3
- Views: 1378
- Sat Jun 28, 2008 2:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP plug-in
- Replies: 4
- Views: 1607
- Fri Jun 27, 2008 10:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upgrade to Datastage Version8
- Replies: 3
- Views: 841
- Fri Jun 27, 2008 10:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: couldn't set locale correctly
- Replies: 6
- Views: 1474
- Fri Jun 27, 2008 10:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: couldn't set locale correctly
- Replies: 6
- Views: 1474
- Fri Jun 27, 2008 10:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: couldn't set locale correctly
- Replies: 6
- Views: 1474
- Fri Jun 27, 2008 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Calculation.
- Replies: 5
- Views: 1434
- Fri Jun 27, 2008 6:48 am
- Forum: General
- Topic: Delete of not-used hash-files
- Replies: 7
- Views: 2085
Check out this post for one way to do this.
- Fri Jun 27, 2008 6:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Count of Delimiter(special character) in a Record
- Replies: 5
- Views: 1736
- Fri Jun 27, 2008 5:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: VARCHAR to BigInt
- Replies: 4
- Views: 2075
Many conversions from VarChar() to other types, particularly numeric ones, can be done implicitly. You will need to use the StringToDate() function for the date conversion if your job uses transform stages, otherwise the modify stage does conversions as well, but uses other function names and a diff...
- Fri Jun 27, 2008 5:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when loading XML
- Replies: 6
- Views: 2137
- Fri Jun 27, 2008 5:36 am
- Forum: General
- Topic: Interrupt System Call
- Replies: 3
- Views: 830
- Thu Jun 26, 2008 8:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Count of Delimiter(special character) in a Record
- Replies: 5
- Views: 1736
Code: Select all
Count(InputField,CHAR(13))