<?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: ISTAT 30 error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113482#M38985</link>
    <description>LM,&lt;BR /&gt;&lt;BR /&gt;  A very common cause of channel leaks is not completing a wildcard search. For example, LIB$FIND_FILE with a wild card needs to be completed with LIB$FIND_FILE_END. If you miss the _END you'll leak one channel for each search that is started. FIND_FILE is a jacket around the RMS service SYS$SEARCH.&lt;BR /&gt;&lt;BR /&gt;  You need to be especially careful with these services because sometimes a filespec can be a wildcard without looking like one. For example "SYS$MANAGER:LOGIN.COM". Since SYS$MANAGER is a search list, this is effectively a wildcard search.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Dec 2007 21:37:37 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2007-12-11T21:37:37Z</dc:date>
    <item>
      <title>ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113457#M38960</link>
      <description>We have a series of applications written in FORTRAN that had been working under VMS 7.2 on a ES40&lt;BR /&gt;&lt;BR /&gt;Upon migrating to VMS 7.3-2 running on an ES45, users started encountering errors that are reporting as FORTRAN status = 30.&lt;BR /&gt;All file protections are set to World RWED access as well as the dirtectory structures. All user account quotas have been verified as matching those in use under 7.2&lt;BR /&gt;&lt;BR /&gt;These errore occurs randomly, on different files,  across several users and cannot be replicated upon demand. It appears to be a function of "time" - in other words - the longer use utilizes the application - the more likely it is to occur. &lt;BR /&gt;&lt;BR /&gt;Within the FORTRAN modules - we are using the following general flow&lt;BR /&gt;&lt;BR /&gt;Enter the module&lt;BR /&gt;- Call LIB$GET_LUN&lt;BR /&gt;- Open a file using that LUN&lt;BR /&gt;- Do some work on the file&lt;BR /&gt;- Close the LUN&lt;BR /&gt;- Call LIB$FREE_LUN&lt;BR /&gt;Exit the module&lt;BR /&gt;&lt;BR /&gt;has anyone seen this or have any suggestions.  My programmers are ready to pull out their hair!</description>
      <pubDate>Fri, 07 Dec 2007 15:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113457#M38960</guid>
      <dc:creator>LM_2</dc:creator>
      <dc:date>2007-12-07T15:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113458#M38961</link>
      <description>LM,&lt;BR /&gt;&lt;BR /&gt;There are many possibilities. I presume that your programming staff has reviewed the complete description of a return of 30 as described in the Fortran Programmer's Guide?&lt;BR /&gt;&lt;BR /&gt;Although it is not particularly common, I have seen cases where a programming practice that was in the "gray" area of conformance with the specification became an actual error in a later release. &lt;BR /&gt;&lt;BR /&gt;It is difficult to diagnose this problem without additional information. A review of the sources may be in order (certainly, if the problem is occurring in some seemingly random fashion, it may also be appropriate to make some provisions to capture details of each failure so that more extensive diagnosis can be done). Disclaimer: My firm, as do the firms of several other active participants in this forum, provides services in this area.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 07 Dec 2007 15:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113458#M38961</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-12-07T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113459#M38962</link>
      <description>LM,&lt;BR /&gt;&lt;BR /&gt;no reason for your programmers to loose their hair ;-)&lt;BR /&gt;&lt;BR /&gt;You need to improve your error detection and handling:&lt;BR /&gt;&lt;BR /&gt;CALL OPEN(...,STATUS=ISTAT,...)&lt;BR /&gt;IF (ISTAT .NE. 0) THEN&lt;BR /&gt;CALL ERRSNS (, RMS_STS, RMS_STV,,)&lt;BR /&gt;CALL LIB$SIGNAL(%VAL(RMS_STS),%VAL(RMS_STV))&lt;BR /&gt;ENDIF&lt;BR /&gt;&lt;BR /&gt;Taken from the FORTRAN User's Guide Page F-13&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/6443/aa-qjrwd-te.pdf" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/6443/aa-qjrwd-te.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Read more in chapter 7.3 Handling Errors&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 07 Dec 2007 15:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113459#M38962</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-12-07T15:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113460#M38963</link>
      <description>There's not much to go on here.&lt;BR /&gt;&lt;BR /&gt;IOSTAT 30 is OPEFAI, a file open failure.&lt;BR /&gt;This error appears a catch-all, and could be a channel or quota leak, or could conceivably be some sort of a collision during the file open operation.&lt;BR /&gt;&lt;BR /&gt;I'd probably code a FOR$*OPEFAI return to call for at least a traceback (stackdump), or to fire up the debugger dynamically, to see if I could get some details on the failure.&lt;BR /&gt;&lt;BR /&gt;For the former, dig around for details of the TBK$SHOW_TRACEBACK API, and for the latter dig around for the signal of SS$_DEBUG with some debugger commands.  The former did eventually get documented (after V7.3-2?) while the latter has been documented for a while. &lt;BR /&gt;&lt;BR /&gt;Also look around, as there are ways to get at the FAB from within Fortran, and there are fields down in there (fab$l_sts and fab$l_stv) that might shed more light on the particular failure.  You might have to use USEROPEN (depending on what caused this OPEN to tip over), but you might also be able to get at the FAB and its fields via FOR$RAB.  (Problem here is that the open failed, so the FAB and RAB might be gone by the time you go look; you might have to manage these structures yourself with USEROPEN to see what's really in there.)&lt;BR /&gt;&lt;BR /&gt;V7.3-2 on an AlphaServer ES45 is going to be faster than V7.2 on an AlphaServer ES40, so it's quite conceivable that a latent timing bug has been exposed.&lt;BR /&gt;&lt;BR /&gt;Do check for and load the Fortran and other mandatory ECOs for OpenVMS Alpha V7.3-2 (as per the normal HP support requests), should this become an escalation.&lt;BR /&gt;&lt;BR /&gt;You might want to look at raising the quotas, too.  Just because old and existing quotas tend to get stale.&lt;BR /&gt;&lt;BR /&gt;Alternatively, get some outside eyes to take a look at the code.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2007 16:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113460#M38963</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-12-07T16:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113461#M38964</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Did you change any logicals pointing to disc drives where the files are located after the upgrade to the new ES45?  That is, did you change any sCSI disc assignments?</description>
      <pubDate>Sun, 09 Dec 2007 16:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113461#M38964</guid>
      <dc:creator>DECxchange</dc:creator>
      <dc:date>2007-12-09T16:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113462#M38965</link>
      <description>&amp;gt; My programmers are ready to pull out their&lt;BR /&gt;&amp;gt; hair!&lt;BR /&gt;&lt;BR /&gt;One simple (-minded?) approach is to leave&lt;BR /&gt;the hair and pull out the simple Fortran&lt;BR /&gt;error handling.  It's been a long time since&lt;BR /&gt;I did anything serious with Fortran (back&lt;BR /&gt;when it was still FORTRAN), but, as I recall,&lt;BR /&gt;the error messages from an unhandled error&lt;BR /&gt;were much more informative than the OPEFAI&lt;BR /&gt;you got when you did the right thing.</description>
      <pubDate>Sun, 09 Dec 2007 20:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113462#M38965</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-12-09T20:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113463#M38966</link>
      <description>LM&lt;BR /&gt;&lt;BR /&gt;This may be what Steven was suggesting, but to be sure...&lt;BR /&gt;&lt;BR /&gt;Sometimes the easiest way to find out what a FORTRAN status means is to NOT try and handle it yourself. In simple terms, remove the IOSTAT clause from your OPEN statement and let the program fail.&lt;BR /&gt;&lt;BR /&gt;Obviously not great for production code, but if you're debugging you'll get the complete signal array in the resulting stack dump. Same kind of info as the code Volker is suggesting, but much easier to write the code and get it right.&lt;BR /&gt;&lt;BR /&gt;If you know there are certain status codes you want to handle, code it like this:&lt;BR /&gt;&lt;BR /&gt;   OPEN( whatever IOSTAT=stat etc...)&lt;BR /&gt;   IF(stat.NE.0)THEN&lt;BR /&gt;!     some error&lt;BR /&gt;      IF(stat.EQ.error1)THEN&lt;BR /&gt;!       handle error 1&lt;BR /&gt;      ELSE IF(stat.EQ.error2)THEN&lt;BR /&gt;!       handle error 2&lt;BR /&gt;!        ...etc&lt;BR /&gt;      ELSE&lt;BR /&gt;!       unexpected error - repeat OPEN without IOSTAT&lt;BR /&gt;        OPEN( whatever etc...)&lt;BR /&gt;      ENDIF&lt;BR /&gt;    ENDIF&lt;BR /&gt;&lt;BR /&gt;If it is some kind of access problem, turning on file access failure auditing might help too.&lt;BR /&gt;&lt;BR /&gt;$ SET AUDIT/ALARM/ENABLE=FILE=FAIL=ALL&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 09 Dec 2007 20:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113463#M38966</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-12-09T20:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113464#M38967</link>
      <description>Hello,&lt;BR /&gt;    You could be running into a record locking problem.  Are the files opened with the SHARED key word in the OPEN statement?  One way to get around this error is to put the OPEN statement and its error checking in a loop of so many tries, with a SYS$SETIMR or LIB$WAIT in between.  Then try the OPEN again.  The same goes for READ.  Even though the error might indicate a file OPEN error, it could also occur on a READ.  But I think a READ is Error code 36 instead of 30.  All of these codes are spelled out in an appendix in the FORTRAN Language Reference Manual.&lt;BR /&gt;&lt;BR /&gt;     One of my Alphas has a FORTRAN compiler and is running 7.3-2.  I can fire it up and test out some of your code if you'd like.&lt;BR /&gt;&lt;BR /&gt;     Some other thoughts.  Have any of these FORTRAN programs been recompiled since the OS upgrade?  Have you made sure your version of the FORTRAN compiler is compatible with the new OS?&lt;BR /&gt;&lt;BR /&gt;     I would think that if this were just an OS upgrade and no code changes, your code should function pretty much the same.  It might be these problems existed before and users just lived with them.  But now users may be blaming them on your upgrade.&lt;BR /&gt;&lt;BR /&gt;    However, I see you are also going from an ES40 to an ES45.  Have you made sure that all of your disc drives are pointed to according to where the application is expecting to see them?  That is, have you checked your logical name assignments?&lt;BR /&gt;&lt;BR /&gt;Greg Miller&lt;BR /&gt;DECxchange</description>
      <pubDate>Mon, 10 Dec 2007 00:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113464#M38967</guid>
      <dc:creator>DECxchange</dc:creator>
      <dc:date>2007-12-10T00:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113465#M38968</link>
      <description>Hello,&lt;BR /&gt;    I compiled and linked a small piece of FORTRAN code that opened a nonexistent file.&lt;BR /&gt;&lt;BR /&gt;PROGRAM open_file&lt;BR /&gt;&lt;BR /&gt;IMPLICIT NONE&lt;BR /&gt;&lt;BR /&gt;INTEGER iostatus,filun&lt;BR /&gt;&lt;BR /&gt;filun = 1&lt;BR /&gt;&lt;BR /&gt;OPEN(filun,FILE='decxchange.dat',STATUS='OLD',IOSTAT=iostatus,ERR=10)&lt;BR /&gt;&lt;BR /&gt;10         CONTINUE&lt;BR /&gt;WRITE(6,*)'iostatus = ',iostatus&lt;BR /&gt;&lt;BR /&gt;END&lt;BR /&gt;&lt;BR /&gt;$ fort open&lt;BR /&gt;$ link open&lt;BR /&gt;$ run open&lt;BR /&gt;iostatus = 29&lt;BR /&gt;&lt;BR /&gt;I could not reproduce an error 30.  I'm not exaclty sure what circumstances you are running into without knowing more about your OPEN statement (what parameters you are using to open the file).&lt;BR /&gt;&lt;BR /&gt;In fact, I tried using a LUN of 0, just in case your LIB$GET_LUN is not working for some reason.  But I still got an error opf 29.&lt;BR /&gt;&lt;BR /&gt;I also experimented with creating a file with the VMS CREATE command at the $ and then opening the file FORM='FORMATTED' and then FORM='UNFORMATTED' added to the OPEN statement.  However, the file would open with an iostatus of 0, meaning it opened the file OK.  I know that normally you can't mix formatted and unformatted under some conditions.  But I haven't fully played around with this yet.  I also messed around with RECORDSIZE And RECL.  But I could not get an error 30.  Just 29.&lt;BR /&gt;&lt;BR /&gt;Greg Miller&lt;BR /&gt;DECxchange</description>
      <pubDate>Mon, 10 Dec 2007 05:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113465#M38968</guid>
      <dc:creator>DECxchange</dc:creator>
      <dc:date>2007-12-10T05:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113466#M38969</link>
      <description>As others indicated, you really want to get the program to display the underlying RMS STS (and optional STV) fields. That will be a good, permanent, investment to the file.&lt;BR /&gt;&lt;BR /&gt;And you may want to monitor process quotas for a few sample users.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; randomly, on different files, across several users &lt;BR /&gt;&amp;gt;&amp;gt; the longer use utilizes the application - the more likely it is to occur. &lt;BR /&gt;&lt;BR /&gt;So clearly nothing to do with logical names or disk confusion during the migration, because if those are wrong it will never work.&lt;BR /&gt;&lt;BR /&gt;Also not likely anything to do with file locking allthough admittedl timing may have changed.&lt;BR /&gt;&lt;BR /&gt;And the error is on Open, so it can have nothing to do with a timing window on a record lock.&lt;BR /&gt;&lt;BR /&gt;Those 'over time' error tend to be QUOTA related with some form of leaking added in.&lt;BR /&gt;&lt;BR /&gt;So just monitor a 'prone' user for a while.&lt;BR /&gt;Ideally the SHOW PROC/CONT 'q' screen, but that's not available untill OpenVMS 8.3&lt;BR /&gt;&lt;BR /&gt;But you probably have, or can google for, a DCL script with GETJPIs to display the various COUNTS vs LIMITS.&lt;BR /&gt;Or just use ANALYZE/SYSTEM ... SHOW PROC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Running out of channels? (SYSGEN/SYSUAF)&lt;BR /&gt;Running out of PAGFILQUO?&lt;BR /&gt;&lt;BR /&gt;And monitor Virtual memory.&lt;BR /&gt;Are those files using RMS GLOBAL BUFFERS?&lt;BR /&gt;Running out of P0 (GETJPI FREP0VA)?&lt;BR /&gt;GBLSECTIONS, GBLPAGES?&lt;BR /&gt;&lt;BR /&gt;What else changed?&lt;BR /&gt;Did you switch to XFC? SHOW RMS?&lt;BR /&gt;Were all 7.3-2 patches applied?&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Dec 2007 06:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113466#M38969</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-12-10T06:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113467#M38970</link>
      <description>For what it's worth: If you need to have a contunious view on evolving process quota, PQUOTA is a program that might be of help:&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?PQUOTA" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?PQUOTA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;WG</description>
      <pubDate>Mon, 10 Dec 2007 07:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113467#M38970</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-12-10T07:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113468#M38971</link>
      <description>re: DECxchange:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Have any of these FORTRAN programs &lt;BR /&gt;&amp;gt;been recompiled since the OS upgrade? &lt;BR /&gt;&amp;gt;Have you made sure your version of the &lt;BR /&gt;&amp;gt;FORTRAN compiler is compatible with the &lt;BR /&gt;&amp;gt;new OS?"&lt;BR /&gt;&lt;BR /&gt;Just to clear up this misconception.&lt;BR /&gt;&lt;BR /&gt;On OpenVMS it is NEVER necessary to recompile or relink a correct, user mode program after upgrading OpenVMS. User mode code is guaranteed to be upwards compatible (OpenVMS engineering go to great lengths to fulfill that promise). It may be necessary for some other operating systems, but not OpenVMS (indeed, I believe there are some programs in the VAX Fortran regression test suite that were compiled and linked on VMS V1.0 in 1978)&lt;BR /&gt;&lt;BR /&gt;There's unlikely to be any significant benefit to be gained from recompiling (with the possible exception of forcing you to make sure you know where your sources are so you don't lose them!).&lt;BR /&gt;&lt;BR /&gt;You don't even need to recompile or relink to benefit from improvements or bug fixes in run time libraries, as you will automatically use the newer version.&lt;BR /&gt;&lt;BR /&gt;Since compilers are essentially usermode text processers, there is no such thing as a compiler which becomes "incompatible" with a new version of OpenVMS. Many compilers support having multiple versions installed on the same system.&lt;BR /&gt;&lt;BR /&gt;The biggest benefit of most new compilers is new features, which, by definition aren't required for existing code. There may be some bugs fixed (but again, working code doesn't need them), and there may be some improvements in generated code quality (but rarely significant enough to warrant dredging out all your old code for recompiling).</description>
      <pubDate>Mon, 10 Dec 2007 20:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113468#M38971</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-12-10T20:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113469#M38972</link>
      <description>After implementing the ERRSNS calls as recommended - we now see this - which is what I was expecting and does confirm my suspicions that the cause of the ISTAT = 30 is the fact that the process has exhausted all available channel allocation space. I cannot find any reason for this allocation failure within the code.&lt;BR /&gt;&lt;BR /&gt;IN MODULE: BLINK_WAVE_WORK_ORDER          &lt;BR /&gt;ERROR DURING OPEN                                                               &lt;BR /&gt;STATUS:     30&lt;BR /&gt;%RMS-F-CHN, assign channel system service request failed&lt;BR /&gt;%SYSTEM-F-NOIOCHAN, no I/O channel available&lt;BR /&gt;&lt;BR /&gt;HOWEVER - we are also seeing this within the user log files - I have not seen this before, but is most likely related to the problem we're seeing with the istat 30 issues. ( Read the HP Wizard response below) I am not saying that we have the EXACT situation - but the "%DEBUGBOOT" prefix of the message worries me. This should not happen - it is my understanding that the DEBUGBOOT handler only kicks in after all other means have failed.&lt;BR /&gt;&lt;BR /&gt;%DEBUGBOOT-W-CHN, assign channel system service request failed &lt;BR /&gt;%DEBUGBOOT-W-CHN, assign channel system service request failed &lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000003000000 &lt;BR /&gt;0000, PC=000000000019DCFC, PS=0000001B &lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000003000000 &lt;BR /&gt;0000, PC=000000000019DCFC, PS=0000001B &lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2007 16:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113469#M38972</guid>
      <dc:creator>LM_2</dc:creator>
      <dc:date>2007-12-11T16:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113470#M38973</link>
      <description>mcr sysgen show CHANNELCNT&lt;BR /&gt;&lt;BR /&gt;Done an AUTOGEN lately?</description>
      <pubDate>Tue, 11 Dec 2007 16:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113470#M38973</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-12-11T16:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113471#M38974</link>
      <description>&lt;!--!*#--&gt;Motivation:&lt;BR /&gt;&lt;BR /&gt;alp $ help /mess NOIOCHAN&lt;BR /&gt;&lt;BR /&gt; NOIOCHAN,  no I/O channel available&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  The process exceeds the number of I/O channels that can be&lt;BR /&gt;                assigned at one time.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Deassign another channel, or close a file and retry the&lt;BR /&gt;                operation. Check for a program error that fails to deassign&lt;BR /&gt;                channels or close files. Also check the SYSGEN parameter&lt;BR /&gt;                CHANNELCNT to see if it is high enough.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2007 16:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113471#M38974</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-12-11T16:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113472#M38975</link>
      <description>I have a two node cluster - here is what the channel count is on both nodes:&lt;BR /&gt;&lt;BR /&gt;SYSGEN&amp;gt;  SHOW CHAN&lt;BR /&gt;Parameter Name           Current    Default     Min.      Max.     Unit  Dynamic&lt;BR /&gt;--------------           -------    -------    -------   -------   ----  -------&lt;BR /&gt;CHANNELCNT                   2446        256        31      65535 Channels   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYSGEN&amp;gt;  SHOW CHAN&lt;BR /&gt;Parameter Name           Current    Default     Min.      Max.     Unit  Dynamic&lt;BR /&gt;--------------           -------    -------    -------   -------   ----  -------&lt;BR /&gt;CHANNELCNT                    256        256        31      65535 Channels   &lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2007 16:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113472#M38975</guid>
      <dc:creator>LM_2</dc:creator>
      <dc:date>2007-12-11T16:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113473#M38976</link>
      <description>LM,&lt;BR /&gt;&lt;BR /&gt;the SYSGEN parameter CHANNELCNT specifies the maximum number of channels, a process can have assigned at one time. This parameter does get monitored by AUTOGEN. Consider to check and increase this parameter. The parameter is not dynamic, so you have to reboot to change it.&lt;BR /&gt;&lt;BR /&gt;You can check running processes with:&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; SET PROC/id=&lt;PID-OF-PROCESS&gt;&lt;BR /&gt;SDA&amp;gt; SHOW PROC/CHAN&lt;BR /&gt;SDA&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;to see, whether the no. of open channels gets near the value of CHANNELCNT. There may be a channel leak, i.e. a process may forget to deassign channels.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;/PID-OF-PROCESS&gt;</description>
      <pubDate>Tue, 11 Dec 2007 16:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113473#M38976</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-12-11T16:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113474#M38977</link>
      <description>LM,&lt;BR /&gt;&lt;BR /&gt;typo warning -  I meant to say: CHANNELCNT dooes NOT get monitored by AUTOGEN feedback.&lt;BR /&gt;&lt;BR /&gt;CHANNELCNT=256 seems a little bit low on the 2nd node. Consider to set it to the same value as on the first node. Could 'randomly' mean, that processes on the 2nd node see the error, while those on the first node seem to work ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 11 Dec 2007 16:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113474#M38977</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-12-11T16:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113475#M38978</link>
      <description>I have been monitoring a few users - and what it seems like to me is.......these users's continually use the same "custom code" over and over again without exiting out of the command......the more times they use this piece of code continually - the more likely the chance they will get this error message.  So, to clarify -they are in our picking software, pick a part, continue on to pick a different part......so they could be in the exact same command for over an hour.....and it seems like they reach a limit and are kicked out.  That's why I am unsure about bumping up some parameters - cause at this point - I am not sure if it's a system (sysgen) issue - or a program issue.&lt;BR /&gt;&lt;BR /&gt;I am not sure if it is happening on just one particular node or not.  I can watch to clarify this.</description>
      <pubDate>Tue, 11 Dec 2007 16:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113475#M38978</guid>
      <dc:creator>LM_2</dc:creator>
      <dc:date>2007-12-11T16:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: ISTAT 30 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113476#M38979</link>
      <description>&lt;!--!*#--&gt;Around here:&lt;BR /&gt;&lt;BR /&gt;ALP $ mcr sysgen show CHANNELCNT&lt;BR /&gt;Parameter Name           Current    Default     Min.      Max.     Unit  Dynamic&lt;BR /&gt;--------------           -------    -------    -------   -------   ----  -------&lt;BR /&gt;CHANNELCNT                   4096        256        31      65535 Channels&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's been a while, but there was probably&lt;BR /&gt;some reason for the "MIN_CHANNELCNT = 4096"&lt;BR /&gt;in my MODPARAMS.DAT.  For some possibilities:&lt;BR /&gt;&lt;BR /&gt;seach sys$help:*.RELEASE_NOTES channelcnt</description>
      <pubDate>Tue, 11 Dec 2007 17:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/istat-30-error/m-p/4113476#M38979</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-12-11T17:01:34Z</dc:date>
    </item>
  </channel>
</rss>

