Teradata Database Message 7807 - 7807 - 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 Table Function %DBID.%TVMID called %VSTR incorrectly.
Explanation
This error indicates that FNC_TblFirstParticipant and/or FNC_TblControl have not been called correctly. An inconistent state has been found. This error is detected when one of the following rules has been violated: 1) FNC_TblFirstParticipant is called a second time from the same amp, or FNC_TblFirstParticipant is called after the amp has already called FNC_TblControl 2) FNC_TblControl is called a second time from the same amp, or FNC_TblControl is called after the amp has already called 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 state.