Unable to create new SCD agent, as the system user is unable to perform the action. | Community
Skip to main content
ramgopal_munaga
April 18, 2017
Solved

Unable to create new SCD agent, as the system user is unable to perform the action.

  • April 18, 2017
  • 7 replies
  • 1386 views

I'm trying to create a new SCD agent and I'm getting the below error, I understand that the user 'scd-system-user' doesn't have the privileges 
to perform this operation, can anyone help me with the bundle ID, to let the user get the required privileges.

REQUEST-FAIL DSTRQ2: ADD paths=[/content/dam/XXX/XXX, /content/dam/XXX/XXX/jcr:content], user=scd-system-user, message=Not enough privileges

ServiceUserMapperImpl
<bundleId>:<subServiceName> = <systemUserName>
sync-distributionService=scd-system-user

example mapping: user.mapping = [com.adobe.granite.distribution.core:distributionService=scd-system-user]

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 kautuk_sahni

Please have a look at the following article/forum post covering how to create System users:

Link 1:- http://www.aemcq5tutorials.com/tutorials/create-system-user-in-aem/

// It covers

    What is a System User in AEM.

    Why System Users are introduced in AEM 6.1.

    How to create a System User in AEM 6.1.

    How to define Service User mapper in Felix Console.

Link 2:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__febc-on_aem_6_1_iamtry.html

// To create a system user, perform these tasks:

Open http://localhost:4502/crx/explorer/index.jsp
Login as admin
Click User Administration
Click Create System User
Set the UserId
Click Save

I hope this would help you.

~kautuk

7 replies

kautuk_sahni
Community Manager
Community Manager
April 19, 2017

I have asked internal experts to have a look at this one.

~kautuk

Kautuk Sahni
MC_Stuff
Level 10
April 19, 2017

Hi Ramgopal,

  Which version of aem?  Are you using any special fp ?

Thanks,

ramgopal_munaga
April 19, 2017
        It is AEM 6.1, SP2 was last installed hotfix on the platform.
MC_Stuff
Level 10
April 20, 2017

Hi Ramgopal,

   Thanks. How are you creating the user & logged in as which user?

Thanks,

ramgopal_munaga
April 23, 2017

I logged in as admin user and created user using useradmin console.

MC_Stuff
Level 10
April 25, 2017

Hi Ramagopal,

  You can't create system user using useradmin. Please use  crx explorer.

http://stackoverflow.com/questions/31388591/how-to-create-a-system-user-repsystemuser-in-aem-6-1

Thanks,

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
April 25, 2017

Please have a look at the following article/forum post covering how to create System users:

Link 1:- http://www.aemcq5tutorials.com/tutorials/create-system-user-in-aem/

// It covers

    What is a System User in AEM.

    Why System Users are introduced in AEM 6.1.

    How to create a System User in AEM 6.1.

    How to define Service User mapper in Felix Console.

Link 2:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__febc-on_aem_6_1_iamtry.html

// To create a system user, perform these tasks:

Open http://localhost:4502/crx/explorer/index.jsp
Login as admin
Click User Administration
Click Create System User
Set the UserId
Click Save

I hope this would help you.

~kautuk

Kautuk Sahni