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.
Best Answer
-
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).
Answers
-
Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 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": [] },
-
yash Partner, L2 Designer, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Registered Posts: 7 Partner
Thank you I have selected the user profile to Data scientist which was initially blank. Now I can upload datasets.