<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Receiving below error while extracting data from ServiceNow API in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Receiving-below-error-while-extracting-data-from-ServiceNow-API/m-p/1887909#M73164</link>
    <description>&lt;P&gt;Vish,&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Any assistance appreciated.&lt;/P&gt;
&lt;P&gt;Shaun&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 05:26:28 GMT</pubDate>
    <dc:creator>shaun_lombard</dc:creator>
    <dc:date>2022-02-02T05:26:28Z</dc:date>
    <item>
      <title>Receiving below error while extracting data from ServiceNow API</title>
      <link>https://community.qlik.com/t5/App-Development/Receiving-below-error-while-extracting-data-from-ServiceNow-API/m-p/1840032#M69545</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We have established a REST API connection with Service Now API. However while extracting data we are getting below error.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vish123_0-1632908544229.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62954i9DAF14F37008F430/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vish123_0-1632908544229.png" alt="vish123_0-1632908544229.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 09:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Receiving-below-error-while-extracting-data-from-ServiceNow-API/m-p/1840032#M69545</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2021-09-29T09:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving below error while extracting data from ServiceNow API</title>
      <link>https://community.qlik.com/t5/App-Development/Receiving-below-error-while-extracting-data-from-ServiceNow-API/m-p/1887909#M73164</link>
      <description>&lt;P&gt;Vish,&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Any assistance appreciated.&lt;/P&gt;
&lt;P&gt;Shaun&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 05:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Receiving-below-error-while-extracting-data-from-ServiceNow-API/m-p/1887909#M73164</guid>
      <dc:creator>shaun_lombard</dc:creator>
      <dc:date>2022-02-02T05:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving below error while extracting data from ServiceNow API</title>
      <link>https://community.qlik.com/t5/App-Development/Receiving-below-error-while-extracting-data-from-ServiceNow-API/m-p/1890578#M73367</link>
      <description>&lt;P&gt;Hi Shaun,&lt;/P&gt;
&lt;P&gt;The above issue is resolved. There was connectivity issue form ServiceNow.&lt;/P&gt;
&lt;P&gt;Firstly, sorry for the late reply.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vish123_0-1644345130042.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71871i2F0F0E115347CF98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vish123_0-1644345130042.png" alt="vish123_0-1644345130042.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In QLik Sene REST connector settings you can mention the same as below under Query Headers Settings.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vish123_1-1644345257859.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71872i71CCC51D30557290/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vish123_1-1644345257859.png" alt="vish123_1-1644345257859.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way i am also using Basic Authentication. I hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 18:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Receiving-below-error-while-extracting-data-from-ServiceNow-API/m-p/1890578#M73367</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2022-02-08T18:36:19Z</dc:date>
    </item>
  </channel>
</rss>

