- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 12:55 AM
the user connects to link https://xxxx.service-now.com/sys_import.do
get an error message: "User Not Authorized"
the user is not an admin.
How can I fix it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 03:17 AM
I am glad to hear your goal has been achieved.
Saying this, I will appreciate if you close this thread, as answered.
Have a great rest of the day
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 01:56 AM
Hi Hung,
Are you allowing the user to run the import then that user should have import_admin role.
Even if admin role is not there, that user should have import_admin role.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 02:50 AM
Hi Ankur,
Thanks for your reply.
my case, I have a new role and I did add it into acl "ui_page" or create, read, write of all import set module
But the user has this role when he clicks on "submit" on the form.
The error shows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 02:56 AM
Hi Hung,
You have given the user roles to see the left navigation or URL etc or module. But for the import process to run user needs to have import_admin role.
Can you give import_admin role to that user and check it once.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 06:26 PM
Thank Ankur,
But the user will see all module on "System Import set"
we built a menu item is "Bulk Upload"
do you have other suggestions?