Error Messages for CreateExportDefinition - Teradata Vantage - Database Engine 20

International Character Set Support

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Database Engine 20
Teradata Vantage
Release Number
20.00
Published
June 2025
ft:locale
en-US
ft:lastEdition
2025-08-28
dita:mapPath
jun1747160330269.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
hqj1472245413611
lifecycle
latest
Product Category
Teradata Vantageā„¢

The following standard error messages are generated by the ReplaceExportDefinition stored procedure when it detects syntax that is not valid.

Export Definition Name Not Valid

Example input:

Ex. call syslib.ReplaceExportDefinition('EXPECTED',
'4112211111222232222211121111112222322224'xb,results);

Error message:

Cannot create or update the reserve ExportDefinitionName (EXPECTED/COMPATIBILITY/MAXIMUM)

Export Width Range Not Valid

Example input:

Ex. call syslib.ReplaceExportDefinition('aaa',
'5672211111222232222211121111112222322224'xb,results);

Error message:

Valid range of values for the ExportWidthRuleSet are 1,2,3,4'

Export Width Not Valid for a Location

Example input:

Ex. call syslib.CreateExportDefinition('testing',
'4113211111222232222211121111112222322224'xb,results);

Error message:

At position fourth of ExportWidthRuleSet, valid value is 2 or 4)