cancel
Showing results for 
Search instead for 
Did you mean: 

problem in ads configuration

Former Member
0 Kudos

Hi All,

I am trying ADS Configuration in ECC 5.0 with both abap and j2ee instances.

The problem i got is:-

  • In Visual Administrator of j2ee engine ADSCaller group is available, but

the ADSUser under this group is not available. And when I try to create

the ADSUser, the exception message is "you are not authorized to create

user in group".

I logged with j2ee_admin.

Please help me out.

thanks in advance,

naveen.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can create ADSuser in abap stack in tcode SU01 and assign the authorisation.

/people/achim.hauck/blog/2005/02/04/my-struggles-with-the-adobe-document-services-in-was640

Samrat

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

I hope your system is ABAP+JAVA system.If this is correct now follow the steps as below:

1) logon to ABAP system as admin user

2) in SU01 create user( user name should be ADSUser ) as system type user

3) goto PFCG and create role ADSCallers if not already existing( no authorizations needed to be maintained in authorization tab). this role appears as ADSCaller group in J2EE engine.

4) assign ADSUser to this role during the role creation itself

Now logon to Visual Admin with j2ee_admin and go to user management and check if this ADSUser appears in that ADSCaller group.

Please reward points if helpful

Regards,

Phani

Former Member
0 Kudos

also make sure about the RFC connection between ABAP and JAVA system withe connection type G and the target host is your Java instance.