Measure Reference Manual
Effect
The command is not executed.
Recovery
Ensure that the OSS file and directory names you specify in an entity specification are translatable
at the time of the measurement.
3234
(ERR^CRVSNNOTSPECIFIED)
Cause
You called MEASLISTPNAME without specifying the CRVSN qualifier.
Effect
Translation of the Guardian file name to an OSS file pathname is attempted, but the reported
name might be incorrect if the file name specified is a transient entity.
Recovery
Include the CRVSN value in the MEASLISTPNAME call.
3235
(ERR^BUILDINGOSSJOURNAL)
Cause
MEASOPEN was called for a data file that was still in the process of OSS journal segment
construction at measurement shutdown.
Effect
The file is opened successfully, but the OSS journal segment is not attached.
Recovery
Generally, no action is necessary. Translation can be processed from the OSS file system name
space on the current system. If you need access to the OSS journal segment at a later time, the
program must close and reopen the Measure data file after OSS journal segment construction
is complete. You might notice that data access is slower for files opened during journal segment
construction even after the journal segment construction step is completed. Closing and reopening
the file improves the data-access speed.
3236
(ERR^MISSINGOSSJOURNAL)
Cause
A request was made that required an OSS journal segment for translation, but no OSS journal
segment is attached in the current Measure data file context.
Effect
The requested operation is aborted.
Recovery
If you need translation from the OSS name server, omit the dfnum parameter or pass -1 as its
value. If you need translation from a journal segment, ensure that one was collected with the
data file and that error 3235 (ERR^BUILDINGOSSJOURNAL) was not returned on the MEASOPEN
request.
3237
(ERR^OSSDIRNOTALLOWED)
Cause
A DISKFILE command contained an OSS directory name.
525