<?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: Issue in deploying SAS9.4M8 - The directory does not contain the requested components in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942719#M28943</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/388764"&gt;@sys-halt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried creating new symlink for python but still getting the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amitkum2_0-1725548161201.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100006i40C5FFABC361301B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amitkum2_0-1725548161201.png" alt="Amitkum2_0-1725548161201.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2024 14:56:22 GMT</pubDate>
    <dc:creator>Amitkum2</dc:creator>
    <dc:date>2024-09-05T14:56:22Z</dc:date>
    <item>
      <title>Issue in deploying SAS9.4M8 - The directory does not contain the requested components</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942675#M28935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am deploying SAS9.4M8 on RHEL8.5 servers. While deploying application server, i was getting SAS configuration of python prompt. When i proceed further it gives &lt;STRONG&gt;&lt;EM&gt;"The directory does not contain the requested components"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amitkum2_0-1725530861399.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99999i8C98186741340F76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amitkum2_0-1725530861399.png" alt="Amitkum2_0-1725530861399.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amitkum2_1-1725530873151.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100000i5F1DD8A5D160E7A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amitkum2_1-1725530873151.png" alt="Amitkum2_1-1725530873151.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have python 2.7 as well as 3.6 installed. I tried giving different paths but everytime i am getting the same msg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 10:08:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942675#M28935</guid>
      <dc:creator>Amitkum2</dc:creator>
      <dc:date>2024-09-05T10:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in deploying SAS9.4M8 - The directory does not contain the requested components</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942699#M28937</link>
      <description>&lt;P&gt;I could see that your python symbolic link is pointing to /etc/alternatives/unversiond-python, I am not sure what this mean and its effect but have you tried to remove this symlink, create one for the python3.6 and then use the full path in SAS Wizard ex: /usr/bin/python ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try below commands as root user:&lt;/P&gt;
&lt;P&gt;cd /usr/bin/&lt;/P&gt;
&lt;P&gt;unlink python&lt;BR /&gt;ln -s /usr/libexec/platform-python3.6 /usr/bin/python&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then in SAS Wizard give it full path: /usr/bin/python and press Next.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope that will help.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 13:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942699#M28937</guid>
      <dc:creator>sys-halt</dc:creator>
      <dc:date>2024-09-05T13:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in deploying SAS9.4M8 - The directory does not contain the requested components</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942719#M28943</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/388764"&gt;@sys-halt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried creating new symlink for python but still getting the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amitkum2_0-1725548161201.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100006i40C5FFABC361301B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amitkum2_0-1725548161201.png" alt="Amitkum2_0-1725548161201.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 14:56:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942719#M28943</guid>
      <dc:creator>Amitkum2</dc:creator>
      <dc:date>2024-09-05T14:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in deploying SAS9.4M8 - The directory does not contain the requested components</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942722#M28944</link>
      <description>&lt;P&gt;Have you tried also to use full python path in SAS wizard dialog box: /usr/bin/python?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 15:05:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942722#M28944</guid>
      <dc:creator>sys-halt</dc:creator>
      <dc:date>2024-09-05T15:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in deploying SAS9.4M8 - The directory does not contain the requested components</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942730#M28945</link>
      <description>&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amitkum2_0-1725549207009.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100010i1C449D31853B1C1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amitkum2_0-1725549207009.png" alt="Amitkum2_0-1725549207009.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 15:14:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942730#M28945</guid>
      <dc:creator>Amitkum2</dc:creator>
      <dc:date>2024-09-05T15:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in deploying SAS9.4M8 - The directory does not contain the requested components</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942739#M28946</link>
      <description>&lt;P&gt;thank you for the screenshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using sas installer account, open SSH session to the machine and type:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which python&lt;/P&gt;
&lt;P&gt;python --version&lt;/P&gt;
&lt;P&gt;python -V&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do you get any output?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 15:47:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942739#M28946</guid>
      <dc:creator>sys-halt</dc:creator>
      <dc:date>2024-09-05T15:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in deploying SAS9.4M8 - The directory does not contain the requested components</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942848#M28957</link>
      <description>&lt;P&gt;PFB the output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amitkum2_0-1725597364010.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100045i1CBD05E957C9F1D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amitkum2_0-1725597364010.png" alt="Amitkum2_0-1725597364010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 04:36:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942848#M28957</guid>
      <dc:creator>Amitkum2</dc:creator>
      <dc:date>2024-09-06T04:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in deploying SAS9.4M8 - The directory does not contain the requested components</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942849#M28958</link>
      <description>&lt;P&gt;Thanks for the output, strange issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checked if SELinux is enabled and in enforcing mode?&lt;/P&gt;
&lt;P&gt;Have you completed all SAS prerequisites for your SAS products and validate them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To check if SELinux is enabled i.e enforcing, type sestatus, the output should not contain the keyword enforcing.&lt;/P&gt;
&lt;P&gt;SELinux should be in disabled or permissive mode only.&lt;/P&gt;
&lt;P&gt;IF you found SELinux is enabled and in enforcing mode,&amp;nbsp; then disable it first, after ttat stop SAS Wizard and run it back again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also do type "df -h" and see if /tmp has enough free space and no partition is full/almost full.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 04:54:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942849#M28958</guid>
      <dc:creator>sys-halt</dc:creator>
      <dc:date>2024-09-06T04:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in deploying SAS9.4M8 - The directory does not contain the requested components</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942850#M28959</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/388764"&gt;@sys-halt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for providing your input on the issue !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After making the selinux permissive, i am able to cross the step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for quick help !&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 05:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-deploying-SAS9-4M8-The-directory-does-not-contain-the/m-p/942850#M28959</guid>
      <dc:creator>Amitkum2</dc:creator>
      <dc:date>2024-09-06T05:24:16Z</dc:date>
    </item>
  </channel>
</rss>

