Teradata Database Message 7804 - 7804 - 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
The UDF %DBID.%TVMID called %VSTR in invalid mode/phase.
Explanation
Some functions in the "FNC" library are only available in CONST mode. The UDF listed called the FNC function in VARY mode but it is only supported in CONST mode. Additionally, this error may indicate the function is called in an inproper mode/phase combination. The following functions have restrictions on the mode/phase in which they may be used: FNC_TblControl, FNC_TblAllocCtrlCtx, FNC_TblGetCtrlCtx, FNC_TblOptOut, and FNC_TblFirstParticipant.
Generated By
FNC library
For Whom
UDF developer
Notes
None
Remedy
Redesign the UDF to not call the FNC library in a non supported MODE.