Errors can occur in the user code on the code entry tabs. User code errors include standard Java syntax and language errors.
User code errors might also occur when the
PowerCenter Client
adds the user code from the code entry tabs to the full class code.
For example, a Java transformation has an input port with a name of int1 and an integer datatype. The full code for the class declares the input port variable with the following code:
int int1;
However, if you use the same variable name on the
On Input Row
tab, the Java compiler issues an error for a redeclaration of a variable. To fix the error, rename the variable on the