Skip to main content

Posts

NAV 2013 Released For Group I

Hi all, Finally the wait is over. Yesterday Microsoft has released NAV 2013 from Group A Countries. Below is the list of Group A Countries. AU-Australia CA-Canada DK-Denmark FR-France DE-Germany IN-India IT-Italy MX-Mexico NL-Netherlands NZ-New Zealand ES-Spain SE-Sweden UK-United Kingdom US-United States W1    NAV 2013 can be downloaded from the link . It would require a Partner source login. But there is some issues in downloading the same.I got an error message while trying to Download. MBS File Exchange Access Denied. If you feel you received this message in error please contact VOICE@microsoft.com. Hope we will be able to download soon. Enjoy... Regards, Saurav Dhyani http://saurav-nav.blogspot.in/

Replacement of JET Reports

Hi all, While reading today in Microsoft Website about new features of Microsoft and guess what i found. Power Pivot an replacement for Jet Reports. It connects to SQL Database in the same way but i don't know about the License but it don't have those issues which we have for JET Report License Issue. Power Pivot can be downloaded From here .

NAV 2013 Latest Updates

Hi all, This post is only for those who have a valid partner source Login. Microsoft Partner Source have a page which have a list of all the features that have been released till date for NAV 2013. This Page also contain a Excel File Named as Mega Map which contain Links for Videos for NAV 2013.

Either the caller does not have the required permission or the specified path is read-only.

Hi all, Sometime while trying to connect to Role tailored client we face an error message which says this - "Either the caller does not have the required permission or the specified path is read-only."

The Object File cannot be used with this version of the program.

Hi all, While exporting the objects in FOB format we sometime get the below error that says - "The Object File cannot be used with this version of the program."  I got this error while trying objects from NAV 2009 installed and trying to export the objects in FOB Format whereas the Text format export was working fine. After searching i found out that it was due to some exported objects of NAV 2013 lying at the same path. Once i removed those higher version FOB files from the location i was able to take backup on that location. Regards, Saurav Dhyani http://saurav-nav.blogspot.in/

Debugging in NAV 2013 Client

Hi all, As most of us know that due to changes in version there has been changes in Debugging Process of Navision Process. Here are some screenshot of the debugger in NAV 2013 Client - For Activating Debugger we need to Start it from Classic or Developer Environment Client Option.

Debugging in NAV 2009,2009SP1 & NAV2009R2 RTC Client

Hi all, With the new client version of Navision the debugging process have also been changed. This post contain details of NAV 2009, NAV 2009 SP1 and NAV 2009 R2 RTC Client. First step is to Stop the Microsoft Dynamics NAV Server Service. Then we  need to don EnableDebugging in CustomSettings.config found here: C:\Program Files\Microsoft Dynamics NAV\60\Service. Now start the Microsoft Dynamics NAV Server Service. Now we have debugging enabled. Now start the RoleTailored client. This will take a bit longer to start up, because C# files are generated for each of the objects. (Pages, Codeunits, Reports etc.) - .cs files will be created. In this example I will make a codeunit with a simple message and add this to an action on the Customer list. Create a Codeunit. Ex. 50000 OnRun trigger place the following code: MESSAGE ('Debug test') Save and compile Codeunit 50000. Now let us add this codeunit to a action. Design page 22 and navigate to