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)