Skip to main content

Posts

How to Use an Embedded Picture in a RTC Report.

Hi all, Let's see how to Display an Embedded Picture in a Report. * The Steps Shown below are from NAV Version 2013 R2. It was a query from one of my friend +shubhangi verma   about how to add Embedded Picture in Report. I am using Standard report 405 Which can be downloaded from the link provided at the end of the Post. There are certain steps that we need to follow while adding an Embedded Picture in a Report. Let's see them.

NAV 2013 R2 - How to Sync Tenant?

Hi all, A common Command referred in many of the Forums that can be used to Sync Changes of Navision in SQL is Sync Tenant. Most of us are not aware how to run this command. In this post we will see how to Run and When to Run this Command? When to Run? A- When Upgrading Database from NAV 2009 / NAV 2009 SP1 / NAV 2009 R2 to NAV 2013 R2. After Opening Database in NAV 2013 R2, Compiling System Tables and Importing Merged Objects of NAV 2013 R2.

NAV 2013 R2 - Howto enable Windows Search Service in Windows Server 2012.

Hi all, While installing NAV 2013 R2 on Windows Server 2012 the Installer gives an error message of missing component of Windows Search. ERROR - "The following external program are prerequisites to one of more of the selected product components. They must be present on your computer before the configuration can be installed. For more information, see the system requirement's for Microsoft Dynamics NAV.

NAV 2013 R2 Synchronization Paradigm Continued..

Hi All, Let's continue from the point we left in earlier Post. If you haven't read earlier post read it here NAV 2013 R2 Synchronization Paradigm Microsoft Dynamics NAV 2013 R2 SCENARIO 2 (DEPRECATED):  • Single-tenancy / Legacy mode • “Prevent data loss from table changes” = No (Manually opted, not persistent) IMPORTANT NOTICE:  Setting the “Prevent data loss from table changes” C/SIDE switch to “No” has been intended to be used as last resource in a pure multitenancy scenario and in Test or Staging environments when partners does not have any business data database mounted against the application database. Never change for any reason this parameter to “No” when developing against a single-tenant / Legacy mode database.

NAV 2013 R2 Synchronization Paradigm.

Dear All, Below are some extracts of the article published in Microsoft Team Blog about "The New Table Synchronization Paradigm in Microsoft Dynamics NAV 2013 R2". It start's explaining the History, how it used to happen in NAV 2009 /  NAV 2013- Microsoft Dynamics NAV 2009 / Microsoft Dynamics NAV 2013  When we import/compile an object in C/SIDE, system checks the object Metadata Version and Compare with Current Version. If the Current Version is New it updates the Object Metadata in Navision and Schema changes are directly applied to SQL Server. So before NAV 2013 R2, everything used to get updated directly from Classic Client and at the time when we used to process. At most the only issue we used to have was “The Object Metadata does not exist. Identification and values … “ when running the Microsoft Dynamics NAV Windows client. Which used to be resolved just by recompiling the Objects specified in error or all the objects or deleting the metadata o

How - To enable Windows Search Service in Windows Server 2008.

Hi all, While installing NAV 2013 R2 on Windows Server 2008 the Installer gives an error message of missing component of Windows Serach. ERROR - "The following external program are prerequisites to one of more of the selected product components. They must be present on your computer before the configuration can be installed. For more information, see the system requirements for Microsoft Dynamics NAV. WINDOWS SEARCH.

NAV 2013 R2 - How to Login in a Database Which have NO Companies?

Hi all, This post can also be used for NAV 2013 R2 - Creating New Companies in Database From Cmdlets. With Release of NAV 2013 R2, we can create database from the Developer Environment but there is no option of creating company from Developer Environment. Due to this we have so many issues as Role Tailored Client will not open until there is a company in the database. One of the issues is discussed below with resolution.