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


Chapter 17 IBM z/OS and IBM i : SSL Implementation on IBM EBCDIC Systems : tibemsSSL_System_SetTrace

tibemsSSL_System_SetTrace
Function
Purpose
Enable or disable trace messages on the creation of TIBCO Enterprise Message Service connections. These messages indicate the status of various stages of connection creation.
C Declaration
void tibemsSSL_System_SetTrace(
    tibems_bool trace );
 
void tibemsSSL_System_SetDebugTrace(
    tibems_bool trace );
COBOL Call
CALL "tibemsSSL_System_SetTrace"
USING BY VALUE trace
END-CALL.
 
CALL "tibemsSSL_System_SetDebugTrace"
USING BY VALUE trace
END-CALL.
Parameters
 
TIBEMS_TRUE enables tracing.
TIBEMS_FALSE disables tracing.
Remarks
Two levels of SSL tracing are available—regular tracing and debug tracing (more detailed). Trace messages are written to standard output while connecting or reconnecting to the server. These messages can be helpful in diagnosing a failure to connect.
See Also
tibemsSSL_SetTrace on page 237

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