Thanks a lot Ray ,problem solved .
Regards,
Sam
Search found 6 matches
- Wed Sep 26, 2007 7:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion error calling conversion routine timestamp_from_s
- Replies: 10
- Views: 6117
- Tue Sep 25, 2007 9:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion error calling conversion routine timestamp_from_s
- Replies: 10
- Views: 6117
Hi Ray , i tried this code and it works fine without warnings when writing to a oracle table ,however for testing i was writing to a sequential file and was getting the same error why is that so ? should the syntax be different when writing to a seq file ? IF ((Lnk_Smac_Transaction_Read.SETTLEDATE)=...
- Tue Sep 25, 2007 8:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion error calling conversion routine timestamp_from_s
- Replies: 10
- Views: 6117
- Mon Sep 24, 2007 11:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion error calling conversion routine timestamp_from_s
- Replies: 10
- Views: 6117
Conversion error
Hi Chullete, the error mesg as in the log "APT_CombinedOperatorController,0: Conversion error calling conversion routine timestamp_from_string data may have been lost" since i could not pass a null to the OCI stage i used this logic in the transformer ,i hardcoded the date if the input is null, stil...
- Fri Sep 21, 2007 4:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion error calling conversion routine timestamp_from_s
- Replies: 10
- Views: 6117
Re: Conversion error calling conversion routine timestamp_fr
Hi Ray,Chullett,
The error in the job log is "Conversion error calling conversion routine timestamp_from string ".
Thanks,
Sam
The error in the job log is "Conversion error calling conversion routine timestamp_from string ".
Thanks,
Sam
- Fri Sep 21, 2007 1:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion error calling conversion routine timestamp_from_s
- Replies: 10
- Views: 6117
Conversion error calling conversion routine timestamp_from_s
Hi , I know that this topic has been covered several times in this forum but i couldnt find the exact match. here is my scenario I am reading from a csv file and writing to a oracle table date(varchar 8 )in seq file date(timestamp) in oracle(no size specified) When there is date value in the csv fil...