Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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