warning: Data that exceeds the maximum display length

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
dineshmj
Premium Member
Premium Member
Posts: 2
Joined: Tue Jul 06, 2010 1:38 pm
Location: charlotte

warning: Data that exceeds the maximum display length

Post by dineshmj »

i am getting this warning while viewing the data from the sequential file.

need to reading the column of 1050 bytes.

i have followed the link below

viewtopic.php?t=136299&highlight=unbounded+varchar

i am importing the table definitions with out length and tried viewing the source data. i am getting this warning but file is reading tilll 1000bytes and the remaining 50 bytes is truncated

want to read the complete 1050bytes without warning.

any help will be greatly appreicated.

Thanks.
dinesh
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That is a hard limit built into the viewer.
-craig

"You can never have too many knives" -- Logan Nine Fingers
dineshmj
Premium Member
Premium Member
Posts: 2
Joined: Tue Jul 06, 2010 1:38 pm
Location: charlotte

Post by dineshmj »

thanks for the quick response chulett.


issue is while viewing the data it is generate warning and loading till 1000 bytes. but while loading the data in to other file. it is loading complete 1050 bytes. issue resolved.
Post Reply