while provisioning to serviceNow im getting these error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2020 07:23 AM
sailpoint.connector.InvalidConfigurationException: [ InvalidConfigurationException ] [ Possible suggestions ] Make sure resource mentioned in the URL is available on the ServiceNow instance. The URL resource is //api/now/v1/import/x_sapo_iiq_connect_sysuser [ Error details ] Invalid response received from ServiceNow instance. Status: 400 , Output: Invalid staging table, Detail: Specified table does not extend 'sys_import_set_row', Status: failure
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2020 05:33 PM
Hi, it sounds like the staging table that was created for your import is not extended from table 'Import Set Row' [sys_import_set_row].
You can confirm this by checking your table via Tables & Columns;
the 'Extends table' field should show ‘Import Set Row’.
If not, you should consider deleting your table and recreating it, ensuring you extend Import Set Row correctly.
https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/import-sets/reference/import-sets-landing-page.html