Search found 53125 matches
- Wed Jan 20, 2010 2:49 pm
- Forum: General
- Topic: Delete a user in webconsole
- Replies: 6
- Views: 1631
- Wed Jan 20, 2010 2:48 pm
- Forum: General
- Topic: Parameter set without value file
- Replies: 1
- Views: 1077
- Wed Jan 20, 2010 2:47 pm
- Forum: General
- Topic: Not able to use Oracle OCI on server job
- Replies: 8
- Views: 1861
- Wed Jan 20, 2010 5:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Left Zero fill, force to field length
- Replies: 11
- Views: 6460
- Wed Jan 20, 2010 5:25 am
- Forum: General
- Topic: How to run UV commands from Unix
- Replies: 15
- Views: 21580
- Wed Jan 20, 2010 5:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS-PX Day from Date
- Replies: 4
- Views: 1366
- Wed Jan 20, 2010 5:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date_from_ustring
- Replies: 4
- Views: 8668
- Wed Jan 20, 2010 5:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mysql in parallel edition
- Replies: 4
- Views: 1410
- Tue Jan 19, 2010 9:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: creating sequence for a group
- Replies: 1
- Views: 1100
- Tue Jan 19, 2010 9:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage freezing when opening Sequential File Stage
- Replies: 11
- Views: 4423
- Tue Jan 19, 2010 9:27 pm
- Forum: General
- Topic: Split header and Tailer that not the same formatt as data.
- Replies: 4
- Views: 1433
- Tue Jan 19, 2010 5:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error running from command line
- Replies: 4
- Views: 2399
Please show result of
Code: Select all
dsjob -jobinfo BrazilHC BrazilHCRunPurge - Tue Jan 19, 2010 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 UDB Loading Error
- Replies: 22
- Views: 10415
- Tue Jan 19, 2010 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error: Server auth failed or EE authorization failed
- Replies: 7
- Views: 2016
- Tue Jan 19, 2010 5:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage converting field to scientific notation
- Replies: 5
- Views: 4832
I'm surprised that incrementing a VarChar works at all - after all there's no implicit conversion from string to any kind of numeric data type. Is the stage variable also VarChar? Are you using a stage type (such as Aggregator) that generates dfloat by default? Try defining this field as int32 (or u...