<?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: Assign channel system service failed in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320310#M31238</link>
    <description>In fact, Ian, you don't know haw many exe are linked within an exe. So 20 is a good value but it could be 100 too.</description>
    <pubDate>Fri, 02 Jul 2004 03:15:17 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2004-07-02T03:15:17Z</dc:date>
    <item>
      <title>Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320301#M31229</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;Got the following interesting return code from a call to $CRMPSC_GFILE_64:&lt;BR /&gt;&lt;BR /&gt;%DEBUGBOOT-W-CHN, assign channel system service request failed.&lt;BR /&gt;&lt;BR /&gt;The process in question does create a lot of file backed global sections, but in this case are we hitting an internal limit imposed by OpenVMS or something else? The message doesn't seem to imply any quota problems.&lt;BR /&gt;&lt;BR /&gt;I can rework the process to use less global sections or rather not create them as file backed - but I would be interested to know what the cause of the problem is so that I can work around it now rather than later :)&lt;BR /&gt;&lt;BR /&gt;The system we are using is a DS10 running OpenVMS 7-3-2 with the VMS732_UPDATE V2.0 patch installed.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jul 2004 05:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320301#M31229</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2004-07-01T05:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320302#M31230</link>
      <description>could you be hitting CHANNELCNT or FILLM?&lt;BR /&gt;&lt;BR /&gt;could the return code be reported incorrectly i.e. are you reporting the code directly after calling the system service or saving it and reporting later?&lt;BR /&gt;&lt;BR /&gt;It may be that the process was trying to load the traceback image to report another problem but could  not as the process had ran out of channels</description>
      <pubDate>Thu, 01 Jul 2004 06:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320302#M31230</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-07-01T06:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320303#M31231</link>
      <description>Via google :&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_6308.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_6308.html&lt;/A&gt;</description>
      <pubDate>Thu, 01 Jul 2004 06:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320303#M31231</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-01T06:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320304#M31232</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;More likely channelcnt - checking the documentation put me off modifying this but I may give it a go.&lt;BR /&gt;&lt;BR /&gt;Wim - thanks for the link. As far as I can tell the system isn't leaking channels. Once its up and running very few new channels are assigned.&lt;BR /&gt;&lt;BR /&gt;Are there any side-effects/issues with upping the channelcnt parameter? Its not one I'm familiar with.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 01 Jul 2004 06:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320304#M31232</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2004-07-01T06:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320305#M31233</link>
      <description>The CHANNELCNT system parameter sets the size of the channel table in every process. As the size of each entry in this table is small (20 bytes on VMS V7.3-1) then setting it to be a largish value (say 4000) is not a big overhead.</description>
      <pubDate>Thu, 01 Jul 2004 06:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320305#M31233</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-07-01T06:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320306#M31234</link>
      <description>Note its a good idea to make CHANNELCNT a bit (say 20) larger than the largest FILLM quota on your system. This allows for some channels for things other than files.</description>
      <pubDate>Thu, 01 Jul 2004 06:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320306#M31234</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-07-01T06:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320307#M31235</link>
      <description>Ian, Wim&lt;BR /&gt;&lt;BR /&gt;Thanks for the help. The explanation itself is very useful and a good guide when we finally deliver these systems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 01 Jul 2004 06:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320307#M31235</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2004-07-01T06:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320308#M31236</link>
      <description>May help&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_1071.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_1071.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 01 Jul 2004 06:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320308#M31236</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-01T06:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320309#M31237</link>
      <description>just to clarify my previous comment&lt;BR /&gt;"Note its a good idea to make CHANNELCNT a bit (say 20) larger than the largest FILLM quota on your system. This allows for some channels for things other than files."&lt;BR /&gt;&lt;BR /&gt;should be at least (say 20) larger than largest FILLM.</description>
      <pubDate>Thu, 01 Jul 2004 07:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320309#M31237</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-07-01T07:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320310#M31238</link>
      <description>In fact, Ian, you don't know haw many exe are linked within an exe. So 20 is a good value but it could be 100 too.</description>
      <pubDate>Fri, 02 Jul 2004 03:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320310#M31238</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-02T03:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Assign channel system service failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320311#M31239</link>
      <description>true - 20 was just a random figure. The key point being CHANNELCNT needs to be above max FILLM by some reasonable amount otherwise bad things can happen.</description>
      <pubDate>Fri, 02 Jul 2004 03:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/assign-channel-system-service-failed/m-p/3320311#M31239</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-07-02T03:18:25Z</dc:date>
    </item>
  </channel>
</rss>

