Show TOC Start of Content Area

Background documentation SNC Messages on AS ABAP  Locate the document in its SAP Library structure

SNC Start Messages

The SNC layer records SNC activation in the corresponding work process log files (dev_w.). It logs the relevant SNC information, to include:

·        The QoP parameters and their values

·        The path and file name of the external library

·        The user or component's own SNC name

As of Release 4.5A, a message (RIQ) is also written to the system log.

Example

Sample Work Process Log File Containing SNC Activation Messages

N  SncInit():   found snc/data_protection/max=3, using 3 (Privacy Level)
N  SncInit():   found snc/data_protection/min=3, using 3 (Privacy Level)
N  SncInit():   found snc/data_protection/use=3, using 3 (Privacy Level)
N  SncInit(): found snc/gssapi_lib=/usr/sap/ABC/SYS/exe/run/libsapcrypto.so
N    File " found snc/gssapi_lib=/usr/sap/ABC/SYS/exe/run/libsapcrypto.so " dynamically loaded as GSS-API V2 library.
N    The internal Adapter for the loaded GSS-API mechanism identifies as:
N    Internal SNC-Adapter (Rev 1.0) to SECUDE 5/GSS-API V2
N  SncInit(): found snc/identity/as=p:CN=sap01.host1, OU=TEST01, O=myCompany, C=US
N  SncInit(): Accepting  Credentials available, lifetime=Indefinite
N  SncInit(): Initiating Credentials available, lifetime=Indefinite
M  ***LOG R1Q=> p:CN=sap01.host1, OU=TEST01, O=myCompany, C=US & [thxxsnc. 0228]
M  SNC (Secure Network Communication) enabled

 

 

End of Content Area