Closed nandhaece07 closed 2 years ago
SNDML cannot replicate ServiceNow database views. There are a couple of reasons for this. (1) There is no schema information in ServiceNow for database views. (2) There is no way to determine when a row was last updated.
The recommendation is that you replicate the underlying tables, and recreate the view in the target SQL database.
Thanks @gflewis for the quick update and suggestion!
I was trying to replicate the database views table data into MSSQL database but am getting the following error.
==== 05:06:35 ERROR AppJobRunner [DPRUN0001055] DPRUN0001055 ERROR: sndml.daemon.AppJobRunner.call: sndml.servicenow.NoContentException sndml.servicenow.NoContentException: GET https://dev109575.service-now.com/api/x_108443_sndml/gettableschema/incident_time_worked HTTP/1.1 404 Not Found RESPONSE:
05:06:35 ERROR AppStatusLogger [DPRUN0001055] DPRUN0001055 PROCESS: logError NoContentException
I have tried the following but still error remains same.