<?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: Installation problem in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Installation-problem/m-p/715#M27</link>
    <description>Perhaps this explanation might help....&lt;BR /&gt;
&lt;BR /&gt;
    When you get an error message about invalid userid credentials similer to:&lt;BR /&gt;
&lt;BR /&gt;
       Could not log on to the server&lt;BR /&gt;
&lt;BR /&gt;
    Then there are usually (3) areas to examine for consistency in the &lt;USERID&gt; credentials:&lt;BR /&gt;
&lt;BR /&gt;
1. Userid Definition:&lt;BR /&gt;
    When you defined the Userid [e.g. "sastrust"] whose credentials are used &lt;BR /&gt;
    for running SAS tasks, if the Server machine was Windows,&lt;BR /&gt;
    you were supposed to have checked these boxes:&lt;BR /&gt;
&lt;BR /&gt;
    **Deselect**  =&amp;gt; "User must change password at next logon"&lt;BR /&gt;
                Select  =&amp;gt; "User cannot change password"&lt;BR /&gt;
                Select  =&amp;gt; "Password never expires"&lt;BR /&gt;
 &lt;BR /&gt;
    Please review the following settings:&lt;BR /&gt;
 &lt;BR /&gt;
     =&amp;gt; Settings =&amp;gt; Control Panel =&amp;gt; Administrative Tools =&amp;gt; Computer Management =&amp;gt;&lt;BR /&gt;
       =&amp;gt; "Expand +" Local Users &amp;amp; Groups (in Left Panel)&lt;BR /&gt;
          =&amp;gt; Select =&amp;gt; "Users" (in Left Panel)&lt;BR /&gt;
          &lt;BR /&gt;
           Then in Right Panel =&amp;gt;&lt;BR /&gt;
              =&amp;gt; R/Click on Userid [e.g. "sastrust"] =&amp;gt; Properties =&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
    Examine:&lt;BR /&gt;
    **Deselect**  =&amp;gt; "User must change password at next logon"&lt;BR /&gt;
                Select  =&amp;gt; "User cannot change password"&lt;BR /&gt;
                Select  =&amp;gt; "Password never expires"&lt;BR /&gt;
&lt;BR /&gt;
    If any of these "password" properties were not set properly, then&lt;BR /&gt;
    the password for *this* Userid is out of synch with how it is defined elsewhere  &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
2. Validate Windows Password:&lt;BR /&gt;
&lt;BR /&gt;
    verify that the user ID and password that you defined in the&lt;BR /&gt;
    operating system matches what you specified in your Metadata login&lt;BR /&gt;
    information. You can check this by verifying that you can log in to your&lt;BR /&gt;
     local machine by using the user ID and password that you stored in the&lt;BR /&gt;
     metadata login.&lt;BR /&gt;
&lt;BR /&gt;
    Here is how you check what Windows is using for the password &lt;BR /&gt;
    for *this* Userid [e.g. "sastrust"] &lt;BR /&gt;
&lt;BR /&gt;
    Start up a Command Window &lt;BR /&gt;
    =&amp;gt; Programs =&amp;gt; Accessories =&amp;gt; "Command Prompt"&lt;BR /&gt;
&lt;BR /&gt;
    Then, in the Command Window:&lt;BR /&gt;
         &amp;gt;runas /user:sastrust "notepad"&lt;BR /&gt;
&lt;BR /&gt;
    It will prompt for the password for *this* Userid and if you enter the correct &lt;BR /&gt;
    Windows password for *this* Userid, then it will allow "Notepad" to come up.&lt;BR /&gt;
&lt;BR /&gt;
    If Notepad fails to come up then you know that the password for that  &lt;BR /&gt;
    Userid was not correct and needs to be changed.&lt;BR /&gt;
&lt;BR /&gt;
3. Password in SMC:&lt;BR /&gt;
&lt;BR /&gt;
    Next, use the *same* password which you just validated with Windows authentication &lt;BR /&gt;
    for *this* Userid [e.g. "sastrust"] &lt;BR /&gt;
    and using SMC compare the Metadata Server's value listed for that Userid&lt;BR /&gt;
    in the User's Properties.&lt;BR /&gt;
