Issue with generating a PDF by requesting from AEM 5.6 to forms 6.4 | Community
Skip to main content
lksfjhadfas
New Participant
August 31, 2018
Solved

Issue with generating a PDF by requesting from AEM 5.6 to forms 6.4

  • August 31, 2018
  • 5 replies
  • 3360 views

Hey Guys,

We are currently performing migration from 5.6 to 6.4 but we need to support an application in AEM 5.6 to send a request to Forms 6.4 to generate a PDF. Initially we were generating using 6.2 but now we are moving to 6.4.

I am able to generate a PDF if i request it from AEM 6.4 but i am getting an error if i request it from AEM5.6

Below is the error. Any help would be appreciated.

Thank you,

~Swetha

31.08.2018 13:23:48.540 *ERROR* [RequestProcessor-1] com.adobe.document.XMLFormService ALC-XTG-001-021: [13544] XMLForm, load : 12309, XFA data Model is empty.

31.08.2018 13:23:48.540 *ERROR* [127.0.0.1 [1535736228295] POST /aem-services/fundstory HTTP/1.1] com.adobe.forms.aem.impl.XFANativeServiceImpl <?xml version="1.0" encoding="UTF-8"?>

<status

><messages

><m mid="12309" tid="13544.23404" sev="f" d="2018-08-31T13:23:48.536-04:00"

>XMLForm, load : 12309, XFA data Model is empty.</m

></messages

><validationWarnings

/><validationErrors

/></status

>

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 lksfjhadfas

This issue was resolved. I had special characters in the json which was creating the issue. It was painful to find it!

5 replies

lksfjhadfas
New Participant
October 12, 2018

We are currently migrating and still have to support the existing application for our customer base.

lksfjhadfas
lksfjhadfasAuthorAccepted solution
New Participant
October 12, 2018

This issue was resolved. I had special characters in the json which was creating the issue. It was painful to find it!

Employee
September 7, 2018

It sounds to me that the you are not passing in all the inputs necessary to render the PDF (dynamic or flat?). How are you calling either the Forms or Output API?

Mayank_Gandhi
Employee
August 31, 2018

Also, why would you run and support an application on a version(5.6) which is even end of extended support[1].

[1] All Apps Help | Products and technical support periods

Mayank_Gandhi
Employee
August 31, 2018

Swetha,

Can you please give detail on how you are invoking the PDFG service from 5.6 and 6.4? Also, Did it worked previously when you invoke the d same service from 5,6 to 6.2?