Hi I am working on AX 2012 in which when I am doing the changes in table like adding fields and other it goes to synchronization and taking a lot of time which is really annoying, can someone please help me that how I will stop it?
Hi I am working on AX 2012 in which when I am doing the changes in table like adding fields and other it goes to synchronization and taking a lot of time which is really annoying, can someone please help me that how I will stop it?
You can do a change in Application.dbSynchronize() method and add a dialog after "if (SQLSyncPending.databaseTouched())" to prompt if it should sync it or not, this way you can speed up development process avoiding not necessary syncs.
Hello Bilal
I recommend you to check the database synchronization status from the administration menu \ periodic \ database \ SQL Administration
this task will takes approximately half an hour but at the end you can get which table exactly contains the problem
if the sync. report which come to you in the pervious step doesn't contain any warnings or errors you may need to restart the AOS
Hello bilal170795,
Can you provide more detailed information on those sync problems?
Are these tables and data syncs customized ones or something out of the box?
What processes are involved?
Any other information would help.
Many thanks and best regards,
Ludwig
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,317
Most Valuable Professional
nmaenpaa
101,156