![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Generate/Remove Static SQL: % errors. CHECK LOG for warningsThe 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 renameThe 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 renameNew name of table is the same as the old name.Generated name "%" is longer than % characters; use renameThe 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 renameThe 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.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 valueA 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 fieldsYou 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 ERRORWhen attempting to retrieve vital Data Object Broker information, the request failed.Check the log for accompanying messages and retry if appropriate.The global field dictionary is not available for the specified table.Global fields are not available for type "%" in table definerGlobal fields are not available for the indicated table type.GLOBAL PARMS COULD NOT BE RETRIEVEDThe 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 "%"You changed the field name after entering the Field Manager. The name cannot be changed because a field with that name already exists.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 "%"The grammar specification is incorrect because it contains occurrences with the same state and token values.Correct the grammar specification to remove duplicate values.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 specifiedYou requested the definition of the virtual group ALL, which is system-generated, and cannot be defined.Group cannot include another group; use VIEW GROUP to selectYou 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 |