HP StorageWorks P9000 Data Exchange User Guide (T1620-96016, September 2010)

Recommended ActionsError Message and DescriptionError Code
Check the RF type using the MF-File list
command in the FCU Help menu or the
VTOC dump data on the mainframe host.
DATASET_ERROR_RECFM_NOT_SUPPORTED
The record format is not supported.
-12
Make sure that the VTOC and dataset were
created correctly on the mainframe host.
DATASET_ERROR_INVALID_DATA
The data in the VTOC or the dataset is invalid.
-13*
Make sure that the Data Exchange volume
definition file was created correctly.
DATASET_ERROR_VOLUME_DEFINITION_INVALID
The format of volume definition file is invalid.
-14*
Make sure that the datasetOpen function
is called before the datasetGet function.
DATASET_ERROR_DATASET_NOT_OPENED
An attempt was made to read the dataset without opening it.
-15
Make sure the requirements and restrictions
specified in Chapter 6 on page 123 are met.
For example:
Dataset open and close must be used as a
pair.
More than one dataset cannot be open
within one process.
datasetOpen,
datasetGetFileInformation, and
datasetFindFirstFile cannot be used
while the dataset is being accessed by
datasetGetFileInformation or
datasetFindFirstFile.
datasetGetFileInformation and
datasetFindFirstFile cannot be used
while the dataset is being accessed
datasetOpen.
DATASET_ERROR_DATASET_NOT_CLOSED
An attempt was made to open the dataset without closing it first.
-16
Make sure that the buffer area is larger than
the dataset record length.
DATASET_ERROR_BUFLEN_SHORT
The buffer length specified by datasetGet is shorter than the
actual record length.
-17
Make sure that volume initialization is
complete and correct on the mainframe
host. This error occurs when a system that
does not support large files accesses a
formatted volume from a system that sup-
ports large files. This error also occurs when
a data partition size is incorrect for Solaris.
DATASET_ERROR_VOLUME_LABEL_INVALID
No standard volume label was found, or the contents of the VTOC
are illegal.
-18*
Make sure that the VTOC was created cor-
rectly on the mainframe host.
DATASET_ERROR_VTOC_INVALID
No VTOC found or the contents of the VTOC are invalid.
-19*
Make sure that the specified volume has
been entered correctly in the Data Ex-
change volume definition file.
DATASET_ERROR_VOLUME_NOT_DEFINED
The specified volume is not defined.
-20*
HP StorageWorks P9000 Data Exchange User Guide 151