Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BW server to use both SNC and SSL libs at the same time?

Former Member
0 Kudos

Hi,

Quick question.

- SSO to BW7.0 with SAPGUI and IE.

- SAPGUI -> BW: SNC(Kerberos lib).

- IE -> BW(WebReport): SPNego, but needs SSL.

In this case, can we setup the BW server to use both SNC lib(gsskrb.dll) and SSL lib(sapcypto.dll) at the same time? Security library must be only one per server?

Kind Regards,

2 REPLIES 2

0 Kudos

Hi,

The ABAP Server can hold only one library for SNC. But in your case you are using the JAVA and the ABAP Server and so there is no issue in using one library for SNC and one for SSL.

Hope this helps..

Regards,

Karthik

tim_alsop
Active Contributor
0 Kudos

For SSL the library used will be SAP Cryptolib and for SNC you would use an SNC library - the two are separately configured so an ABAP stack can have both, and a java stack can use both SNC and SSL - there is no conflict.