Teradata Database Message 7840 - 7840 - Analytics Database - Teradata Vantage

Analytics Database Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
15.xx,16.xx,17.xx
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-01-05
dita:mapPath
sfx1628096178347.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1096
lifecycle
latest
Product Category
Teradata Vantageā„¢
Message
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.
Notes
None
Remedy
Correct the Call statement to give a value for the primitive parameter and resubmit the request.