<?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 Platform Process Manager issue. in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/449185#M12707</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today there was a strange issue in my Platform Process manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to execute the job and the job got failed in the environment i.e. in Platform Process Manger.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I'm checking the logs, there were no errors in the log and even the data has been loaded into destination as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What could be a potential reason for showing exit in Platform Process manager.Thanks in advance&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2018 22:43:26 GMT</pubDate>
    <dc:creator>Helannivas</dc:creator>
    <dc:date>2018-03-27T22:43:26Z</dc:date>
    <item>
      <title>Platform Process Manager issue.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/449185#M12707</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today there was a strange issue in my Platform Process manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to execute the job and the job got failed in the environment i.e. in Platform Process Manger.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I'm checking the logs, there were no errors in the log and even the data has been loaded into destination as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What could be a potential reason for showing exit in Platform Process manager.Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 22:43:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/449185#M12707</guid>
      <dc:creator>Helannivas</dc:creator>
      <dc:date>2018-03-27T22:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Platform Process Manager issue.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/449230#M12714</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/49831"&gt;@Helannivas&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first, I wonder if you have the option ERRORABEND enabled. Such option enables the SAS code to continue, even if it finds errors in a specific data step or procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second, I would check the log generated by your SAS code for that SAS job, including the log and lst files and the log from the Process Manager, say, lsb.events and such. Or the history of your job. What is the exit code for that job? That would give us more information.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 07:05:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/449230#M12714</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-03-28T07:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Platform Process Manager issue.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/451038#M12803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/49831" target="_blank"&gt;&lt;FONT color="#007dc3"&gt;@Helannivas&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you should look at the sasbatch.bat -file&lt;/P&gt;&lt;P&gt;Eg. :"E:\SAS\Config\Lev1\SasApp\BatchServer\sasbatch.bat"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As default it returns RC=1 if there is warnings in the sas-program. This will PPM interpret as an error.&lt;/P&gt;&lt;P&gt;To make it accept warnings and return 0, you should remove the REM statements in the last 4 lines of the sasbatch.bat-file&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set rc=%ERRORLEVEL%&lt;BR /&gt;if %rc%==1 goto makenormalexit&lt;BR /&gt;exit /b %rc%&lt;BR /&gt;:makenormalexit&lt;BR /&gt;exit /b 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should consider the arguments in this discussion:&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/SAS-Scheduler-ID-running-X-CMD/m-p/428996#M11953" target="_blank"&gt;SAS-Scheduler-ID-running-X-CMD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 11:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/451038#M12803</guid>
      <dc:creator>CHandberg</dc:creator>
      <dc:date>2018-04-04T11:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Platform Process Manager issue.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/451051#M12804</link>
      <description>&lt;P&gt;And if it's a WARNING, then clean up your code so that you don't get the WARNING on a proper run. WARNINGs are there for a purpose and should not be globally ignored.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:18:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/451051#M12804</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-04-04T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Platform Process Manager issue.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/451056#M12805</link>
      <description>Unfortunately SAS DI sometimes generate code that make Warnings you can't do anything about.&lt;BR /&gt;So to make your flow complete you have to do the "workaround".</description>
      <pubDate>Wed, 04 Apr 2018 12:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Platform-Process-Manager-issue/m-p/451056#M12805</guid>
      <dc:creator>CHandberg</dc:creator>
      <dc:date>2018-04-04T12:23:04Z</dc:date>
    </item>
  </channel>
</rss>

