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: 

Cannot Connect MS Active Directory via SSL

Former Member
0 Kudos

Using SAP ERP 6.0 & NWs04, we tried to connect external web service (MS Active Directory) via

SSL by RFC, we can connect successfully. But when we use ABAP Class to

connect, we got the error as "403 - Forbidden: Access is denied. You do

not have permission to view this directory or page using the

credentials that you supplied.".

Please suggest how to solve this issue.

Thank you so much in advance,

1 REPLY 1

Former Member
0 Kudos

> SSL by RFC

So this is a type G connection - outbound http(s) connection from the ABAP system?

Sounds like an S_SERVICE check is performed via the ABAP class, which might also be invoking authentication requirements.

I guess the difference is that in the first case, you are already logged on?

Cheers,

Julius