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


Chapter 4 Defining Object Sets : Deleting an Object Set Definition

Deleting an Object Set Definition
There are a number of methods you can use to delete an object set definition. Refer to the following table to determine the appropriate method to use:
Has not been promoted and is on a node remote to the node on which you are presently working.
Considerations when Deleting an Object Set
If an object set definition has been promoted to another (target) system, you must submit a change request through the Promotion system (of the source system) to extend the deletion to the target system. If you do not issue a change request to delete the definition, the following occurs:
If a new object set with the same name is created on the source system, the creator is unable to promote the object set to the target system because an object with the same name already exists there.
Deleting a Definition Using the Object Set Definer
When you are within an existing definition in the Object Set Definer you can delete a definition by doing one of the following:
Using the DELETE command
In either case you are prompted to confirm the deletion.
Deleting a Definition Using DELETE_DEFN
The shareable tool DELETE_DEFN is available to delete existing definitions. Using this tool, if the correct security access is set up, you can delete definitions across TIBCO Object Service Broker nodes or within your local node. You call DELETE_DEFN from within a rule.
Example Rule
The following rule calls the DELETE_DEFN tool to delete the definition of the DEPARTMENTS object set from Node A. Because an object set definition is being deleted, values are not required for the arguments library or environment:

 
DELETE_OSDEFN;
_
_ ---------------------------------------------------------------------------
_ ---------------------------------------------------------------------------
_ CALL DELETE_DEFN(’OBJECTSET’, ’DEPARTMENTS’, ’’, ’’ , ’NODEA’, | 1
_ ’’); |
_---------------------------------------------------------------------------

 
See Also
TIBCO Object Service Broker Managing Deployment for information about change requests.
TIBCO Object Service Broker Shareable Tools for information on the tool.

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