I have just completed the steps of fresh installation for Dynamics NAV server. I have done the following:
Now I went to he development, and created a new database with specific required collation.
Since I can not open the NAV Client, how can I create a new company ?
Thanks in Advance
*This post is locked for comments
Powershell is the key! Agreed with Alexander.
- Import Module
Set-ExecutionPolicy unrestricted -Force
Import-Module 'File Path to NavAdminTool.ps1'
* Default : 'C:\Program Files\Microsoft Dynamics NAV\100\Service\NavAdminTool.ps1'
- Create Company
New-NAVCompany -CompanyName "NewCompanyName" -ServerInstance DynamicsNAV10 -Confirm
This will create a new company name "NewComanyName" in the Database connected to DynamicsNAV10 instance. Change the blue color parameters according to your requirement.
There has been a good story about that: How to Login in a Database Which have NO Companies? saurav-nav.blogspot.co.at/.../nav-2013-r2-how-to-login-in-database.html
Hi,
Run the "Dynamics NAV 2016 Administration Shell" as administrator and run this command:
New-NAVCompany -ServerInstance MyInstanceName -CompanyName MyCompanyName
More detail hete https://msdn.microsoft.com/en-us/library/dn182571(v=nav.90).aspx
You can use Powershell to create company
msdn.microsoft.com/.../dn182571(v=nav.90).aspx
Or
You can restore the backup of database you want.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156