Unable to import datasets due to profile error

Solved!
yash
Level 2
Unable to import datasets due to profile error

I have created VM in azure and started working on DSS with a license I have. As I started to import my datasets I got below error that "User profile does not allow you to perform this action". Upon looking at this error in suggested DSS doc, it was mentioned to change user profile to Data Scientist but my profile is already the same. 

Can someone help me on this.

 
 
 

Capture.PNGCapture1.PNG

 

0 Kudos
1 Solution
Clรฉment_Stenac

Hi,

Could you please go to Admin > Security, click your user, edit it, make sure that something is selected in the User Profile dropdown, make sure to save it.

Then refresh the page (Ctrl+Shift+R).

View solution in original post

3 Replies
Clรฉment_Stenac

Hi,

Could you please go to Admin > Security, click your user, edit it, make sure that something is selected in the User Profile dropdown, make sure to save it.

Then refresh the page (Ctrl+Shift+R).

sergeyd
Dataiker

HI @yash,

Yes, this message is normally shown when the user has either reader or explorer profile. Can you check DATA_DIR/config/users.json and check the profile for the user that has this issue? Does it have DATA_SCIENTIST profile?

You should see the array of users with the next structure:

    {
      "login": "Test",
      "displayName": "Test",
      "groups": [],
      "sourceType": "LOCAL",
      "userProfile": "DATA_SCIENTIST",
      "credentials": {},
      "adminProperties": {},
      "userProperties": {},
      "npsSurveySettings": {
        "state": "INITIAL",
        "nextAction": 1595706658303
      },
      "secrets": []
    },

  

0 Kudos
yash
Level 2
Author

Thank you I have selected the user profile to Data scientist which was initially blank. Now I can upload datasets.