-
1. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
sharoon23 May 31, 2013 10:08 PM (in response to jostend)Hi Jostend,
Can you be more specific with what your are trying to do?
Like what are your trying to do using assembler and how the process is failing?
if possible, can you share the files and ddx that you are using?
Regards,
Sufyan
-
2. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
jostend Jun 3, 2013 6:35 AM (in response to sharoon23)Here are the files I used. Also the DDX and document map that were passed
into the assembler. In the forms folder, the file named "nbaBaseDoc" is
the file in ES2 Designer format. This is the one that works. The file
that is named "JeremyBaseDoc" is the exact file, but saved in ES3 Designer.
I included the ddx and document map for both a successful and failure
attempt. I also included the error message that is generated in the fail
folder.
Thanks;
Jeremy
-
3. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
jostend Jun 3, 2013 6:35 AM (in response to sharoon23)Sorry, here are the files...
On Mon, Jun 3, 2013 at 8:35 AM, Jeremy Ostendorf <jeremy.ostendorf@gmail.com
-
4. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
jostend Jun 3, 2013 6:40 AM (in response to sharoon23)I was unable to attach the files. Here is a tiny url to my skydrive
location where I have the files...
On Mon, Jun 3, 2013 at 8:35 AM, Jeremy Ostendorf <jeremy.ostendorf@gmail.com
-
5. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
jostend Jun 3, 2013 12:19 PM (in response to sharoon23)Here is some additional information.
Error thrown by assember process:
Caused by: com.adobe.internal.pdfm.xfa.XFAServiceException: PDFM_S28008:
XFA Dynamic assembler failed to stitch a fragment.: Invalid node type:
ADBE_JSDebugger
The fault occurred on line 2.
After some more research today. I have found saving in ES3 designer adds
this to the file:
><destination>pdf</destination><pdf><!><fontInfo/></pdf></agent><present><!><pdf><!-->
On Mon, Jun 3, 2013 at 8:39 AM, Jeremy Ostendorf <jeremy.ostendorf@gmail.com
-
6. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
sharoon23 Jun 3, 2013 10:53 PM (in response to jostend)Hi Jeremy,
You must be extracting the XDP from PDF before passing it to Assembler for stitching. Can you please share the LCA (livecycle application) that you are using?
Regards,
Sufyan
-
7. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
jostend Jun 4, 2013 2:06 PM (in response to sharoon23)I have created a self contained process that duplicates our issue.
Everything should be in this zip file.
-
8. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
sharoon23 Jun 4, 2013 9:26 PM (in response to jostend)Can you please share the lca.
This you can create by right-clicking the apllication in Adobe LiveCycle Workbench and click "Create New Document Service Archive" and follow the steps.
This should give you a file with extension .lca.
Share it that with me.
Regards,
Sufyan
-
9. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
jostend Jun 5, 2013 8:51 AM (in response to sharoon23)OK, I have shared it. Thanks for your help.
Jeremy
-
10. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
sharoon23 Jun 5, 2013 10:25 PM (in response to jostend)HI Jeremy,
We are getting this error because input PDF contains two xml tags “<ADBE_JSDebugger/> and <ADBE_JSConsole/>” which are not supported by stitch operation.
In order to get around this you can remove these from extracted XDP using setValue or an executeScript in process before sending it to assembler for stitching.Xpath for these xml elements is /xdp/config/present/pdf/viewerPreferences/ADBE_JSDebugger and /xdp/config/present/pdf/viewerPreferences/ADBE_JSConsole
These tags are added by ES3 Designer.
Let me know if you need help in getting this work done.
Regards,
Sufyan
-
11. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
jostend Jun 10, 2013 11:07 AM (in response to sharoon23)Could you provide an example on how to do this using the "set value"
service? Could you also provide an example how to do this using the
execute script functionality. Assume the pdf file was converted into a xdp
document named "BaseDoc".
Thanks;
Jeremy
-
12. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
sharoon23 Jun 11, 2013 3:26 AM (in response to jostend)Hi Jeremy,
Please find attached the lca that will solve your issue
-
13. Re: Assembler failing after form saved using ES3 designer(original works saved using ES2)
jostend Jun 11, 2013 6:45 AM (in response to sharoon23)Thanks for your help. This fix solved my issue.


