Obviously an ERROR occurred.
(The message tells you no more than that.)
Have a look at the imported table definition then compare that with what's actually in the file. Don't use DataStage for this latter activity.
Search found 53125 matches
- Tue Mar 24, 2015 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EBCIDIC to ASCII using CFF having COMP3 filed
- Replies: 7
- Views: 3670
- Tue Mar 24, 2015 4:16 pm
- Forum: General
- Topic: Unable to rename or delete jobs
- Replies: 8
- Views: 2057
Code: Select all
cd $ProjectDir
find \&PH\& -atime +7 -exec rm {}\;
- Mon Mar 23, 2015 8:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data trunction when i am load into target as sql server
- Replies: 9
- Views: 2796
- Mon Mar 23, 2015 8:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Non Printable characters loaded to Oracle from Sybase
- Replies: 3
- Views: 1319
- Mon Mar 23, 2015 1:49 pm
- Forum: General
- Topic: Unable to rename or delete jobs
- Replies: 8
- Views: 2057
- Mon Mar 23, 2015 12:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Special character issue while writing into sequential file
- Replies: 2
- Views: 3274
- Mon Mar 23, 2015 12:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data trunction when i am load into target as sql server
- Replies: 9
- Views: 2796
The float and dfloat data types are not guaranteed to store data to the final significant digits accurately. Research the IEEE specifications for storing these data types for the reasons why. I'd suggest you specify at least a scale value (ideally a precision value also), and perhaps treat the data ...
- Sun Mar 22, 2015 11:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in output file
- Replies: 2
- Views: 1085
- Sun Mar 22, 2015 9:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data trunction when i am load into target as sql server
- Replies: 9
- Views: 2796
Re: data trunction when i am load into target as sql server
My Source have sql server datatype has number,target have sql server datatype has sql server.When i am loading soure to tartget,data will be truncated. Ex:Source has 16.8 target loaded to 16.799992372605. i am not use any convertion function.Please let me know have idea in this. Can you please repo...
- Sun Mar 22, 2015 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: delete on table which has simultaneous inserts
- Replies: 2
- Views: 1538
- Fri Mar 20, 2015 1:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IXF File process into DB2
- Replies: 2
- Views: 885
- Fri Mar 20, 2015 1:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IXF File process into DB2
- Replies: 2
- Views: 885
- Fri Mar 20, 2015 3:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read files with end-of-line character in its fields
- Replies: 2
- Views: 865
- Thu Mar 19, 2015 1:18 am
- Forum: General
- Topic: Sequencer reading from just one folder
- Replies: 14
- Views: 4033
- Wed Mar 18, 2015 8:52 pm
- Forum: General
- Topic: Sequencer reading from just one folder
- Replies: 14
- Views: 4033
Try changing your logged drive in the command.
Code: Select all
E: ; cd E:/DataSources/Export/Source/ | ls -l | wc -l | sed "s/ //g;"