Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Assemble Service Issue

Avatar

Level 1

Hi All,

We have a web application where we use the assemble service to merge, say 30 to 40 different XDPs which the user can select.

There was an issue when two or more users simultaneoulsy tries to assemble the PDFs.

The resulting assembled pdf was coming mixed up. ie One user was getting some pdfs which the other user had tried to assemble.

Following is the DDX that we use for all the users. (PDF source names are constructed dynamically based on user selection, in a loop with

source='source' + document number).

<?xml version='1.0' encoding='UTF-8' ?>

<DDX xmlns='http://ns.adobe.com/DDX/1.0/'>

<PDF result='out.pdf'>

<PDF source='source1' bookmarkTitle='chap1'></PDF>

...

<PDF source="source10" bookmarkTitle='chap10'></PDF>

<NoXFA/>

</PDF>

</DDX>

We are using a clustered environment.

Any help is greatly appreciated.

Thanks and Regards,

Ashok

0 Replies