Friday, December 20, 2013

Restore error while restoring company in the database: Navision

Restore error while restoring a company in the database

image



Make sure when you connect to the Navision the database name is same, i.e.  case sensitive.  In my case i have shortcut which was using DEV as database name but the actual database name was Dev. So i reconnected again using Dev and choose Tools –> Restore and this time it completed without an error.

Rendering output error for RTC Reports when you use SAVEASPDF

When i try to print a RTC report and choose SAVEASPDF option it was throwing an error which says “Rendering output failed”, i initially  thought the error was happening because of an expression but this was happening on all the reports which is using the logo.

Turn Port Sharing On in Navision 2013

To use same port number for different services you need to start .Net TCP Port Sharing service on.
clip_image002
But when you create a service using NAV 2013 administration tool you don’t have the option to turn port sharing on the service, so it will throw an error when you try to open the second service
clip_image003
clip_image004

Thursday, December 19, 2013

Restore failed Operating system returned the error 5 (Access denied)

I was trying to restore a database using SQL 2012 management studio but when I click ok after selecting file I was getting below error

clip_image002

Cause:

By default the database and log files are creating in MSSQL10_50.MSSQLServer folder.

image

Resolution:

Check the Relocation all files to folder  in the above fig. so that it will create files in MSSQL.11.NAVDEMO folder

Wednesday, December 18, 2013

Index was outside the bounds of the array

I was trying to restore a database using SQL server 2008 management studio by connecting to SQL Server 2012 database, I was able to connect to server but I was getting below error when i use restore
clip_image001