cancel
Showing results for 
Search instead for 
Did you mean: 

Connect to an existing ABAP user database

Former Member
0 Kudos

Hello,

I want to connect a Netweaver 2004s SP10 on a serveur A to the user database used by an ABAP stack on a server B. I have used and modify the "ume.r2.connection.*" properties with the significant parameters, but nothing is working.

Does someone know if there is something more to do ?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It is working now.

Thank you all

Former Member
0 Kudos

Hi,

you need to configure the ume.r3.connection.master.ashost, ume.r3.connection.master.client, ume.r3.connection.master.password and ume.r3.connection.master.user

Regards,

Pavel.

Former Member
0 Kudos

Hi,

I have set the following paramters :

ume.r3.connection.master.ashost

ume.r3.connection.master.client

ume.r3.connection.master.r3name

ume.r3.connection.master.sysnr

ume.r3.connection.master.user

ume.r3.connection.master.passwd

a ping to the server is successfull, and the password is the right one.

but it is still not working ....

Former Member
0 Kudos

Hi,

For ABAP configuration additioanlly you need to set the following properties.

1.ume.persistance.data_source_configuration = dataSourceConfiguration_abap.xml

2.ume.login.guest_user.uniqueids = Guest user id in the backend system (same as Guest, createed in the backend system)

For ex: In the backend system if you created the guest user as "J2EE_GUEST" with the role assigned as "SAP_J2EE_GUEST" then you have to give this value "J2EE_GUEST" for the parameter "ume.login.guest_user.uniqueids".

After chaning these values in config tool , save and restart the engine.

Thanks

R.Murali