BINARY data automatically gets converted

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
luck
Participant
Posts: 1
Joined: Fri Jul 11, 2008 3:05 pm

BINARY data automatically gets converted

Post by luck »

I have defined a column as BINARY 8 and loading into Oracle data with RAW datatype. The ETL Job works fine in development. But it doesn't works in production, throwing the following error

"invalid length inside variable character string"

The input BINARY data gets automatically converted and unable to load into Oracle table..

Please help
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

You will not get any sensible answers here because this forum is for server jobs. You needed to post on the job for Enterprise Edition (parallel jobs).

What's different between your development and production environments?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply