<?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: Flow manager ERROR in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827786#M24824</link>
    <description>&lt;P&gt;Yes , I tried with bjobs -u all and there is no single job running under this flow/user. Not sure why it is giving that ERROR.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 09:32:19 GMT</pubDate>
    <dc:creator>sathya66</dc:creator>
    <dc:date>2022-08-09T09:32:19Z</dc:date>
    <item>
      <title>Flow manager ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827583#M24810</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Master flow has sub flows in it. I tried to mark one job has complete to trigger another sub flow as it is waiting to complete this job. It is showing below ERROR but nothing is running on the server when I checked ps -ef |grep -I lsf . How can we check which job is running in this flow on the server?&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="sathya66_0-1659958636097.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74224i72EC7BFB2AE33BCE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sathya66_0-1659958636097.png" alt="sathya66_0-1659958636097.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 11:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827583#M24810</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-08-08T11:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Flow manager ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827597#M24813</link>
      <description>Process Manager launches jobs in LSF, do you see the job in your bjobs output? &lt;BR /&gt;&lt;BR /&gt;In Flow Manager if you open the incomplete flow it should indicate which jobs have completed and which have not.</description>
      <pubDate>Mon, 08 Aug 2022 12:27:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827597#M24813</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-08-08T12:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Flow manager ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827606#M24816</link>
      <description>&lt;P&gt;no jobs are running and I don't see anything in flow manager. one of the user &lt;SPAN&gt;manually tried to set off a job from within flow manager&amp;nbsp; and it didn't start but it seems to think it did as I can in the flow manager user is triggered a job in the waiting flow.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;bjobs
No unfinished job found&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sathya66_0-1659965119655.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74226i814B13F768AB4E9F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sathya66_0-1659965119655.png" alt="sathya66_0-1659965119655.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 13:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827606#M24816</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-08-08T13:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flow manager ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827661#M24817</link>
      <description>Running bjobs as root would only show jobs owned by root. You would want to add the option "-u all" to show all user's jobs:&lt;BR /&gt;&lt;BR /&gt;[sas@trcv003 ~]$ bsub sleep 30&lt;BR /&gt;Job &amp;lt;48105&amp;gt; is submitted to default queue &amp;lt;normal&amp;gt;.&lt;BR /&gt;[sas@trcv003 ~]$ sudo su -&lt;BR /&gt;Last login: Tue Aug  2 10:20:32 EDT 2022 on pts/4&lt;BR /&gt;[root@trcv003 ~]# bjobs&lt;BR /&gt;No unfinished job found&lt;BR /&gt;[root@trcv003 ~]# bjobs -u all&lt;BR /&gt;JOBID   USER    STAT  QUEUE      FROM_HOST   EXEC_HOST   JOB_NAME   SUBMIT_TIME&lt;BR /&gt;48105   sas     RUN   normal     trcv003.trc trcv051.trc sleep 30   Aug  8 13:51</description>
      <pubDate>Mon, 08 Aug 2022 17:53:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827661#M24817</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-08-08T17:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flow manager ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827786#M24824</link>
      <description>&lt;P&gt;Yes , I tried with bjobs -u all and there is no single job running under this flow/user. Not sure why it is giving that ERROR.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 09:32:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827786#M24824</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-08-09T09:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Flow manager ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827906#M24831</link>
      <description>Sounds like Process Manager might be having a problem then, you may want to engage Technical Support.</description>
      <pubDate>Tue, 09 Aug 2022 16:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-manager-ERROR/m-p/827906#M24831</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-08-09T16:26:01Z</dc:date>
    </item>
  </channel>
</rss>

