<?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: Debugging LSF file events in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/422646#M12975</link>
    <description>Classification: Public&lt;BR /&gt;&lt;BR /&gt;Yes, Platform Process Manager shows the job as waiting. It shows me (in the flow diagram) the list of file event dependencies, but doesn't tell me which of those (if any) it considers true.&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Dec 2017 09:05:56 GMT</pubDate>
    <dc:creator>jtlbg</dc:creator>
    <dc:date>2017-12-20T09:05:56Z</dc:date>
    <item>
      <title>Debugging LSF file events</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/422345#M12966</link>
      <description>&lt;P&gt;I have a job which I've scheduled to run via the Schedule Manager in SAS Management Console. I'm using Platform LSF as the scheduling server. The job is designed to start when some files arrive. I've used the "arrival" event rather than the "exists" event.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, despite all the files having arrived, the job is still in a waiting state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I diagnose the cause here? SAS Management Console gives me no information about jobs which have already been submitted for scheduling. None of the LSF command line utilities, or the Flow Manager application, appear to give me information about file events (external events in LSF lingo). I've checked and double-checked that the files really do exist, in the right location, with the right names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got other jobs which are successfully being triggered by file arrival so I don't think it's a general problem with my installation, which is SAS 9.4M4. Platform LSF is version 9.1.3.0.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 16:22:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/422345#M12966</guid>
      <dc:creator>jtlbg</dc:creator>
      <dc:date>2017-12-19T16:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSF file events</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/422542#M12973</link>
      <description>&lt;P&gt;Have you checked Platform Process Manager for the job? Is that where you see a status of "waiting"?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 00:28:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/422542#M12973</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-12-20T00:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSF file events</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/422646#M12975</link>
      <description>Classification: Public&lt;BR /&gt;&lt;BR /&gt;Yes, Platform Process Manager shows the job as waiting. It shows me (in the flow diagram) the list of file event dependencies, but doesn't tell me which of those (if any) it considers true.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:05:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/422646#M12975</guid>
      <dc:creator>jtlbg</dc:creator>
      <dc:date>2017-12-20T09:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSF file events</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/422846#M12979</link>
      <description>&lt;P&gt;I'd suggest opening a track with SAS Tech Support if you haven't done so already. I suspect you will need to dig into the LSF logs to make any progress.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/422846#M12979</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-12-20T19:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSF file events</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/424289#M13043</link>
      <description>Classification: Public&lt;BR /&gt;&lt;BR /&gt;We eventually resolved this ourselves. It seems the user that the LSF scheduling process runs as did not have access to the directory in which the trigger files were located. The vendor documentation is quite bare on this subject so this isn't a definitive root cause, but a permission change on the directory (chmod o+rx) worked.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jan 2018 09:59:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/424289#M13043</guid>
      <dc:creator>jtlbg</dc:creator>
      <dc:date>2018-01-02T09:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSF file events</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/424408#M13044</link>
      <description>&lt;P&gt;Please update your post as solved then.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 19:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Debugging-LSF-file-events/m-p/424408#M13044</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-01-02T19:35:34Z</dc:date>
    </item>
  </channel>
</rss>

