Previous Topic: C/C++ Client Runtime ExitsNext Topic: Tuxedo Server Runtime Exits


Server Runtime Exits

The server runtime exits provide opportunities to influence the processing of the server runtime. The two exits, TIRELOG and SRVRERROR, are only invoked if an error condition occurs.

User Exit Name

Source Code

Description

SRVRERROR

tirserrx.c

Server to server error exit that is invoked when an error condition occurs during server-to-server flow.

TIRELOG

tirelog.c

Server error handling routine invoked before the error response is returned to the client.