sync changes from language masters to a language copy on demand | Community
Skip to main content
Level 2
June 10, 2022
Solved

sync changes from language masters to a language copy on demand

  • June 10, 2022
  • 2 replies
  • 1308 views

When we rollout language copies from language master, I understand the changes from language master are not synced realtime to its language copies as in live copy.

 

I want to sync the changes from language master into its language copies on demand basis [not using live copies].

 

On searching for a solution for it, I found a workflow - wcm: sync language copy. I cant seem to get it running properly, it fails with below exception and also I cant find any documents around this workflow.

 

Caused by: com.day.cq.workflow.WorkflowException: Failed to load destination language from payload.
at com.adobe.cq.wcm.translation.impl.process.SyncLanguageCopyProcess.execute(SyncLanguageCopyProcess.java:72) [com.day.cq.wcm.cq-wcm-translation:1.6.110]
at com.day.cq.workflow.compatibility.CQWorkflowProcessRunner.execute(CQWorkflowProcessRunner.java:93) [com.day.cq.workflow.cq-workflow-impl:6.3.16]
... 9 common frames omitted

 

Can anyone help me understand how to use this workflow or any alternate ways to address this problem.

 

Thanks,
Amuthesan

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

2 replies

Pallavi_Shukla_
Community Advisor
Community Advisor
June 10, 2022

hi @amuthesan_pmi 

 

Can you please explain -  want to sync the changes from language master into its language copies on-demand basis [not using live copies]?

 

is that mean you don't want to roll out the live copies?

Level 2
June 10, 2022

Hi @pallavi_shukla_ 

 

Yes that's correct. My site structure is

  • site
    • language-master
    • de
    • es

"de" is not a live-copy of language-master, but is a language copy. There will be updates to the "language-master" and I would like to sync these changes from the language-master to the "de" or "es" via some means.

 

Thanks,

Amuthesan

sunil_kumar_
sunil_kumar_Accepted solution
Level 5
June 10, 2022
Level 2
June 11, 2022

Thanks @sunil_kumar_ , this is exactly what I was looking for