7840 Java XSP/UDF primitive parameter passed a null value for %TVMID.%FLDID. Give the parameter a value.
Explanation:
Java XSP doesn't allow a null value to be passed in for a primitive parameter. A primitive parameter is a DBS SMALLINT, INTEGER, BIGINT or FLOAT/REAL/DOUBLE PRECISION when mapped to a Java short, int,long,double. This error occurs on the Call statement.
Generated By:
UDF modules.
For Whom:
End User.
Remedy:
Correct the Call statement to give a value for the primitive parameter and resubmit the request.