How can i handle large size in Datastage serveredition 7.1

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
mohandl
Participant
Posts: 43
Joined: Tue Dec 26, 2006 7:01 am
Location: pune

How can i handle large size in Datastage serveredition 7.1

Post by mohandl »

My source is Sql server 2000,In one table for one column lengrth Text (16) this column i have to load in to traget table (My target is also SQL server 2000)

I am gettinr error like "Maximumsize of length truncated"
MOHAN
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Experiment with VarChar and LongVarChar data types rather than Text.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mohandl
Participant
Posts: 43
Joined: Tue Dec 26, 2006 7:01 am
Location: pune

Post by mohandl »

I tried with Longvarchar ,But no use (same error i am getting)
MOHAN
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Paste your exact error here (not something 'like' it) and tell us exactly how you 'tried with LongVarchar'. Details, man, details! :wink:
-craig

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