Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Using Messages With Identifiers : BP: Pagestore Validation

BP: Pagestore Validation
S6BBP001W
CHILD % POINTER FOR PAGE % IS INVALID; BRANCH IGNORED
Pagestore Validation
The specified entry number on the indicated group or primary index page is -1, which is invalid. A completion code of 8 is generated.
Contact TIBCO Support.
S6BBP002W
PAGE % IS GREATER THAN HIGHEST PAGE BACKED UP
Pagestore Validation
The specified page was referenced but it cannot be located in the page header table. This indicates an incomplete backup or archive, or an internal error. A completion code of 8 is generated.
Contact TIBCO Support.
S6BBP003W
DUPLICATE REFERENCE TO PAGE % DETECTED
Pagestore Validation
The specified page is referenced in more than one place. A completion code of 12 (X'0C') is generated.
Stop processing the segment and contact TIBCO Support immediately. Do not continue processing on the tables in error.
S6BBP004W
PAGE % REFERENCED BUT NOT FOUND IN BACKUP FILE
Pagestore Validation
The specified page was referenced but it cannot be located in the page header table. This indicates one of the following:
A completion code of 12 (X'0C') is generated
Contact TIBCO Support.
S6BBP005W
POINTER ERROR ON PAGE %; EXPECTED PREVIOUS %; FOUND %
Pagestore Validation
The chain pointers on the page specified do not match the pointers expected by the index level above. Either the index or the data chain is invalid. A completion code of 8 is generated.
Contact TIBCO Support.
S6BBP006W
POINTER ERROR ON PAGE %; EXPECTED NEXT %; FOUND %
Pagestore Validation
The chain pointers on the page specified do not match the pointers expected by the index level above. Either the index or the data chain is invalid. A completion code of 8 is generated.
Contact TIBCO Support.
S6BBP007W
PAGE TYPE ERROR; PAGE %, EXPECTED %, FOUND %
Pagestore Validation
The page type indicator on the specified page is not consistent with other pages in the chain. A completion code of 8 is generated.
Contact TIBCO Support.
S6BBP008W
PAGE TYPE ERROR ON PAGE %, PAGE TYPE = %
Pagestore Validation
The page type indicator on the specified page is not supported. If the type code specified is in lowercase, an update process (such as SIXBUILD, SIXDELETE, or Table Clear) may have failed to complete properly. A completion code of 8 is generated.
Contact TIBCO Support.
S6BBP009W
PAGE % HEADER CANNOT BE PROCESSED; REJECTED
Pagestore Validation
The header of the specified page failed to pass a validation test; the page was rejected from the process. A completion code of 8 is generated.
Contact TIBCO Support.
S6BBP010W
INVALID PAGE TYPE %; PAGE % FROM BACKUP FILE
Pagestore Validation
The page type indicator on the specified page is not supported. If the type code specified is in lowercase, an update process (such as SIXBUILD, SIXDELETE, or Table Clear) may have failed to complete properly. A completion code of 8 is generated.
Contact TIBCO Support.
S6BBP011W
% HAS BEEN DETECTED AS AN ORPHAN PAGE
Pagestore Validation
The page specified in the message is not referenced by any of the tables on the segment, but the system indicates it is not available. The page header information for this page will be listed in the ORPHAN LIST. A completion code of 4 is generated.
Contact TIBCO Support.
S6BBP012W
% IS REFERENCED BUT INDICATED FREE BY THE SYSTEM
Pagestore Validation
The page specified in the message is referenced by a table, but the system thinks it is available for use. The page will be reported in the ORPHAN LIST. A completion code of 4 is generated.
Stop using the segment and contact TIBCO Support immediately. If processing continues on the segment, duplicate page errors may occur.
S6BBP013W
PAGE % IS AN ALLOCATE PAGE WITH ROWS OR SIZE
Pagestore Validation
The page specified in the message has a page type of ALLOCATED, and the rows and entry size fields are not zero. A completion code of 8 is generated.
Contact TIBCO Support.
S6BBP014W
PAGE % HAS A TAGGED PAGE TYPE CODE -%-
Pagestore Validation
The page specified in the message has a page type that has been tagged for a secondary index build in progress or a table clear in progress. The operation did not complete properly. A completion code of 8 is generated.
Do one of the following with the table whose name you will find in the REFLOG (the output reference log file from Batch Pointer Check):
If a secondary index build was in progress, clear and rebuild the secondary index.
If a table clear was in progress, try to clear the table again. The table is not currently usable.
S6BBP015W
PAGE % BIT MAP PAGE ERROR ; REJECTED
Pagestore Validation
The Bit Map Page indicated is invalid and is ignored.
Contact TIBCO Support.
S6BBP016W
PAGE % SEQUENCE ERROR OR DUPLICATE PAGE THIS PAGE IGNORED
Pagestore Validation
The Page indicated is in error.
This can occur if you run the Pointer Check on a Cumulative Journal which contains multiple copies of changed pages. If this is the case, run Pointer Check against a true backup. Ensure that the segment involved is not corrupted, take a backup and try this program again. If the backup truly reflects the content of your segment:
1.
2.
3.
S6BBP018W
PAGES MADE ORPHANS BY MISSING CONTROL PAGE NOT REPORTED
Pagestore Validation
This warning indicates that at least one control (bit map) page was reported as missing. The pages whose usage is controlled by the missing control page(s), if checked, would be classified (possibly incorrectly) as orphans when the reason they are orphans is due to the fact that the control page(s) are missing. Refer message: S6BBP129E. This message will occur twice: prior to the list of all orphans and at the end of the list of orphans.
This warning indicates a serious problem exists in the archive (backup) being checked and under no circumstance should it be used, do not restore. Contact TIBCO Support.
S6BBP019W
NO ROOT PAGE EXISTS
Pagestore Validation
The Resident Table Index (RTIX) indicates that a secondary index exists for this table but it was not found.
Contact TIBCO Support.
S6BBP100E
INVALID EXECUTION PARAMETER RECEIVED
Pagestore Validation
The execution parameter list was invalid. One or more of the parameters are not supported.
Processing terminated. Check spelling to make sure the parameter is correct.
S6BBP101E
SPECIFIED SEGMENT NUMBER CONTAINS MORE THAN 5 DIGITS
Pagestore Validation
The value of the segment parameter or command line option is invalid.
Correct and retry.
S6BBP102E
SPECIFIED SEGMENT NUMBER CONTAINS INVALID NUMERICS
Pagestore Validation
The segment number provided (EXEC-PARM/command option) is invalid.
Correct and retry.
S6BBP103E
PAGE BUFFER SPACE NOT AVAILABLE
Pagestore Validation
Failed to obtain enough memory for index-level buffers.
Make more memory available to the utility and retry.
S6BBP104E
WORK FILE TO RETAIN PAGE IMAGES FAILED TO OPEN
Pagestore Validation
As the backup or archive file is processed, entire selected page images are captured. The file used to retain these pages failed to open for output. User abend code 200 is issued.
See the job log for additional information.
S6BBP105E
WORK FILE TO RETAIN INDEX POINTERS FAILED TO OPEN
Pagestore Validation
As the backup or archive file is processed, indexing information is captured and stored in a variable blocked file. The file used to retain this data failed to open for output. User abend code 200 is issued.
See the job log for additional information.
S6BBP106E
INPUT ARCHIVE FILE TYPE DETERMINATION FAILED
Pagestore Validation
The S6BBRPTR program will accept input of a VSAM or a sequential file. When the program attempted to determine the type of the file supplied, an error was detected. User abend code 200 is issued.
See the job log for additional information.
S6BBP107E
BACKUP/ARCHIVE TAPE FAILED TO OPEN FOR INPUT
Pagestore Validation
The backup or archive sequential file (on tape or disk) failed to open for input. User abend code 200 is issued.
Check the JCL and the message log.
S6BBP108E
BACKUP/ARCHIVE VSAM FILE FAILED TO OPEN FOR INPUT
Pagestore Validation
The backup or archive VSAM file failed to open for input. User abend code 200 is issued.
Check the JCL and the message log.
S6BBP109E
BACKUP/ARCHIVE FILE READ FAILED
Pagestore Validation
An attempt to read the next record in the backup or archive VSAM file resulted in a nonzero return code. User abend code 200 is issued.
Check the log for a VSAM error code.
S6BBP110E
ERROR DETECTED WHEN FREEING UNUSED SPACE
Pagestore Validation
When S6BBRPTR processes the backup or archive file page, header information is retained in tables above the line. When a new data set is detected, enough space is obtained to hold the maximum number of page headers. When the data set is complete, unused space is released. The program detected a nonzero return code on the free main. User abend code 200 is issued.
See the job log for additional information.
S6BBP111E
SPACE NOT AVAILABLE TO RETAIN PAGE HEADER DATA
Pagestore Validation
When a change in an Object Service Broker page data set is detected, a block of storage is obtained that is large enough to retain page header information for all the possible pages in the data set. When attempting to retrieve this space, the utility received a nonzero return code. User abend code 200 is issued.
Check the storage limits above the line, and contact TIBCO Support.
S6BBP112E
PAGE USAGE REFERENCE LOG FAILED TO OPEN
Pagestore Validation
An 80-character record is generated for each Object Service Broker page that is referenced. The file used to retain these records failed to open. User abend code 200 is issued.
Check the JCL and the message log.
S6BBP113E
SPACE NOT AVAILABLE FOR BITMAP PROCESSING
Pagestore Validation
A bitmap is used to indicate which pages are assigned and which ones are free. The GETMAIN to obtain the above-the-line storage for the bitmap table resulted in a nonzero return code. User abend code 200 is issued.
Check the storage limits above the line.
S6BBP114E
ORPHAN CAPTURE LOG FAILED TO OPEN FOR OUTPUT
Pagestore Validation
A file is used to retain page information for pages where actual and expected usage differ. This file failed to open for output. User abend code 200 is issued.
Check the JCL and the message log.
S6BBP115E
SPACE NOT AVAILABLE BELOW THE LINE FOR I/O BUFFER
Pagestore Validation
The GETMAIN to obtain storage for I/O buffers resulted in a nonzero return code. The request was approximately 22 KB. User abend code 200 is issued.
Increase the region size in your JCL.
S6BBP116E
INDEX STACK OVERFLOW DETECTED; PROCESSING ABORTED
Pagestore Validation
The indexing levels for the table being processed exceed the limit that the program was designed to handle (i.e., there are too many indexing levels). User abend code 200 is issued.
Contact TIBCO Support.
S6BBP117E
PAGE HEADER TABLE OVERFLOW DETECTED AT PAGE %
Pagestore Validation
The page header information is retained in a table that is intended to hold the maximum number of pages in a data set. The program detected a table overflow condition. User abend code 200 is issued.
On z/OS, increase the memory available for S6BBRPTR. On Windows or Solaris, use the -p flag for hrnbrptr to specify a larger buffer to hold your Pagestore.
S6BBP118E
PAGE RETRIEVAL ERROR
Pagestore Validation
When the utility attempted to retrieve a stored page image, either the PAGE file failed to open, or the page could not be found. User abend code 200 is issued.
See the job log for additional information and contact TIBCO Support.
S6BBP119E
PAGE CANNOT BE LOCATED IN INDEX TABLE
Pagestore Validation
When the utility attempted to retrieve an index page from the internal index table, the specified page could not be located. User abend code 200 is issued.
Contact TIBCO Support.
S6BBP120E
INDEX RETRIEVAL ERROR
Pagestore Validation
When the utility attempted to retrieve an index record from the INDEX file, either the file failed to open, or the record could not be found. User abend code 200 is issued.
See the job log for additional information, and contact TIBCO Support.
S6BBP121E
PAGE DATA SET SEQUENCE ERROR
Pagestore Validation
While processing the backup or archive file, the utility detected a sequence error at the page specified. User abend code 200 is issued.
Sort the backup or archive file and rerun the utility. If the error occurs again, contact TIBCO Support.
S6BBP122E
NO VALID ARCHIVE RECORDS FOUND
Pagestore Validation
When the utility processes the backup or archive file, only the pages for one segment are processed. The segment number is defaulted to zero unless a SEGMENT parameter is specified. The backup or archive file did not contain any pages for the segment being processed. User abend code 200 is issued.
Ensure that the backup or archive file is for the segment being processed.
S6BBP123E
INDEX FILE PROCESSING ERROR
Pagestore Validation
A sequence error was detected in the index data capture file. User abend code 200 is issued.
Contact TIBCO Support.
S6BBP124E
INDEX ENTRY MEMORY MANAGEMENT ERROR
Pagestore Validation
To increase program efficiency and reduce I/O requirements, captured index information is retrieved from the INDEX file and retained in memory tables when space permits. The process of retrieving the index record resulted in an unexpected table overflow. User abend code 200 is issued.
Contact TIBCO Support.
S6BBP126E
REQUESTED HEADER LOG FAILED TO OPEN
Pagestore Validation
The Header log could not be opened for output. This could be due to permissions or a lack of space, or because the file already exists.
Investigate and correct.
S6BBP127E
DEFAULT FILES (NAMES) CANNOT BE OPENED
Pagestore Validation
At least one default filename cannot be opened, probably because the file already exists.
Investigate and correct.
S6BBP129E
CONTROL PAGE FOR THIS PAGE MISSING
Pagestore Validation
This is a serious error and indicates that under no circumstances should the archive (backup) be used. Each segment extent is preceded by a control page, which contains the usage bitmap, among other things, for the pages in its extent. As the control page is missing, usage information is missing. Therefore, all apparent used pages in the extent would be classified as orphans. This message appears once for each missing control page, even though all pages within the extent are affected, refer to message S6BBP018W.
Do not use this archive (backup) for any purpose. Contact TIBCO Support.
S6BBP130E
SYSTEM TABLE MISSING
Pagestore Validation
A system-required table was not found on the MetaStor.
Contact TIBCO Support.
S6BBP131E
DUPLICATE TABLE NAME
Pagestore Validation
A table name has been used more than once.
Contact TIBCO Support.
S6BBP132E
SYSTEM TABLE - ROOT PAGE# ERROR
Pagestore Validation
A system table that must have a fixed root location does not have one.
Contact TIBCO Support.
S6BBP133E
RTIX TABLE NAME SEQUENCE ERROR
Pagestore Validation
Table names on the Resident Table Index (RTIX) must be in ascending sequence.
Contact TIBCO Support.
S6BBP134W
SECONDARY INDEX INVALIDATED
Pagestore Validation
This line identifies a secondary index field whose index has been flagged as invalid. If the table is parameterized, the secondary index of at least one of the table instances is invalid.
This is a warning only. The performance of access via the secondary index might be slightly degraded as an extra read of the primary key will be required. As primary indices are normally resident, no extra I/O should be required.
S6BBP135E
DATA PAGE ENTRY SIZE ERROR DETECTED AT xxxxxxxx
Pagestore Validation
The data page entry size indicates the total length of data (rows + lengths) on that page. If the entry size does not match the data rows various unpredictable problems can occur when processing the table to which the data page belongs.
Contact TIBCO Support.
S6BBP136E
DATA PAGE ROW SIZE ERROR DETECTED AT xxxxxxxx
Pagestore Validation
Data page rows have a maximum and minimum row-length; an invalid length has been found. Invalid row sizes can result in various unpredictable problems when processing the table to which the data page belongs.
Contact TIBCO Support.
S6BBP137E
SEGMENT # NOT FOUND IN DBDLIB
Pagestore Validation
The segment number specified does not exist in the input file.
Correct and retry.
S6BBP138E
NEITHER ARCHIVE NOR DBDLIB COULD BE OPENED
Pagestore Validation
You must provide a valid BACKUP or DBDLIB DD statement.
Correct and try again.
S6BBP139E
I/O ERROR READING SEGMENT
Pagestore Validation
The offline segment cannot be processed.
Investigate the cause of the problem, correct it, and then try again.
S6BBP140W
DSN XX BITMAP # PAGES= XXXXXXX LESS THAN ACTUAL PAGES=XXXXXX
Pagestore Validation
In the data set number indicated, the number of pages the control page controls (either in use or not) is less than the number of pages on the data set.
No immediate action is required. This discrepancy should disappear the next time the segment is formatted (S6BTLFPS) and restored (S6BTLRPS).
S6BBP141E
DSN XX BITMAP # PAGES = XXXXXXX GREATER THAN ACTUAL PAGES = XXXXXXXX
Pagestore Validation
In the data set number indicated, the number of pages the control page thinks it controls exceeds the actual number of pages on the data set.
This error could result in serious problems if the Data Object Broker attempts to use the nonexistent pages beyond the end of the data set. If there is any danger of this, do not use this segment until the problem has been resolved. Contact TIBCO Support.
S6BBP142E
PAGE # XXXXXXXX INCORRECTLY LABELLED XXXXXXXX
Pagestore Validation
Page numbers should match the page's location in the data set. The number on this page does not.
Do not use the segment until this problem has been resolved. Further use could make a potentially serious problem, worse. Contact TIBCO Support.
S6BBP143E
ACCUMULATED FIELD SIZES NOT EQUAL ROW SIZE
Pagestore Validation
The field sizes within the current row have been totaled and do not equal the specified row size.
Contact TIBCO Support.
The following information appears on the next line:
S6BBP144E
FIELD SIZE TOO BIG
Pagestore Validation
A field size encountered is too big for its row size.
Contact TIBCO Support.
The following information is provided on the next line:
S6BBP145E
INVALID FIELD SIZE
Pagestore Validation
An invalid field size was encountered.
Contact TIBCO Support.
Following information provided on the next line:
S6BBP146E
DATA PAGE VALIDATION ERROR DETECTED AT PAGE XXXXXXXX
Pagestore Validation
During data page validation, the indicated page was found to be in error. The first such error results in the utility abandoning further validation of the indicated page's data. A more specific message identifying the error can be found preceding this message.
Contact TIBCO Support.
S6BBP147E
DATA PAGE ROW SIZE IS TOO BIG FOR PAGE XXXXXXXX
Pagestore Validation
A row size has been encountered on this page that is larger than the specified header-entry size.
Contact TIBCO Support.
Following information provided on the next line:
S6BBP148E
BAD FIELD OR ROW SIZE
Pagestore Validation
Using the row size and/or field size to traverse the page's data results in encountering an obviously incorrect row size.
Contact TIBCO Support.
Following information provided on the next line:
S6BBP149E
FILE I/O ERROR, FUNCTION '%', ERRNO % %
Pagestore Validation
A file I/O related error has occurred. Messages that follow give the context for the error.
The function and errno information may be used to further diagnose the problem.
S6BBP150E
FILE I/O ERROR, FILE '%', FUNCTION '%', ERRNO % %
Pagestore Validation
A file I/O related error has occurred. Messages that follow will give the context for the error.
The file, function, and errno information may be used to further diagnose the problem.
S6BBP200E
AUDIT FILE COULD NOT BE OPENED
Pagestore Validation
The file that holds the execution report failed to open for output. This file is intended to be SYSOUT or a similar device. User abend code 201 is issued.
Check the JCL to ensure that it is correct.
S6BBP201E
ERROR LOG FILE COULD NOT BE OPENED
Pagestore Validation
The file that holds the error message report failed to open for output. This file is intended to be SYSOUT or a similar device. User abend code 201 is issued.
Check the JCL to ensure that it is correct.
S6BBP202E
ERROR ON OUTPUT - INDEX TEMPORARY WORK FILE
Pagestore Validation
An error occurred when trying to write to this work file.
The error was probably due to either lack of space or an unauthorized work directory. Correct and retry.
S6BBP203E
ERROR ON OUTPUT - PAGE TEMPORARY WORK FILE
Pagestore Validation
An error occurred trying to write to this work file.
Probably due to either lack of space or an unauthorized directory. Correct the problem and try again.
S6BBP204E
MISSING DATASET REFERENCE - ARCHIVE INCOMPLETE
Pagestore Validation
Pointer Check has been run on an incomplete segment backup.
Processing terminated. This can occur if backups are taken of individual segment-data sets and those data sets are then concatenated. It can also occur (if tape backup) if all tapes are not mounted. Check the number of data sets that comprise your segment and investigate.
S6BBP205E
INCOMPLETE ARCHIVE - SYSTEM PAGES
Pagestore Validation
Pointer Check has been run on an incomplete segment backup.
Processing terminated. This can occur if backups are taken of individual segment-data sets and those data sets are then concatenated. It can also occur (if tape backup) if all tapes are not mounted. Check the number of data sets that comprise your segment and investigate.
S6BBP206E
UNEXPECTED END OF FILE
Pagestore Validation
The archive (input file) appears to be incomplete.
Investigate and correct.
S6BBP207E
PAGE ZERO MISSING
Pagestore Validation
The archive is incomplete.
This utility cannot process archives which have missing page zeros.
S6BBP208E
CANNOT PROCESS ARCHIVE - JOB ABORTED
Pagestore Validation
The file cannot be processed as an archive. Something about the file leads the utility to believe that the file is not a legal archive.
Refer to the associated error message for more detailed information.
S6BBP209E
ILLEGAL PAGE NUMBER
Pagestore Validation
An illegal page number was read from the archive. This page number is higher than the highest legal page number on a segment file.
This error indicates either Pagestore corruption or that the file being processed is not an archive. If your investigation does not reveal the cause of the error, contact TIBCO Support. Make sure that the Pagestore file that appears to be corrupted is not used until the reason for the problem is discovered.
S6BBP210E
ILLEGAL SEGMENT NUMBER - IGNORED SEG# XXXX PAGE#:XXXXXXXX
Pagestore Validation
A page was encountered containing an invalid segment number.
Check that the data set or file used as input to the utility is valid. If it is, contact TIBCO Support.
S6BBP211E
ERROR IN dbdef FILE
Pagestore Validation
An error was discovered when processing the dbdef file.
The dbdef must be properly formatted as per the documentation. The error must be corrected before the utility can process the requested segment.
S6BBP212E
dbdef FILE COULD NOT BE OPENED
Pagestore Validation
The dbdef file specified could not be opened.
Correct and retry.
S6BBP213E
SEGMENT FILE COULD NOT BE OPENED
Pagestore Validation
A segment file could not be opened.
Make the segment file accessible and try again. This problem may be caused by the segment file being active. The segment must be offline and if the target segment is the MetaStor, the Data Object Broker must be shut down.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved