What SQL Permissions are needet for a user to give him the right so save objects with an id smaller than 50000 ???
This is not an liscense problem, thinks worked perfect when the user super was sysadmin on the sql server.
Since i took away this permission the user is not able to save anythink with an id smaller than 50000.
To get more time to figure out what the problem is, i granded sysadmin rights to super again, but this took no effect.
Anyone who could help me?
0
Answers
May be you just thought that you can, but you cannot... you can just create fields with no. <50000 in tables you have created... or you can "create" the objects through importing FOB file, but I am sure that you cannot as a partner or customer...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
With your license you can only create objects between 50000 and 99999.
But the range between 1 and 49999 is for Microsoft.
Regards
When the user has got the sql SERVER ROLE sysadmin, this works perfect (for example add an field TESTINT with the ID 50001 to table 5071 Campain)
I tried to give the user the database right db_owner, db_datawriter,db_datareader and db_ddladmin...
With this configuration there is no problem to create and alter objects between 50000 and 99999.
Server role: public (standard)
db roles: db_datawriter,db_datareader, db_ddladmin and db_securityadmin