<?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: SAS Environment Manager Framework activiation in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/740660#M22128</link>
    <description>&lt;P&gt;Create a new copy of the file&amp;nbsp;(logconfig.apm.xml )and make the new copy immutable (Not the original one)&lt;BR /&gt;Assign this to logconfigloc. Thus you will have-logconfigloc.&lt;/P&gt;
&lt;P&gt;Thus if&amp;nbsp;logconfig_imm.apm.xml is the immutable copy, then you will have.&lt;/P&gt;
&lt;P&gt;/data/sasconfig/Lev1/SASApp/BatchServer/logconfig_imm.apm.xml.&lt;BR /&gt;This way the&amp;nbsp;&lt;SPAN&gt;SAS Environment Manager Frame work processes can read it but not change.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 May 2021 23:56:57 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2021-05-11T23:56:57Z</dc:date>
    <item>
      <title>SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/738693#M22073</link>
      <description>&lt;P&gt;After initializing ./apm_init.sh , all sasv9_usermods.cfg file under SASAPP(BatchServer, ConnectServer, StoredProcessServer, WorkspaceServer, PooledWorkspaceServer) are getting updated with below line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;/* EMI_BEGIN */&lt;/P&gt;&lt;P&gt;/* Added by configureAPM at time and date stamp , DO NOT EDIT THESE LINES OR EMI TAGS */&lt;/P&gt;&lt;P&gt;-logconfigloc&amp;nbsp;&lt;/P&gt;&lt;P&gt;/data/sasconfig/Lev1/SASApp/BatchServer/logconfig.apm.xml&lt;/P&gt;&lt;P&gt;/* EMI_END */&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This change is effecting SAS batch jobs running using SAS scheduler. Below is the error message:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Invalid option value /data/sasconfig/Lev1/SASApp/BatchServer/logconfig.apm.xml for SAS option LOGCONFIGLOC.&lt;/P&gt;&lt;P&gt;ERROR: (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED.&lt;/P&gt;&lt;P&gt;ERROR: Unable to initialize the SAS kernel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please provide your sugessions to fix this problem.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 20:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/738693#M22073</guid>
      <dc:creator>cesargf80</dc:creator>
      <dc:date>2021-05-03T20:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/738697#M22075</link>
      <description>The BatchServer's logconfig.apm.xml adds a log in BatchServer/PerfLogs to capture data for the framework. Does that path exist and are users able to write to it?</description>
      <pubDate>Mon, 03 May 2021 20:27:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/738697#M22075</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-05-03T20:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/738705#M22076</link>
      <description>&lt;P&gt;Try making sure this option is all on the same line and that the XML file exists.&lt;/P&gt;
&lt;PRE&gt;-logconfigloc /data/sasconfig/Lev1/SASApp/BatchServer/logconfig.apm.xml&lt;/PRE&gt;
&lt;P&gt;If that doesn't help then back out the change.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 20:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/738705#M22076</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-03T20:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739236#M22095</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp; Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;SPAN&gt;BatchServer/PerfLogs path is avialable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. User is having access to write logs into this path.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But still getting error message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pipe command =" SASHOME directory/9.4/sasexe/sas -autoexec&amp;nbsp; /sasprogram directory/xxxxx.sas"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: Invalid option value /data/sasconfig/Lev1/SASApp/BatchServer/logconfig.apm.xml for SAS option LOGCONFIGLOC.&lt;/P&gt;&lt;P&gt;ERROR: (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED.&lt;/P&gt;&lt;P&gt;ERROR: Unable to initialize the SAS kernel.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 15:36:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739236#M22095</guid>
      <dc:creator>cesargf80</dc:creator>
      <dc:date>2021-05-05T15:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739237#M22096</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;logconfig.apm.xml is avialable.&lt;/P&gt;&lt;PRE&gt;-logconfigloc /data/sasconfig/Lev1/SASApp/BatchServer/logconfig.apm.xml &lt;/PRE&gt;&lt;P&gt;I tried to back out the change , but SAS Environment Manager Frame work processes (ACM and APM ETL processes ) are adding the line automatically for every 30 mins , even after removing it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 15:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739237#M22096</guid>
      <dc:creator>cesargf80</dc:creator>
      <dc:date>2021-05-05T15:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739238#M22097</link>
      <description>is that path correct? (/data/sasconfig/Lev1/SASApp/BatchServer/logconfig.apm.xml)&lt;BR /&gt;is the file readable by the users? does it have content?</description>
      <pubDate>Wed, 05 May 2021 15:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739238#M22097</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-05-05T15:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739330#M22098</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/208735"&gt;@cesargf80&lt;/a&gt;&amp;nbsp; - I suggest you track this to Tech Support.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 20:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739330#M22098</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-05T20:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739361#M22099</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp; yes, path is correct. it is having content also.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 22:03:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739361#M22099</guid>
      <dc:creator>cesargf80</dc:creator>
      <dc:date>2021-05-05T22:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739468#M22101</link>
      <description>I agree with &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;, you should open a track with technical support so we can take a look at the file and see what is wrong with it.</description>
      <pubDate>Thu, 06 May 2021 12:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/739468#M22101</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-05-06T12:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/740660#M22128</link>
      <description>&lt;P&gt;Create a new copy of the file&amp;nbsp;(logconfig.apm.xml )and make the new copy immutable (Not the original one)&lt;BR /&gt;Assign this to logconfigloc. Thus you will have-logconfigloc.&lt;/P&gt;
&lt;P&gt;Thus if&amp;nbsp;logconfig_imm.apm.xml is the immutable copy, then you will have.&lt;/P&gt;
&lt;P&gt;/data/sasconfig/Lev1/SASApp/BatchServer/logconfig_imm.apm.xml.&lt;BR /&gt;This way the&amp;nbsp;&lt;SPAN&gt;SAS Environment Manager Frame work processes can read it but not change.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 23:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/740660#M22128</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-05-11T23:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Environment Manager Framework activiation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/740800#M22137</link>
      <description>It is not the logconfig.apm.xml file that is being modified.&lt;BR /&gt;&lt;BR /&gt;The log discovery process (Lev1/Web/SASEnvironmentManager/emi-client/bin/log_discovery.sh) is run every 4 hours by the Environment Manager Agent, and will automatically check for the /* EMI BEGIN */ and /* EMI END */ lines in every application server it discovers on the host. If they aren't present it will add them again, with the new log configuration inside it (pointing to logconfig.apm.xml). This is to ensure the log files needed by the APM reports are generated. If you comment out the -logconfigloc line rather than removing it, the log discovery process will not re-add it.</description>
      <pubDate>Wed, 12 May 2021 13:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Environment-Manager-Framework-activiation/m-p/740800#M22137</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-05-12T13:58:28Z</dc:date>
    </item>
  </channel>
</rss>

