SQL/MP Messages Manual

SQL Compiler Binder Messages (4000 to 4999)
HP NonStop SQL/MP Messages Manual427720-006
6-11
SQL 4042
Cause. Internal error: Stated in the error message.
Effect. The statement does not compile.
Recovery. Try the operation again. If the problem persists, report the entire message
to your service provider.
SQL 4043
Cause. The indicated SQL object name had a 7-character volume name or was on a
node that was not named. The name could not be converted to a fully qualified network
name, which is required for all SQL objects. SQL objects cannot reside on a volume
with a 7-character name or on a node that is not named.
Effect. The statement does not compile.
Recovery. Create the object on a volume with a name that does not exceed 6
characters, or name the system.
SQL 4044
Cause. Your query cannot be compiled for one of the following reasons:
The table referred to by the correlation name does not exist
The specified column was not found in the table defined by the correlation name.
The correlation name specified was not known to part of the statement. That is, the
correlation name was not in scope. For a subquery, the scope is the FROM clause
of that query and any outer query. For a join query, the scope is the tables or join
tables that are part of the join operation.
Effect. The statement does not compile.
Recovery. Check that the correlation name is valid, that the column is in the table
identified by the correlation name, and that the correlation name refers to an existing
table in the current scope.
4042 Internal error: SQL BINDER.
4043 value-1 contains a 7-character volume name or is on an
unnamed system.
4044 value-1.value-2 cannot be found.