cancel
Showing results for 
Search instead for 
Did you mean: 

Can not create a pdf greater than 64kb

Former Member
0 Kudos

we want to create a pdf from a abap webdynpro.

it works with a couple of lines -> pdf size is about 28kb

but with more information we get a 0kb pdf file.

the default.trc isn't very helpful.

#1.5^H#000743059B9600C4000000890000CAAD00049568B2F78E05#1290176854254#System.err#com.adobe/AdobeDocumentServices#System.err#raschked#148858##n/a##202c34d5f3e911dfc09300000f61ab8f#T

hread[XMLForm.exe Error Reader,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###[HP ARIES32]: Core file for#

#1.5^H#000743059B9600C40000008A0000CAAD00049568B2F78F4C#1290176854254#System.err#com.adobe/AdobeDocumentServices#System.err#raschked#148858##n/a##202c34d5f3e911dfc09300000f61ab8f#T

hread[XMLForm.exe Error Reader,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain### 32-bit PA-RISC application

[HP ARIES32]: /usr/sap/EPT/JC25/j2ee/os_libs/adssap/XMLFormService/bin/XMLForm saved to /usr/sap/EPT/JC25/j2ee/os_libs/adssap/XMLFormService/bin/core.XMLForm.

#

#1.5^H#000743059B9600C40000008C0000CAAD00049568B2F7F080#1290176854279#com.adobe.document.XMLFormService#com.adobe/AdobeDocumentServices#com.adobe.document.XMLFormService#raschked#1

48858##n/a##202c34d5f3e911dfc09300000f61ab8f#Thread[XMLForm.exe Error Reader,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error#1#/System/Server/comadobedocumentXMLFormServic

e#Plain###Service XMLFormService: Native process (PID=52167) /usr/sap/EPT/JC25/j2ee/os_libs/adssap/XMLFormService/bin/XMLForm.exe terminated abnormally with error code 11#

#1.5^H#000743059B960066000003F50000CAAD00049568B3042A0E#1290176855080#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#raschked#14885

8#SAP J2EE Engine JTA Transaction : [f61ffffffabffffff8f016955]#n/a##2012b5eef3e911df925400000f61ab8f#SAPEngine_Application_Thread[impl:3]_23##0#0#Error#1#/System/Server#Plain###Er

ror Log file "2010.11.19.152735SAFPUSERNAME.pdf" written to /usr/sap/EPT/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles#

#1.5^H#000743059B960066000003F70000CAAD00049568B3045356#1290176855091#com.adobe.ads.request.ADSRequest#com.adobe/AdobeDocumentServices#com.adobe.ads.request.ADSRequest#raschked#148

858#SAP J2EE Engine JTA Transaction : [f61ffffffabffffff8f016955]#n/a##2012b5eef3e911df925400000f61ab8f#SAPEngine_Application_Thread[impl:3]_23##0#0#Error#1#/System/Server#Plain###

Processing exception during a "Render" operation.

Request start time: Fri Nov 19 15:27:23 CET 2010

com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception during render: org.omg.CORBA.COMM_FAILURE; [Error Log file "2010.11.19.152735SAFPSMOKTUN.pdf" written

to /usr/sap/EPT/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]

Exception Stack Trace:

com.adobe.ProcessingException: com.adobe.ProcessingException: XMLFM Exception during render: org.omg.CORBA.COMM_FAILURE; [Error Log file "2010.11.19.152735SAFPSMOKTUN.pdf" written

to /usr/sap/EPT/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]

any idias?

the FP_PDF_TEST_00

Accepted Solutions (1)

Accepted Solutions (1)

andrs_sarcevic
Contributor
0 Kudos

Perhaps it's related to the ADS configuration? I'm thinking some setting for Web Dynpro or ADS at Visual Admin. level.

Ask your BASIS team for help on this one.

Cheers,

Andres.

Answers (2)

Answers (2)

Former Member
0 Kudos

i deployed a new patch for ads. it's working now.

Former Member
0 Kudos

Hi Andre,

I came across similar issue when i was working on output forms for customer statment.

I could sucessfully generate statement with @ 120 pages when it was more than that there used be some timeout or EJb error.

What we did then is remove irrlevent context nodes in form design.

Set the tagged PDF parameter as null when calling the program. this was the solution given by SAP guys after raising OSS notes.

So get your Basis guys to check for any such issues.

let me know if you need the detail log of the OSS message we had.

Cheers,

Sai