<?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: SM49 External Program Ended with Exit Code 32 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989046#M1895708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Klaus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that. Like exit code 0 is for success, 2 is for incorrect parameter, what is 32 for? Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 10:25:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-31T10:25:43Z</dc:date>
    <item>
      <title>SM49 External Program Ended with Exit Code 32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989044#M1895706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to execute pgp command from SM49. It ended with exit code 32. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to find the documentation for this exit code anywhere. Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked the F'n Module: SXPG_COMMAND_EXECUTE but it's not there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 14:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989044#M1895706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-25T14:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: SM49 External Program Ended with Exit Code 32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989045#M1895707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the exit code comes directly from the called external program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I call command WWI_GET_DIR which is UNIX "ls-l" command in our system with parameter "/home", I get a result list and exit code is "0". If I pass parameter "/ohme" exit code from "ls - l" is "2".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 12:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989045#M1895707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-30T12:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: SM49 External Program Ended with Exit Code 32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989046#M1895708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Klaus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that. Like exit code 0 is for success, 2 is for incorrect parameter, what is 32 for? Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 10:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989046#M1895708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-31T10:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: SM49 External Program Ended with Exit Code 32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989047#M1895709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit codes 0 and 2 are from my sample calling unix command &lt;STRONG&gt;ls -l&lt;/STRONG&gt; and 2 might be something like "path not found".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know the exact command you use. Maybe an OS command guide will explain the exit codes ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 10:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989047#M1895709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-31T10:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: SM49 External Program Ended with Exit Code 32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989048#M1895710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interestingly the command is to execute a shell script. Apparently there was an issue with the file. I deleted the file, created a new script, gave 777 and then it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Klaus for your replies and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 06:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm49-external-program-ended-with-exit-code-32/m-p/10989048#M1895710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-02T06:53:30Z</dc:date>
    </item>
  </channel>
</rss>

