Hi!
I use NAV5.0 with SQL. I created all the users in SQL and was trying to syncronize them with NAV. I received the following error:
15151, "42000", [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot find the user '$ndo$a$', because it does not exist or you do not have permission.
SQL:
GRANT SELECT, INSERT, UPDATE, DELETE ON "Object" TO [$ndo$a$]
Anyone knows what is wrong?
Thanks!
Laura Nicolàs
Author of the book Implementing Dynamics NAV 2013Cursos Dynamics NAV (spanish) :
http://clipdynamics.com/ - A new lesson released every day.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
The database was already created. I was just creating new users.
Author of the book Implementing Dynamics NAV 2013
Cursos Dynamics NAV (spanish) : http://clipdynamics.com/ - A new lesson released every day.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I get the same error message:
The following SQL Server error(s) occurred: 15151,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot find the user '$ndo$ar$', because it does not exist or you do not have permission.
SQL:
GRANT SELECT, INSERT, UPDATE, DELETE ON "Object" TO [$ndo$ar$]
The Recovery model was set to Full.
That is why I set it to Simple as recommended. When I try to do a Sync All afterwards I still get the same error message.
Some more information:
The database is on 4 SP2.
I did a "Synchronise Single Login" for all users. This worked fine. I am just not sure if this is the same as a "Synchronize All". If so then I am fine.
Is it the same?
Do you have any other recommendations?
Any idea is appreciated. Than you
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
This posting is provided "AS IS" with no warranties, and confers no rights.
In fact there were "Member of" entries for some users which did not longer existing for that database.
I deleted those entries and could do a "Synchronization all" successfully.
Thank you also to dmccrae.
But on the "Advanced" Tab there are only the options: Locking and Caching.
This might be because we are still on 4 SP2.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!