Data Transformation Engine Functions and Expressions Reference Guide

Appendix C - Return Codes and Error Messages $
Functions and Expressions Reference Guide
254
Return Code Message
77 Invalid map name
This message can occur in two different cases. First, this message
occurs when the map name specified on the command line is
more than 32 characters long. Also, this message can occur when
there is an error in the command line such that text for another
execution command is erroneously being interpreted as the map
name. For example, in the command line below, the number
representing the size of the echoed data is missing.
mymap.mmc -IE1S
HereIsMyDataButIForgotToSpecifyTheSize -AED
Because the size is missing, it is interpreted to be 0, such that
there is no echoed data. The next string encountered on the
command line
(HereIsMyData…)
Because it does not start with a hyphen (-), it is assumed to be
the name of the next map to execute. Because the text is longer
than 32 characters, the Invalid Map Name message is
returned.