<?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: Image Ident regression in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046626#M60937</link>
    <description>Paul,&lt;BR /&gt;  Obviously it's your choice what you do, but please note that CRT$STARTUP.COM was only necessary when the DECC RTL was an addon kit "DEC C/C++ Run-Time Components" required for older versions of VMS (not "OpenVMS"! :-). That's what the "BADVMS" message is saying.&lt;BR /&gt;&lt;BR /&gt;It's unnecessary to run the startup procedure on V6.1 and above, as the RTLs have been fully integrated into the operating system. In some cases (such as this one) it's even detrimental. &lt;BR /&gt;&lt;BR /&gt;Please try starting your system without the procedure. If you can run any DECC or C++ programs without error, then you know the RTL is working correctly.</description>
    <pubDate>Wed, 13 Aug 2003 01:22:26 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2003-08-13T01:22:26Z</dc:date>
    <item>
      <title>Image Ident regression</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046622#M60933</link>
      <description>Each weekend when our VAX reboots, the system account receives the following e-mail message:&lt;BR /&gt;    The DEC C/C++ Run Time Components kit startup procedure in&lt;BR /&gt;    SYS$STARTUP:CRT$STARTUP.COM checks to insure that the proper file&lt;BR /&gt;    versions are still being used.  One or more of these checks has&lt;BR /&gt;    failed, as specified below.  This is most likely caused by the file(s)&lt;BR /&gt;    being replaced during a VMS upgrade or other product installation.&lt;BR /&gt;    This problem may, in turn, cause additional startup or execution&lt;BR /&gt;    problems.  To remedy these problems, reinstall the DEC C/C++ Run Time&lt;BR /&gt;    Components kit, AACRTxxx.A.  For more information, see the release&lt;BR /&gt;    notes in SYS$HELP:CRTxxx.RELEASE_NOTES.&lt;BR /&gt;&lt;BR /&gt;    Minimum image ident check failed&lt;BR /&gt;    Image name: SYS$LIBRARY:CMA$TIS_SHR.EXE&lt;BR /&gt;    Image ident: CMA V1.12-169&lt;BR /&gt;    Expected minimum ident: CMA V2.10-036&lt;BR /&gt;-----------------------------&lt;BR /&gt;But when I attempt to re-install the C++ Run-time components, it aborts and says it is no longer needed:&lt;BR /&gt;&lt;BR /&gt;        Beginning installation of AACRT V6.0 at 15:51&lt;BR /&gt;&lt;BR /&gt;%VMSINSTAL-I-RESTORE, Restoring product save set A ...&lt;BR /&gt;%VMSINSTAL-I-RELMOVED, Product's release notes have been moved to SYS$HELP.&lt;BR /&gt;  DEC C/C++ Version V06.0-60 Run-Time components for OpenVMS/VAX systems&lt;BR /&gt;&lt;BR /&gt;    Copyright (c) Digital Equipment Corporation, 1995.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;%AACRT-E-BADVMS, This system is running OpenVMS VAX V6.1 or above.  The DEC C/C+&lt;BR /&gt;+ Run-Time&lt;BR /&gt;-AACRT-E-BADVMS, components kits is no longer necessary.  Installation aborted.&lt;BR /&gt;%AACRT-E-RETRY, Please correct the reported problems before attempting&lt;BR /&gt;-AACRT-E-RETRY, to install DEC C/C++ Run-Time Components.&lt;BR /&gt;DEC C/C++ Run-Time Components installation aborted&lt;BR /&gt;%VMSINSTAL-E-INSFAIL, The installation of AACRT V6.0 has failed.&lt;BR /&gt;--------------------------------------&lt;BR /&gt;How do I stop it from failing the check ??&lt;BR /&gt;Should I just edit the SYS$STARTUP:CRT$STARTUP.COM to comment out the checking of the CMA$TIS_SHR.EXE version ??</description>
      <pubDate>Mon, 11 Aug 2003 18:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046622#M60933</guid>
      <dc:creator>Paul Goslin Rae McCarth</dc:creator>
      <dc:date>2003-08-11T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Image Ident regression</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046623#M60934</link>
      <description>Paul,&lt;BR /&gt;  There are two issues here. The first is that it is no longer necessary for you to run CTR$STARTUP.COM. This procedure dates from before DECC and C++ were integrated into OpenVMS/VAX (V6.0 and below). The second is a typo in the image ident for that image, which makes it appear to be a version regresion.&lt;BR /&gt;&lt;BR /&gt;The solution is to simply remove CRT$STARTUP.COM from your system startup.</description>
      <pubDate>Tue, 12 Aug 2003 00:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046623#M60934</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-08-12T00:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Image Ident regression</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046624#M60935</link>
      <description>I don't have access to a system that old.&lt;BR /&gt;&lt;BR /&gt;First I'd try to find out what sys$startup:crt$startup.com is actually doing.&lt;BR /&gt;&lt;BR /&gt;Then decide if you need to run it, you could comment it out of the system startups.&lt;BR /&gt;&lt;BR /&gt;You do seem to have old versions of the cma$tis files, but seeing as that you have stayed on V6.1 which is no longer supported you may just want to leave things as is.&lt;BR /&gt;&lt;BR /&gt;Out of interest, why do you reboot these systems weekly?</description>
      <pubDate>Tue, 12 Aug 2003 00:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046624#M60935</guid>
      <dc:creator>Rob Buxton</dc:creator>
      <dc:date>2003-08-12T00:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Image Ident regression</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046625#M60936</link>
      <description>Thanks for the suggestions and explanations.... I will probably simply comment out the check of the cma$tis_shr.exe file to stop the messages.&lt;BR /&gt;&lt;BR /&gt;This system has always been rebooted each weekend as a standard procedure.... started before I began working here.. it seems to clear up problems caused by our programmers doing testing, etc..... Being a software developer, our programmers often get a system into an unusable state from stress testing applications and modules, requiring a reboot.</description>
      <pubDate>Tue, 12 Aug 2003 13:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046625#M60936</guid>
      <dc:creator>Paul Goslin Rae McCarth</dc:creator>
      <dc:date>2003-08-12T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Image Ident regression</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046626#M60937</link>
      <description>Paul,&lt;BR /&gt;  Obviously it's your choice what you do, but please note that CRT$STARTUP.COM was only necessary when the DECC RTL was an addon kit "DEC C/C++ Run-Time Components" required for older versions of VMS (not "OpenVMS"! :-). That's what the "BADVMS" message is saying.&lt;BR /&gt;&lt;BR /&gt;It's unnecessary to run the startup procedure on V6.1 and above, as the RTLs have been fully integrated into the operating system. In some cases (such as this one) it's even detrimental. &lt;BR /&gt;&lt;BR /&gt;Please try starting your system without the procedure. If you can run any DECC or C++ programs without error, then you know the RTL is working correctly.</description>
      <pubDate>Wed, 13 Aug 2003 01:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/image-ident-regression/m-p/3046626#M60937</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-08-13T01:22:26Z</dc:date>
    </item>
  </channel>
</rss>

