Data Definition Language (Ddl) Messages (1000 Through 1999) - HP Neoview Messages Manual

Table of Contents

Advertisement

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
num
details
Cause
This is an internal error.
Effect
The operation fails.
Recovery
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
segment
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
resubmit.
SQL 1003
1003 Schema schema does not exist.
schema
Cause
The specified schema does not exist.
Effect
The operation fails.
Recovery
SQL 1004
1004 Object object-name does not exist or object type is invalid for
the current operation.
object-name
Cause
You attempted an operation on an object that does not exist or attempted an operation
on an object with the wrong type. For example, you tried to drop a view, but specified a table
name, (see error 1094).
Effect
The operation fails.
Recovery
the name, check that the defaults generate the correct fully qualified name and resubmit.
SQL 1005
1005 Constraint constraint-name does not exist.
is the name of the module.
is the line number.
are the details of the error.
Do not attempt recovery. HP support will perform recovery operations in response
is the ANSI name of the target catalog.
is the segment where the process executes.
Enter a valid catalog name (or register the catalog on the segment indicated) and
is the ANSI name of the affected schema.
Check that a schema named schema does exist and resubmit.
is the name of an HP Neoview database object.
Check that an object named object-name does exist. If you did not fully qualify
15

Advertisement

Table of Contents
loading

Table of Contents