<?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: NOCALLTRANS and SSRVEXCEPT process bugchecks in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194717#M1199</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This error most often occurs when a program created for the VAX&lt;BR /&gt;architecture is vested, linked and run on the Alpha. Recompile the native code using the /TIE qualifier and relink the&lt;BR /&gt;application using the /NONATIVE_ONLY qualifier&lt;BR /&gt;From the system help: &lt;BR /&gt;___________________________________&lt;BR /&gt; NOCALLTRANS,  code at 'address' cannot call translated code&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  The autojacketing routine EXE$NATIVE_TO_TRANSLATED terminated&lt;BR /&gt;                the user program. The native routine containing the specified&lt;BR /&gt;                address does not have a procedure signature block associated&lt;BR /&gt;                with it.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Compile the native routine using the /TIE qualifier. The&lt;BR /&gt;                debugger can identify the native routine by the address cited&lt;BR /&gt;                in the message.&lt;BR /&gt;&lt;BR /&gt;                To enable the native routine to call a translated routine, use&lt;BR /&gt;                the /NONATIVE_ONLY default for the LINK command when linking&lt;BR /&gt;                the image that contains the native routine.&lt;BR /&gt;&lt;BR /&gt;____________________________________&lt;BR /&gt;&lt;BR /&gt;This error most often occurs when a program created for the VAX&lt;BR /&gt;architecture is vested, linked and run on the Alpha. Recompile the native code using the /TIE qualifier and relink the application using the /NONATIVE_ONLY qualifier&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, as you are facing this problem with telnet users only, so updating TCPIP with ECO's can be a starting point...&lt;BR /&gt;&lt;BR /&gt;Best wishes,&lt;BR /&gt;Lokesh Jain</description>
    <pubDate>Tue, 17 Feb 2004 17:55:58 GMT</pubDate>
    <dc:creator>Lokesh_2</dc:creator>
    <dc:date>2004-02-17T17:55:58Z</dc:date>
    <item>
      <title>NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194716#M1198</link>
      <description>I think I've exhausted all my other options for analyzing this; the system is not under support any more.  The problem occurred some time ago, and unfortunately not all the info needed to debug was saved; at this point all we really have is the error log output since the operator, audit, and accounting logs have long since been purged, and no process dumps remain, if they were ever created.  Nor can we re-establish the configuration that had the problem, or install the hardware mentioned, until we can work out what likely caused the problem.  I've never seen the particular errors before.&lt;BR /&gt;&lt;BR /&gt;AS1200 5/533 dual, 1.5GB RAM. OVMS 7.2-2 with UPDATE V1.0, TCPIP V5.1  (no eco).  The system disk is on a KZPBA-CX UWSE bus, data storage is an HBA raid controller (ID's as a DAC960, I believe it is a KZPAC).  In this mode the system runs fine.  Note that the patches listed were current at the time of the test.&lt;BR /&gt;&lt;BR /&gt;The site attempted to set up fiber storage using a redundant pair of HSG60 controllers and a KGPSA-CA host adapter, moving the disks from the raid cabinet to use in the fiber-attached shelves (good backups were taken, drives initialized and restored).  The config had been tested with smaller drives on a backup server before trying to switch.&lt;BR /&gt;&lt;BR /&gt;On the first day of production use they experienced numerous process terminations; from the user POV it seemed they just got disconnected and had to log back on; it only affected telneted users, though since the vast majority used telnet that may not be relevant.&lt;BR /&gt;&lt;BR /&gt;The error log showed both NOCALLTRANS and SSRVEXCEPT bugchecks corresponding to the failures.  There is no known customer translated code on the system (for the NOCALLTRANS error).  The attachment is a sample of one of each of the bugcheck entries.  The PC is the same for each occurrence of NOCALLTRANS, and the same for each occurrence of SSRVEXCEPT; I don't have a 7.2-2 system with requivalent patches to see if they point at anything relevant.&lt;BR /&gt;&lt;BR /&gt;After a few hours they were forced to move the storage back to the raid controller and restore.  The problems stopped at that point, implying some connection to the fiber or controllers.  The customer really needs the performance increase so we're trying to track this one down so we know we can prevent it.&lt;BR /&gt;&lt;BR /&gt;The system has since been updated to current class 1 patches, but there was nothing in the release notes that matched this problem.&lt;BR /&gt;&lt;BR /&gt;Any thoughts, or previous experience would be appreciated, even if it is just to say there's no way to tell with the minimal info available.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2004 17:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194716#M1198</guid>
      <dc:creator>Richard Jordan</dc:creator>
      <dc:date>2004-02-17T17:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194717#M1199</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This error most often occurs when a program created for the VAX&lt;BR /&gt;architecture is vested, linked and run on the Alpha. Recompile the native code using the /TIE qualifier and relink the&lt;BR /&gt;application using the /NONATIVE_ONLY qualifier&lt;BR /&gt;From the system help: &lt;BR /&gt;___________________________________&lt;BR /&gt; NOCALLTRANS,  code at 'address' cannot call translated code&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  The autojacketing routine EXE$NATIVE_TO_TRANSLATED terminated&lt;BR /&gt;                the user program. The native routine containing the specified&lt;BR /&gt;                address does not have a procedure signature block associated&lt;BR /&gt;                with it.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Compile the native routine using the /TIE qualifier. The&lt;BR /&gt;                debugger can identify the native routine by the address cited&lt;BR /&gt;                in the message.&lt;BR /&gt;&lt;BR /&gt;                To enable the native routine to call a translated routine, use&lt;BR /&gt;                the /NONATIVE_ONLY default for the LINK command when linking&lt;BR /&gt;                the image that contains the native routine.&lt;BR /&gt;&lt;BR /&gt;____________________________________&lt;BR /&gt;&lt;BR /&gt;This error most often occurs when a program created for the VAX&lt;BR /&gt;architecture is vested, linked and run on the Alpha. Recompile the native code using the /TIE qualifier and relink the application using the /NONATIVE_ONLY qualifier&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, as you are facing this problem with telnet users only, so updating TCPIP with ECO's can be a starting point...&lt;BR /&gt;&lt;BR /&gt;Best wishes,&lt;BR /&gt;Lokesh Jain</description>
      <pubDate>Tue, 17 Feb 2004 17:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194717#M1199</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-02-17T17:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194718#M1200</link>
      <description>Lokesh,&lt;BR /&gt;     thank you for responding.  Unfortunately there is no known user-built vested code on the system; a pretty thorough audit was performed to be certain.  Plus the fact that the problem only occurred when the fiber drives were installed...  Thats why we still don't have a resolution; the problem doesn't make sense based on the reported error (at least that one).&lt;BR /&gt;&lt;BR /&gt;Rich Jordan</description>
      <pubDate>Tue, 17 Feb 2004 18:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194718#M1200</guid>
      <dc:creator>Richard Jordan</dc:creator>
      <dc:date>2004-02-17T18:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194719#M1201</link>
      <description>Hello Rich,&lt;BR /&gt;&lt;BR /&gt;there is an installation rating 2 patch kit out for 7.2-2 that addresses numerous problems with fiber attached storage (FIBER_SCSI V400). While it does not mention your problem explicitly I'd certainly install it for safety reasons before the next test (it is recommended for all installations that use fiber storage).&lt;BR /&gt;&lt;BR /&gt;I would also recommend ECO5 for TCP/IP 5.1 to cover the bases.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 17 Feb 2004 22:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194719#M1201</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-17T22:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194720#M1202</link>
      <description>Martin,&lt;BR /&gt;     thank you for responding.  The most recent update, any newer class 1, fibre_scsi, and TCPIP patches have in fact been installed over the last month or so.  The site is not willing to reconnect the fiber storage (for now) due to the amount of work involved since all the data disks have to be moved and rebuilt, until (and presumably _if_) they are able to locate the cause of the original problem.  They don't want to set the fiber storage back up just to have to back it down again if the problem reccurs.  The patches are one of the reasons I mentioned that we could not duplicate the problem configuration any more.&lt;BR /&gt;&lt;BR /&gt;     If we come up empty here, though, thats what they're going to have to do...&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Wed, 18 Feb 2004 10:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194720#M1202</guid>
      <dc:creator>Richard Jordan</dc:creator>
      <dc:date>2004-02-18T10:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194721#M1203</link>
      <description>Hello Rich,&lt;BR /&gt;&lt;BR /&gt;can you run the old and new in parallel for a while? This is what we generally do when phasing in a new storage array type. First we just connect it up and let it run empty for a while. Then we move one not so critical volume and then gradually the rest of the stuff (assuming we are not running into problems of course ;-)&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 18 Feb 2004 14:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194721#M1203</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-18T14:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194722#M1204</link>
      <description>That is how we're going to recommend proceeding if the cause of the previous problems cannot be worked out.  After all if the info available really is inadequate then there's not much choice other than trying to generate more complete and current info, or verify that the problem is no longer occurring even if we cannot guarantee why.&lt;BR /&gt;&lt;BR /&gt;Thanks for responding again.  I'm going to leave this open for another couple of days to see if anyone has experienced anything like this before... ahh for those darned audit/accounting logs...&lt;BR /&gt;&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2004 17:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194722#M1204</guid>
      <dc:creator>Richard Jordan</dc:creator>
      <dc:date>2004-02-18T17:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194723#M1205</link>
      <description>Thanks to all who responded.  Guess its a real mystery problem.  We're going to try and arrange reconnecting the fiber arrays and just go from there; hopefully the patches already installed will have a positive effect.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 17:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194723#M1205</guid>
      <dc:creator>Richard Jordan</dc:creator>
      <dc:date>2004-02-23T17:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194724#M1206</link>
      <description>Richard,&lt;BR /&gt;  Where you able to find the solution to this problem?  I happen to be in alomst the exact same situtation.  I have the same hardware and am runnign 7.2-2 with all ECO's.</description>
      <pubDate>Mon, 12 Apr 2004 08:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194724#M1206</guid>
      <dc:creator>George Busccher</dc:creator>
      <dc:date>2004-04-12T08:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: NOCALLTRANS and SSRVEXCEPT process bugchecks</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194725#M1207</link>
      <description>I think TCPIP includes some VESTed code in SMTP  server I think (reliance on VAXSCAN parahaps). There may be other things that have VESTed code  that you don't know about. For the curious I discovered the above reliance when I installed VMS without support for translated code once and found SMTP did not work. VMS V7.3-1 TCP 5.3</description>
      <pubDate>Tue, 13 Apr 2004 03:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nocalltrans-and-ssrvexcept-process-bugchecks/m-p/3194725#M1207</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-04-13T03:40:51Z</dc:date>
    </item>
  </channel>
</rss>

