proper procedure of creating a user accessing Navision

simonesimone Member Posts: 15
my navision always login to SQL server but I fail to create user myself. my procedure below:

user SQL ent. mgr. to create a user, assign password and DB access, giving role "public" and "DB_owner" for all DB.

afterward goto navision, click security|synchronize.

open MSSQL option for Navision

Click open | database and type in new username/pwd

receive error "the combination of userID and pwd invalid. Try again"

I test it by changing my current user password for many times and it works fine. really no idea of how to create new user.

please advise

Comments

  • krikikriki Member, Moderator Posts: 9,118
    2 possible ways:
    1)
    -create user in SQL
    -assign public and dbowner roles in SQL
    -create user in Navision
    -because user is dbowner => no need to synchronize. BUT if the user can access the SQL-server in an other way than Navision, he can do everything with your Navision-DB

    2)
    -create user in SQL
    -assign public role in SQL
    -create user in Navision
    -synchronize.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • simonesimone Member Posts: 15
    thanks kirki
  • bbrownbbrown Member Posts: 3,268
    General users do not require DB_Owner rights. This is only required by users that will be changing table definitions. (developers or fob import)
    There are no bugs - only undocumented features.
Sign In or Register to comment.