Unable to see the data from DB2 Enterprise Stage ..

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
Sourav
Participant
Posts: 17
Joined: Tue Sep 04, 2007 5:34 pm
Location: Delhi

Unable to see the data from DB2 Enterprise Stage ..

Post by Sourav »

Hi ,

I have found below mentioned error while i was trying to connect to the database through DB2 Enterprise stage in the parallel jobs .


Error Details are given below :
===================

##E TNDB 000000 13:56:06(012) <DIM_ACC_PRICE_PLAN_WLESS_3> Error Idx = 1;
DB2 Driver Embedded SQL message: SQL0304N A value cannot be assigned to a host variable because the value is
not within the range of the host variable's data type. SQLSTATE=22003
;
sqlcode = -304;
sqlstate = 22003
##E TNDB 000000 13:56:06(013) <DIM_ACC_PRICE_PLAN_WLESS_3> Failed to connect to database.

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

Post by ray.wurlod »

I think you need to involve your DBA on this one, to enable tracing to find out which parameter might be causing such a warning to be thrown. There may be some assistance in the errors manual for DB2, if you lookup SQL0304N (or error code -304, which is the same thing).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:? Sounds like you may have a metadata mismatch at work here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I'm tending more towards unsupported data type. What is the data type of DIM_ACC_PRICE_PLAN_WLESS_3 ?
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