SQL/MP Messages Manual

File-System Messages
HP NonStop SQL/MP Messages Manual427720-006
16-4
SQL 582
Cause. For instance, if an alternate key field has an offset greater than 4095, this error
will be returned if the alternate key information is requested via FILEINQUIRE, since
the format from that procedure allows only 12 bits for an offset.
Effect. The requested operation is not performed.
Recovery. Update the application to use an interface supporting the full range of
alternate key information, for instance by using FILE_GETINFOLIST_ item 106.
SQL 583
Cause. Usually this error occurs because an extent size of more than 65535 pages is
specified for a standard format file. The extent size in question may be the primary or
secondary extent sizes of a file, or may be any of the extent sizes specified in the
partition description.
Effect. The requested operation is not performed.
Recovery. For the extent size problem, reduce the extent size, or arrange the
conversion of the file into large format, which can handle larger extent sizes than can
standard format files. For the partitioned maxextents problem, avoid use of maxextents
greater than 16.
SQL 584
Cause. Some component of software involved in the operation does not support
format II files. The component may be local to the caller, or may be on a remote
system if a remote object is being manipulated.
Effect. The requested operation is not performed.
Recovery. Check the software versions on the local system and, if applicable, the
remote system to determine which component does not provide support for format II
files. Some subsystems, such as optical disk, may not have a version available which
can support format II files. Don't forget that there can be downlevel version disk volume
references in partition and alternate key descriptions. Upgrade the necessary systems,
or move the objects to system supporting format II.
582 Alternate key information could not be returned because
it cannot be expressed in the superseded format of the
parameter.
583 An extent size specified is too large, or a maxextents
value bigger than 16 is specified for a non-keysequenced
partitioned file.
584 The operation could not be performed because a software
component does not support format II disk files.