Create Company Failed - Liquidity Setup Table Permission

mxlimmxlim Member Posts: 21
Yesterday, my colleague tried to create a new company in his client's database (Nav 5.01 Malaysia) and an error message came out say "You do not have permission to insert into the Liquidity Setup table".

They managed to find a hotfix for the issue (KB951256) from PartnerSource but the pre-requisite for the hotfix say:
Prerequisites

You must have the Philippines version of Microsoft Dynamics NAV 5.0 installed to apply this hotfix

They followed the hotfix steps and changed some codes in Navision and the error message did not prompt after that. We are not sure whether the error occurs because of the license or whether it is really a Navision bug. Does it matter that the pre-requisite say you can only use on the Philippines version and we used it on the Malaysian version?

Comments

  • ara3nara3n Member Posts: 9,256
    If you are not using the Malaysian features, it wouldn't matter.
    It will also depend on how Maylaysian localization has been done.
    If you are not going to use Malaysian localization, and If you get any permission error in future, code can be changed to something like like.

    if table.readpermission then begin
    end;
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.