Hello,
I need to create new Navision user using only SQL Server (e.g. Management Studio). My client has Navision instaled with one user, for whom I don't know the password. I can't delete this user or chang password for him, so I can't log on and synchronize user id. I have administrator rights in Sql Server.
I use nav 4.03 and sql server 2005
Thanks
0
Answers
Freelance Dynamics AX
Blog : http://axnmaia.wordpress.com/
RIS Plus, LLC
You can give your sa account super rights through Management Studio.
Just go to your database, and to open table "dbo.User" and add SA as a record. Then go to table "dbo.Member Of", and add a record where USERID=SA and ROLE ID=SUPER. This should do it :-k .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
1) delete previous user form User table (in SQL Server) - in this way you only clear this table not user name and password
2) create new login and user (I gave him db owner role) in SQL Server
Now you can log on Navision using your new user (becouse dbo. User table is empty), give this user and previous user a role in Navision and synchronize.
if you just delete all users from User and Member Of ... you should be able to log into NAV with any user... .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Exactly
RIS Plus, LLC
In Native you database have the same behaviour. If you don’t have user you can login with any login.
Freelance Dynamics AX
Blog : http://axnmaia.wordpress.com/
No, because to do that you needs to have direct access to the MS SQL and it means you do not need NAV to have access because you are admin... ;-)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
RIS Plus, LLC
In the way you mean it ... there are always two backdoors:
- creating the records (for e.g. "sa") in "user" and "member of" tables
- deleting all records in those tables... .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog