Teradata Database Message 7805 - 7805 - 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 FNC_TblFirstParticipant incorrectly.
Explanation
This error indicates that FNC_TblFirstParticipant and FNC_TblOptOut have not been called correctly. An inconistent state has been found. This error is detected when one of the following rules about using FNC_TblFirstParticipant has been violated: 1) If a table function's call to FNC_TblFirstParticipant fails, FNC_TblOptOut MUST be called. 2) If the call to FNC_TblFirstParticipant succeeds, FNC_TblOptOut should NOT be called.
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.