<?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: Error Happens When Scheduled Project Runs (EG 7.1) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Happens-When-Scheduled-Project-Runs-EG-7-1/m-p/393752#M25374</link>
    <description>&lt;P&gt;Dean, I'm glad to hear that resolved your issue!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 03:50:48 GMT</pubDate>
    <dc:creator>CaseySmith</dc:creator>
    <dc:date>2017-09-07T03:50:48Z</dc:date>
    <item>
      <title>Error Happens When Scheduled Project Runs (EG 7.1)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Happens-When-Scheduled-Project-Runs-EG-7-1/m-p/392036#M25284</link>
      <description>&lt;P&gt;Just as background... i run several projects through task scheduler on Windows 10... I have been scheduling projects in SAS for years like this and have never had this issue before... and i have no earthly idea what it means or what i should do. &amp;nbsp;The scheduler triggers the project... and the screenshot below comes up and the project never ended up running. &amp;nbsp;To note... i can pull up the project manually and it runs flawless.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone lend some advice to me on how to fix this? &amp;nbsp;It's driving me crazy and I have googled this for hours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&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="SAS.PNG" style="width: 452px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14744iE265F05952BDDDB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS.PNG" alt="SAS.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 21:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Happens-When-Scheduled-Project-Runs-EG-7-1/m-p/392036#M25284</guid>
      <dc:creator>D_Z_</dc:creator>
      <dc:date>2017-08-30T21:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error Happens When Scheduled Project Runs (EG 7.1)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Happens-When-Scheduled-Project-Runs-EG-7-1/m-p/392086#M25285</link>
      <description>&lt;P&gt;It looks like the &lt;A href="https://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&amp;amp;l=EN-US&amp;amp;k=k(System.IO.Path.GetTempFileName);k(TargetFrameworkMoniker-.NETFramework,Version%3Dv4.5.1);k(DevLang-csharp)&amp;amp;rd=true" target="_self"&gt;Path&lt;SPAN&gt;.&lt;/SPAN&gt;GetTempFileName method&lt;/A&gt; call is failing on your computer.&amp;nbsp; If you follow that link you'll see a possible cause for this:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;The &lt;SPAN class="selflink"&gt;GetTempFileName&lt;/SPAN&gt; method will raise an &lt;A href="https://msdn.microsoft.com/en-us/library/system.io.ioexception(v=vs.110).aspx" target="_blank"&gt;IOException&lt;/A&gt; if it is used to create more than 65535 files without deleting previous temporary files.&lt;/P&gt;
&lt;P&gt;The &lt;SPAN class="selflink"&gt;GetTempFileName&lt;/SPAN&gt; method will raise an &lt;A href="https://msdn.microsoft.com/en-us/library/system.io.ioexception(v=vs.110).aspx" target="_blank"&gt;IOException&lt;/A&gt; if no unique temporary file name is available. To resolve this error, delete all unneeded temporary files.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, try cleaning up the temporary files in your user&amp;nbsp;temp directory.&lt;/P&gt;
&lt;P&gt;(Make sure you cleanup the temp files for the user that the scheduled task is running as.)&lt;/P&gt;
&lt;P&gt;(Type %temp% in the&amp;nbsp;path field&amp;nbsp;of&amp;nbsp;Windows Explorer and press Enter&amp;nbsp;to quickly navigate to the user temp directory for the currently logged in user.)&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 05:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Happens-When-Scheduled-Project-Runs-EG-7-1/m-p/392086#M25285</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-08-31T05:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error Happens When Scheduled Project Runs (EG 7.1)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Happens-When-Scheduled-Project-Runs-EG-7-1/m-p/393710#M25373</link>
      <description>&lt;P&gt;My sincer apologies for my late reply. &amp;nbsp;I was called out of town suddenly and just now getting back into town.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to tell you that i was dumbfounded to read your reply... little did i realize that i had over 90K temp files in my directory. &amp;nbsp;Once i whiped the files out... all of the scheduled projects started running again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are the absolute bomb. &amp;nbsp;I swear i was loosing my mind for a while there... and you helped me out of the swamp! &amp;nbsp;Thank you so much as this did indeed fix the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dean&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 20:47:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Happens-When-Scheduled-Project-Runs-EG-7-1/m-p/393710#M25373</guid>
      <dc:creator>D_Z_</dc:creator>
      <dc:date>2017-09-06T20:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error Happens When Scheduled Project Runs (EG 7.1)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Happens-When-Scheduled-Project-Runs-EG-7-1/m-p/393752#M25374</link>
      <description>&lt;P&gt;Dean, I'm glad to hear that resolved your issue!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 03:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Happens-When-Scheduled-Project-Runs-EG-7-1/m-p/393752#M25374</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-09-07T03:50:48Z</dc:date>
    </item>
  </channel>
</rss>

