Expand my Community achievements bar.

Unable to view system user in publish instance's user admin console

Avatar

Level 9

Hi All,

We are migrating from AEM 6.0 to AEM 6.2.As part of this we are doing all the repository level operations by using system user.To make this system user is available on publish instances we have activated this user from author instance.Here i noticed one thing that am not able to view this user in publish instance's user admin console but i am able to view this user in CRX/DE.

What's reason this user is not showing in the user administration console.If anyone has any idea,please help me.

Thanks,

Kishore

5 Replies

Avatar

Level 10

Do you see the System user when you open this view: 

1. Open http://localhost:4502/crx/explorer/index.jsp.

2. Login as admin.

3. Click User Administration.

Avatar

Level 9

Thanks.

I am able to check the user existence here.

Why can not this user is not showing in http://localhost:4502/useradmin?

Is there any way to check on what are all folders this user has access?

Thanks,

Kishore

Avatar

Level 10

If you create a user here:

http://localhost:4503/crx/explorer/index.jsp

it has to show up here: 

http://localhost:4503/useradmin

Can you try again on pub and show us screen shots. 

Avatar

Level 9

I tried the same steps but still not able to view this user in user administration console(http://localhost:4503/useradmin).

I have attached screenshot of creating the system user.

Avatar

Community Advisor

A preferrable way to create System user is via repo-init scripts https://sourcedcode.com/blog/aem/create-system-service-users-in-aem-6-5-with-code-configurations

 

It can be runmode specific.

You would not need to manually create user and replicate


Aanchal Sikka