cancel
Showing results for 
Search instead for 
Did you mean: 

PDFDocumentRuntimeException: Failed to GENERATEPDF

Former Member
0 Kudos

Hi,

I created a WDJ application with a simple view and an interactive form. When I run my application I get

this error:

Failed to GENERATEPDF

at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:392)

at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)

at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:895)

at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)

at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)

at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)

at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)

What is the problem??

I run on a NW 7.0 SP12 environment.

Accepted Solutions (0)

Answers (1)

Answers (1)

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi Sandhya

The J2EE Engine should be configured for Adobe interactive forms.Check your J2EE Engine configurations

setting IIOP service to autostart

createing ADSUser/ADSCaller user/group

setting up the BASIC AUTHENTICATION config (Java part only)

publishing the ADS to SLD

importing the credentials file

Regards

Kalyan