<?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: Check if technical user is in use in the backround of Web-Application in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238560#M3716</link>
    <description>&lt;P&gt;I think we have answered the question. If there is a problem implementing your changes then that would be a different problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW there are several service accounts used by SAS, not just sassrv. Be careful not to remove others that might still be used.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2015 18:43:10 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-12-09T18:43:10Z</dc:date>
    <item>
      <title>Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/237810#M3677</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am confronted with a project specific Web Application written with SAS AppDev Studio on a Java-developer client. A couple of people use this Web Application to start&amp;nbsp;Macros and/or look at Reports. When they log-in to the application they use individual accounts with individual user names. I am interested if a technical user (unix)&amp;nbsp;is invoked by the application to collect the data or write results in libs if the user does something on the application. All data and programms&amp;nbsp;are stored in an unix-server. The Users do also have different Unix-UserIDs&amp;nbsp;to manage permissions of views/data/programms etc.&lt;/P&gt;&lt;P&gt;Is there a way to check if a technical user (unix)&amp;nbsp;does&amp;nbsp;everything which is&amp;nbsp;invoked from the Web application or if somehow the&amp;nbsp;Web application transfers jobs to the&amp;nbsp;unix-userIDs of the person who is logged into the Web application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is much appreciated! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 14:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/237810#M3677</guid>
      <dc:creator>Gkrause</dc:creator>
      <dc:date>2015-12-04T14:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/237970#M3687</link>
      <description>&lt;P&gt;There is something build in house with "SAS AppDev studio" htat is build java applications like SAS-VA / SAS-Pportal. That part is running in the java app-container&amp;nbsp;normaaly by a generic service account. For there it is connecting to a SAS environment that coudl be metadata-server manged or by it basic part SAS integrations Technologies (eg Workspace services).&lt;BR /&gt;&lt;BR /&gt;You will have to investigate that&amp;nbsp;the most easy approach would be having a weel known user starting something (running at for at least apx 20 seconds) and moniotoring wiht a Unix shell acces what is happening.&amp;nbsp;Do you see different Unix user being used that that is probably coded in your java code. You could also look for the objectspawner&amp;nbsp;to be found and whether it has readable loggings. The objectspawner is the one that is always used as it is the logical SAS-SSH similiarty gthat is spawing SAS processed.&lt;BR /&gt;Al lot of the Unix user-settings is inhirited form the user (service account)&amp;nbsp;&amp;nbsp;running that &amp;nbsp;object spawner and not the expected onese as a normal SSH session does.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2015 20:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/237970#M3687</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-12-05T20:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238099#M3702</link>
      <description>&lt;P&gt;Thank you for your reponse!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the log-files of the ObjectSpawner but I am not sure how to interpret them. When I logIn with a User it says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- &lt;EM&gt;&amp;lt;User&amp;gt; - Request made to cluster SASApp - Logical Pooled Workspace Server&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- &amp;lt;User&amp;gt; - Redirect client in cluster SASApp - Logical Pooled Workspace Server - &amp;nbsp;to server SASApp - Pooled Workspace Server at &amp;lt;server.name&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- &amp;nbsp;sas - Client connection 656 for user&amp;nbsp;&amp;lt;User&amp;gt;&amp;nbsp;closed.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how do I interpret these results? Does sas function as a technical user or&amp;nbsp;is my personal user active on the unix server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Gunnar&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 16:18:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238099#M3702</guid>
      <dc:creator>Gkrause</dc:creator>
      <dc:date>2015-12-07T16:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238133#M3703</link>
      <description>&lt;P&gt;Its my understanding that SAS web applications use the Pooled Workspace Server for running SAS programs. If you look in SAS Management Console at the properties of your SASApp &lt;SPAN&gt;Pooled Workspace Server you will see that it runs under a SAS service account called something like sassrv. This user name &amp;nbsp;is decided upon and set up when SAS is installed so it may be different at your site..&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This means that SAS web applications are run under the service account and not the account of the user used to log into the web application. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 18:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238133#M3703</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-12-07T18:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238146#M3704</link>
      <description>&lt;P&gt;Agree with SASkiwi if this&amp;nbsp;is you userid&amp;nbsp;your are&amp;nbsp;looking for it is swichting by SAS (like a su command) to that generic key.&lt;BR /&gt;The reason for this choice could be:&lt;/P&gt;&lt;P&gt;- it saves th startup time (typical 1-2 second) for the starting of user-workspace.&lt;/P&gt;&lt;P&gt;- the sas installer guy did see it too difficult to alsing wiht user access management policies&lt;/P&gt;&lt;P&gt;- the Lunix/Unix guys where/are a blocking facto not allowing personal access on the machines&lt;BR /&gt;The choice can be acceptable for approved checked programs with a knowing behavior. The monitoring can be made part of the in house build application. For free&amp;nbsp;user code there could be other requirements that now are failing. Just re-evaluate those...&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 19:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238146#M3704</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-12-07T19:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238236#M3706</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One last question to be sure:&lt;/P&gt;&lt;P&gt;Is there a possibility to check if &lt;EM&gt;sassrv &lt;/EM&gt;is the technical User when Pooled Worspace Server is started?&lt;/P&gt;&lt;P&gt;The Log-Files of the ObjectSpawner do not give me any answers, are there other&amp;nbsp;Log-Files to check which user is in use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gunnar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 09:59:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238236#M3706</guid>
      <dc:creator>Gkrause</dc:creator>
      <dc:date>2015-12-08T09:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238377#M3709</link>
      <description>&lt;P&gt;Gunnar, there are a lot of logfiles and even more can be configured. Having many of those you have to manage them. Saving in those managing costs it mostly ends in not being traceable auditable.&lt;BR /&gt;&lt;BR /&gt;At start of the objectspawner you will find the information it reads from the metadata using a metdataserver connection. Runnig an objectspawner for very lang time you can lose those startup messages.&amp;nbsp; (rollover by day)&lt;BR /&gt;The metadataserver (service process) will generate its own logging. When it is on the same server (machine/os) you can find it aside that of the objectspawner. The metadataserver can be located on his own machine (very advisable).&amp;nbsp;&lt;BR /&gt;Every SAS proces could generate the ARM logging as configured by APM/eventmanager. Seeing those one you have the owner (the process it has been run by) and the contents events.&lt;BR /&gt;&lt;BR /&gt;The best thing would be to audit the&amp;nbsp;SAS metadata. The SMC is no storage location although often being told by SAS sales, but just a handy tool to manage the SAS metadata. With a&amp;nbsp;well defined metadata security there is room for audit level (read access for all) with na access to run real processes. That kind of requirement altough rather sensible is a rather difficult one at SAS institute guys.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How far do you need to go for your reviewing?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 20:13:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238377#M3709</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-12-08T20:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238418#M3712</link>
      <description>&lt;P&gt;Check the most recent log under:&amp;nbsp;\SAS\Config\Lev1\SASApp\PooledWorkspaceServer\Logs (might be a bit different under Unix)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can only see the sassrv user listed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The whole point of the pooled workspace server is that it runs under one service account and not under individual users' accounts.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 00:27:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238418#M3712</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-12-09T00:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238471#M3713</link>
      <description>&lt;P&gt;Thank you guys!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am asking because the company I am working&amp;nbsp;for has problems with its ACL structure. Therefore they want to delete all ACLs on their Unix servers and just work with one technical user with rwx-rights. I was not sure if the users on the&amp;nbsp;SAS WebApp can still&amp;nbsp;do their regular jobs then, but with sassrv as the only technical user I&amp;nbsp;think this is possible.&lt;/P&gt;&lt;P&gt;Should I highlight this topic as solved or should I wait until I have results from the tests?&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gunnar.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 08:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238471#M3713</guid>
      <dc:creator>Gkrause</dc:creator>
      <dc:date>2015-12-09T08:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238560#M3716</link>
      <description>&lt;P&gt;I think we have answered the question. If there is a problem implementing your changes then that would be a different problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW there are several service accounts used by SAS, not just sassrv. Be careful not to remove others that might still be used.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 18:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238560#M3716</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-12-09T18:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238633#M3725</link>
      <description>&lt;P&gt;Your answer seems to be answered. Thanks for being more more descriptive on the situation.&lt;BR /&gt;I was expecting a move in the other direction, being more&amp;nbsp;strict in security, in the era of data-breaches and privacy concerns.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As you are metnioing the Unix guys are having problems wiht ACL-types that one os bothering me&amp;nbsp;and being more curious about that. ACL usage in Unix is the adoption of the Windows (microsoft) security model not using the Unix DAC (HFS) way.&lt;/P&gt;&lt;P&gt;Unix adepts are always making the statements about how powerfull and marvelous their system is. Obviously by your experiences this is not true and they falling back on generic service/accounts as root-like approaches because of issues.&amp;nbsp;What kind of issues?&amp;nbsp;&lt;BR /&gt;I am curious because the ACL (not DAC)&amp;nbsp;is also&amp;nbsp;mentioned as the way to go in my area.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 06:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/238633#M3725</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-12-10T06:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Check if technical user is in use in the backround of Web-Application</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/239509#M3757</link>
      <description>&lt;P&gt;Hi ja karman&lt;BR /&gt;the problem is basically that two different companys are working on the same servers. One company is responisble for the SAS Applications and one for the Unix system (as root). It is just to much effort to communicate every change the right way therefore the companys want to be as autark as possible hence getting rid of the ACLs.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 14:03:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Check-if-technical-user-is-in-use-in-the-backround-of-Web/m-p/239509#M3757</guid>
      <dc:creator>Gkrause</dc:creator>
      <dc:date>2015-12-16T14:03:20Z</dc:date>
    </item>
  </channel>
</rss>

