Hi all,
How are you?
I have BC14 CU52 with 4 databases (currently working on the transition to AL) , that up until now was ok. As of this weekend for one of the databases i can no longer run objects directly from the development environment or debug.
Below the error message
The same happens if i try to add a breakpoint on the code, then the error is the same but the table name changes.
With the other 3 databases (and same binary installation) everything is still fine.
Does anyone have an idea of that this might be?
Thanks in advance for your expertise
Answers
We had issues with the Breakpoint table on this platform version, inexplicable malfunctions, which were solved by restarting the services, and general issues with table synchronizations.
Thanks for your help. I've tried it but i still have the same problem
Probably the issue is on a different system table...
I've tried to clear some tables, rebuild indexes... so far no luck.
I was able to get a different error if i try to do the same process opening the development environment from a different server.
Using the finsql.exe in elevated or non-elevated mode, I cannot view the Database Information, I cannot run any object. Always giving me the 'Another user has changed the definition of the Server Instance table after the activity was started.' error.
I can however import a .fob file with 'Later' and use powershell to
Sync-NAVTenant –ServerInstance 'BC140_ACC' -Mode Sync (or Force if needed).
Running then 'Microsoft.Dynamics.Nav.Client.exe' seems to be working flawlessly still.
I give it a rest for now.
I have the same problem but with NAV 2018 (11.0.48302.0) and Azure SQL.
Out of 3 databases (PROD/TEST/DEV) only one database PROD is affected by the same problem.
I then exported the bacpac from Azure SQL and imported it onto a Virtual Machine with the same version of Nav 2018 installed. The error seems to have disappeared (on-premises). I thought it was a compatibility problem. From the new Virtual Machine, with the same version of Nav 2018 but connected to the Azure SQL database, nothing changes, therefore it doesn't make me think of an installation problem / Tls / .net framework.
Meanwhile downgrading the compatibility level from 120 to 110, it works.
We are also investigating the same mysterious problem