Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

User data synchronization between multiple publishers in AEM as a Cloud Service Platform

Avatar

Level 1

Hi,

 

I am working on a website that has a form for updating some details. The form data is stored as a JSON file in the DAM folder of the publish server (AEMaaCS). The update operation works fine, but I have a problem with data synchronization. I want to make sure that the JSON file is consistent across all the publishers. However, I sometimes get different data when I read the data from the files due to requests from different publishers. I want to data to be updated in all publishers upon submission. If data is in sync then we can get consistent data when we read from the publisher. How can I solve this issue and ensure data accuracy?

 

Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

Hi, 


The recommended approach will be to store this information outside AEM in a separate system so the information can be accessible to all tiers.

 

Please check this out: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-perform-reverse-syn... 

 



Esteban Bustamante

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

Hi, 


The recommended approach will be to store this information outside AEM in a separate system so the information can be accessible to all tiers.

 

Please check this out: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-perform-reverse-syn... 

 



Esteban Bustamante