Hi All,
can somebody suggest me, to slove this issue
I am trying to synchronize my windows login id, the i am getting this error.
Microsoft Dynamics NAV Classic
The following SQL Server error or errors occurred:
208,"42S02",[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name '$ndo$usrproperty'.
SQL:
DELETE FROM [$ndo$usrproperty] WHERE [sid] = ?
OK
i am using NAV --> 2009 Sp1
OS --> Windows 7
SQL Server 2008
please suggest me..
0
Comments
RIS Plus, LLC
"This problem occurs because the $ndo$usrproperty table only exists when you use the enhanced security model." and this synch is happening when the database is under Enhanced and always has been.
There's also a post here on mibuso with a SQL script to create the view.
RIS Plus, LLC
The other NAV database on the same SQL Server, same default instance, still on Enhanced, remains working. A restart of SQL services, in fact the server itself, did not fix the development database.
I'll look into creating the view with a script as well.
RIS Plus, LLC
I used the script found here: viewtopic.php?f=33&t=28551&hilit=%24ndo%24usrproperty
I'm wondering what would cause that table to be dropped from multiple databases on the same SQL instance. It's not in the master, it's in the actual NAV databases.
Thanks for the help.
RIS Plus, LLC