<?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: Operating System Scheduling: unable to login in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/587855#M17193</link>
    <description>Thanks, how could I verify? If you mean that my server user (on Linux) could add events on crontab and execute it, yes my user can jobs on it and it’a working.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
    <pubDate>Wed, 11 Sep 2019 13:41:22 GMT</pubDate>
    <dc:creator>MariaD</dc:creator>
    <dc:date>2019-09-11T13:41:22Z</dc:date>
    <item>
      <title>Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/587822#M17179</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We tried to login in Operation System Services through SAS MC but we can't login. We are on Linux server and the crontab is working fine. We are using an account with administration privilege.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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-center" image-alt="Screen Shot 2019-09-11 at 06.41.08.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32374iD2C265E689E1DB35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-09-11 at 06.41.08.png" alt="Screen Shot 2019-09-11 at 06.41.08.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-center" image-alt="Screen Shot 2019-09-11 at 06.41.26.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32375iB698A6911F9BF361/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-09-11 at 06.41.26.png" alt="Screen Shot 2019-09-11 at 06.41.26.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea? Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 12:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/587822#M17179</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2019-09-11T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/587846#M17189</link>
      <description>&lt;P&gt;Did you confirm the server is available via you personal access account???????????????&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 13:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/587846#M17189</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-09-11T13:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/587855#M17193</link>
      <description>Thanks, how could I verify? If you mean that my server user (on Linux) could add events on crontab and execute it, yes my user can jobs on it and it’a working.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 11 Sep 2019 13:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/587855#M17193</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2019-09-11T13:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588108#M17210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;UNIX scheduling uses the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="xis-codeVarValue"&gt;at&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;command to execute jobs. However, this command might not be enabled for use by the scheduling server's user ID. To determine whether the command is enabled, run a test of the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="xis-codeVarValue"&gt;at&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;command. Here is an example test:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="xis-codeFragment"&gt;echo touch /tmp/attest | at now
sleep 5
ls /tmp/attest&lt;/PRE&gt;&lt;P&gt;What is at?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unlike cron, which let us run a task on a regular basis,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;at&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;gives us the ability to execute a command or a script at a specified date and hour, or after a given interval of time. Minutes, hours, days or weeks can be used as units. It's even possible to use certain "keywords" as&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;midnight&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;teatime&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;(which corresponds to 4pm).&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 05:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588108#M17210</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2019-09-12T05:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588231#M17218</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52993"&gt;@AnandVyas&lt;/a&gt;&amp;nbsp;. In fact, I verified and we don't have "at" command enable on our Linux server. I'll install it and make again the test. Let's you know the results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 13:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588231#M17218</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2019-09-12T13:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588565#M17233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52993"&gt;@AnandVyas&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We installed "at" command and it's working. Our linux user for SAS (we use a SAS Token) can execute at command without any error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But still, we can't not login on Operating System Services to schedule throw SAS MC. We tried with "sasadm" user, with Linux user (used for SAS Token), nothing works. Any idea why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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-center" image-alt="Screen Shot 2019-09-13 at 11.02.42.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32448i0DBB1B242FEFB5AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-09-13 at 11.02.42.png" alt="Screen Shot 2019-09-13 at 11.02.42.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-center" image-alt="Screen Shot 2019-09-13 at 11.02.49.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32447i1A1C7B40CDAC734A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-09-13 at 11.02.49.png" alt="Screen Shot 2019-09-13 at 11.02.49.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 15:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588565#M17233</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2019-09-13T15:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588681#M17236</link>
      <description>&lt;P&gt;The sasadm@passwd account is only defined in SAS metadata. It is not an OS account. You need to use an OS account to log onto OS scheduling. You can use a personal user OS account to test scheduling as long as the account has scheduling permissions setup in SMC.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 22:53:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588681#M17236</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-09-13T22:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588928#M17238</link>
      <description>What's the error you get when you use a normal user, not SAS internal user (sasadm@saspw) ?</description>
      <pubDate>Mon, 16 Sep 2019 03:14:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/588928#M17238</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2019-09-16T03:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/589298#M17245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52993"&gt;@AnandVyas&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We test using another user (not sasadm@saspw) and the situation is the same. Please see images below. We have all our users defined with internal account and we use a SAS Token to connect to SAS Workspace Server. Off course the user has Job Scheduling permission.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also made a test using a host server user to login on Operating System Scheduling when login windows appears (image 1) and the results is the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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-center" image-alt="Screen Shot 2019-09-16 at 07.02.06.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32522i0F8EA49B42C58132/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-09-16 at 07.02.06.png" alt="Screen Shot 2019-09-16 at 07.02.06.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-center" image-alt="Screen Shot 2019-09-16 at 07.02.10.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32523i4C6A362EB24326DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-09-16 at 07.02.10.png" alt="Screen Shot 2019-09-16 at 07.02.10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 10:23:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/589298#M17245</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2019-09-17T10:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/589376#M17247</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt; maybe you should call in and get assistance from SAS technical advisors.&amp;nbsp; If you pay for SAS and need assistance that help should be part of the purchase. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like I noted at the beginning of this Q, test access using a real person access.&amp;nbsp; Can they make connection without using the tokens being passed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are the server admin?&amp;nbsp; Then call in a ticket.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/589376#M17247</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-09-17T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Operating System Scheduling: unable to login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/589478#M17248</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;- By adding&amp;nbsp;@saspw on the end of the user account you are calling the metadata identity of the account not the OS version. Try removing this.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 20:12:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Operating-System-Scheduling-unable-to-login/m-p/589478#M17248</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-09-17T20:12:19Z</dc:date>
    </item>
  </channel>
</rss>

