Servicenow api failure when getting data from timework table

Supriya39
Giga Guru

Hi All,

 

We are fetching TimeWork data from ServiceNow using api into datawarehouse. The recent Error when we are pulling data I am facing is as below.

An error occurred with the following error message: "An error occurred processing calling url

Error was Invalid character after parsing property name. Expected ':' but got: }. Path 'result', line 1, position 1004624.".

I have spent a lot of time on this but could not locate the error. Plz help.

 

 

4 REPLIES 4

Sanjay191
Tera Sage

Hello @Supriya39 
Are you sending any request body in this and also give me more explanation about this.

When I do Get request based on api - "https://XXXXX.servicenow.au.com/api/table/task_time_worked?....."

 

It was fetching data correctly until we started receiving this error - Error was Invalid character after parsing property name. Expected ':' but got: }. Path 'result', line 1, position 1004624.".

 

There must be some unexpected character entered but it is hard to find

Hello @Supriya39 
are you using the table api or any other custom script and all ?

 

We are using table api through a task factory tool in SSIS for fetching records from servicenow tables.