SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-6
Recovery. None needed if SQL is operating normally.
SQL 1022
Where schema-name is the name of an SQL/MX schema.
Cause. You attempted to create a schema in a catalog that already contains a schema
with that name.
Effect. The operation fails.
Recovery. If you did not use a fully qualified name, check that the default generates
the correct catalog name. Retry the request, specifying a schema that does not already
exist.
SQL 1023
Cause. You attempted to create a schema with the authorization ID of another user.
Only the super ID can do this.
Effect. The operation fails.
Recovery. Log on as the super user to create a schema with another owner.
SQL 1024
Where error-number is an error originating from the file system.
Where text-string-1 is the file name.
Where text-string-2 is (optionally) additional details about the error.
Cause. Look up this error number in the file system manual to determine the cause.
Effect. The operation fails.
Recovery. See the Guardian Procedure Errors and Messages Manual to diagnose
and correct the problem.
1022 Schema schema-name already exists.
1023 Only super ID can name an authorization ID other than
the current user name.
1024 File system error error-number occurred on text-string-
1. text-string-2.