<?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: Error: ident mismatch with shareable image in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224639#M105968</link>
    <description>&lt;P&gt;&amp;gt; This error started fairly recently, yet the executables have not been&lt;BR /&gt;&amp;gt; modified in decades..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What _has_ changed?&amp;nbsp; OS patches since then?&amp;nbsp; Was the executable&lt;BR /&gt;linked on the same system as you're trying to run it?&amp;nbsp; Recently?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; help /message SHRIDMISMAT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The usual (easier) cure is to relink the executable with the&lt;BR /&gt;currently available run-time stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Corrupt files could cause this, too, of course.&lt;/P&gt;&lt;P&gt;&amp;gt; [...] OpenVMS 6.2. [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The advice is more extensive on a newer system than on an old VAX,&lt;BR /&gt;but the action is typically the same.&amp;nbsp; From V8.4-2L3 (IA64):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; SHRIDMISMAT,  ident mismatch with shareable image

  Facility:     SYSTEM, System Services

  Explanation:  The activation of a component shareable image failed; the
                calling image expected a different (and typically newer)
                version of the shareable image than the image that was
                found during the failed activation attempt. Specifically,
                the global section match (GSMATCH) value associated with the
                shareable image was found to be incompatible with the GSMATCH
                specification for the version of the shareable image against
                which the calling image was originally linked.

                This error can occur under the following conditions:

                o According to the GSMATCH value established when the
                  shareable image was built, there has been an incompatible
                  change to the shareable image.

                o An attempt was made to run an image built for a newer
                  version of the specific shareable image or a newer OpenVMS
                  version or a newer OpenVMS Engineering Change Order
                  (ECO) in an environment with an older version of the same
                  shareable image.


  User Action:  Relink the executable image against the older version of the
                shareable image, or upgrade to the newer shareable image. You
                may need to relink the executable code for the mismatched (and
                probably older) configuration, possibly specifying a different
                GSMATCH. Alternatively, you may have to upgrade the version
                or apply a patch to OpenVMS or the application to make the
                shareable image match the GSMATCH expectations of the calling
                image.

                For details about creating and maintaining shareable images
                and for information on correctly using the GSMATCH mechanisms
                of the OpenVMS Linker utility, refer to the HP OpenVMS Linker
                Utility Manual.&lt;/LI-CODE&gt;&lt;P&gt;The advice there assumes that the shareable image is older, but newer&lt;BR /&gt;could trigger the same complaint.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2024 02:50:34 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2024-09-06T02:50:34Z</dc:date>
    <item>
      <title>Error: ident mismatch with shareable image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224625#M105967</link>
      <description>&lt;P&gt;I am running OpenVMS 6.2. I am getting an error trying to run a program. This error started fairly recently, yet the executables have not been modified in decades.. Also, I am not intentionally trying to use DEC Windows for anything.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ RUN COMETS$SYSTEM:SBL701&lt;BR /&gt;%DCL-W-ACTIMAGE, error activating image DECW$XTLIBSHRR5&lt;BR /&gt;-CLI-E-IMGNAME, image file DSA200:[SYS1.SYSCOMMON.][SYSLIB]DECW$XTLIBSHRR5.EXE;2&lt;BR /&gt;-SYSTEM-F-SHRIDMISMAT, ident mismatch with shareable image&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ dir/dat=mod COMETS$SYSTEM:SBL701&lt;BR /&gt;Directory COMETS1:[COMETS_55.CMT]&lt;BR /&gt;SBL701.EXE;6 4-JAN-1999 09:24:08.75&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ dir/dat=mod DSA200:[SYS1.SYSCOMMON.][SYSLIB]DECW$XTLIBSHRR5.EXE&lt;BR /&gt;Directory DSA200:[SYS1.SYSCOMMON.][SYSLIB]&lt;BR /&gt;DECW$XTLIBSHRR5.EXE;2 22-SEP-1995 15:39:07.95&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 06:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224625#M105967</guid>
      <dc:creator>Craigers01</dc:creator>
      <dc:date>2024-09-06T06:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error: ident mismatch with shareable image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224639#M105968</link>
      <description>&lt;P&gt;&amp;gt; This error started fairly recently, yet the executables have not been&lt;BR /&gt;&amp;gt; modified in decades..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What _has_ changed?&amp;nbsp; OS patches since then?&amp;nbsp; Was the executable&lt;BR /&gt;linked on the same system as you're trying to run it?&amp;nbsp; Recently?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; help /message SHRIDMISMAT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The usual (easier) cure is to relink the executable with the&lt;BR /&gt;currently available run-time stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Corrupt files could cause this, too, of course.&lt;/P&gt;&lt;P&gt;&amp;gt; [...] OpenVMS 6.2. [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The advice is more extensive on a newer system than on an old VAX,&lt;BR /&gt;but the action is typically the same.&amp;nbsp; From V8.4-2L3 (IA64):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; SHRIDMISMAT,  ident mismatch with shareable image

  Facility:     SYSTEM, System Services

  Explanation:  The activation of a component shareable image failed; the
                calling image expected a different (and typically newer)
                version of the shareable image than the image that was
                found during the failed activation attempt. Specifically,
                the global section match (GSMATCH) value associated with the
                shareable image was found to be incompatible with the GSMATCH
                specification for the version of the shareable image against
                which the calling image was originally linked.

                This error can occur under the following conditions:

                o According to the GSMATCH value established when the
                  shareable image was built, there has been an incompatible
                  change to the shareable image.

                o An attempt was made to run an image built for a newer
                  version of the specific shareable image or a newer OpenVMS
                  version or a newer OpenVMS Engineering Change Order
                  (ECO) in an environment with an older version of the same
                  shareable image.


  User Action:  Relink the executable image against the older version of the
                shareable image, or upgrade to the newer shareable image. You
                may need to relink the executable code for the mismatched (and
                probably older) configuration, possibly specifying a different
                GSMATCH. Alternatively, you may have to upgrade the version
                or apply a patch to OpenVMS or the application to make the
                shareable image match the GSMATCH expectations of the calling
                image.

                For details about creating and maintaining shareable images
                and for information on correctly using the GSMATCH mechanisms
                of the OpenVMS Linker utility, refer to the HP OpenVMS Linker
                Utility Manual.&lt;/LI-CODE&gt;&lt;P&gt;The advice there assumes that the shareable image is older, but newer&lt;BR /&gt;could trigger the same complaint.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 02:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224639#M105968</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2024-09-06T02:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error: ident mismatch with shareable image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224667#M105970</link>
      <description>&lt;P&gt;Try $ SET WATCH FILE/CLASS=MAJOR before running the image, this will list ALL shareable images, which are being activated. The error may be in one of the dependent images. $ SET WATCH FILE/CLASS=NOMAJOR to turn it off again.&lt;/P&gt;&lt;P&gt;$ ANALYZE/IMAGE can be used to check the GSMATCH MAJOR/MINOR IDs.&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 10:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224667#M105970</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2024-09-06T10:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error: ident mismatch with shareable image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224690#M105972</link>
      <description>&lt;P&gt;I am not aware of aything happening to the VAX related to this (Patching, etc.). I can confirm that this worked "8/10/22". I have looked through my DISKS for all files changed since then, and I find nothing interesting.&lt;/P&gt;&lt;P&gt;Here is my WATCH results. I really don't understand why any call to DECW is being called. SBL701.EXE is supposed to "compile" some data. It should not cause a Dec Window to be interacted with.. Anyway, thanks for all the help so far.&lt;/P&gt;&lt;P&gt;$ RUN COMETS$SYSTEM:SBL701&lt;BR /&gt;%XQP, Thread #0, Access (0,0,0) Status: 00000910&lt;BR /&gt;%XQP, Thread #0, Access SBL701.EXE;6 (1576,1,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Deaccess (1576,1,0) Reads: 5, Writes: 0, Status: 00000001&lt;BR /&gt;%DCL-W-ACTIMAGE, error activating image DECW$XTLIBSHRR5&lt;BR /&gt;-CLI-E-IMGNAME, image file DSA200:[SYS1.SYSCOMMON.][SYSLIB]DECW$XTLIBSHRR5.EXE&lt;BR /&gt;-SYSTEM-F-SHRIDMISMAT, ident mismatch with shareable image&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 18:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224690#M105972</guid>
      <dc:creator>Craigers01</dc:creator>
      <dc:date>2024-09-06T18:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error: ident mismatch with shareable image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224701#M105973</link>
      <description>&lt;P&gt;Did you check $ ANALYZE/IMAGE&amp;nbsp;&lt;SPAN&gt;COMETS$SYSTEM:SBL701 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could some logical(s) have changed ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Volker.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2024 08:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7224701#M105973</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2024-09-07T08:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error: ident mismatch with shareable image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7225026#M105974</link>
      <description>&lt;P&gt;Thanks so MUCH for your assistance. The advice about using WATCH taught me a new tool to diagnose issues. I has already used ana/image and according to the results I interpreted, I did not find a mismatch. My coworker copied three offending DECW executables from our PROD environment to DEV, and it is now working. I think the mystery will remain unsolved.&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 15:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7225026#M105974</guid>
      <dc:creator>Craigers01</dc:creator>
      <dc:date>2024-09-11T15:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error: ident mismatch with shareable image</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7225173#M105975</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Craig,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That's Excellent!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We are extremely glad to know the problem has been resolved and we appreciate you for keeping us updated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 07:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-ident-mismatch-with-shareable-image/m-p/7225173#M105975</guid>
      <dc:creator>Sunitha_Mod</dc:creator>
      <dc:date>2024-09-13T07:40:51Z</dc:date>
    </item>
  </channel>
</rss>

