Hi All,
I’m using NAV 2013 R2 W1 version. I have created a new server instance to create a new database using Administrative tools. Then I created a new database in development environment. Now I want to create a new company in that database. I’m not understanding, how to change the database in RTC so that I can create a new company. Can someone please help me to solve this issue…
Thanks in advance
If you actually don’t have any company in the database you can create a new one via PowerShell with New-NAVCompany command (http://blog.encorebusiness.com/create-new-companies-nav-2013-r2/), otherwise you can create it directly from RTC at the path Departments/Administration/IT Administration/General/Companies, clicking “New” and inserting a new record with corresponding name.
I don’t have any company in the database. I tried the above syntax in PowerShell, but its throwing an error. Could you please elaborate the syntax.
Thank you
Is it a single tenant or multi-tenant environment? Is your instance running? Also, can you please state the error raising?
Here the full command help: http://msdn.microsoft.com/en-us/library/dn182571(v=nav.71).aspx
Thanks a ton. It’s working Instance was running but was facing problem in creating new company using PowerShell. Now it’s working.