<?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: Does an oversized SAS EG project log prevent a scheduled task from running? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/414639#M26678</link>
    <description>&lt;P&gt;You can change the prompted size of your EG project log using the ProjectLogMaxSize option. This post explains how:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2010/12/17/sas-logs-in-enterprise-guide-wheres-the-beef/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2010/12/17/sas-logs-in-enterprise-guide-wheres-the-beef/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 19 Nov 2017 06:09:06 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2017-11-19T06:09:06Z</dc:date>
    <item>
      <title>Does an oversized SAS EG project log prevent a scheduled task from running?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/414217#M26644</link>
      <description>&lt;P&gt;I have SAS enterprise guide .egp projects that are set on a schedule. They generally run fine. But I have had failures that show the error code 0xE0434352 in the task scheduler. I think that what’s causing the failure is that the project log has gotten too big. (If I run the process flow manually, I get the pop ups saying it has exceeded a certain size.) After I clear the log and turn it off, the task runs as scheduled.&lt;/P&gt;
&lt;P&gt;I’m a little bit dubious that oversized project log prevents scheduled tasks from completing, so I wanted to ask for the community’s wisdom.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is it correct that SAS EG scheduled tasks won’t run when the project log reaches a particular size?&lt;/LI&gt;
&lt;LI&gt;If yes, is it possible to prevent this or have a workaround so a large project log won’t interfere with the scheduled task?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The reason I’m asking #2 is because I find utility in having the project log for troubleshooting. If I have to turn off all my project logs to allow schedules, I’ll do it, but I’d prefer to not have to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS 9.4, EG 7.1, Server 2012 R2&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 02:17:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/414217#M26644</guid>
      <dc:creator>Rodcjones</dc:creator>
      <dc:date>2017-11-17T02:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does an oversized SAS EG project log prevent a scheduled task from running?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/414257#M26647</link>
      <description>&lt;P&gt;Simple solution: convert your projects to .sas files, and run those in batch. SAS can write to log files until it runs out of disk space.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 05:18:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/414257#M26647</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-17T05:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Does an oversized SAS EG project log prevent a scheduled task from running?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/414280#M26651</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/33790"&gt;@Rodcjones&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree and endorse the recommendation provided by Kurt. I would say that seems to be the best option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatives I can think of:&lt;/P&gt;
&lt;P&gt;- Switch of project logs, indeed, as you said&lt;/P&gt;
&lt;P&gt;- Split them up and make smaller projects and create a chain of them&lt;/P&gt;
&lt;P&gt;- Reduce the information level on the project logs (defined on the xml definition for your project logs)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I cannot think ofany other. Perhaps you may try to create a trigger on the schedule, to first launch a bat to clean the log and then re-run the scheduled EG project&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 08:21:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/414280#M26651</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-11-17T08:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Does an oversized SAS EG project log prevent a scheduled task from running?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/414639#M26678</link>
      <description>&lt;P&gt;You can change the prompted size of your EG project log using the ProjectLogMaxSize option. This post explains how:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2010/12/17/sas-logs-in-enterprise-guide-wheres-the-beef/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2010/12/17/sas-logs-in-enterprise-guide-wheres-the-beef/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 06:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/414639#M26678</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-11-19T06:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does an oversized SAS EG project log prevent a scheduled task from running?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/425070#M27384</link>
      <description>&lt;P&gt;Starting in EG 7.15, you can perform Project Log operations (enable/disable, get the log text, save to file, send email, or clear)&amp;nbsp;via the EG&amp;nbsp;automation interface, so another option would be to add a Clear call to your scheduled&amp;nbsp;.vbs file (and optionally save&amp;nbsp;the project log&amp;nbsp;out before clearing). For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;	Set objProjectLog = objProject.ProjectLog
	objProjectLog.Clear()

	' Other optional operations
	'objProjectLog.Enabled = True
	'strProjectLog = objProjectLog.Text
	'objProjectLog.SaveAs "c:\temp\projectLog.txt"
	
	'toList(0) = "me@here.com"
	'objProjectLog.SendMail "", "", toList, ccList, "my subject", "my body text"
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 22:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-an-oversized-SAS-EG-project-log-prevent-a-scheduled-task/m-p/425070#M27384</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2018-01-04T22:13:30Z</dc:date>
    </item>
  </channel>
</rss>

