Teradata Database Message 6834 - 6834 - 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
Method "%VSTR" does not exist.
Explanation
The user referenced a method that does not exist in the database, or does not belong to the specified UDT.
Generated By
RES/OPD modules.
For Whom
End User.
Notes
None
Remedy
Check the spelling of the method. Check for the correct database name. Check for the correct number of arguments. Check for compatible arguments types. If the method is specified in the <UDT name>.<UDM name> format, make sure that the UDT name is spelt correctly and that the method belongs to that UDT. The Methodkind specified(Constructor/Instance) may not be correct. Default methodkind is Instance. An attempt to modify auto-generated functions/methods may cause this error message to be generated. Auto-generated Methods are not to be modified by end user. They are for Internal system use only. Correct the request and resubmit it.