Showing posts with label Initialization checklist is stuck on Synchronize Database (Required). Show all posts
Showing posts with label Initialization checklist is stuck on Synchronize Database (Required). Show all posts

Sunday, 15 January 2017

Initialization checklist stuck on DB sync.

Issue:

Initialization checklist is stuck on Synchronize Database (Required). It is not checked even after synchronizing.


Solution:

Open a new development workspace> AOT> Jobs > create new
static void SyncByPass(Args _args)
{
    SysCheckList::finished(classnum(SysCheckListItem_Synchronize));    
}
Save and Run this job. It will by pass the synchronize database step.

Note: Make sure that you do the DB sync atleast once else it will throw SQL errors when you try to upload the demo data.