&lt;BR /&gt;
    Next, search your "c:\" drive and find the file:&lt;BR /&gt;
         "OmrConfig.xml" &lt;BR /&gt;
    which shows the encrypted password for *this* Userid&lt;BR /&gt;
    as originally provided to the Configuration Wizard.&lt;BR /&gt;
&lt;BR /&gt;
    Next, compare the password you just validated with Windows authentication&lt;BR /&gt;
    and compare with the encrypted password in "OmrConfig.xml".      &lt;BR /&gt;
&lt;BR /&gt;
    For each password, use this code to get the encrypted value:&lt;BR /&gt;
       proc pwencode in="&lt;THIS&gt;"; run;&lt;BR /&gt;
&lt;BR /&gt;
    For example:&lt;BR /&gt;
       proc pwencode in="UserUser1"; run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
If none of this helps you, then please Open a "Track" with SAS Technical support describing your problem  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
  See:&lt;BR /&gt;
   &lt;A href="http://support.sas.com/techsup/contact/submit_emits2.html" target="_blank"&gt;http://support.sas.com/techsup/contact/submit_emits2.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Good luck!&lt;BR /&gt;
  -- GlenG@sas&lt;/THIS&gt;&lt;/USERID&gt;</description>
    <pubDate>Fri, 26 May 2006 18:55:28 GMT</pubDate>
    <dc:creator>GlenG_sas</dc:creator>
    <dc:date>2006-05-26T18:55:28Z</dc:date>
    <item>
      <title>Installation problem</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Installation-problem/m-p/714#M26</link>
      <description>Dear,&lt;BR /&gt;
&lt;BR /&gt;
I installed SAS v9.1 ETL studio and related options. At the end of the installation, when I was asked to login to the metadata profile, I entered the relevant details including machine name, port, userid, and password. However, I always get the message:&lt;BR /&gt;
&lt;BR /&gt;
Could not log on to the server. Please check your user ID and password.&lt;BR /&gt;
&lt;BR /&gt;
I am sure that the userid/password is sasadm/sasadm, which is absolutely correct. I have re-installed and re-created for several times.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone suggest what problems it is? What actions should I do?&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Fri, 26 May 2006 10:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Installation-problem/m-p/714#M26</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-05-26T10:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installation problem</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Installation-problem/m-p/715#M27</link>
      <description>Perhaps this explanation might help....&lt;BR /&gt;
&lt;BR /&gt;
    When you get an error message about invalid userid credentials similer to:&lt;BR /&gt;
&lt;BR /&gt;
       Could not log on to the server&lt;BR /&gt;
&lt;BR /&gt;
    Then there are usually (3) areas to examine for consistency in the &lt;USERID&gt; credentials:&lt;BR /&gt;
&lt;BR /&gt;
1. Userid Definition:&lt;BR /&gt;
    When you defined the Userid [e.g. "sastrust"] whose credentials are used &lt;BR /&gt;
    for running SAS tasks, if the Server machine was Windows,&lt;BR /&gt;
    you were supposed to have checked these boxes:&lt;BR /&gt;
&lt;BR /&gt;
    **Deselect**  =&amp;gt; "User must change password at next logon"&lt;BR /&gt;
                Select  =&amp;gt; "User cannot change password"&lt;BR /&gt;
                Select  =&amp;gt; "Password never expires"&lt;BR /&gt;
 &lt;BR /&gt;
    Please review the following settings:&lt;BR /&gt;
 &lt;BR /&gt;
     =&amp;gt; Settings =&amp;gt; Control Panel =&amp;gt; Administrative Tools =&amp;gt; Computer Management =&amp;gt;&lt;BR /&gt;
       =&amp;gt; "Expand +" Local Users &amp;amp; Groups (in Left Panel)&lt;BR /&gt;
          =&amp;gt; Select =&amp;gt; "Users" (in Left Panel)&lt;BR /&gt;
          &lt;BR /&gt;
           Then in Right Panel =&amp;gt;&lt;BR /&gt;
              =&amp;gt; R/Click on Userid [e.g. "sastrust"] =&amp;gt; Properties =&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
    Examine:&lt;BR /&gt;
    **Deselect**  =&amp;gt; "User must change password at next logon"&lt;BR /&gt;
                Select  =&amp;gt; "User cannot change password"&lt;BR /&gt;
                Select  =&amp;gt; "Password never expires"&lt;BR /&gt;
