We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

while provisioning to serviceNow im getting these error.

Pavankalyan Dos
Kilo Explorer

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

 

1 REPLY 1

Tony Chatfield1
Kilo Patron

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