Problems with permissions after 3.6 -> 40SP1

EgisEgis Member Posts: 10
Recently I changed executables from 3.6 to 4.0 SP1. SQL server was changed to 2005. And now,of course, I have lot's of problems with permissions.
For example I have:
Table A with primary key Field1. (let's say Inventory posting group table)
Table B with primary key Field1 and Field2 that is related to Table A. (let' say Item table).

User has all permissions for both tables and can modify them separetly. But when he starts to rename table A he gets error "You do not have enough permissions". Any ideas?

Comments

  • DenSterDenSter Member Posts: 8,307
    Did you synchronize security?
  • EgisEgis Member Posts: 10
    Yes of course.
  • kinekine Member Posts: 12,562
    "You do not have enough perm." to which table?

    SP1 has still problems with SQL 2005. Please, use SP2 + update if you are using MS SQL 2005. (and do not forget to change the XP_NDO.DLL on your SQL server)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • EgisEgis Member Posts: 10
    Table 5600 (Fixed Asset). As I understand I should change executables once again...
Sign In or Register to comment.