Measure Reference Manual

a segment and that the MEASOPEN request did not return error 3240
(ERR^BUILDINGSQLJOURNAL).
3242
(ERR^NOT^IMPLEMENTED)
Cause
A request was made for Measure functionality that does not exist in this version of Measure.
Effect
The requested Measure function is not performed.
Recovery
Upgrade your version of Measure to the required level for the specified function.
3243
ERR^NOSPACEOSSJOURNAL
Cause
Disc space was not sufficient or segment allocation failed for building an OSS or ANSI SQL
journal segment.
Effect
File is opened successfully, but journal segment is not attached.
Recovery
OSS name translation requests will be processed from the OSS name server on the current
system. ANSI SQL names translation will be processed via SQL/MX on the current system. If
access to the OSS or SQL journal segment is desired then start a measurement on a disk having
enough space.
3244
(ERR^NO^TIMERCELL^CONTEXT)
Cause
The application called a timercell function, but no timercell context is currently allocated. For
example, the application called another timercell function without first invoking
MEAS_ALLOCATE_TIMERCELLS_. Alternatively, all timercells have been deallocated, or the
context was corrupt and error code 3245 (ERR^BAD^TIMERCELL^CONTEXT) was also returned.
Effect
The requested operation is not performed.
Recovery
Call MEAS_ALLOCATE_TIMERCELLS_ before invoking other timercell functions.
3245
(ERR^BAD^TIMERCELL^CONTEXT)
Cause
The application called a timercell function, but the timercell context is corrupted.
Effect
The context is cleared, and all allocated timer cells for this process are lost.
Recovery
Call MEAS_ALLOCATE_TIMERCELLS_ to create a new timercell context before invoking other
timercell functions.
3246
(ERR^NOT^ALLOCATED)
527