A while ago, we implemented the Data Export Service to replicate certain entities to an Azure SQL database.
While the setup went well and data is synchronised, I have noticed that while there are no failed notifications on a certain entity, there are records missing from the replication database, that do exist in the CRM system.
Does anyone have an idea as to how this is possible? This particular entity has around 2.5million records. And they get imported in the system using an azure webjob that monitors a service bus.
The limitations state that there's a maximum of 3000 changed records/hour for synchronisation to fall within a 15minute window. But I would assume that only the time to sync is affected, not the amount of records. Is there a way to find out how/why certain records are not being synced? (Preferably without removing the entity from the export and re-adding it)