<?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: MMS file aborting with CLI status %X10000000 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003015#M34778</link>
    <description>Thanks, that's just what I was looking for. I'll look into that file you mentioned as well, but for now I'll just ignore the error.&lt;BR /&gt;&lt;BR /&gt;Thanks again to both of you for your help.</description>
    <pubDate>Wed, 13 Sep 2006 10:09:52 GMT</pubDate>
    <dc:creator>ed y</dc:creator>
    <dc:date>2006-09-13T10:09:52Z</dc:date>
    <item>
      <title>MMS file aborting with CLI status %X10000000</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003009#M34772</link>
      <description>&lt;!--!*#--&gt;I have an MMS file for testing that consists of only one line:&lt;BR /&gt;&lt;BR /&gt; @ java -version&lt;BR /&gt;&lt;BR /&gt;This, of course, runs fine when run at the command prompt. In the MMS file, though, the task complets, but displays the following error:&lt;BR /&gt;&lt;BR /&gt;%MMS-F-ABORT, For target TESTPROJ, CLI returned abort status: %X10000000&lt;BR /&gt;&lt;BR /&gt;Any ideas as to why this might be happening? Thanks in advance for any help you can give me.</description>
      <pubDate>Wed, 13 Sep 2006 08:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003009#M34772</guid>
      <dc:creator>ed y</dc:creator>
      <dc:date>2006-09-13T08:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: MMS file aborting with CLI status %X10000000</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003010#M34773</link>
      <description>%X10000000 is a status of 0 with the flag set to tell EXIT not to output a message.&lt;BR /&gt;Check what status java-version returns.</description>
      <pubDate>Wed, 13 Sep 2006 08:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003010#M34773</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-09-13T08:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: MMS file aborting with CLI status %X10000000</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003011#M34774</link>
      <description>Here is what $status is set to after running that line:&lt;BR /&gt;&lt;BR /&gt;%X00010001</description>
      <pubDate>Wed, 13 Sep 2006 09:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003011#M34774</guid>
      <dc:creator>ed y</dc:creator>
      <dc:date>2006-09-13T09:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: MMS file aborting with CLI status %X10000000</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003012#M34775</link>
      <description>Is there a space or tab in front of the @java-version in your mms file. I think action lines have to start with a tab</description>
      <pubDate>Wed, 13 Sep 2006 09:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003012#M34775</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-09-13T09:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: MMS file aborting with CLI status %X10000000</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003013#M34776</link>
      <description>Tried it - same error message. For what it's worth, this error quits my MMS file prematurely (unless I run it with /ignore, which I've been doing). Also, with no "- version" on the line, it runs fine. It's only when I supply any arguments to the java command that it produces the error.</description>
      <pubDate>Wed, 13 Sep 2006 09:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003013#M34776</guid>
      <dc:creator>ed y</dc:creator>
      <dc:date>2006-09-13T09:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: MMS file aborting with CLI status %X10000000</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003014#M34777</link>
      <description>Around here:&lt;BR /&gt;&lt;BR /&gt;alp $ java -version&lt;BR /&gt;java version "1.4.2"&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition&lt;BR /&gt;Fast VM (build 1.4.2-4.p2, build J2SDK.v.1.4.2:05/09/2005-13:09, native threads,&lt;BR /&gt; jit_142)&lt;BR /&gt;alp $ write sys$output $status&lt;BR /&gt;%X10000000&lt;BR /&gt;&lt;BR /&gt;So, it appears that when Java actually does&lt;BR /&gt;something (beyond offering usage info), it&lt;BR /&gt;returns a UNIX-like status value (more or&lt;BR /&gt;less, where zero = good).&lt;BR /&gt;&lt;BR /&gt;Adding a "-" (Ignore) to the action line may&lt;BR /&gt;be the easy way out.  I've never used it, but&lt;BR /&gt;HELP MMS Description_File User_Defined_Severity&lt;BR /&gt;looks interesting.</description>
      <pubDate>Wed, 13 Sep 2006 10:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003014#M34777</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-09-13T10:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: MMS file aborting with CLI status %X10000000</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003015#M34778</link>
      <description>Thanks, that's just what I was looking for. I'll look into that file you mentioned as well, but for now I'll just ignore the error.&lt;BR /&gt;&lt;BR /&gt;Thanks again to both of you for your help.</description>
      <pubDate>Wed, 13 Sep 2006 10:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003015#M34778</guid>
      <dc:creator>ed y</dc:creator>
      <dc:date>2006-09-13T10:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: MMS file aborting with CLI status %X10000000</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003016#M34779</link>
      <description>Solution described in thread.</description>
      <pubDate>Wed, 13 Sep 2006 10:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-file-aborting-with-cli-status-x10000000/m-p/5003016#M34779</guid>
      <dc:creator>ed y</dc:creator>
      <dc:date>2006-09-13T10:10:49Z</dc:date>
    </item>
  </channel>
</rss>

