web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

About NAV2013R2

Mohana Yadav Profile Picture Mohana Yadav 61,206 Super User 2026 Season 1
To Create a New Company:
Go to CRONUS International Ltd./Departments/Administration/IT Administration/General/Companies in RTC

Click New and Enter the Company name.
We can also use Copy function in Action to Copy the Company.

In NAV2013R2 we have to create companies from RTC only and not form Dev Environment.

We can also create form powershell command "New-NAVCompany"
------------------------------------------------------------------------------------------
we need to restore database in NAV2013R2 using Powershell Cmdlets like
New-NAVDatabase -FilePath <DatabaseBAKfile> -DatabaseName <MyNavDatabase> -DatabaseInstance <DatabaseInstance> DatabaseServer <DatabaseServer> ServiceAccount <ServiceAccount>

<DatabaseBAKfile> so we need a SQL Backup file (BAk) for this.

If you have an earlier version, such as Microsoft Dynamics NAV 5.0 or Microsoft Dynamics NAV 4.0, you must first upgrade that version to Microsoft Dynamics NAV 2013.
-----------------------------------------------------------------------------------------
To design report layouts, Microsoft Visual Studio 2012 Professional, Premium, or Ultimate, or Microsoft SQL Server Report Builder for Microsoft SQL Server 2012, Microsoft SQL Server Report Builder for Microsoft SQL Server 2012 SP1, or Microsoft SQL Server 2008 R2 Report Builder 3.0 is required.

If you just want to do some changes and you didnt have VS2012 then you can set Use Report Builder to yes under
Tools-->Options in Development Environment and rdlc layout will be opened in SQL2012 Report Builder 3.0 which is installed by default with NAV2013R2.
-------------------------------------------------------------------------------------------
Backup of Database:
we can take backup of database in NAV2013R2 using Powershell Cmdlets like
Backup-SqlDatabase -Database "Demo Database NAV (7-1)" -ServerInstance VPS16239\NAVDEMO -BackupAction Database

The above command will create backup files in
C:\Program Files\Microsoft SQL Server\MSSQL11.NAVDEMO\MSSQL\Backup
--------------------------------------------------------------------------------------------

This was originally posted here.

Comments

*This post is locked for comments