Hello,
I have recently migrated a Navision Financial 2.60B database to SQL Server 200 SP3 with 2.60C executables, navision objects are not changed. Now while posting Cash Receipt Journal etc. system gives error related to inconsistency, whereas same task is being done on native.
If any of you know its reason, then please share it.
While in 4.x onwards version, when editing a codeunit, we might get error that you don't have permission to edit code but in this version system gives error that you don't have permission to write in Table x etc. Any ideas on this?
0
Comments
The permissions: aren't you editing some codeunit with indirect permissions to protected tables and you are using wrong license whcih have no write access to this table? Like editing CU 80 with application builder license and not solution developer?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Seems that is the reason, but how to solve it?
Regarding license: It is a developer license which works properly on version 4.x onwards, but not working well on NF 2.60C, can this be the case?
Linkedin Profile: http://in.linkedin.com/in/dhanrajbansal
Regarding permissions: some versions of NAV used on SQL had problem that even when NAV wanted to read from empty table, you needed to have permissions for this table. It means, iven the module was not "activated" (no setup etc.) you needed to have permissions for NAV to check that there is no record to read (native DB had no problem with this...)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.