Neoview Messages Manual (R2.2)
2 Data Definition Language (DDL) Messages (1000 Through
1999)
SQL 1001
1001 An internal error occurred in module name on line num.
DETAILS(details).
name
is the name of the module.
num
is the line number.
details
are the details of the error.
Cause This is an internal error.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1002
1002 Catalog catalog does not exist or has not been registered on node
segment.
catalog
is the ANSI name of the target catalog.
segment
is the segment where the process executes.
Cause The catalog is not visible on the local segment, either because it does not exist or
because it exists elsewhere on the network but has not been registered on the local segment.
Effect The operation fails.
Recovery Enter a valid catalog name (or register the catalog on the segment indicated) and
resubmit.
SQL 1003
1003 Schema schema does not exist.
schema
is the ANSI name of the affected schema.
Cause In a replication context: a REPLICATION SCHEMA operation specified a schema
that does not exist.
Effect The operation fails.
Recovery Check that a schema named schema does exist and resubmit.
SQL 1004
1004 Object object-name does not exist or object type is invalid for
the current operation.
object-name
is the name of an HP Neoview database object.
Cause You attempted an operation on an object that does not exist.
Effect The operation fails.
Recovery Check that an object named object-name does exist. If you did not fully qualify
the name, check that the defaults generate the correct fully qualified name and resubmit.
SQL 1005
1005 Constraint constraint-name does not exist.
constraint-name
is the name of a column constraint or table constraint.
19