<?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 RMS-RTB- (record too large) message from DCL with SYS$INPUT a mailbox in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/rms-rtb-record-too-large-message-from-dcl-with-sys-input-a/m-p/6048411#M28534</link>
    <description>&lt;P&gt;I have an application which spawns a detached process running LOGINOUT.EXE. The creator process uses two mailboxes for SYS$INPUT and SYS$OUTPUT to communicate with DCL in the created process. At one site a command line with 300-something characters sent through the mailbox to SYS$INPUT of the created process generates the RMS-RTB- message (record too large).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the very same command line works interactively and on my local system it doesn't fail even with command lines longer than 500 bytes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before looking into DCL sources, does anyone have an idea which quota/limit DCL uses to size the command line input buffer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guenther&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2013 21:08:35 GMT</pubDate>
    <dc:creator>GuentherF</dc:creator>
    <dc:date>2013-05-01T21:08:35Z</dc:date>
    <item>
      <title>RMS-RTB- (record too large) message from DCL with SYS$INPUT a mailbox</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-rtb-record-too-large-message-from-dcl-with-sys-input-a/m-p/6048411#M28534</link>
      <description>&lt;P&gt;I have an application which spawns a detached process running LOGINOUT.EXE. The creator process uses two mailboxes for SYS$INPUT and SYS$OUTPUT to communicate with DCL in the created process. At one site a command line with 300-something characters sent through the mailbox to SYS$INPUT of the created process generates the RMS-RTB- message (record too large).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the very same command line works interactively and on my local system it doesn't fail even with command lines longer than 500 bytes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before looking into DCL sources, does anyone have an idea which quota/limit DCL uses to size the command line input buffer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guenther&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2013 21:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-rtb-record-too-large-message-from-dcl-with-sys-input-a/m-p/6048411#M28534</guid>
      <dc:creator>GuentherF</dc:creator>
      <dc:date>2013-05-01T21:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-RTB- (record too large) message from DCL with SYS$INPUT a mailbox</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-rtb-record-too-large-message-from-dcl-with-sys-input-a/m-p/6049177#M28535</link>
      <description>This is one case where the version of VMS is critical. IIRC there were changes in this area.&lt;BR /&gt;&lt;BR /&gt;What version is involved here?&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Thu, 02 May 2013 11:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-rtb-record-too-large-message-from-dcl-with-sys-input-a/m-p/6049177#M28535</guid>
      <dc:creator>abrsvc</dc:creator>
      <dc:date>2013-05-02T11:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-RTB- (record too large) message from DCL with SYS$INPUT a mailbox</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-rtb-record-too-large-message-from-dcl-with-sys-input-a/m-p/6052663#M28536</link>
      <description>&lt;P&gt;Guenther,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Mailboxes have a maximum message size. What it is depends on how it is created (and, to some extent,&amp;nbsp;what version of OpenVMS you're using). See SHOW DEVICE/FULL MBAnnn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; See SYSGEN DEFMBXMXMSG for the default size. If you're creating it&amp;nbsp;yourself from DCL, see&amp;nbsp;&amp;nbsp;CREATE/MAILBOX/MESSAGE_SIZE, or the&amp;nbsp;maxmsg parameter for $CREMBX&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2013 05:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-rtb-record-too-large-message-from-dcl-with-sys-input-a/m-p/6052663#M28536</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2013-05-06T05:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: RMS-RTB- (record too large) message from DCL with SYS$INPUT a mailbox</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rms-rtb-record-too-large-message-from-dcl-with-sys-input-a/m-p/6056643#M28537</link>
      <description>&lt;P&gt;Yes indeed, the version is critical. The DCL command buffer size for non-terminal input was changed in V7.3-something&amp;nbsp; to 1024 (I think) from 256 before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And surprisingly (or not) the customer was running V7.2 and we&amp;nbsp;tested on V7.3 in our&amp;nbsp;lab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guenther&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2013 01:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rms-rtb-record-too-large-message-from-dcl-with-sys-input-a/m-p/6056643#M28537</guid>
      <dc:creator>GuentherF</dc:creator>
      <dc:date>2013-05-08T01:06:07Z</dc:date>
    </item>
  </channel>
</rss>

