Error Messages for CreateExportDefinition - Advanced SQL Engine - Teradata Database

International Character Set Support

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
xnf1627504141606.ditamap
dita:ditavalPath
xnf1627504141606.ditaval
dita:id
B035-1125
lifecycle
previous
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)