Error in Transformer stage using a Vector column

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
tayebir
Participant
Posts: 7
Joined: Wed Jul 11, 2007 2:53 pm

Error in Transformer stage using a Vector column

Post by tayebir »

Hi all,
I am getting the following Fatal error message when running a parallel job, the flow is as follows:

Data Set ---> Transformer ----> Frequency Stage ---> Data Set

the erroe message ID is: IIS-DSEE-TFIP-00109
and the error message is:
"TR_Ref_Match_Format: Error when checking operator: When binding input interface field "NameArray" to field "NameArray": Fixed-length vectors have differing lengths, 4 and 1."

FYI: NameArray column is a vector column.

I appreciapte your pormpt responses.

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

Post by ray.wurlod »

Moderator: please move to parallel forum

In the column definition the size of the vector on the output from the Transformer stage is different from the size of the vector on the input.
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