Skip to main content
1-Visitor
January 18, 2016
Solved

Creating User (Permission)

  • January 18, 2016
  • 2 replies
  • 4789 views

Hi everyone, I have a problem that confused me a lot.

Recently, I login to SL(user) that I created.

After that, SL(user) used a mashup that can create a new user.

The problem is that I can't create a new user.

But if I give the SL(user )permission with the Administrator, it worked.

How can I solve this?

BTW, I have already permitted SL(user) with all the datatable, userextension, Entity Service.

Thx a lot!

    Best answer by PaiChung

    Take a look first at the Application Log when these types of errors happen. there probably is a message in the application Log that tells you what permissions are lacking.

    My guesses:

    1. Ability to run the service

    2. System User on the CreateUser service

    3. Create permission on Users Collection

    2 replies

    PaiChung22-Sapphire IAnswer
    22-Sapphire I
    January 18, 2016

    Take a look first at the Application Log when these types of errors happen. there probably is a message in the application Log that tells you what permissions are lacking.

    My guesses:

    1. Ability to run the service

    2. System User on the CreateUser service

    3. Create permission on Users Collection

    lwei1-VisitorAuthor
    1-Visitor
    January 19, 2016

    Hi Pai,

    Thx for your information,

    I've tried your first 2 tips, but I am curious about the 3rd one.

    And, I have a question.

    We tried this on the last edition 6.0 it worked,

    but in 6.6 it didn't work.

    Is there some new upgrades about the permissions that we don't know?

    22-Sapphire I
    January 19, 2016

    Both mine and Aanjan's point to the following:

    Hover over Users in the Explorer tab of the Composer and go click on the lock, that is permissions over ALL Users.

    In Design Time there is now available CREATE allow your User Group to do CREATE.

    5-Regular Member
    January 18, 2016

    Lee, since you gave permissions to EntityServices, you would probably need to check the collection permissions on Users itself.

    lwei1-VisitorAuthor
    1-Visitor
    January 19, 2016

    Hi Aanjan,

    What do you mean by checking the collection permission on user itself??

    thx!