Neoview Messages Manual (R2.2)

name
is the name of the function.
Cause The last operand you supplied for function name is NULL, which is not allowed.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3417
3417 Invalid DISK POOL num1 as the maximum number of disk pools allowed
is num2.
num1
is the specified disk pool number.
num2
is the maximum number of disk pools set either through the DDL or through the
default POS_NUM_DISK_POOLS.
Cause Disk pool num1 specified through the DDL is greater than the maximum number of
disk pools num2 specified either through the DDL or through the default
POS_NUM_DISK_POOLS.
Effect The operation fails.
Recovery Retry the query by specifying a disk pool number that is less than or equal to the
number of disk pools specified in the DDL or through the default POS_NUM_DISK_POOLS.
SQL 3418
3418 Local Number of Partitions clause is not allowed with DISK POOL
clause.
Cause Using the DISK POOL clause with LOCAL NUMBER OF PARTITIONS clause is
contradicting because the DISK POOL clause uses disks across all segments, and LOCAL
NUMBER OF PARTITIONS uses disks only on local segment.
Effect The operation fails.
Recovery Retry the query with one of these changes:
If you want to create a table on the local segment, use just the LOCAL NUMBER OF
PARTITIONS clause.
If you want to have the table placed on the disk pool requested, which will be spread
across all segments, use just the DISK POOL clause.
SQL 3419
3419 Illegal size value num for disk pool number in the DISK POOL clause.
num
is the specified disk pool number.
Cause The disk pool number specified in the DISK POOL clause must be greater than 0.
Effect The operation fails.
Recovery Retry the query and use a valid disk pool number. The disk pool number must
be greater than 0 and less than or equal to the number of disk pools set through the DDL.
Alternatively, to pick a random disk pool, ignore the DISK POOL clause so that the table will
be placed on a random disk pool.
SQL 3420
3420 Illegal size value num for the number of disk pools in the DISK
POOL OF clause.
num
is the specified disk pool number.
Cause Number of disk pools specified in DISK POOL OF clause must be greater than 0.
Effect The operation fails.
122 Parser and Compilation Messages (3000 Through 3999)