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


Using Messages Without Identifiers : Messages beginning with: G

Messages beginning with: G
Generate/Remove Static SQL: % errors. CHECK LOG for warnings
Static SQL for DB2 Gateway
The generation or removal of Static SQL for one or more modules produced one or more errors.
Press <PF2> to see the log. Find all of the warning messages, and act on them.
Generated name "%" is identical to previous; use rename
HLIPREPROCESSOR
The combination of the table and field names has resulted in a COBOL name identical to one already produced.
Use the RENAME on the table declaration to avoid the duplicate name.
Generated name "%" is identical to previous; use rename
Host Language Interface
New name of table is the same as the old name.
Rename the new name.
Generated name "%" is longer than % characters; use rename
Host Language Interface
The preprocessor translates "table.field" names into "table-field" names that are valid in COBOL. COBOL, however, only permits these names to be a length of 30, while an Object Service Broker "table.field" name can be 33 characters long. This message appears when the table and field name combination exceeds 30 characters.
Use the Host Language Interface statement DEFINE TABLE to rename the table, field, or both to shorter names.
Generated name "%" more than % characters; use rename
HLIPREPROCESSOR
The preprocessor translates "table.field" names into "table-field" names that are valid in COBOL. COBOL, however, only permits these names to be a length of 30, while an Object Service Broker "table.field" name can be 33 characters long. This message appears when the table and field name combination exceeds 30 characters.
Use the Host Language Interface statement DEFINE TABLE to rename the table, field, or both to shorter names.
Get failed for dataset "%"; module "%"; R15 = %
Session Manager
A GET operation failed against the data set specified in the message. The name of the module in which this failure occurred is specified. The return code is provided in Register 15.
Call your system administrator to check the return code in Register 15 against the appropriate vendor's manual. Correct the problem as required.
GET requests to % tables must specify key value
TAM
A GET operation has been requested against the indicated type of table without a key selection clause.
Specify a primary key equality in a selection while issuing GET requests against the indicated type of table.
Give default location with DEFAULT or SRC & SOURCENAME fields
Table Definer
You tried to save a minimal table definition whose definition is invalid.
Refer to the Managing Data manual for information on how to create a valid minimal definition.
GLOBAL CONSTANT AND VARIABLE RETRIEVAL ERROR
S6BTLADM - COMMON MESSAGES
When attempting to retrieve vital Data Object Broker information, the request failed.
Check the log for accompanying messages and retry if appropriate.
Global fields are not available for %
Table Definer
The global field dictionary is not available for the specified table.
No action required.
Global fields are not available for type "%" in table definer
Table Definer
Global fields are not available for the indicated table type.
No action required.
GLOBAL PARMS COULD NOT BE RETRIEVED
S6BTLADM - GENERAL STATS
The block of storage from the Data Object Broker that contains the information required to build the General Statistics screen could not be retrieved.
Press <Enter> to try obtain the block again. If the failure persists contact TIBCO Support.
GlobalField "%" already exists; choose new name or restore "%"
Field Dictionary
You changed the field name after entering the Field Manager. The name cannot be changed because a field with that name already exists.
Another name must be selected.
GPR % %
Interpreter
This message is used by the Object Service Broker program that produces the Object Service Broker Information Log.
For more information, show this message to a System Programmer.
Grammar "%" has occurrences with same state "%" and token "%"
Parse
The grammar specification is incorrect because it contains occurrences with the same state and token values.
Correct the grammar specification to remove duplicate values.
Group "%" does not exist
Security
You referred to a non-existent group, usually in the userid profile screen.
Remove or change the invalid group. If you are in your profile, you can use the MEMBERSHIPS function to determine which groups include you as a member.
Group ALL is a VIRTUAL group; cannot be specified
Security
You requested the definition of the virtual group ALL, which is system-generated, and cannot be defined.
No action required.
Group cannot include another group; use VIEW GROUP to select
Security
You included a group entry in the membership list of a group definition.
You must remove the group entry before you can successfully save this screen. If the members of the group entry are to be included in the group being defined, use the VIEW GROUP function to select the members of the new group.

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