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: 

SSO & RFC Error ???

former_member312761
Participant
0 Kudos

hi,

I configured SAP SSO (ERP ABAP 6.0) users can log on, but it is a problem with the RFC connections.

During the test the RFC connection to other systems (not SAP) in SM59 I can see the message - ERROR: SNC disabled insecure to start programs, reject request to start "program_ID"

Why this is happening if I set to accept all connections RFC:

snc / accept_insecure_rfc = 1

the rest of the parameters:

snc / enable = 1

snc / gssapi_lib = C: \ Windows \ System32 \ gx64krb5.dll

snc / identity / as = SAPserviceSID @ ActiveDirectory

snc / accept_insecure_cpic = 1

snc / accept_insecure_gui = 1

any ideas, I should still set or change some parameter?

regards,

T.

2 REPLIES 2

blanca_serrano
Advisor
Advisor
0 Kudos

Hello,

You have to apply note 505296 - first issue and set snc/permit_insecure_start to 1

I hope this helps you.

Regards,

Blanca

Former Member
0 Kudos

So it is a type T connection (external driver program)?

You cannot use SNC to non-SAP systems via their external driver programs.

Cheers,

Julius