SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Messages Manual—523730-004
13-19
SQL 13075
Cause. The length of the three-part externally qualified module name exceeds 248
characters.
Effect. It is not possible to the use the three-part externally qualified module name to
name the OSS file in which the module will be stored. Also, the embedded SQL source
file is not successfully preprocessed or the Java Profile is not customized.
Recovery. Reinvoke the preprocessor or customizer, this time supplying a shorter
value for any or all of the MGSS, MVSS, MTSS, for the one-part module name coded
in the embedded SQL source file’s MODULE directive, or the default catalog or
schema if the MODULE directive is encoded as a one-part name.
SQL 13076
Cause. the four invalid characters (@, /, \, ^) or has more than 128 characters.
Effect. The catalog name is invalid, and this error is generated.
Recovery. Reinvoke the preprocessor, this time supplying an embedded SQL source
file that has a valid catalog name in its MODULE directive.
SQL 13077
Cause. A MODULE directive specified a delimited identifier schema name that has
one of the four invalid characters (@, /, \, ^) or has more than 128 characters.
Effect. The schema name is invalid, and this error is generated.
Recovery. Reinvoke the preprocessor, this time supplying an embedded SQL source
file that has a valid schema name in its MODULE directive.
13075 Externally qualified module name module-name cannot be
longer than 248 characters.
13076 Catalog name catalog-name is not a valid OSS file name
or is longer than 128 characters.
13077 Schema name schema-name is not a valid OSS file name or
is longer than 128 characters.