Translation Preview Package not being created | Community
Skip to main content
Level 2
August 29, 2019
Solved

Translation Preview Package not being created

  • August 29, 2019
  • 1 reply
  • 3047 views

Hi

We have a translation integration built on the BootstrapTranslationService. As part of that integration we are using the below instructions/method to call for the preview package, generated by AEM on project creation:

"If the Preview feature is enabled, then the file will be generated automatically during the translation job, as long as the provider is calling the uploadTranslationObject method: https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connector/blob/aem630/bundle/src/main/java/com/adobe/granite/translation/connector/bootstrap/core/impl/BootstrapTranslationServiceImpl.java#295

This works well for the WeRetail implementation and for many customer content.

However in some circumstances the preview package is not generated, and cannot be retrieved by the connector.

No errors are thrown that we can find in the logs.

Is there any further information on how these preview packages are created, or any examples of instances where they will not be created - ie due to the makeup of the AEM page, or other settings?

thanks

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 mattlaun

Nigel,

Check to see if there are any special characters such as colons, that are coming into play based on the package naming method. This may be based on .css content rather than user entered.

Matthew

1 reply

mattlaunAdobe EmployeeAccepted solution
Adobe Employee
September 21, 2019

Nigel,

Check to see if there are any special characters such as colons, that are coming into play based on the package naming method. This may be based on .css content rather than user entered.

Matthew