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


Using Messages With Identifiers : BL: Batch Load

BL: Batch Load
S6BBL001I
POST INPUT RECORD READ EXIT ACTIVE
Batch Load
This message notifies you that the S6BBRTL1 exit is active.
No action required.
S6BBL002I
POST FIXED FORMAT CONVERSION EXIT ACTIVE
Batch Load
This message notifies you that the S6BBRTL2 exit is active.
No action required.
S6BBL003I
FORMAT COMPRESSION EXIT ACTIVE
Batch Load
This message notifies you that the S6BBRTL3 exit is active.
No action required.
S6BBL004I
PRIMARY KEY VALUE WILL BE GENERATED (IDGEN)
Batch Load
This message notifies you that the primary key will be generated (IDgen).
No action required.
S6BBL005I
ERROR ATTEMPTING INPUT FIELD FORMAT CONVERSION
Batch Load
The conversion routine detected an error during the conversion of the input record to fixed length format. The actual conversion error message will immediately precede this message. The processing continues with the next record.
No action required.
S6BBL006I
PARAMETER(S) INSTANCE SEQUENCE ERROR
Batch Load
A table instance was rejected. The rejected table instance contained count1 records starting at input record count2.
See the previous audit message and correct the previous error condition.
S6BBL007I
DUPLICATE TABLE INSTANCE, # REJECTS SEE BELOW
Batch Load
Records have been rejected as they belong to a previously complete instance.
The number of records rejected are shown below this message.
S6BBL008I
TABLE NOT UPDATED; NO INPUT RECORDS ACCEPTABLE
Batch Load
Notification that the Object Service Broker Pagestore was not updated because none of the input records were accepted.
See the messages in the audit trail to determine why all the records were rejected.
S6BBL009E
NO INPUT FIELD OR VALUE DEFINED FOR PARM
Batch Load
When loading a parameterized table there must always be a value associated with each parameter, either from an input file field or from static values.
Correct your data and retry loading the table.
S6BBL011I
DUPLICATE PRIMARY KEY
Batch Load
The primary key of an input record is a duplicate.
No action possible; the record is ignored.
S6BBL012I
PRIMARY KEY(S) SEQUENCE ERROR
Batch Load
The primary keys must be sorted properly within the table instances (if applicable).
Either manually add the entries that are out of sequence, or delete the tree, sort again, and run again.
S6BBL013I
RECORD SHORTER THAN MINIMUM LENGTH
Batch Load
A zero data length record encountered.
Record is ignored.
S6BBL014I
CONVERSION - INPUT FIELD CONTAINS BAD DATA
Batch Load
The field indicated contains data which does not conform to the specified format.
Record is ignored.
S6BBL015I
CONVERSION - OUTPUT FIELD TOO SMALL
Batch Load
The field indicated cannot be converted without possible data-integrity loss.
Record is ignored.
S6BBL016I
CONVERSION - CONVERSION NOT POSSIBLE
Batch Load
The field indicated cannot be converted due to incompatible source/target syntax.
Record is ignored.
S6BBL017I
CONVERSION - PARAMETER(S) INVALID
Batch Load
Conversion routine internal error.
Contact TIBCO Support.
S6BBL018I
PARAMETER OR PRIMARY KEY NULL
Batch Load
Null primary key/parameter values are not permitted.
Record is ignored.
S6BBL019I
SECONDARY KEY NUMERIC VALUE NULL
Batch Load
Null numeric-syntax secondary keys are not permitted.
Record is ignored.
S6BBL020E
CONTROL CARD INPUT FILE FAILED TO OPEN
Batch Load
Problem experienced opening the Control File.
Processing terminated; check run JCL.
S6BBL021E
SPACE FOR DEFINITION TABLE IS NOT AVAILABLE
Batch Load
GETMAIN for the internal table to hold input and output definitions failed.
The required space is 88 multiplied by the maximum number of fields (50 is the default). Check with your data center manager for private extended storage limits (above the line storage).
S6BBL022E
PRIMARY KEY MUST COME FROM INPUT OR BINARY 4 FOR IDGEN
Batch Load
The primary key in Object Service Broker is not derived from an input field. To be considered for IDgen, it must be binary length 4.
Do one of the following:
If you want an IDgen key, make the primary key binary length 4.
If you want to generate a key yourself, define a dummy input field and use exit point 1 (S6BBRTL1). Refer to the Utilities manual for details on exits.
S6BBL023E
SPECIFIED INPUT/OUTPUT SYNTAX CONVERSION TEST FAILED
Batch Load
When testing the conversion of the data field syntaxes, an error was detected.
See accompanying message. Contact TIBCO Support if a syntax combination is required.
S6BBL024E
SPACE NOT AVAILABLE IN WHICH TO BUILD THE ENTRY
Batch Load
GETMAIN for internal work space for the compressed Object Service Broker entry failed.
The requested memory was 2025 bytes. Contact your data center manager for private extended storage limits (above the line storage).
S6BBL025E
SPACE NOT AVAILABLE TO RETAIN REQUIRED INDEXING DATA
Batch Load
GETMAIN for internal index capture record work area failed. Requested space is the following added together:
The space is to be below the line.
Increase the region size in the JCL.
S6BBL026E
LOAD TABLE COULD NOT BE LOCATED ON CONTROL PAGE
Batch Load
The table to be loaded could not be located in the index of the Resident Table Index.
Do the following:
Check the spelling of the table name on the Object Service Broker output definition card and ensure that the table type is TDS.
Ensure that the table you are attempting to load is on the segment specified in the run time parameter.
S6BBL027E
LOAD TABLE COULD NOT BE LOCATED ON TABLE INDEX
Batch Load
The Resident Table Index entry could not be found for the requested table.
Do the following:
Check spelling on the output definition card and ensure the table type is TDS.
Ensure that the table you are attempting to load is on the segment specified in the run time parameter.
S6BBL028E
SPACE NOT AVAILABLE FOR INTERNAL INDEX CONTROL TABLES
Batch Load
GETMAIN for internal index control stack failed. The requested space is 16 multiplied by 6 from the storage.
Check with your data center manager for private extended storage limits (above the line storage).
S6BBL029E
SPACE NOT AVAILABLE FOR REQUIRED PAGE BUFFERS
Batch Load
GETMAIN for Object Service Broker page buffer space failed. The requested space is 4 KG multiplied by 6. Add 4 KB if there are parameters, and add 4 KB if there are secondary indexes.
Check with your data center manager for private extended storage limits (above the line storage).
S6BBL030E
EXPECTED SECONDARY INDEX ENTRY NOT FOUND ON SIT PAGE
Batch Load
The output definition cards specified a secondary index which was not defined within the Object Service Broker Pagestore.
Either build the secondary index by using SIXBUILD processing online, or remove the S for the field in the Object Service Broker output definition card.
S6BBL031E
INCORRECT SEGMENT ACTIVE FOR TABLE LOAD PROCESSING
Batch Load
The table to be loaded is not on the base store with which the batch utility was started.
Specify a run time parameter of "SEGMENT=nnnn", where nnnn is the segment number that contains the table to be loaded.
S6BBL032E
TABLE TO BE LOADED IS NOT EMPTY
Batch Load
The table to be loaded contains data and no parameters are associated with it. Only table instances can be added to an existing table. Data within a table instance cannot be added.
Either remove the data from the table or use an Object Service Broker rule to load the new data.
S6BBL033E
EXPECTED SECONDARY INDEXES NOT FOUND
Batch Load
When a secondary index is built by using S6BBRSIX, the table definition is changed (online) to reflect the newly built secondary index. This message was issued because you tried to load the table again (by using S6BBRTBL) but did not change the definition control records to reflect the new secondary index.
Recreate the load control records by using BATCHLOAD_CARDS or delete the secondary indexes by using SIXDELETE.
S6BBL034I
USER-EXIT REQUESTED REJECT
Batch Load
Your user exit requested that this record be ignored.
Record is ignored. Recreate the load control records by using BATCHLOAD_CARDS or delete the secondary indexes by using SIXDELETE.
S6BBL035E
INVALID UNIT COUNT SPECIFIED
Batch Load
The UNIT COUNT specified on the control data set for multivolume work file support must be less than or equal to the actual number of units available for the unit group name specified.
Enter an acceptable number and retry.
S6BBL036E
REQUESTED SECONDARIES DO NOT MATCH THOSE ALLOCATED
Batch Load
The Secondary key field names identified on the Definition Control File do not match the field names of the allocated secondaries on the Pagestore.
The report indicates the discrepancies; use the online tool BATCHLOAD_CARDS to generate an accurate Definition Control File.
S6BBL037E
SECONDARIES ARE ALLOCATED BUT NONE REQUESTED
Batch Load
There are secondary index fields defined for the table being loaded but no secondaries are defined in the definition control file.
Use the online tool BATCHLOAD_CARDS to generate an up-to-date/ accurate Definition Control File for this table.
S6BBL040E
CONTROL CARD TYPE CODE IS INVALID,(EXPECTED I,H,S OR V)
Batch Load
The control card type (column 1) has an invalid code. Only I, H, S, or V are acceptable.
Enter I, H, S, or V for the control card type.
S6BBL041E
DEFINITION: SEQUENCE FIELD ERROR
Batch Load
The sequence numbers (column 3-5) for the input definition cards are not properly sorted.
Reorganize the cards or correct the sequence numbers.
S6BBL042E
INPUT DEFINITION CARD ENTRY TYPE CODE INVALID; R OR F
Batch Load
The entry type code (column 7) is invalid for an input definition. Only R (records) and F (field) are acceptable.
Enter R or F for the entry type code.
S6BBL043E
INPUT DEFINITION CARD SYNTAX CODE IS NOT SUPPORTED
Batch Load
The syntax code (column 48) defined for the input field is not supported.
See the documentation on input definition cards for valid codes.
S6BBL044E
INPUT DEFINITION CARD FIELD LENGTH BLANK/OUT OF RANGE
Batch Load
The field length (column 50-52) on the input definition card is either blank or the value is outside the range for the given syntax.
Fill in a field length that is within the range for the syntax. See the documentation on input definitions for valid length ranges.
S6BBL045E
INPUT DEFINITION CARD DECIMAL POSITION IS OUT OF RANGE
Batch Load
The decimal position (column 54-55) specified for the input field is outside the range of the field length.
Change the decimal position to fall within the range of the field length.
S6BBL046E
INPUT DEFINITION RECORD CARD HAS INVALID FILE TYPE (F-V)
Batch Load
File type is either F (Fixed) or V (Variable). Default is F; no other value is acceptable.
Correct the file type and retry.
S6BBL047E
DEFINITION TABLE OVERFLOW; INCREASE MAX FIELDS ON SPEC
Batch Load
The internal table that retains the input/output definition information has overflowed.
Increase the maximum number of fields on the specification card. Refer to the online Utilities documentation for details.
S6BBL048E
SPECIFICATION CARD MUST BE FIRST IN CONTROL CARD FILE
Batch Load
If included, the specification card must be the first card in the control card file.
Put the specification card at the front of the control card file.
S6BBL049E
MISSING INPUT DEFINITION - NUMERIC SECONDARY
Batch Load
Numeric Secondary index field values cannot be null. No input field is defined cross-referencing to a table field defined as a secondary index, which means the table field value will be loaded as NULL.
Remove the secondary index indicator or provide an input field which has significant data in every record or change the syntax of the target (table) field to a character syntax (C or V).
S6BBL051W
NULL-EQUIVALENT VALUE SPECIFIED IS IGNORED
Batch Load
A null-equivalent value is valid only when the input file field from which the data is being loaded to this output (table) field is either binary or packed decimal syntax. Columns 64-79 are ignored.
None.
S6BBL060E
OUTPUT DEFINITION CARDS ARE OUT OF SEQUENCE
Batch Load
The sequence numbers (column 3-5) for the output definition cards are not properly sorted.
Reorganize Object Service Broker output definition cards or correct the sequence numbers.
S6BBL061E
OUTPUT DEFINITION CARD HAS INVALID ENTRY TYPE (R,P/F)
Batch Load
The entry type code (column 7) is invalid for an Object Service Broker output definition. Only R (record), P (parameter), and F (field) are acceptable.
Change the entry type code to R, P, or F.
S6BBL062E
DEFINITION TABLE OVERFLOW; INCREASE MAX FIELDS ON SPEC
Batch Load
The internal table that retains the input/output definition information has overflowed.
Increase the maximum number of fields on the specification card. Refer to the online Utilities documentation for details.
S6BBL063E
OUTPUT DEFINITION SEMANTIC TYPE/SYNTAX NOT SUPPORTED
Batch Load
The semantic type (column 46) and syntax code (column 48) do not form a valid combination.
Change either the semantic type or the syntax to form a valid combination. See the Processing manual for a list of valid combinations or check the online definition.
S6BBL064E
OUTPUT DEFINITION CARD FIELD LENGTH BLANK/OUT OF RANGE
Batch Load
The field length (column 50-52) on the output definition card is either blank or the value is outside the range for the given syntax.
Enter a field length that is within the range for the syntax. Check the online definition.
S6BBL065E
OUTPUT DEFINITION CARD DECIMAL POSITION IS OUT OF RANGE
Batch Load
The decimal position (column 54-55) specified for the Object Service Broker parameter or field is outside the range of the field length.
Enter a decimal position that is within the range for the field length.
S6BBL066E
OUTPUT DEFINITION CARD KEY TYPE NOT SUPPORTED (" ",P/S)
Batch Load
The output Object Service Broker key type (column 57) is invalid. Only blank, P (primary key), and S (secondary key) are supported.
Enter a P, an S, or a blank for the output Object Service Broker key type.
S6BBL067E
INVALID SYNTAX FOR KEY/PARM FIELD
Batch Load
The syntax specified is not valid as used.
Check documentation and correct the specification.
S6BBL069E
INVALID NUMERIC DEFINITION VALUE
Batch Load
A numeric value is required.
Check documentation and correct the specification.
S6BBL070E
PRIMARY OR SECONDARY KEY LENGTH ERROR
Batch Load
The primary or secondary key length specified exceeds the maximum.
Check documentation and correct the specification.
S6BBL071E
TOO MANY PARAMETERS
Batch Load
The number of parameters defined exceeds the limit.
Check documentation and correct the specification.
S6BBL072E
PARAMETER(S) LENGTH ERROR
Batch Load
The total parameter(s) length exceeds the limit.
Check documentation and correct the specification.
S6BBL080E
SPECIFICATION CARD MAXIMUM PROCESS RECORDS NOT NUMERIC
Batch Load
The maximum records field (column 15-29) contains an invalid numerical value.
Correct the value and ensure that it is right aligned.
S6BBL081E
SPECIFICATION CARD MAXIMUM NUMBER OF FIELD NOT NUMERIC
Batch Load
The maximum number of fields value in column 31-33 contains invalid numeric data.
Correct the value and ensure that it is right aligned.
S6BBL082E
SPECIFICATION CARD MAXIMUM BLOCK SIZE IS NOT NUMERIC
Batch Load
The maximum block size field (in column 44-48) contains an invalid numeric value.
Correct the value and ensure that it is right aligned.
S6BBL083E
SPECIFICATION CARD SPACE USAGE VALUE IS NOT NUMERIC
Batch Load
The percentage specified for one of the following is not numeric:
Correct the value and ensure that it is right aligned.
S6BBL084E
NULL-EQUIVALENT VALUE SPECIFIED IS INVALID
Batch Load
The null-equivalent value (in columns 64-79) is invalid; either the code is misspelled or the value is not numeric.
Check and correct.
S6BBL100E
VALUE CARD FIELD/PARAMETER NAME NOT FOUND
Batch Load
The name specified (in column 3-18) cannot be matched with the output definition table.
Check the spelling of the field name. Correct the Object Service Broker output definition name or the static value name.
S6BBL101E
VALUE CARD FOR FIELD/PARAMETER DEFINITION AS INPUT
Batch Load
A value card cannot be entered against a field or parameter which is referenced in the input file.
Do one of the following:
Remove the static value card or cards for the given field or parameter.
S6BBL102E
VALUE CARD FOR FIELD/PARAMETER ALREADY PROCESSED
Batch Load
A value card was entered for a field or parameter which has already been set.
Check to ensure a continue indicator (column 20) is set, if a continuation is being attempted.
S6BBL103E
VALUE CARD FOR NUMERIC FIELD/PARAMETER NOT NUMERIC
Batch Load
The value card contains static text (column 22-71) for a numeric field or parameter (packed or binary), but the text contains non-numeric characters.
Correct the value and ensure that it is left aligned.
S6BBL104E
VALUE CARD TEXT LENGTH IS INVALID FOR A NUMERIC ENTRY
Batch Load
The length of the numeric data in the value card text area is not valid (out of range 1-15 digits).
Make the numeric data 1 to 15 digits.
S6BBL105E
VALUE CARD DECIMAL POSITION CONFLICTS WITH DEFINED
Batch Load
The number of post decimal digits must match the definition of the field or parameter.
Change the number of post decimal digits to match the definition of the field or parameter.
S6BBL106E
INVALID OR NO CHARACTER SET TYPE SPECIFIED
Batch Load
The character set code was found to be invalid.
Specify a proper character set. Blank defaults to ENGL.
S6BBL107E
VALUE EXCEEDS LENGTH OF FIELD
Batch Load
There are too many Value Continuations for the field as defined. Remember that each Value Record holds 50 characters.
Shorten the value for the field to the defined length of the field, and remove extraneous Value Records.
S6BBL108E
VALUE CONTINUATION INVALID OR OUT OF SEQUENCE
Batch Load
Value Continuation Column Entries must be consecutive and in ascending sequence if there are multiple records (more than 50 characters).
The first record of a single field's "Value Records" must have 0 in its Continuation Column. If the value continues beyond 50 characters, the second "Value Record" (which is the first actual continuation) must have 1 in its Continuation Column; the third must have 2, and so on.
S6BBL109E
VALUE DATE INVALID
Batch Load
Static Value date is in the wrong form.
Check documentation and your installation's date format.
S6BBL110E
STATIC VALUE REJECTED DURING CONVERSION
Batch Load
The static value associated with the field identified could not be converted to the semantic type/syntax of the target field.
This error should have been trapped when the utility processed the Definition Control File - contact TIBCO Support and provide all relevant information: the value of the static value and the target field definition.
S6BBL111E
PAGESTORE WRITE FAILURE
Batch Load
When attempting to write a page to the current segment a failure occurred.
Inspect the audit report for other messages which should indicate why the failure occurred. The table being loaded must be considered incomplete and the segment itself suspect. Contact TIBCO Support and supply all relevant documentation: the audit report, the core dump if produced.
S6BBL120E
DYNAMIC ALLOCATION OF TEMPORARY FILE FAILED
Batch Load
A dynamic allocation request failed.
Check the job log for an explanation and verify the dynamic symbolic unit name on the specification card.
S6BBL121E
SPACE NOT AVAILABLE FOR TEMPORARY FILE DCB DEFINITION
Batch Load
The GETMAIN to obtain storage (below the line) for the temporary file DCB failed.
Increase the size parameter in your JCL.
S6BBL122E
SPACE FOR INTERNAL FIXED FORMAT RECORD IS NOT AVAILABLE
Batch Load
GETMAIN for internal work space for fixed format work record failed. Requested space is 2028 bytes.
Check with your data center manager for private extended storage limits (above the line storage).
S6BBL140E
ERROR DETECTED WHEN EVALUATING ACCESS METHOD OF INPUT
Batch Load
The JFCB of the input file is used to determine if the input file is sequential or VSAM access. The read JFCB failed.
Check your JCL and the job log. If this information does not provide a solution, contact TIBCO Support.
S6BBL141E
INPUT FILE FAILED TO OPEN USING SEQUENTIAL ACCESS
Batch Load
The input file was determined to be sequential and the open for the file failed.
Check your JCL and the job log.
S6BBL142E
INPUT FILE FORMAT IS NOT SUPPORTED
Batch Load
The input file was determined to have a format other than fixed or variable. The format is not supported.
Ensure that the input file is either fixed or variable.
S6BBL143E
INPUT FILE FAILED TO OPEN USING VSAM ACCESS METHOD
Batch Load
The input file was determined to be a VSAM data set. The open for the file failed.
Check your JCL and the job log. A VSAM verify may be required.
S6BBL144E
INDEX CAPTURE WORK FILE FAILED TO OPEN FOR OUTPUT
Batch Load
The work file used to capture indexing information failed to open for output.
Check the dynamic symbolic unit and blocksize in the specification cards. Review the job log for further information.
S6BBL145E
INPUT RECORD CONVERSION ERROR THRESHOLD EXCEEDED
Batch Load
The number of conversion errors detected by the conversion routine exceeds an allowable limit.
Verify the input file layout and check for the values rejected by the conversion routine.
S6BBL146E
INVALID PAGE TYPE FOUND WHEN SEARCHING GROUP INDEXTREE
Batch Load
A page type code detected when searching for existing table instances was not a group index or group index page type.
Verify the Pagestore by using the S6BBRPTR utility. Contact TIBCO Support.
S6BBL147E
***** PROCESSING TERMINATED, ALL INPUT REJECT ******
Batch Load
None of the user input data was accepted. Processing ended.
Correct the reported audit trail conditions that caused the input to be rejected.
S6BBL148E
NO INPUT RECORDS READ, PROCESSING TERMINATED
Batch Load
No input records have been found usable.
No load is possible.
S6BBL149E
NULL INPUT KEY VALUE ENCOUNTERED
Batch Load
During loading, a null value in the primary key or a secondary index was detected.
Record is rejected.
S6BBL150E
REJECT LIMIT EXCEEDED
Batch Load
The reject count has exceeded the limit.
Job is terminated.
S6BBL151W
** PLEASE CHECK INPUT FILE FORMAT SPECIFICATIONS **
Batch Load
Refer to the explanation for S6BSV954W.
Ensure that the input file is described correctly both in the Control File (-C) and on the command line (-m). If the requested process completed successfully, check that the table data is correctly loaded.
S6BBL152E
TOO MANY SECONDARIES
Batch Load
There is a limit to the number of secondary index fields permitted in a table definition. This limit is used to determine the size of certain tables within the utility. One of these tables has overflowed.
Contact TIBCO Support.
S6BBL153E
PROGRAM ERROR
Batch Load
An internal program error occurred.
Contact TIBCO Support.
S6BBL154I
SECONDARY INDEX COMPLETE
Batch Load
Indicates that the load has completed successfully; the secondary index is complete and has been COMMITTED.
No action necessary.
S6BBL155I
PRIMARY DATA LOAD COMPLETE
Batch Load
The primary data has been loaded successfully and COMMITTED.
If no secondaries are being built then the load has completed building the target table. If a secondary index build follows the primary build and it fails, the primary data is complete. After determining why the secondary build failed, use the Secondary Index Builder S6BBRSIX to build the missing secondary indexes.
S6BBL157E
FREE-PAGE REQUEST FAILURE
Batch Load
Usually indicates the segment is full.
Provide more segment space and retry.
S6BBL160E
SORT SYNTAX CODE COULD NOT BE LOCATED FOR SYNTAX
Batch Load
The syntax code of the field or parameter cannot be converted to a code acceptable to the sort routine.
Contact TIBCO Support.
S6BBL161E
GROUP INDEX CAPTURE FILE COULD NOT BE OPENED FOR OUTPUT
Batch Load
The work file used to retain table instance information cannot be opened for output.
Check the dynamic symbolic unit and blocksize on the specification card. See the job log for further details.
S6BBL162E
SECONDARY INDEX ROOT PAGE NOT FOUND ON SIT PAGE
Batch Load
The secondary index entry cannot be located on the Secondary Index Table page.
Ensure that all fields with a key type of S are defined as secondary indexes. If not, invoke online SIXBUILD processing.
S6BBL163E
INVALID PAGE TYPE DETECTED WHEN CAPTURING EXISTING GIX
Batch Load
Existing group index chain contains invalid page type codes. (Table is possibly corrupted.)
Verify the Pagestore by using S6BBRPTR. Also, contact TIBCO Support.
S6BBL164E
SORT FAILURE DETECTED DURING SECONDARY INDEX PROCESSING
Batch Load
An error was detected by the sort program when reorganizing the index capture file for a secondary index load.
Check the job log for messages from SORT. Ensure that you have a SYSOUT DD in your JCL.
S6BBL165E
SORT FAILURE DETECTED DURING GROUP INDEX PROCESSING
Batch Load
An error was detected by the sort program when reorganizing the group index capture file for a group index build.
Check the job log for messages from SORT. Ensure that you have a SYSOUT DD in your JCL.
S6BBL168E
INDEX CAPTURE FILE FAILED TO OPEN FOR INPUT
Batch Load
The internal index file could not be opened after being built.
Contact TIBCO Support.
S6BBL169E
INDEX CONTROL TABLE OVERFLOWED; TOO MANY INDEX LEVELS
Batch Load
The internal index table is too small for this run.
Contact TIBCO Support.
S6BBL170E
RESIDENT TABLE INDEX UPDATE PREPARATION FAILED
Batch Load
Preparation for actual database update failed.
Contact TIBCO Support.
S6BBL171E
INPUT RECORD LENGTH EXCEEDS LOADS CAPABILITY
Batch Load
The record size is too large.
Contact TIBCO Support.
S6BBL172E
TABLE ROW SIZE ERROR
Batch Load
The total length of the row defined for the target table is larger than the maximum permitted.
Check and correct the definition on the control data set; the table as specified would not have been accepted by the Object Service Broker Table Definer.
S6BBL173I
BROWSE MODE - REQUEST VALIDATION COMPLETE
Batch Load
The option BROWSE was specified, which results in termination after validation of the control file.
No action necessary. Remember to remove the BROWSE option when (if) the load is actually submitted.
S6BBL174E
RESERVED TABLE - OFFLINE LOAD NOT PERMITTED
Batch Load
The table name requested cannot be loaded using this utility.
Contact TIBCO Support for assistance.
S6BBL175E
OLD NULL OPTION NOT SUPPORTED
Batch Load
The OLD NULL option applies to the unload utilities only.
Remove the option and retry or contact TIBCO Support.
S6BBL176E
STATICS VALUES NOT SUPPORTED FOR UNICODE FIELDS
Batch Load
When attempting to load data into a table using the offline batch utility S6BBRTBL, a default value was specified for a field that has a Unicode syntax. This is not supported.
Remove the default value card and rerun your load process.
S6BBL177E
UNICODE SYNTAX NOT SUPPORTED FOR PARMS OR KEYS
Batch Load
A Unicode syntax was specified on the definition cards for a field that either a parameter or key field.
Correct the control cards and try the S6BBRTBL utility.
S6BBL255E
AUDIT TRAIL FILE FAILED TO OPEN
Batch Load
The audit trail (printer) failed to open. User abend code 932 is issued.
Review job log for further details.

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