Warning in QualityStage job

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
kirannumb
Participant
Posts: 51
Joined: Fri Jun 19, 2009 2:23 pm

Warning in QualityStage job

Post by kirannumb »

Hi All,

I am getting the following warning and finding hard to remove can anyone please guide me to the destiny.

MatchAddress: When checking operator: When binding input interface field "qsFreqHeaderFlag" to field "qsFreqHeaderFlag": Implicit conversion from source type "uint32" to result type "uint8": Possible range limitation.

I am providing datatype as INTEGER, Extended as Unsigned and Length as 32
Kiran
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Take a look at the metadata on both sides of the MatchAddress stage.

A flag never really needs to be bigger than a TinyInt (uint8).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kirannumb
Participant
Posts: 51
Joined: Fri Jun 19, 2009 2:23 pm

Post by kirannumb »

ray.wurlod wrote:Take a look at the metadata on both sides of the MatchAddress stage.

A flag never really needs to be bigger than a TinyInt (uint8). ...
Thanks Ray. It worked I changed the SQL type to TinyInt and warnings are gone.
Kiran
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And somehow that is a 'workaround'? Smells like a resolution to me. :?
-craig

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