Invalid string or buffer length

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
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

Invalid string or buffer length

Post by scorpion »

Hi all,

i am facing an issue when i tried to run the job,it is getting aborting.
the error message i am getting is like,

"Fact_GH_F_XXX..DRS_GH_E_XXX: [Microsoft][ODBC Driver Manager] Invalid string or buffer length"

This fact table design job lookup to some dimension tables,and if lookup matches matched records loads into target fact table and un matched records loads in to error table.

we are using DRS stage and DB is SQLSRVR.

Can any one share idea on this...


Thanx in advance
Thanx&Regards
scorpion
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Does your table definition (Columns tab) include a VarChar or Char with nothing in the Precision column? There's no such thing as a VarChar(0).
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