cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Document Service Adobe Form

Former Member
0 Kudos

hi all

we have an application which is using ADS adobe forms, with little data input all works fine

if we send a table with around 900 entries to teh adobe form we get the following error,

it runns for about 2 minutes, it looks like a timeout or buffer overflow

any ideas

regards tom

#1.5^H#869A6C5E5902005F00003222000C500600046DCB7F2A8557#1246620686124#com.sap.engine.services.

servlets_jsp.server.HttpHandlerImpl#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp

.server.HttpHandlerImpl#KRATHHO#19610##sabad19023_CHP_5307350#KRATHHO#69830a2067c411de97e6869a

6c5e5902#SAPEngine_Application_Thread[impl:3]_26##0#0#Error#1#/System/Server/WebRequests#Plain

###application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished

with error.^M

The error is: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntime

Exception: Failed to UPDATEDATAINPDF^M

Exception id: [869A6C5E5902005F00003220000C500600046DCB7F2A82B1]#

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Thomas,

1. Create a Attribute in your context

Name : pdf_src

Type : xstring

2. Select the Interactive form UI Element in your Webdynpro component.

3. Bind the attribute(xstring) to pdf source property of the Interactive form.

By

Parthi

OttoGold
Active Contributor
0 Kudos

If you ask for a technical solution of the overflow problem, I don´t have one.

If I was facing the performance problems and errors I had to separate the big amount of data in smaller parts. I guess you can try to separate this 900 into more than one table. In case your table is some kind of "table of tables" you won´t make it with 900 i guess.