<?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: Proc HTTP Error in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792181#M23707</link>
    <description>&lt;P&gt;The error message indicates it's a user/password issue, but you appear to have tested that based on "&lt;SPAN&gt;&amp;nbsp;I can access the login ID and password page with below URL."&lt;BR /&gt;&lt;BR /&gt;I recommend you open a &lt;A href="https://support.sas.com/en/technical-support/submit-a-support-request.html" target="_blank"&gt;TS track&lt;/A&gt; for this question.&lt;BR /&gt;&lt;BR /&gt;Please include the following:&lt;BR /&gt;- SAS Version you are running (the following code will report SAS version information)&lt;BR /&gt;%put &amp;amp;sysvlong ;&lt;BR /&gt;%put &amp;amp;sysscpl ;&lt;BR /&gt;%put &amp;amp;syssite ;&lt;BR /&gt;- &lt;A href="http://support.sas.com/kb/35968" target="_blank"&gt;Registry Report&lt;/A&gt; (*.txt files) for each server, please clearly name the report files to reflect the server it was executed on.&lt;BR /&gt;- The code&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- The full log&lt;BR /&gt;- Has this been working in the past, if so when was it last working, and what has changed?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 14:12:07 GMT</pubDate>
    <dc:creator>AMSAS</dc:creator>
    <dc:date>2022-01-25T14:12:07Z</dc:date>
    <item>
      <title>Proc HTTP Error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792173#M23704</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting below error with proc http . Please advise?&lt;/P&gt;&lt;P&gt;Please see below the log. I can access the login ID and password page with below URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 filename _tmpfref&lt;BR /&gt;26 ! "/usr/opt/SAS/SASData/SASData/IEM/Global_SearchIndex_UpdateData/Source/search_config_files/rr_search_config.xml";&lt;BR /&gt;27 proc http&lt;BR /&gt;27 ! url="&lt;A href="https://ecrr1.xx.xx.com:8343/SASWIPClientAccess/rest/content/545100/SearchConfig/attachments/279/contents" target="_blank"&gt;https://ecrr1.xx.xx.com:8343/SASWIPClientAccess/rest/content/545100/SearchConfig/attachments/279/contents&lt;/A&gt;"&lt;BR /&gt;27 ! method="get"&lt;BR /&gt;28 out=_tmpfref ct="application/x-www-form-urlencoded" HTTP_TOKENAUTH ;&lt;BR /&gt;29&lt;BR /&gt;30&lt;BR /&gt;31 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;32 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;33 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;34 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;35 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;36 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;37 %LET _SASPROGRAMFILE=;&lt;BR /&gt;38 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;39&lt;BR /&gt;40 ;*';*";*/;quit;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Unauthorized: Check username/password.&lt;/STRONG&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE HTTP used (Total process time):&lt;BR /&gt;real time 0.59 seconds&lt;BR /&gt;cpu time 0.02 seconds&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 13:24:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792173#M23704</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2022-01-25T13:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP Error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792180#M23706</link>
      <description>When you access the URL via browser and enter your credentials, does it then produce the desired results?&lt;BR /&gt;&lt;BR /&gt;The ERROR message suggests the credentials being used to connect to Metadata to get the token (HTTP_TOKENAUTH) may not have permission to access that URL. Does adding an options statement above the PROC HTTP to use the SAS Administrator account result in different behavior? For example:&lt;BR /&gt;&lt;BR /&gt;options metaserver="meta.demo.sas.com" metaport=8561 metauser="sasadm@saspw" metapass="password";</description>
      <pubDate>Tue, 25 Jan 2022 14:10:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792180#M23706</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-01-25T14:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP Error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792181#M23707</link>
      <description>&lt;P&gt;The error message indicates it's a user/password issue, but you appear to have tested that based on "&lt;SPAN&gt;&amp;nbsp;I can access the login ID and password page with below URL."&lt;BR /&gt;&lt;BR /&gt;I recommend you open a &lt;A href="https://support.sas.com/en/technical-support/submit-a-support-request.html" target="_blank"&gt;TS track&lt;/A&gt; for this question.&lt;BR /&gt;&lt;BR /&gt;Please include the following:&lt;BR /&gt;- SAS Version you are running (the following code will report SAS version information)&lt;BR /&gt;%put &amp;amp;sysvlong ;&lt;BR /&gt;%put &amp;amp;sysscpl ;&lt;BR /&gt;%put &amp;amp;syssite ;&lt;BR /&gt;- &lt;A href="http://support.sas.com/kb/35968" target="_blank"&gt;Registry Report&lt;/A&gt; (*.txt files) for each server, please clearly name the report files to reflect the server it was executed on.&lt;BR /&gt;- The code&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- The full log&lt;BR /&gt;- Has this been working in the past, if so when was it last working, and what has changed?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 14:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792181#M23707</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2022-01-25T14:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP Error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792198#M23708</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have recently changed the &lt;A href="mailto:sasadm@sapw" target="_blank"&gt;sasadm@sapw&lt;/A&gt;&amp;nbsp;password in Mid, COmpute and metadata sever with SDM. Also manually changed the encoded password for all the config files .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like this is password related issue. We are using SAS 9.4 M1. Please advise?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 15:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792198#M23708</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2022-01-25T15:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP Error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792201#M23709</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still getting the same error with below &lt;A href="mailto:sasadm@saspw" target="_blank"&gt;sasadm@saspw&lt;/A&gt;&amp;nbsp;credentials.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;options metaserver="meta.demo.sas.com" metaport=8561 metauser="sasadm@saspw" metapass="password";&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 15:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792201#M23709</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2022-01-25T15:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP Error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792260#M23710</link>
      <description>Did you update them with the appropriate metadata server and metadata password for your environment?&lt;BR /&gt;&lt;BR /&gt;Does your code not have a "run;" after the proc http line?</description>
      <pubDate>Tue, 25 Jan 2022 19:14:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/792260#M23710</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-01-25T19:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP Error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/800270#M23887</link>
      <description>&lt;P&gt;I have already open the track with SAS but no luck so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I mentioned we have recently changed the sas internal account password (min 25 character long). And password also included special character&amp;nbsp;&lt;SPAN&gt;-*$@.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please advise?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 18:54:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/800270#M23887</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2022-03-04T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP Error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/800274#M23888</link>
      <description>&lt;P&gt;With 25 characters, you do not need any special characters. Upper/lowercase letters, digits and underlines allow 63**25 permutations. A randomly generated password with these characters can't be brute-forced.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 20:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/800274#M23888</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-03-04T20:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc HTTP Error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/800360#M23893</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124001"&gt;@japsas100&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;1.If you are able to login as &lt;A href="mailto:sasadm@saspw" target="_blank"&gt;sasadm@saspw&lt;/A&gt;&amp;nbsp;into the server using SMC then you are good with the password and you must focus on proc http.&lt;/P&gt;
&lt;P&gt;2.From your post it is clear it is an authentication failure.&amp;nbsp; Did it work before the passwords were updated?&lt;/P&gt;
&lt;P&gt;You can try other methods of authentication too.&lt;/P&gt;
&lt;P&gt;Similarly try experimenting using other tools such as curl / postman /ARC client ot Jmeter.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. One more suggestion You are using and xml file in creating fileref. In that event then try specifying content-type (ct) as&amp;nbsp; 'text/xml'. using verbose option will also help.&lt;/P&gt;
&lt;P&gt;4.Please do verify file and folder permissions.&lt;/P&gt;
&lt;P&gt;5.If nothing else works, I suggest changing the passwords.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 17:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Proc-HTTP-Error/m-p/800360#M23893</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-03-05T17:23:44Z</dc:date>
    </item>
  </channel>
</rss>

