Network Management
ServiceNow integration not working for non-admin role
ServiceNow integration only works for the admin role and not the for the non-admin users even when Web service access only and x_sow_intapp.integration_user roles are added to it. The data is returned in Pending mode.
First published date
Last published date
Overview
Web service access only and x_sow_intapp.integration_user roles are added to it. The data is returned in Pending mode.Product section
Cause
Resolution
- Verify that the
Web service access onlyrole is applied to the user. - Verify that the
x_sow_intapp.integration_userrole is applied to the user. - Verify that the
integration_userrole contains theimport_transformerrole. - Verify that the user has access to the following tables in ServiceNow:
x_sow_intapp_incident_event
x_sow_intapp_incident_integration
incident
sys_transform_map
sys_import_set
sys_choice (read only)
sys_dictionary (read only)
sys_db_object (read only)
- Test if the integration is working for non-admin users.
- Verify that the Language is set on the account as this is being fetched after the integration to pull the SNow columns that are needed.