{"id":787,"date":"2019-10-15T18:43:23","date_gmt":"2019-10-15T18:43:23","guid":{"rendered":"https:\/\/ricardomoinhos.com\/?p=787"},"modified":"2021-08-18T15:17:41","modified_gmt":"2021-08-18T14:17:41","slug":"using-nav-bc-different-cumulative-update-versions-in-the-same-machine","status":"publish","type":"post","link":"https:\/\/ricardomoinhos.com\/pt\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/","title":{"rendered":"Using NAV\/BC different Cumulative Update versions in the same machine"},"content":{"rendered":"\r\n<p>In my previous article <a href=\"https:\/\/ricardomoinhos.com\/dynamics-nav-server-hack-by-examples\/\">Dynamics NAV Server hack by examples<\/a> I&#8217;ve enumerated some tips on how to create and maintain NAV servers in a very hacky way.<\/p>\r\n\r\n\r\n\r\n<p>In this article I want to show you how to use Powershell modules with the same NAV\/BC version but different cumulative updates on the same machine.<\/p>\r\n\r\n\r\n\r\n<p>Please note that from now on I\u2019ll refer to Business Central (BC) only but this article applies to Dynamics NAV as well.<\/p>\r\n\r\n\r\n\r\n<p>I&#8217;ll describe the steps I&#8217;ve followed to install BC Spring Release RTM (14.0.29530.0) and BC Spring Release CU2 (14.0.34444.0) in the same machine.<\/p>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\">BC Installation (NST, RTC &amp; Web Client)<\/h4>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>To install BC SR RTM run the setup from the installation files<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_1.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_2.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Please note that I&#8217;ve changed the installation path and database name adding the suffix _RTM to distinguish from later versions where I\u2019ve used the _CU2 suffix.<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>After the installation I&#8217;ve tried to install BC SR CU2 from the installation files as well but I didn&#8217;t have the option to install BC SR CU2 as a different application. The setup shows that BC Spring Release is already installed although I&#8217;m installing a different cumulative update.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"613\" height=\"526\" class=\"wp-image-795\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_3.png\" alt=\"\" srcset=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_3.png 613w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_3-300x257.png 300w\" sizes=\"auto, (max-width: 613px) 100vw, 613px\" \/><\/figure>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>If I try to run the ServiceTier setup executable directly I get the following error message:<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"958\" height=\"229\" class=\"wp-image-796\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_4.png\" alt=\"\" srcset=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_4.png 958w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_4-300x72.png 300w, https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_4-768x184.png 768w\" sizes=\"auto, (max-width: 958px) 100vw, 958px\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_5.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Well, it seems that Microsoft doesn&#8217;t allow us to install two cumulative updates for the same NAV\/BC version in the same machine.<br \/>How to handle this?<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Manually copy the Server, RoleTailored and WebClient folders from the installation dvd:<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p><strong>ServiceTier\\program files\\Microsoft Dynamics NAV\\140<\/strong> to <strong>C:\\Program Files\\Microsoft Dynamics 365 Business Central\\140_CU2<\/strong><\/p>\r\n<p><strong>RoleTailoredClient\\program files\\Microsoft Dynamics NAV\\140<\/strong> to <strong>C:\\Program Files\\Microsoft Dynamics 365 Business Central\\140_CU2<\/strong><\/p>\r\n<p><strong>WebClient\\Microsoft Dynamics NAV\\140<\/strong> to <strong>C:\\Program Files\\Microsoft Dynamics 365 Business Central\\140_CU2<\/strong><\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\">Powershell modules installation<\/h4>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Let&#8217;s create the BC server. We have two options. Option 1 is to use ServiceTierAdministration. I won&#8217;t detail that in this article. Option 2 is to use BC Powershell modules. Let&#8217;s do it.\r\n<ul>\r\n<li>UPDATE: 2021-08-18 &#8211; Check my new article about ServiceTierAdministrator (<a href=\"https:\/\/ricardomoinhos.com\/pt\/managing-nav-bc-server-instances-with-servicetieradministrator\/\">https:\/\/ricardomoinhos.com\/pt\/managing-nav-bc-server-instances-with-servicetieradministrator\/)<\/a><\/li>\r\n<\/ul>\r\n<\/li>\r\n<li>Open Powershell ISE as administrator and import BC SR RTM modules first.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p>Import-Module &#8220;C:\\Program Files\\Microsoft Dynamics 365 Business Central\\140_RTM\\Service\\NAVAdminTool.ps1&#8221; -force<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_6.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Version is 14.0.29530 so it is ok.<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Now close Powershell ISE (it is mandatory), open it again and import BC SR CU2 modules instead.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p>Import-Module &#8220;C:\\Program Files\\Microsoft Dynamics 365 Business Central\\140_CU2\\Service\\NAVAdminTool.ps1&#8221; -force<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_7.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Version 14.0.29530 again. Ups, something went wrong! \ud83d\ude42<\/p>\r\n\r\n\r\n\r\n<p>This is happening because the BC module reads the BC Service path in Windows Registry.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_8.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>In the Windows Registry I have:<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_9.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>So what do we need to do?<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>First, edit and change the module script.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_10.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Create a new entry for CU2 in Windows Registry<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_11.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Close and reopen Powershell ISE. Import the module again and\u2026 voil\u00e1, version 14.0.34444 as expected<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2019\/10\/bc_different_cu_image_12.png\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Now we\u2019re able to create the BC service using Powershell command because the service will be created with the correct version.<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>In my previous article Dynamics NAV Server hack by examples I&#8217;ve enumerated some tips on how to create and maintain NAV servers in a very hacky way. In this article I want to show you how to use Powershell modules with the same NAV\/BC version but different cumulative updates on the same machine. Please note [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":138,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[4],"tags":[59,6],"class_list":{"0":"post-787","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-dynamics365bc","8":"tag-businesscentral","9":"tag-dynamicsnav-2","11":"post-with-thumbnail","12":"post-with-thumbnail-icon"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Using NAV\/BC different Cumulative Update versions in the same machine - Ricardo Paiva Moinhos<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using NAV\/BC different Cumulative Update versions in the same machine - Ricardo Paiva Moinhos\" \/>\n<meta property=\"og:description\" content=\"In my previous article Dynamics NAV Server hack by examples I&#8217;ve enumerated some tips on how to create and maintain NAV servers in a very hacky way. In this article I want to show you how to use Powershell modules with the same NAV\/BC version but different cumulative updates on the same machine. Please note [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/\" \/>\n<meta property=\"og:site_name\" content=\"Ricardo Paiva Moinhos\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-15T18:43:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-18T14:17:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2014\/06\/PT_c_Dyn-NAV-2013.png\" \/>\n\t<meta property=\"og:image:width\" content=\"375\" \/>\n\t<meta property=\"og:image:height\" content=\"375\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricardo Paiva Moinhos\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ricardo Paiva Moinhos\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/\"},\"author\":{\"name\":\"Ricardo Paiva Moinhos\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#\\\/schema\\\/person\\\/16dcfdd54ec1c46bd1941659739de4cc\"},\"headline\":\"Using NAV\\\/BC different Cumulative Update versions in the same machine\",\"datePublished\":\"2019-10-15T18:43:23+00:00\",\"dateModified\":\"2021-08-18T14:17:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/\"},\"wordCount\":497,\"commentCount\":7,\"image\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ricardomoinhos.com\\\/wp-content\\\/uploads\\\/2014\\\/06\\\/PT_c_Dyn-NAV-2013.png\",\"keywords\":[\"\",\"dynamicsnav\"],\"articleSection\":[\"Dynamics NAV\\\/365 BC\"],\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/\",\"url\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/\",\"name\":\"Using NAV\\\/BC different Cumulative Update versions in the same machine - Ricardo Paiva Moinhos\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ricardomoinhos.com\\\/wp-content\\\/uploads\\\/2014\\\/06\\\/PT_c_Dyn-NAV-2013.png\",\"datePublished\":\"2019-10-15T18:43:23+00:00\",\"dateModified\":\"2021-08-18T14:17:41+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#\\\/schema\\\/person\\\/16dcfdd54ec1c46bd1941659739de4cc\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ricardomoinhos.com\\\/wp-content\\\/uploads\\\/2014\\\/06\\\/PT_c_Dyn-NAV-2013.png\",\"contentUrl\":\"https:\\\/\\\/ricardomoinhos.com\\\/wp-content\\\/uploads\\\/2014\\\/06\\\/PT_c_Dyn-NAV-2013.png\",\"width\":375,\"height\":375},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ricardomoinhos.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using NAV\\\/BC different Cumulative Update versions in the same machine\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#website\",\"url\":\"https:\\\/\\\/ricardomoinhos.com\\\/\",\"name\":\"Ricardo Paiva Moinhos\",\"description\":\"Welcome\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ricardomoinhos.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ricardomoinhos.com\\\/#\\\/schema\\\/person\\\/16dcfdd54ec1c46bd1941659739de4cc\",\"name\":\"Ricardo Paiva Moinhos\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g\",\"caption\":\"Ricardo Paiva Moinhos\"},\"url\":\"https:\\\/\\\/ricardomoinhos.com\\\/pt\\\/author\\\/ricardopaiva\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using NAV\/BC different Cumulative Update versions in the same machine - Ricardo Paiva Moinhos","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":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/","og_locale":"pt_PT","og_type":"article","og_title":"Using NAV\/BC different Cumulative Update versions in the same machine - Ricardo Paiva Moinhos","og_description":"In my previous article Dynamics NAV Server hack by examples I&#8217;ve enumerated some tips on how to create and maintain NAV servers in a very hacky way. In this article I want to show you how to use Powershell modules with the same NAV\/BC version but different cumulative updates on the same machine. Please note [&hellip;]","og_url":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/","og_site_name":"Ricardo Paiva Moinhos","article_published_time":"2019-10-15T18:43:23+00:00","article_modified_time":"2021-08-18T14:17:41+00:00","og_image":[{"width":375,"height":375,"url":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2014\/06\/PT_c_Dyn-NAV-2013.png","type":"image\/png"}],"author":"Ricardo Paiva Moinhos","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Ricardo Paiva Moinhos","Tempo estimado de leitura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/#article","isPartOf":{"@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/"},"author":{"name":"Ricardo Paiva Moinhos","@id":"https:\/\/ricardomoinhos.com\/#\/schema\/person\/16dcfdd54ec1c46bd1941659739de4cc"},"headline":"Using NAV\/BC different Cumulative Update versions in the same machine","datePublished":"2019-10-15T18:43:23+00:00","dateModified":"2021-08-18T14:17:41+00:00","mainEntityOfPage":{"@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/"},"wordCount":497,"commentCount":7,"image":{"@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/#primaryimage"},"thumbnailUrl":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2014\/06\/PT_c_Dyn-NAV-2013.png","keywords":["","dynamicsnav"],"articleSection":["Dynamics NAV\/365 BC"],"inLanguage":"pt-PT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/","url":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/","name":"Using NAV\/BC different Cumulative Update versions in the same machine - Ricardo Paiva Moinhos","isPartOf":{"@id":"https:\/\/ricardomoinhos.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/#primaryimage"},"image":{"@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/#primaryimage"},"thumbnailUrl":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2014\/06\/PT_c_Dyn-NAV-2013.png","datePublished":"2019-10-15T18:43:23+00:00","dateModified":"2021-08-18T14:17:41+00:00","author":{"@id":"https:\/\/ricardomoinhos.com\/#\/schema\/person\/16dcfdd54ec1c46bd1941659739de4cc"},"breadcrumb":{"@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/#primaryimage","url":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2014\/06\/PT_c_Dyn-NAV-2013.png","contentUrl":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2014\/06\/PT_c_Dyn-NAV-2013.png","width":375,"height":375},{"@type":"BreadcrumbList","@id":"https:\/\/ricardomoinhos.com\/using-nav-bc-different-cumulative-update-versions-in-the-same-machine\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ricardomoinhos.com\/"},{"@type":"ListItem","position":2,"name":"Using NAV\/BC different Cumulative Update versions in the same machine"}]},{"@type":"WebSite","@id":"https:\/\/ricardomoinhos.com\/#website","url":"https:\/\/ricardomoinhos.com\/","name":"Ricardo Paiva Moinhos","description":"Welcome","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ricardomoinhos.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Person","@id":"https:\/\/ricardomoinhos.com\/#\/schema\/person\/16dcfdd54ec1c46bd1941659739de4cc","name":"Ricardo Paiva Moinhos","image":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/secure.gravatar.com\/avatar\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/248366f4e615e182964f85f799c6e33cbd541a6f4ca7ee948fc16d1c14030c76?s=96&d=mm&r=g","caption":"Ricardo Paiva Moinhos"},"url":"https:\/\/ricardomoinhos.com\/pt\/author\/ricardopaiva\/"}]}},"jetpack_featured_media_url":"https:\/\/ricardomoinhos.com\/wp-content\/uploads\/2014\/06\/PT_c_Dyn-NAV-2013.png","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/posts\/787","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/comments?post=787"}],"version-history":[{"count":29,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/posts\/787\/revisions"}],"predecessor-version":[{"id":3707,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/posts\/787\/revisions\/3707"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/media\/138"}],"wp:attachment":[{"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/media?parent=787"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/categories?post=787"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ricardomoinhos.com\/pt\/wp-json\/wp\/v2\/tags?post=787"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}