<?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: Where can I find LSF support and discussion forums in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-can-I-find-LSF-support-and-discussion-forums/m-p/5377#M1708</link>
    <description>Hi:&lt;BR /&gt;
  These are all questions that you might consider asking Tech Support. There isn't a discussion forum for LSF. Not every Enterprise Intelligence platform installation uses the LSF Platform scheduler and for questions not answered by the LSF guide, your best resource for help is Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
  Here are some links and papers:&lt;BR /&gt;
&lt;A href="http://www.thotwave.com/Document%2Fpapers%2FSUGI_06%2FDIHOW%2F111-31.pdf" target="_blank"&gt;www.thotwave.com/Document%2Fpapers%2FSUGI_06%2FDIHOW%2F111-31.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/scalability/platform/pm_install_unix.pdf" target="_blank"&gt;http://support.sas.com/rnd/scalability/platform/pm_install_unix.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts779.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts779.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/scalability/platform/pm_using.pdf" target="_blank"&gt;http://support.sas.com/rnd/scalability/platform/pm_using.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/scalability/platform/pm_admin.pdf" target="_blank"&gt;http://support.sas.com/rnd/scalability/platform/pm_admin.pdf&lt;/A&gt; (jtrigger examples on page 115)&lt;BR /&gt;
[pre]&lt;BR /&gt;
% jtrigger myflow&lt;BR /&gt;
Triggers the flow definition myflow, which is owned by the current user.&lt;BR /&gt;
% jtrigger -u "user01" payupdt&lt;BR /&gt;
Triggers the flow definition payupdt, which is owned by user01.&lt;BR /&gt;
% jtrigger -v “PMONTH=October” payflow&lt;BR /&gt;
Triggers the flow definition payflow, which is owned by the current user, and passes it&lt;BR /&gt;
a value of October for the variable PMONTH.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Tue, 06 Nov 2007 05:43:29 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-11-06T05:43:29Z</dc:date>
    <item>
      <title>Where can I find LSF support and discussion forums</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-can-I-find-LSF-support-and-discussion-forums/m-p/5376#M1707</link>
      <description>1. Where can I find discussion forums on LSF?&lt;BR /&gt;
&lt;BR /&gt;
2. Can I execute a Flow through command line (Platform AIX) through jtrigger. Can I also pass the user name and password as it prompts me for the password and user id. &lt;BR /&gt;
&lt;BR /&gt;
3. Let me know if there is a better way that is generally used to execute a flow manually.&lt;BR /&gt;
&lt;BR /&gt;
4. How can I mail if a flow has failed.</description>
      <pubDate>Mon, 05 Nov 2007 23:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-can-I-find-LSF-support-and-discussion-forums/m-p/5376#M1707</guid>
      <dc:creator>SanjayM</dc:creator>
      <dc:date>2007-11-05T23:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find LSF support and discussion forums</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-can-I-find-LSF-support-and-discussion-forums/m-p/5377#M1708</link>
      <description>Hi:&lt;BR /&gt;
  These are all questions that you might consider asking Tech Support. There isn't a discussion forum for LSF. Not every Enterprise Intelligence platform installation uses the LSF Platform scheduler and for questions not answered by the LSF guide, your best resource for help is Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
  Here are some links and papers:&lt;BR /&gt;
&lt;A href="http://www.thotwave.com/Document%2Fpapers%2FSUGI_06%2FDIHOW%2F111-31.pdf" target="_blank"&gt;www.thotwave.com/Document%2Fpapers%2FSUGI_06%2FDIHOW%2F111-31.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/scalability/platform/pm_install_unix.pdf" target="_blank"&gt;http://support.sas.com/rnd/scalability/platform/pm_install_unix.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts779.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts779.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/scalability/platform/pm_using.pdf" target="_blank"&gt;http://support.sas.com/rnd/scalability/platform/pm_using.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/scalability/platform/pm_admin.pdf" target="_blank"&gt;http://support.sas.com/rnd/scalability/platform/pm_admin.pdf&lt;/A&gt; (jtrigger examples on page 115)&lt;BR /&gt;
[pre]&lt;BR /&gt;
% jtrigger myflow&lt;BR /&gt;
Triggers the flow definition myflow, which is owned by the current user.&lt;BR /&gt;
% jtrigger -u "user01" payupdt&lt;BR /&gt;
Triggers the flow definition payupdt, which is owned by user01.&lt;BR /&gt;
% jtrigger -v “PMONTH=October” payflow&lt;BR /&gt;
Triggers the flow definition payflow, which is owned by the current user, and passes it&lt;BR /&gt;
a value of October for the variable PMONTH.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 06 Nov 2007 05:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-can-I-find-LSF-support-and-discussion-forums/m-p/5377#M1708</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-11-06T05:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find LSF support and discussion forums</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-can-I-find-LSF-support-and-discussion-forums/m-p/5378#M1709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could please let me know How to &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #1f497d; font-size: 11pt;"&gt; determine if the calendar events we have in LSF scheduler can be handled by Windows Scheduler.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 13:55:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-can-I-find-LSF-support-and-discussion-forums/m-p/5378#M1709</guid>
      <dc:creator>Coa_sas</dc:creator>
      <dc:date>2012-06-14T13:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find LSF support and discussion forums</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-can-I-find-LSF-support-and-discussion-forums/m-p/5379#M1710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I never use the Windows scheduler or have a reason to teach about the Windows scheduler in the classes I teach, so I have no idea how it works in comparison to the LSF scheduler. As I suggested in my earlier post, I think that many or all of your questions are best handled by Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To open a track with Tech Support, fill out the form at this link:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/ctx/supportform/createForm"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 18:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-can-I-find-LSF-support-and-discussion-forums/m-p/5379#M1710</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-06-14T18:54:34Z</dc:date>
    </item>
  </channel>
</rss>

