
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2015 04:59 PM
I am trying to troubleshoot a WebServices import table.
We are using REST to send the data to the table.
The table is configured as a WebServices import table so it automatically transforms the data as it is being loaded.
Various URLs have been tested with the same results.
https://{INSTANCENAME}.service-now.com/{TABLENAME}.do?JSONv2&sysparm_action=insert
https://{INSTANCENAME}.service-now.com/api/now/import/{TABLENAME}
The data is being pushed to the REST web services from INFORMATICA.
The problem is that many of the records to not successfully get loaded.
Multiple loads of just over 100 records would yield 35 or 36 records loaded.
How would you troubleshoot this from the ServiceNow side?
I have tried looking at the transaction logs but I don't see any of their REST transactions.
I have also attempted to enable the glide.rest.debug system property by setting it to true, though I haven't figured out how to view the logs as I don't see anything being logged in the system logs.
Thoughts?
https://youtube.com/watch?v=zYi8KhP9SUk
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2016 01:30 PM
So, apparently starting with FUJI that answer resides in this: developer.servicenow.com/app.do#!/document/content/app_store_doc_rest_integrate_fuji_r_DebuggingRESTQueries?v=fuji
https://youtube.com/watch?v=zYi8KhP9SUk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2016 08:54 PM
Yes, it does. So you would ONLY want to use it for troubleshooting.
You wouldn't leave it on all the time.
https://youtube.com/watch?v=zYi8KhP9SUk