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


Chapter 5 Remote Promotions : Considerations When Applying Remote Promotions

Considerations When Applying Remote Promotions
Secondary Indexes
Secondary indexes built on the source system are not carried over to the system where the promotion is applied: consider rebuilding them.
Bound Tables and Screens
If any TDS table or screen is bound (that is, the session memory copy—not the MetaStor copy of its definition—is in use for the rest of the session), the Promotion system issues a warning message and requests that you restart the Execution Environment and apply the change request again. Unbinding the objects prior to applying the change prevents these messages. Two tools are available to assist with this, @PROMUNBINDOBJS and @PROMBINDOBJS.
@PROMUNBINDOBJS and @PROMBINDOBJS Tools
You can use the @PROMUNBINDOBJS tool prior to applying a change or series of changes to unbind a set of objects. You can specify ALL, INSTALLATION or SYSTEM as the scope of the change. You must restart the Execution Environment after running this tool. After applying the change requests run @PROMBINDOBJS to rebind the objects and then restart the Execution Environment.
See Also
TIBCO Object Service Broker Shareable Tools for more information about these tools.
Restarting the Execution Environment
To restart the Execution Environment, perform one of the following procedures:
Restart the TIBCO Object Service Broker session by logging out and logging back in to the system.
After restarting the Execution Environment, re-apply the change request.
Security Considerations
Tables modified by a promotion keep the security attributes they had before the promotion. When a promotion creates a new table in the target system, the new table’s classification defaults to the value of CLASSIFICATION in the @PROM_NSEC_DEF table. For more information about the @PROM_NSEC_DEF table, refer to Chapter 2, Preparing For Promotions.
After a promotion, use the TIBCO Object Service Broker Security System to grant access to specific objects.
See Also
TIBCO Object Service Broker Application Administion for more information on building secondary indexes.
TIBCO Object Service Broker Managing Security for more information on granting security access to objects.

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