{"id":785,"date":"2015-09-27T10:10:19","date_gmt":"2015-09-27T08:10:19","guid":{"rendered":"http:\/\/www.netexpertise.eu\/en\/?p=785"},"modified":"2021-09-15T08:22:40","modified_gmt":"2021-09-15T06:22:40","slug":"language-version-mismatch-when-upgrading-ibm-client-access","status":"publish","type":"post","link":"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html","title":{"rendered":"Language Version Mismatch Upgrading IBM Client Access"},"content":{"rendered":"\n<p><a href=\"\/en\/tag\/ibm-i\">IBM i<\/a> Client Access &#8211; also called Client Access for iSeries &#8211; is Windows traditional heavy client to connect to AS400 platforms. While upgrading Client Access, I get a language version mismatch error some time to time.<br>\u00a0<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"\/images\/Language_Mismatch.png\" alt=\"Language version mismatch\"\/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-left\"><em>The primary language version Mri2924 that is currently installed does not match the language version MRI2924 to which you are trying to upgrade. The upgrade cannot continue. To change the language to MRI2924, remove the product and restart the install.<\/em><\/p>\n\n\n\n<p><br>\u00a0<br>IBM recommend on their website to remove the software and reinstall. But the case in the version needs to be fixed beforehand. As shown in the &#8220;Language version mismatch&#8221; error message, it needs to be in uppercase.<br>This should be changed in the registry to match the new name. Either do it manually or with the following command lines (MRI2924 is for English, replace with your own version) in a DOS command prompt. The location in the registry is different for 32 and 64 bits clients.<br>\u00a0<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"powershell\" class=\"language-powershell\">@echo off\nSETLOCAL ENABLEDELAYEDEXPANSION\n\nREM 32\/64 bits client access install\nset v=0\n\nfor \/f \"usebackq tokens=* delims= \" %%I in \n(`reg query \"HKLM\\SOFTWARE\\IBM\\Client Access\\CurrentVersion\" \n\/v version ^| findstr \"REG_SZ\"`)\ndo (for \/f \"tokens=3\" %%i in (\"%%I\") do set v=\"%%i\")\n\nif %v% == \"5\" reg add \"HKLM\\SOFTWARE\\IBM\\Client Access\\CurrentVersion\" \n\/v SourceInstallMRI \/t REG_SZ \/d MRI2928 \/f\n\nREM 32 bits install on 64 bits Windows OS\nset v=0\n\nfor \/f \"usebackq tokens=* delims= \" %%I in \n(`reg query \"HKLM\\SOFTWARE\\Wow6432Node\\IBM\\Client Access\\CurrentVersion\" \n\/v version ^| findstr \"REG_SZ\"`)\ndo (for \/f \"tokens=3\" %%i in (\"%%I\") do set v=\"%%i\")\n\nif %v% == \"5\" reg add \"HKLM\\SOFTWARE\\Wow6432Node\\IBM\\Client Access\\CurrentVersion\" \n\/v SourceInstallMRI \/t REG_SZ \/d MRI2928 \/f<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>IBM i Client Access &#8211; also called Client Access for iSeries &#8211; is Windows traditional heavy client to connect to AS400 platforms. While upgrading Client Access, I get a language version mismatch error some time to time.\u00a0 The primary language version Mri2924 that is currently installed does not match the language version MRI2924 to which [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[210],"tags":[396,405,230],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Netexpertise - Language Version Mismatch Upgrading IBM Client Access<\/title>\n<meta name=\"description\" content=\"Fix &quot;Language Version Mismatch&quot; error message when upgrading an old IBM Client Access ACS version on Windows\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Netexpertise - Language Version Mismatch Upgrading IBM Client Access\" \/>\n<meta property=\"og:description\" content=\"Fix &quot;Language Version Mismatch&quot; error message when upgrading an old IBM Client Access ACS version on Windows\" \/>\n<meta property=\"og:url\" content=\"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html\" \/>\n<meta property=\"og:site_name\" content=\"Netexpertise\" \/>\n<meta property=\"article:published_time\" content=\"2015-09-27T08:10:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-15T06:22:40+00:00\" \/>\n<meta name=\"author\" content=\"dave\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@netexpertise\" \/>\n<meta name=\"twitter:site\" content=\"@netexpertise\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html\",\"url\":\"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html\",\"name\":\"Netexpertise - Language Version Mismatch Upgrading IBM Client Access\",\"isPartOf\":{\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#website\"},\"datePublished\":\"2015-09-27T08:10:19+00:00\",\"dateModified\":\"2021-09-15T06:22:40+00:00\",\"author\":{\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa\"},\"description\":\"Fix \\\"Language Version Mismatch\\\" error message when upgrading an old IBM Client Access ACS version on Windows\",\"breadcrumb\":{\"@id\":\"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/www.netexpertise.eu\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Language Version Mismatch Upgrading IBM Client Access\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#website\",\"url\":\"http:\/\/www.netexpertise.eu\/en\/\",\"name\":\"Netexpertise\",\"description\":\"Systems \/ Networks \/ DevOps\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.netexpertise.eu\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa\",\"name\":\"dave\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g\",\"caption\":\"dave\"},\"sameAs\":[\"http:\/\/www.netexpertise.eu\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Netexpertise - Language Version Mismatch Upgrading IBM Client Access","description":"Fix \"Language Version Mismatch\" error message when upgrading an old IBM Client Access ACS version on Windows","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html","og_locale":"en_US","og_type":"article","og_title":"Netexpertise - Language Version Mismatch Upgrading IBM Client Access","og_description":"Fix \"Language Version Mismatch\" error message when upgrading an old IBM Client Access ACS version on Windows","og_url":"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html","og_site_name":"Netexpertise","article_published_time":"2015-09-27T08:10:19+00:00","article_modified_time":"2021-09-15T06:22:40+00:00","author":"dave","twitter_card":"summary_large_image","twitter_creator":"@netexpertise","twitter_site":"@netexpertise","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html","url":"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html","name":"Netexpertise - Language Version Mismatch Upgrading IBM Client Access","isPartOf":{"@id":"http:\/\/www.netexpertise.eu\/en\/#website"},"datePublished":"2015-09-27T08:10:19+00:00","dateModified":"2021-09-15T06:22:40+00:00","author":{"@id":"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa"},"description":"Fix \"Language Version Mismatch\" error message when upgrading an old IBM Client Access ACS version on Windows","breadcrumb":{"@id":"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/www.netexpertise.eu\/en\/systems\/as400\/language-version-mismatch-when-upgrading-ibm-client-access.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/www.netexpertise.eu\/en"},{"@type":"ListItem","position":2,"name":"Language Version Mismatch Upgrading IBM Client Access"}]},{"@type":"WebSite","@id":"http:\/\/www.netexpertise.eu\/en\/#website","url":"http:\/\/www.netexpertise.eu\/en\/","name":"Netexpertise","description":"Systems \/ Networks \/ DevOps","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.netexpertise.eu\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/cb4cd666549d22e9070ec1cfc1a496fa","name":"dave","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/www.netexpertise.eu\/en\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/1129916e1f4955bd632f27f836f64e55?s=96&d=mm&r=g","caption":"dave"},"sameAs":["http:\/\/www.netexpertise.eu"]}]}},"_links":{"self":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/posts\/785"}],"collection":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/comments?post=785"}],"version-history":[{"count":0,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/posts\/785\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/media?parent=785"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/categories?post=785"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.netexpertise.eu\/en\/wp-json\/wp\/v2\/tags?post=785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}