<?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 proc http: Trying to access Quickbase in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-http-Trying-to-access-Quickbase/m-p/801952#M81668</link>
    <description>&lt;P&gt;Wondering if anyone has tried using the Quickbase REST APIs from SAS?&amp;nbsp; A co-worker and I are noodling with PROC HTTP with no luck so far.&lt;/P&gt;
&lt;P&gt;I know I'm missing the authorization token, but the papers available have me confused as to which other parameters I need.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename response "C:\Users\f353363\OneDrive - Freddie Mac\Section 404\NoCode\QuickBase\sasfiles\test.xml" lrecl=32000;
proc http
url="https://api.quickbase.com/v1/records/query?from=brumhp939,select=[6,7,8,10,11],where={9.EX.'623008'}"
method='GET'
out=response;
run;&lt;BR /&gt;&lt;BR /&gt;ERROR: The TCP/IP tcpSockEstablishSSL() support routine failed with error 10054 (The connection was&lt;BR /&gt;reset by a peer.).&lt;BR /&gt;ERROR: The tcpSockRead call failed. The system error is 'The connection was reset by a peer.'.&lt;BR /&gt;ERROR: Call to tcpSockContinueSSL failed.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any ideas are welcome!&amp;nbsp; Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 04:01:50 GMT</pubDate>
    <dc:creator>PatMalarkey</dc:creator>
    <dc:date>2022-03-21T04:01:50Z</dc:date>
    <item>
      <title>proc http: Trying to access Quickbase</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-http-Trying-to-access-Quickbase/m-p/801952#M81668</link>
      <description>&lt;P&gt;Wondering if anyone has tried using the Quickbase REST APIs from SAS?&amp;nbsp; A co-worker and I are noodling with PROC HTTP with no luck so far.&lt;/P&gt;
&lt;P&gt;I know I'm missing the authorization token, but the papers available have me confused as to which other parameters I need.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename response "C:\Users\f353363\OneDrive - Freddie Mac\Section 404\NoCode\QuickBase\sasfiles\test.xml" lrecl=32000;
proc http
url="https://api.quickbase.com/v1/records/query?from=brumhp939,select=[6,7,8,10,11],where={9.EX.'623008'}"
method='GET'
out=response;
run;&lt;BR /&gt;&lt;BR /&gt;ERROR: The TCP/IP tcpSockEstablishSSL() support routine failed with error 10054 (The connection was&lt;BR /&gt;reset by a peer.).&lt;BR /&gt;ERROR: The tcpSockRead call failed. The system error is 'The connection was reset by a peer.'.&lt;BR /&gt;ERROR: Call to tcpSockContinueSSL failed.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any ideas are welcome!&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 04:01:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-http-Trying-to-access-Quickbase/m-p/801952#M81668</guid>
      <dc:creator>PatMalarkey</dc:creator>
      <dc:date>2022-03-21T04:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Quickbase from SAS 9.4 (Maint 3) - Has anyone done this?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-http-Trying-to-access-Quickbase/m-p/803028#M81669</link>
      <description>&lt;P&gt;Welcome Pat!&lt;BR /&gt;Retitled and moved to &lt;EM&gt;procedures&lt;/EM&gt; community. Hopefully you'll find an answer there.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 04:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-http-Trying-to-access-Quickbase/m-p/803028#M81669</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-03-21T04:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: proc http: Trying to access Quickbase</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-http-Trying-to-access-Quickbase/m-p/803959#M81684</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151653"&gt;@PatMalarkey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your proc http code looks OK except for the missing auth_beareer="your token";&lt;BR /&gt;Apparently connection was established and then the remote server closed the connection.&amp;nbsp;&lt;BR /&gt;Try running the request using some other method such as using Postman / ARC Client /Jmeter etc.&amp;nbsp;&lt;BR /&gt;That way you can have an idea if the error is in SAS or on the remote server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 02:15:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-http-Trying-to-access-Quickbase/m-p/803959#M81684</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-03-25T02:15:38Z</dc:date>
    </item>
  </channel>
</rss>

