Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Appendix C SSOLite Stored Procedures : Command Procedures : SW_DELAYED_RELEASE_ERR

SW_DELAYED_RELEASE_ERR
The SW_DELAYED_RELEASE_ERR procedure takes a BG action when a delayed release error occurs.
Syntax
SW_DELAYED_RELEASE_ERR (
delayed_release_id in varchar2,
audit_desc in varchar2,
user_id in varchar2,
err_code in varchar2,
err_message in varchar2,
bg_action in integer)
where:
delayed_release_id is the ID of the delayed release.
audit_desc is the description of the delayed release audit.
user_id is the user ID.
err_code is the error code.
err_message is the error message.
bg_action is the BG action to handle the delayed release error.
Notes
If a delayed release error occurs, TIBCO BusinessWorks returns an error code, an error message, and a BG action to TIBCO iProcess Engine. The BG process take the following actions according to BG action:
See TIBCO iProcess Connector for ActiveMatrix BusinessWorks User’s Guide for more information about the delayed release error.

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.