Teradata Database Message 7833 - 7833 - 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 protected mode server was terminated by UDF/XSP/UDM %DBID.%TVMID.
Explanation
This error message is generated when the XSP/UDF/UDM called a "exit" function or similar to terminate their application. Doing so terminates the protected mode process since that is what an exit call does. This is not allowed. The proper return is always to return to the caller.
Generated By
UDF subsystem
For Whom
DBA, Application developer
Notes
None
Remedy
The user function code has to be changed to not call "exit" but to issue a return from the C code.