Application Development and Automation 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: 
Read only

Trusted connectivity with different Clients

Former Member
0 Likes
1,413

Hi all

I have the following problem: The Trusting System SRR (Server) has client 100 and 010 the

Trusted System CLL has client 010.

I tried to make a trusted connectivity with the SRR 100 Client, but I’m only able to connect to the SRR 010 Client.

Where can declare to which Client of the Trusting System (Server) the Trusted System (client) Points?

Tnx for your help

Murat

1 ACCEPTED SOLUTION
Read only

Wolfgang_Janzen
Product and Topic Expert
Product and Topic Expert
0 Likes
827

I assume that you are referring to "RFC Trusted System".

In that case I'd recommend to take a look on <a href="https://service.sap.com/sap/support/notes/128447">SAP Note 128447</a>.

Regards, Wolfgang

3 REPLIES 3
Read only

Wolfgang_Janzen
Product and Topic Expert
Product and Topic Expert
0 Likes
828

I assume that you are referring to "RFC Trusted System".

In that case I'd recommend to take a look on <a href="https://service.sap.com/sap/support/notes/128447">SAP Note 128447</a>.

Regards, Wolfgang

Read only

manohar_kappala2
Contributor
0 Likes
827

Hi,

You can look into the transaction SMT1 ,SMT2 for setting up the trusted connection in addition to the SM59 which we normally use to set up RFC's.

Let me know if this helps.

Verify if you have mentioned the name of the specific client while maintaining the destination server

Read only

Former Member
0 Likes
827

Hi

I solved the problem.

if the Client is not the same you see in the trusted system in RFC menu trusting system an error. "authorization failed". (this was confusing)

You have to create in the Trusting system the authorization object S_RFCACL with the client information for the calling System. You verify the settings with the function module AUTHORITY_CHECK_TRUSTED_SYSTEM.

Once you created the trusted system in the Trusting system. You have to create a NEW RFC connection in the Trusted System for example <SID>_TRUST mark the trusted system and current user with the Client# information. Once saved, try to logon by the "Remote Logon" button. If this works, then you created successfully the trust relationship.

Thanks<u> <i>Wolfgang for the Note you mentioned</i>.</u> I checked that Note before.What I didn't know that the Message in RFC menu Trusting System authorization failed can be ignored since it tries to logon with the current logged on client.

Murat