Hi,
I had problems with nav2016. We think it is caused by the demo database we started with as base for production database. So I create a new database in the Development Environment. After that I wanted to create a new company . I cannot create a new company via the client because I cannot login there. I think it misses some objects. So I used the powershell cmdLet command:
New-NAVCompany -ServerInstance DynamicsNAV90B -CompanyName OURCOMPANY
This gives an error:
New-NAVCompany : The following SQL error was unexpected:
Invalid object name 'dbo.$ndo$tenantproperty'.
et. etc.
So I think this is not the way to create a 'clean' start database or I do something wrong.
Can somebody give me a good hint?
Thanks,
Patrick
New-NAVCompany -ServerInstance DynamicsNAV90 -Tenant CRONUS -CompanyName 'CRONUS Subsidiary'
*This post is locked for comments