How can i edit "sys_import.do" page?

hung_nguyen
Giga Expert

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?

1 ACCEPTED SOLUTION

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

10 REPLIES 10

Inactive_US1603
Kilo Contributor

I have given the below roles to the user - import_set_loader and import_set_admin. However when i do a post from Post to below URL i get an error "Sorry, an error occurred or this page isn't available"

1. https://<instancename>.service-now.com/sys_import.do?sysparm_import_set_tablename=u_service_now_user_report&sysparm_transform_after_load=true&uploadfile=D:\service_now_user_report.csv

2. https://<instancename>.service-now.com/sys_import.do?sysparm_import_set_tablename=u_service_now_user_report&sysparm_transform_after_load=true

 

Is there a step I am missed to enable the use of this method to import the data?