&lt;BR /&gt;
    If any of these "password" properties were not set properly, then&lt;BR /&gt;
    the password for *this* Userid is out of synch with how it is defined elsewhere  &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
2. Validate Windows Password:&lt;BR /&gt;
&lt;BR /&gt;
    verify that the user ID and password that you defined in the&lt;BR /&gt;
    operating system matches what you specified in your Metadata login&lt;BR /&gt;
    information. You can check this by verifying that you can log in to your&lt;BR /&gt;
     local machine by using the user ID and password that you stored in the&lt;BR /&gt;
     metadata login.&lt;BR /&gt;
&lt;BR /&gt;
    Here is how you check what Windows is using for the password &lt;BR /&gt;
    for *this* Userid [e.g. "sastrust"] &lt;BR /&gt;
&lt;BR /&gt;
    Start up a Command Window &lt;BR /&gt;
    =&amp;gt; Programs =&amp;gt; Accessories =&amp;gt; "Command Prompt"&lt;BR /&gt;
&lt;BR /&gt;
    Then, in the Command Window:&lt;BR /&gt;
         &amp;gt;runas /user:sastrust "notepad"&lt;BR /&gt;
&lt;BR /&gt;
    It will prompt for the password for *this* Userid and if you enter the correct &lt;BR /&gt;
    Windows password for *this* Userid, then it will allow "Notepad" to come up.&lt;BR /&gt;
&lt;BR /&gt;
    If Notepad fails to come up then you know that the password for that  &lt;BR /&gt;
    Userid was not correct and needs to be changed.&lt;BR /&gt;
&lt;BR /&gt;
3. Password in SMC:&lt;BR /&gt;
&lt;BR /&gt;
    Next, use the *same* password which you just validated with Windows authentication &lt;BR /&gt;
    for *this* Userid [e.g. "sastrust"] &lt;BR /&gt;
    and using SMC compare the Metadata Server's value listed for that Userid&lt;BR /&gt;
    in the User's Properties.&lt;BR /&gt;
&lt;BR /&gt;
    Next, search your "c:\" drive and find the file:&lt;BR /&gt;
         "OmrConfig.xml" &lt;BR /&gt;
    which shows the encrypted password for *this* Userid&lt;BR /&gt;
    as originally provided to the Configuration Wizard.&lt;BR /&gt;
&lt;BR /&gt;
    Next, compare the password you just validated with Windows authentication&lt;BR /&gt;
    and compare with the encrypted password in "OmrConfig.xml".      &lt;BR /&gt;
&lt;BR /&gt;
    For each password, use this code to get the encrypted value:&lt;BR /&gt;
       proc pwencode in="&lt;THIS&gt;"; run;&lt;BR /&gt;
&lt;BR /&gt;
    For example:&lt;BR /&gt;
       proc pwencode in="UserUser1"; run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
If none of this helps you, then please Open a "Track" with SAS Technical support describing your problem  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
  See:&lt;BR /&gt;
   &lt;A href="http://support.sas.com/techsup/contact/submit_emits2.html" target="_blank"&gt;http://support.sas.com/techsup/contact/submit_emits2.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Good luck!&lt;BR /&gt;
  -- GlenG@sas&lt;/THIS&gt;&lt;/USERID&gt;</description>
      <pubDate>Fri, 26 May 2006 18:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Installation-problem/m-p/715#M27</guid>
      <dc:creator>GlenG_sas</dc:creator>
      <dc:date>2006-05-26T18:55:28Z</dc:date>
    </item>
  </channel>
</rss>

