COLUMN FORMAT ERROR

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
Sangeetha
Participant
Posts: 1
Joined: Mon Jun 04, 2007 12:40 am

COLUMN FORMAT ERROR

Post by Sangeetha »

Oracle_Enterprise_0: CCR_MDM_ID floating point decimal not fully supported. Adjusting scale.

How do we handle this warning?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Hello and welcome to DSXchange.

Before posting, it is wise to read this FAQ, which also explains how to use the search facility.

When you do so, you'll see that this is a common problem or question that most PX job developers will have encountered - the ones that haven't seen this warning just haven't used floating point data types yet.

The short answer is you cannot get rid of the warning, but you can use message handlers to demote the warning to an informational message or even to suppress the message altogether.
Post Reply