datastage 7.5.1 Vs 7.5.2

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
say2prabhu1
Participant
Posts: 27
Joined: Mon Jul 09, 2007 1:06 am

datastage 7.5.1 Vs 7.5.2

Post by say2prabhu1 »

Both versions are giving different set of logs for the same set of codes.
The job is running successfully in 7.5.1 but it is producing warning in 7.5.2.

This is the warning i am getting " Conversion error calling conversion routine timestamp_from_string data may have been lost" while i am running the job in 7.5.2.

I don't have privilege to modify the job in 7.5.2

I am using NVL function for date column while reading the Oracle stage.

Any suggestion
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Probably the warning is suppressed from the director log in the 7.5.1. And while exporting the code message handler was not exported. See the log in 7.5.1 to see if you find an entry like "Handled messages" or "Messages handled". Think it comes at the end of the log. If it is handled here then you will have to export a file (project.msh i think) present in the project directory which has all the rules. Do a search on "message handlers" to see how they can be exported. And also not sure if can export the .msh file from 7.5.1 to 7.5.2.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Or 7.5.2 is tighter, enforcing things that you could get away with in the earlier version.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply