<?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 API data extraction issue in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884138#M43288</link>
    <description>&lt;DIV&gt;I have tested API in postman then i got data.But same API i have tested in SAS EG with below code i am getting "&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Error&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;Invalid Username/Password !&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;" this error. Please help me to resolve this issue&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;filename indarea "D:\D DRIVE\D drive Data\indarea.json";&lt;/DIV&gt;&lt;DIV&gt;filename indarea1 "D:\D DRIVE\D drive Data\indarea1.json";&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc http url="******"&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AUTH_BASIC&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;in='{"primaryKeys":["21102" "03-Jul-2023" "03-Jul-2023"]}&lt;/DIV&gt;&lt;DIV&gt;method="POST"&lt;/DIV&gt;&lt;DIV&gt;ct='application/json'&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WEBUSERNAME= "****"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WEBPASSWORD="***"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;out=indarea;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;</description>
    <pubDate>Mon, 10 Jul 2023 04:16:05 GMT</pubDate>
    <dc:creator>vijayagoggi</dc:creator>
    <dc:date>2023-07-10T04:16:05Z</dc:date>
    <item>
      <title>API data extraction issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884138#M43288</link>
      <description>&lt;DIV&gt;I have tested API in postman then i got data.But same API i have tested in SAS EG with below code i am getting "&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Error&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;Invalid Username/Password !&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;" this error. Please help me to resolve this issue&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;filename indarea "D:\D DRIVE\D drive Data\indarea.json";&lt;/DIV&gt;&lt;DIV&gt;filename indarea1 "D:\D DRIVE\D drive Data\indarea1.json";&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc http url="******"&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AUTH_BASIC&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;in='{"primaryKeys":["21102" "03-Jul-2023" "03-Jul-2023"]}&lt;/DIV&gt;&lt;DIV&gt;method="POST"&lt;/DIV&gt;&lt;DIV&gt;ct='application/json'&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WEBUSERNAME= "****"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WEBPASSWORD="***"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;out=indarea;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Jul 2023 04:16:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884138#M43288</guid>
      <dc:creator>vijayagoggi</dc:creator>
      <dc:date>2023-07-10T04:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: API data extraction issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884141#M43289</link>
      <description>&lt;P&gt;Your IN= option misses a closing single quote.&lt;/P&gt;
&lt;P&gt;Whenever you get an ERROR or WARNING, or have other issues with your code, post the&amp;nbsp;&lt;EM&gt;complete&lt;/EM&gt; (all code and messages) log of the failing step by copy/pasting it into a window opened with this button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 06:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884141#M43289</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-10T06:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: API data extraction issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884186#M43290</link>
      <description>&lt;P&gt;Actually i have given single quotation also but getting&amp;nbsp; this error "&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Error&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;Invalid Username/Password !&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 13:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884186#M43290</guid>
      <dc:creator>vijayagoggi</dc:creator>
      <dc:date>2023-07-10T13:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: API data extraction issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884190#M43291</link>
      <description>&lt;DIV&gt;filename indarea "D:\D DRIVE\D drive Data\indarea.json";&lt;/DIV&gt;&lt;DIV&gt;proc http url="******"&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AUTH_BASIC&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;in='{"primaryKeys":["21102" "03-Jul-2023" "03-Jul-2023"]}'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;method="POST"&lt;/DIV&gt;&lt;DIV&gt;ct='application/json'&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WEBUSERNAME= "***"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WEBPASSWORD="***"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;out=indarea;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Jul 2023 13:40:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884190#M43291</guid>
      <dc:creator>vijayagoggi</dc:creator>
      <dc:date>2023-07-10T13:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: API data extraction issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884191#M43292</link>
      <description>&lt;P&gt;If your webusername or password contains an '&amp;amp;' it may be resolving as a macro variable. Try putting them values in single quotes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 13:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/API-data-extraction-issue/m-p/884191#M43292</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2023-07-10T13:43:14Z</dc:date>
    </item>
  </channel>
</rss>

