user and group creation using ac-tool in aem 6.5 | Community
Skip to main content
Level 2
May 12, 2022
Solved

user and group creation using ac-tool in aem 6.5

  • May 12, 2022
  • 2 replies
  • 1485 views

Hi All,

I am trying to create user and groups on my local publish instance using ac-tool but its not creating  on aem 6.5, I have created below run mode folder for users/group-

testuser.publish.local and have added user/group in yaml file, but users are not getting created. Issue is when I change folder name as testuser.publish, I can see user is getting  created on local publish instance.

any idea why testuser.publish.local run mode is not working?

we have same issue with all our environments, only global publish is working and not the dedicated runmode for the specific environment.

I read ac-tool document but according to this I am not seeing any issue in the runmode-

If anyone had faced the same issue, please help.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

Can you check if you have all three run modes testuser, publish and local

http://localhost:4502/libs/granite/operations/content/systemoverview.html

2 replies

SantoshSai
Community Advisor
Community Advisor
May 12, 2022

Dear @anoop345 

Is that local depicts your custom run mode? It is working with testuser.publish becauseas we know

Every run mode tries to find out the best possible match available for configuration.

If multiple configurations for the same PID are applicable, the configuration with the highest number of matching run modes is applied.

coming back to your question, try setting custom runmode and check

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/configure-runmodes.html?lang=en#:~:text=A%20custom%20run%20mode%20can,run%20mode%20set%20to%20dev.



Regards,
Santosh

Santosh Sai
arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 12, 2022

Hi,

Can you check if you have all three run modes testuser, publish and local

http://localhost:4502/libs/granite/operations/content/systemoverview.html

Arun Patidar
Anoop345Author
Level 2
May 12, 2022

Thanks @arunpatidar @santoshsai ,

 

Yes, local was not there when I checked system overview, created a custom run mode and ac-tool was working fine with specific run mode.:)