We still use nav3.7 and several days ago, we migrated the db from SQL 2000 to SQL 2005 and keep the compatibility to 80. We can logon with admin accounts, however, when a end user tried to logon, it prompted "the user doesn't have permission to perform the action". Does anyone here know how to fix this? Thanks a lot.
0
Comments
2) I recommend to do technical upgrade to NAV 4.00SP3
3) The security is more strict on MS SQL 2005. For some backward compatibility you need to turn on trace flag 4616 (-t4616 runtime parameter for MS SQL service). See on-line books how to enable the flag globally.
4) There can be more issues...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
You should ask yourself the question: Do I want to run my critical business application on an unsupported combination. If something goes wrong they will say you should not have used this combination.
Backup your database and restore in 4.0 SP3 hotfix 6. Turn off index hinting and put the locktimeout on 30 seconds.
Good luck.