User data synchronization between multiple publishers in AEM as a Cloud Service Platform | Community
Skip to main content
sureshs21419569
New Participant
October 17, 2023
Solved

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

  • October 17, 2023
  • 1 reply
  • 911 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by EstebanBustamante

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-sync-distribution-scd-in-aem-as-a-cloud/td-p/576670 

 

1 reply

EstebanBustamante
EstebanBustamanteAccepted solution
New Participant
October 17, 2023

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-sync-distribution-scd-in-aem-as-a-cloud/td-p/576670 

 

Esteban Bustamante