Options

Help! NAV 3.7 login issue with SQL 2005

spark_lingspark_ling Member Posts: 2
edited 2007-11-05 in SQL General
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.

Comments

  • Options
    kinekine Member Posts: 12,562
    1) Do you know that NAV 3.70 is not supported on MS SQL 2005?
    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...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    So mibuso has the same answer as dynamicsuser.

    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.
Sign In or Register to comment.