<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Errors Archives - Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</title>
	<atom:link href="https://navsupports.com/category/errors/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Microsoft Dynamics NAV &#124; Business Central</description>
	<lastBuildDate>Sun, 09 Apr 2017 18:01:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://navsupports.com/wp-content/uploads/2018/11/cropped-fav-1-32x32.png</url>
	<title>Errors Archives - Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The license information on the Microsoft Dynamics NAV Database Server is invalid</title>
		<link>https://navsupports.com/license-information-microsoft-dynamics-nav-database-server-invalid/</link>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Sun, 09 Apr 2017 18:01:31 +0000</pubDate>
				<category><![CDATA[Errors]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=152</guid>

					<description><![CDATA[<p>This is very quick tip to make your Microsoft Dynamics NAV experience faster. Most probably when you open RTC you</p>
<p>The post <a href="https://navsupports.com/license-information-microsoft-dynamics-nav-database-server-invalid/">The license information on the Microsoft Dynamics NAV Database Server is invalid</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is very quick tip to make your Microsoft Dynamics NAV experience faster. Most probably when you open RTC you will get &#8220;The license information on the Microsoft Dynamics NAV Database Server is invalid.&#8221; error.</p>
<p>Withing simple steps you can solve this problem. You need to upload your Microsoft Dynamics NAV license first, Then you need to restart the service.</p>
<p>For upload license, Go to tools then License Information. Then Choose upload option and upload the license. After that you need to restart your Dynamics NAV service.</p>
<p>Finally you will solve the problem.</p>
<p>The post <a href="https://navsupports.com/license-information-microsoft-dynamics-nav-database-server-invalid/">The license information on the Microsoft Dynamics NAV Database Server is invalid</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Table ID must not be 14 in Default Dimension Table ID=&#8217;14&#8217;,No.=&#8221;,Dimension Code=&#8221;</title>
		<link>https://navsupports.com/table-id-must-not-be-14-in-default-dimension-table-id14no-dimension-code/</link>
					<comments>https://navsupports.com/table-id-must-not-be-14-in-default-dimension-table-id14no-dimension-code/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Tue, 27 Sep 2016 19:10:24 +0000</pubDate>
				<category><![CDATA[Errors]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=18</guid>

					<description><![CDATA[<p>Have you ever got this error ???? Microsoft Dynamics NAV &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Break On Error Message: Table ID must not be</p>
<p>The post <a href="https://navsupports.com/table-id-must-not-be-14-in-default-dimension-table-id14no-dimension-code/">Table ID must not be 14 in Default Dimension Table ID=&#8217;14&#8217;,No.=&#8221;,Dimension Code=&#8221;</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Have you ever got this error ????</p>
<blockquote><p>Microsoft Dynamics NAV<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Break On Error Message:</p>
<p>Table ID must not be 14 in Default Dimension Table ID=&#8217;14&#8217;,No.=&#8221;,Dimension Code=&#8221;.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
OK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p></blockquote>
<p>Not like this, but you will get the slimier one. Let me explain this scenario.</p>
<p>Some one added two fields in location table which are linked in to dimension value table (Like shortcut dimension 1 and 2). When I debug the error it was trigger from default dimension table .</p>
<p>If you press F9 on Table ID  field you will see code like bellow.</p>
<p><em>CALCFIELDS(&#8220;Table Caption&#8221;);</em><br />
<em>DimMgt.SetupObjectNoList(TempObject);</em><br />
<em>TempObject.Type := TempObject.Type::Table;</em><br />
<em>TempObject.ID := &#8220;Table ID&#8221;;</em><br />
<em>IF NOT TempObject.FIND THEN</em><br />
<em> FIELDERROR(&#8220;Table ID&#8221;);</em></p>
<p>So I went into <em>DimMgt.SetupObjectNoList. </em></p>
<p>If you clearly look into the function code like this.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-37" src="https://navdevforce.files.wordpress.com/2016/09/errorrr.png" alt="errorrr" width="495" height="494" /></p>
<p>Simply I add a line by mentioning the  table . In my case it is Location and it was not there before So I added Location. But keep remember you need to increase the dimension value in TableIDArray variable. So previously it was 25, I have increased and new value is 26.</p>
<p>&nbsp;</p>
<p>The post <a href="https://navsupports.com/table-id-must-not-be-14-in-default-dimension-table-id14no-dimension-code/">Table ID must not be 14 in Default Dimension Table ID=&#8217;14&#8217;,No.=&#8221;,Dimension Code=&#8221;</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/table-id-must-not-be-14-in-default-dimension-table-id14no-dimension-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Error “This is an invalid type of primary key for the autosplitkey facility”</title>
		<link>https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/</link>
					<comments>https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Tue, 27 Sep 2016 14:52:12 +0000</pubDate>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Autosplitkey]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NAV Support]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=11</guid>

					<description><![CDATA[<p>Most of the time after you change the PK of a table you will get this error. This is an</p>
<p>The post <a href="https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/">Error “This is an invalid type of primary key for the autosplitkey facility”</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most of the time after you change the PK of a table you will get this error.</p>
<blockquote><p><strong>This is an invalid type of primary key for the autosplitkey facility. It should be Integer/BigInteger/Decimal/GUID.</strong></p></blockquote>
<p>This is why, If you use the property of Autosplitkey as Yes, It is necessary to end your primary key with integer.As a example,if you use bellow combination and set Yes in Autosplitkey, you will get above error. My example I have primary key like this <em>Document No.,Line No.,Date .T</em>his is not ending with Integer Type .So if you create like this (Document No.,Date,Line No.) you never get this error.</p>
<p style="text-align: center;"><strong>Lesson learned :: If you really want to use Autoslitkey property , You should have Integer type filed at the end of the Primary Key . </strong></p>
<blockquote><p><strong>NOTE ::: DO NOT CHANGE PRIMARY KEY IN DYNAMICS NAV BASE TABLE.</strong></p>
<hr />
<p>&nbsp;</p></blockquote>
<p>The post <a href="https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/">Error “This is an invalid type of primary key for the autosplitkey facility”</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
