<?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: error 229380 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/error-229380/m-p/3941539#M11512</link>
    <description>Martin,&lt;BR /&gt;&lt;BR /&gt;you may be looking at the wrong area for your error.&lt;BR /&gt;&lt;BR /&gt;The initial error is 229380 (hex or decimal?).&lt;BR /&gt;&lt;BR /&gt;When you did the first EXIT command there was no specific message found for the error, and you got the generic NOMSG reply - with the HEX value of your error. The DCL prefix comes from the %X3 portion of the hex value.&lt;BR /&gt;&lt;BR /&gt;i.e. 229380 (decimal) = %X38004&lt;BR /&gt;&lt;BR /&gt;From there on you have been supplying a hex value to EXIT, but indicating a decimal radix!&lt;BR /&gt;&lt;BR /&gt;thus 38004 (decimal) = %X9474&lt;BR /&gt;&lt;BR /&gt;Therefore, your original error has absolutely nothing to do with BADCHAIN!&lt;BR /&gt;&lt;BR /&gt;If your original error was in hex rather than&lt;BR /&gt;decimal then you should check it with&lt;BR /&gt;&lt;BR /&gt;EXIT %X229380&lt;BR /&gt;&lt;BR /&gt;I get back %FDV-W-NOMSG, Message number 00299380&lt;BR /&gt;&lt;BR /&gt;Unfortunately I do not have V8.3 environment with Oracle 10 to check out the other message files for a possible match.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Feb 2007 07:29:51 GMT</pubDate>
    <dc:creator>Duncan Morris</dc:creator>
    <dc:date>2007-02-09T07:29:51Z</dc:date>
    <item>
      <title>error 229380</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-229380/m-p/3941537#M11510</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Brickwall after brick wall, I'm currently faced with error 229380 being returned from dbms_scheduler 10gr1 on openVMS 8.3.&lt;BR /&gt;&lt;BR /&gt;Here's what I've managed to deduce so far:&lt;BR /&gt;&lt;BR /&gt;ORACLE10:EC2&amp;gt;exit 229380&lt;BR /&gt;%DCL-F-NOMSG, Message number 00038004&lt;BR /&gt;ORACLE10:EC2&amp;gt;exit 38004&lt;BR /&gt;%SYSTEM-F-NOMSG, Message number 00009474&lt;BR /&gt;ORACLE10:EC2&amp;gt;exit 9474&lt;BR /&gt;%SYSTEM-E-BADCHAIN, chained item list is inaccessible or else chain is circular&lt;BR /&gt;ORACLE10:EC2&amp;gt;help /message SYSTEM-E-BADCHAIN&lt;BR /&gt;%MSGHLP-F-NOTFOUND, message not found in Help Message database&lt;BR /&gt;&lt;BR /&gt;Can anyone please explain what this error is about or where I might find more information?&lt;BR /&gt;&lt;BR /&gt;The program I'm trying to run, runs perfectly from the command line, but not from dbms_scheduler!?</description>
      <pubDate>Fri, 09 Feb 2007 03:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-229380/m-p/3941537#M11510</guid>
      <dc:creator>Martin Brindle</dc:creator>
      <dc:date>2007-02-09T03:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: error 229380</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-229380/m-p/3941538#M11511</link>
      <description>&lt;!--!*#--&gt; BADCHAIN,  chained item list is inaccessible or else chain is&lt;BR /&gt;            circular&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  The item list for the system service call contains an item&lt;BR /&gt;                code that was interpreted as a pointer to an additional item&lt;BR /&gt;                list (for example, JPI$_CHAIN). The BUFADR field of this item&lt;BR /&gt;                list entry either points to an inaccessible block of memory&lt;BR /&gt;                or points back to the beginning of the item list in which this&lt;BR /&gt;                entry occurs.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Verify that the BUFADR field of the chain item list entry&lt;BR /&gt;                points to a block of memory whose page protection is readable&lt;BR /&gt;                in the access mode of the system service caller. Also ensure&lt;BR /&gt;                that this address is not the same as the starting address of&lt;BR /&gt;                the current item list.</description>
      <pubDate>Fri, 09 Feb 2007 04:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-229380/m-p/3941538#M11511</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-02-09T04:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: error 229380</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-229380/m-p/3941539#M11512</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;you may be looking at the wrong area for your error.&lt;BR /&gt;&lt;BR /&gt;The initial error is 229380 (hex or decimal?).&lt;BR /&gt;&lt;BR /&gt;When you did the first EXIT command there was no specific message found for the error, and you got the generic NOMSG reply - with the HEX value of your error. The DCL prefix comes from the %X3 portion of the hex value.&lt;BR /&gt;&lt;BR /&gt;i.e. 229380 (decimal) = %X38004&lt;BR /&gt;&lt;BR /&gt;From there on you have been supplying a hex value to EXIT, but indicating a decimal radix!&lt;BR /&gt;&lt;BR /&gt;thus 38004 (decimal) = %X9474&lt;BR /&gt;&lt;BR /&gt;Therefore, your original error has absolutely nothing to do with BADCHAIN!&lt;BR /&gt;&lt;BR /&gt;If your original error was in hex rather than&lt;BR /&gt;decimal then you should check it with&lt;BR /&gt;&lt;BR /&gt;EXIT %X229380&lt;BR /&gt;&lt;BR /&gt;I get back %FDV-W-NOMSG, Message number 00299380&lt;BR /&gt;&lt;BR /&gt;Unfortunately I do not have V8.3 environment with Oracle 10 to check out the other message files for a possible match.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2007 07:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-229380/m-p/3941539#M11512</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2007-02-09T07:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: error 229380</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-229380/m-p/3941540#M11513</link>
      <description>If your first exit 229380 does not produce a reasonable error, don't bother with a chain of translations.  It's either the first status, or not -- it's not a "status pointer" construction.  (There can be signals buried in stack frames, but even those aren't indirected.)  &lt;BR /&gt;&lt;BR /&gt;Another reply mentions the radix, that's a common way where the (first) translation won't be valid.  More than a few tools are not good at indicating whether the status is decimal or hexadecimal.  (Made this one myself.)&lt;BR /&gt;&lt;BR /&gt;There's also nothing that says the error code is valid, either.  It's possible for an application to tip over and leave some junk in the register that becomes the status value visible from DCL.&lt;BR /&gt;&lt;BR /&gt;I'd be looking for ECOs, and then to discuss this case with Oracle, assuming this value is returned directly from DBMS_SCHEDULER and not from some local code.&lt;BR /&gt;&lt;BR /&gt;None of what I immediately see here looks like a valid error code, so either Oracle isn't following the status code rules or the status code is bad.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2007 08:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-229380/m-p/3941540#M11513</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-09T08:35:08Z</dc:date>
    </item>
  </channel>
</rss>

