U_TRUNCATED_CHAR_FOUND

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
chaitanya_24
Participant
Posts: 1
Joined: Wed Oct 01, 2008 7:41 am

U_TRUNCATED_CHAR_FOUND

Post by chaitanya_24 »

I'm trying to 'Load' data into an Oracle table and I get the following error::
APT_CombinedOperatorController,1: U_TRUNCATED_CHAR_FOUND encountered.
U_TRUNCATED_CHAR_FOUND encountered.

Any Ideas would help a gr8 deal.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Welcome to DSXchange.

Use APT_DISABLE_OPERATOR_COMBINATION set to "false" to see which stage is generating the error. Also, search the forum for posts with the keyword "TRUNCATED_CHAR_FOUND" to see if any of those threads describe your problem.
getsatish_gk
Participant
Posts: 104
Joined: Sat Dec 24, 2005 1:26 am
Location: Bengaluru

Post by getsatish_gk »

Hi,

Me too facing similiar issue.. searched the forum but this only tread i see. & its the pivot stage producing this fatal message in my case.

Pivot,0: U_TRUNCATED_CHAR_FOUND encountered.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What character datatypes are you using - "unicode" or not?
Post Reply