Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vish123
Creator III
Creator III

Receiving below error while extracting data from ServiceNow API

Hi Team,

We have established a REST API connection with Service Now API. However while extracting data we are getting below error.

Anyone has any idea about this error. Please let me know what could be the reason for this error. We have tried by giving different pagination counts but still giving error. Sometimes its loading.

vish123_0-1632908544229.png

 

2 Replies
shaun_lombard
Creator II
Creator II

Vish,

Are you able to post an example of the Rest data connection parameters and options you use to connect Qlik Sense to ServiceNow. I am using basic authentication and the connection test works but it seems to not be able to identify the response type.

Any assistance appreciated.

Shaun

vish123
Creator III
Creator III
Author

Hi Shaun,

The above issue is resolved. There was connectivity issue form ServiceNow.

Firstly, sorry for the late reply.

do you know which type of response that you are receiving from your serviceNow server. You need to check this with your service now Admin. Once you know the content-type just check if you are receiving response from server using POSTMAN tool. Also you need to mention content-type as json as shown below.

vish123_0-1644345130042.png

 

In QLik Sene REST connector settings you can mention the same as below under Query Headers Settings.

vish123_1-1644345257859.png

 

By the way i am also using Basic Authentication. I hope this helps.