cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization error in sm59 with a weird pop-up

Former Member
0 Kudos

Hi

I want to use a server proxy, therefore created an http connection in sm59 of the xi-system pointing to the ERP-System.

My connection parameters

Target Host: my ERP-System Host

path prefix: /sap/xi/engine?type=entry (maybe receiver?!)

Service Number: 8084 (http port in smicm)

User: XIAPPLUSER (with sap_xi_appl_serv_user)

After testing the connection a pop-up appears and asks me to enter my username and password again...

How can I solve this problem???

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gokhan,

You need to do the following.

In your XI system,

Make a HTTP connection to your Business system.

Target Host = Host name of Business System.

Service No: HTTP port no of Business System.

path prefix = /sap/XI/engine/?type = receiver.

USer name and password of a CPIC user with SAP_ALL authorization.

In your Business System

Target Host = Host name of XI System.

Service No: HTTP port no of XI System.

path prefix = /sap/XI/engine/?type = entry.

USer name and password of a XIAPPLUSER with relevant roles attached while it was maintained in XI system.

Cheers

JK

Former Member
0 Kudos

Hi Jayakrishnan

Thanks for giving me the parameters of the xi and erp configuration.

I have still the problem in my xi-system that a pop-up apears and asks me again for my username and password. However, I am using a user of the ERP-System with SAP_ALL rights.

It is really weird. Do you have any further idea how to solve this?

Former Member
0 Kudos

Hi

I have created an RFC-Connection from xi to erp and tested the user credentials. The error was, name or password incorrect.

I think I have got a basis problem. Thanks for your help.

Former Member
0 Kudos

Hi Gokhan,

Make sure that all your service users are working including the SAPJSF. If the user id is locked or the password has expired it will give these probs..

Cheers

JK

Former Member
0 Kudos

HI

For the RFC-Connection from XI to ERP, I used an ordinary user with SAP_ALL rights.

Do I have to add/create all the service users on the ERP-System. There is no SAPJSF user on the ERP-System. Do I need one for my scenario??

Former Member
0 Kudos

Hi Gokhan,

You dont need to have a SAPJSF user in ERP system. But you need to maintain a CPIC/background user which is having SAP_ALL to do the remote connection from XI to ERP.

cheers

JK

Former Member
0 Kudos

Hi again

Ok, what do I have to do to maintain this CPIC/background??

Is this a configuration in SU01???

Former Member
0 Kudos

Hi,

Im not so sure, but i think that the path prefix is wrong..for http connections use the adapter_plain, should be something like this:

path prefix: /sap/xi/adapter_plain?type=entry

Hope it helps..

Regards,

Luis