<?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: Retrieving login information based on AuthenticationDomain from the SAS Metadata Server failed in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/494407#M14229</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have resolved the issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;by creating directly passing authentical user id and password instead of Authdomain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options comamid=TCP;&lt;BR /&gt;%let local = ap-121212.212323.XXXX&amp;nbsp; 7551;&lt;BR /&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;signon local user="&amp;amp;UserID" password="&amp;amp;PWD_password" noscript;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Sep 2018 06:38:03 GMT</pubDate>
    <dc:creator>manial</dc:creator>
    <dc:date>2018-09-11T06:38:03Z</dc:date>
    <item>
      <title>Retrieving login information based on AuthenticationDomain from the SAS Metadata Server failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/493243#M14186</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have stored process where we are loading data from our compute server to the server where SAS VA is installed.&lt;/P&gt;&lt;P&gt;But only the admin user is able to load the data to using the STP, other users are getting error like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*---- Implicit Transfer of Data ----*/&lt;BR /&gt;options comamid=TCP;&lt;BR /&gt;%let local = ap-xxxx.xxxx.xxxx 7551;&lt;/P&gt;&lt;P&gt;122 data _null_;&lt;BR /&gt;123 signon local AuthDomain="DefaultAuth" noscript;&lt;/P&gt;&lt;P&gt;ERROR: Retrieving login information based on AuthenticationDomain from the SAS Metadata Server failed.&lt;BR /&gt;ERROR: Remote signon canceled.&lt;BR /&gt;124 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help us to resolve the issue. So other users also able to load the data using STP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Manas&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 02:15:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/493243#M14186</guid>
      <dc:creator>manial</dc:creator>
      <dc:date>2018-09-07T02:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving login information based on AuthenticationDomain from the SAS Metadata Server failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/493264#M14187</link>
      <description>&lt;P&gt;If I'm understanding your setup correctly, stored processes run under a service account often called SASSRV but can be site-customised. If that account is not also an OS on your SAS VA server and defined in VA metadata as a user account associated with DefaultAuth then the SIGNON to VA will fail.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 03:45:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/493264#M14187</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-09-07T03:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving login information based on AuthenticationDomain from the SAS Metadata Server failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/493266#M14188</link>
      <description>&lt;P&gt;The user is having access to SAS VA and also are part of host server groups for SAS services.&lt;/P&gt;&lt;P&gt;Only one user is that is admin user able perform the task is having admin and unrestricted access and its a host account.&lt;/P&gt;&lt;P&gt;Other users are AD domain users and have sufficient access to SAS services and SAS VA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;27 signon local AuthDomain="DefaultAuth" noscript;&lt;/P&gt;&lt;P&gt;ERROR: Retrieving login information based on AuthenticationDomain from the SAS Metadata Server failed.&lt;BR /&gt;ERROR: Remote signon canceled.&lt;BR /&gt;28 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 03:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/493266#M14188</guid>
      <dc:creator>manial</dc:creator>
      <dc:date>2018-09-07T03:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving login information based on AuthenticationDomain from the SAS Metadata Server failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/494407#M14229</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have resolved the issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;by creating directly passing authentical user id and password instead of Authdomain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options comamid=TCP;&lt;BR /&gt;%let local = ap-121212.212323.XXXX&amp;nbsp; 7551;&lt;BR /&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;signon local user="&amp;amp;UserID" password="&amp;amp;PWD_password" noscript;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:38:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/494407#M14229</guid>
      <dc:creator>manial</dc:creator>
      <dc:date>2018-09-11T06:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving login information based on AuthenticationDomain from the SAS Metadata Server failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/494633#M14238</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/67877"&gt;@manial&lt;/a&gt;&amp;nbsp;- the SIGNON statement doesn't have to be inside a DATA _NULL_ step. You can just use it by itself in open code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also if your SAS / VA servers run on Windows you can use SSPI to avoid providing a userid and password as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=connref&amp;amp;docsetTarget=n08jdy6qt2ox28n1x7v62udvd6in.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=connref&amp;amp;docsetTarget=n08jdy6qt2ox28n1x7v62udvd6in.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 20:55:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Retrieving-login-information-based-on-AuthenticationDomain-from/m-p/494633#M14238</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-09-11T20:55:03Z</dc:date>
    </item>
  </channel>
</rss>

