Page 1 of 1

Transformer_9: Pin 4 not initialized error

Posted: Fri Aug 19, 2005 1:21 pm
by Titto
I am getting following error while loading the data using DB2/UDB Load stage
"Transformer_9: Pin 4 not initialized"

Any help!!!
~

Posted: Fri Aug 19, 2005 2:27 pm
by logic
Are you using any stage variable named pin 4 in the transformer_9?
Ash.

Posted: Fri Aug 19, 2005 5:14 pm
by ray.wurlod
Pin 4 refers to the fourth (or is it fifth?) link connected to a stage. A "pin" is one end of a link. There is another "pin" at its other end. The terminology comes from links on printed circuit boards in electronics.

Chances are that it is a stage variable that lacks an initial value, but where the derivation expression uses a self-reference. There are other possibilities, but that is the most likely. Check that all stage variables have been given valid initial values.