Berechtigungsproblem Objektimport BC 14 OnPrem

Heute 11:25

Hallo zusammen.

Mein Kollege kann im Gegensatz zu mir keine Objekte in die Produktivdatenbank einspielen. Er bekommt die Meldung, das er keine Modify Permission auf die
Object Table hat. Er hat allerdings die gleichen Benutzerrechte wie ich (Super). Die Lizenz ist auch gleich (Kundenlizenz). Wie kann dieser Fehler zustande kommen?

Re: Berechtigungsproblem Objektimport BC 14 OnPrem

Heute 12:51

Hallo,

das Problem könnte eine fehlende dbo- Berechtigung auf dem SQL-Server für diese Datenbank und diesen SQL-Benutzer sein.

Der Classic- Client greift direkt auf die SQL-Datenbank zu, und dessen (Windows-) Benutzer muss in der Datenbank/SQL-Server die entsprechenden Berechtigungen haben.

Gruß Fiddi

Re: Berechtigungsproblem Objektimport BC 14 OnPrem

Heute 18:19

Man muss dbowner in der SQL Datenbank sein und sysadmin auf dem SQL Server, soweit ich weiß.

-----

Based on MS Help, you need sysadmin rights:
https://forum.mibuso.com/home/leaving?a ... av.70.aspx

The table [dbo].[$ndo$srvproperty] in the master db is mandatory for NAV 2013 R2.

As a workaround, the table could be created manually by the sysadmin of the hosting provider. In a second step, a licence needs to be stored in this table. If the table does not contain one record with a licence you will get an new error message stating that the licence is missing, even a separate licence is stored in the NAV DB. See here how this could be managed:
https://navnewb.blogspot.com/2012/08/ho ... s-nav.html

Still then, select permission on this table for the user working with the dev environment and the NST is needed:
https://forum.mibuso.com/home/leaving?a ... av.70.aspx

https://forum.mibuso.com/discussion/605 ... -master-db