Warnings when execute generatePrintedOutput Operation from Outputservice API | Community
Skip to main content
Wells_Sri
New Participant
January 9, 2024
Solved

Warnings when execute generatePrintedOutput Operation from Outputservice API

  • January 9, 2024
  • 1 reply
  • 624 views

Hi,

 

I am getting below WARNINGS when execute generatePrintedOutput Operation from Output Service. Any help please.

 

*WARN* [RequestProcessor-1] com.adobe.document.XMLFormService ALC-XTG-032-035: [2600593] Invalid append operation: field cannot have a child element of para
*WARN* [RequestProcessor-1] com.adobe.document.XMLFormService ALC-XTG-032-140: [2600593] The element [para] has violated its allowable number of occurrences.
*WARN* [RequestProcessor-1] com.adobe.document.XMLFormService ALC-XTG-032-139: [2600593] The fault occurred on line 279. 

 

Regards,

Sridhar

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 Vijay_Katoch

In your form, in some fields, there are more than one para element. It should be one in any field. Which is causing this, removing the same will fix this issue.

 

 

 

1 reply

Vijay_Katoch
Vijay_KatochAccepted solution
New Participant
January 11, 2024

In your form, in some fields, there are more than one para element. It should be one in any field. Which is causing this, removing the same will fix this issue.

 

 

 

Wells_Sri
Wells_SriAuthor
New Participant
January 11, 2024

But why not producing same warning messages when generating PDF by using generatePDFOutput operation ?

 

Regards,

Sridhar