Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Pardhu123
Contributor
Contributor

Unable to fetch data from tservicenowinput though connection is done

I want to update specific table is Servicenow via Talend. For this first i want to fetch the data from servicenow. Now, i am failing to fetch the data using input component.

 

It is giving the error as:

Exception in component tServiceNowInput_1 (US4)
org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:429)
at org.json.JSONObject.<init>(JSONObject.java:193)
at org.json.JSONObject.<init>(JSONObject.java:320)
at dummy.us4_0_1.US4.tServiceNowInput_1Process(US4.java:1327)
at dummy.us4_0_1.US4.runJobInTOS(US4.java:2172)
at dummy.us4_0_1.US4.main(US4.java:1959)

Labels (2)
2 Replies
Anonymous
Not applicable

I am receiving the same error as the original poster--would like assistance with this!

Anonymous
Not applicable

I believe my ServiceNow instance was asleep and that was the cause of a successful connection followed by unsuccessful fetching of table rows. After waking up my instance my code is working!