We have configure ADS for usage...
Securtiy Model : Basic
We have ERP 2005 - On One Server - ABAP stack only.
Portal - EP with Netweaver 2004s - Java Stack on another server with XSS,ESS and MSS Business Packages.
We want to use Interactive Forms for MSS - i.e PCR
The test as mentioned in ADOBE Config Guide and Netweaver 2004s install guide i.e. For ABAP - FP_PDF_TEST_00
i.e for Java - http://<server>:port/AdobeDocumentServices/Config/ - test
worked ok.
Now when we try to call forms in Portal - MSS - PCRs or in ABAP - SFP we get errors...
Error in Java
The initial exception that caused the request to fail, was:
com.sap.tc.webdynpro.services.exceptions.PDFDocumentCreationException: ../../sap.com/msspcr/PcrApplication/wd_key12_1163646819611/Error+PDF.pdf?sap-wd-download=1&sap-wd-dl_behaviour=1&sap-wd-cltwndid=DefaultExternal1163646667546&sap-ext-sid=w0EkChrXb%2BK97%2B%2Bb8bTJ0A%3D%3DLkG%2Bmy8Q4jfYCmPFPEEJCA%3D%3D%2Fpcd%3Aportal_content%2Fcom.sap.pct%2Fline_manager%2Fcom.sap.pct.erp.mss.bp_folder%2Fcom.sap.pct.erp.mss.roles%2Fcom.sap.pct.erp.mss.manager_self_service%2Fcom.sap.pct.erp.mss.manager%2Foverview%2Fcom.sap.pct.erp.mss.team%2Fpersonal_change_requests%2Fcom.sap.pct.erp.mss.pcrapplication_page%2Fsap.com%2Fmss%7Epcr%2FPcrApplication%2Fbase&sap-wd-norefresh=X&sap-ep-version=7.00.200608201842
at at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:383)
at at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
at at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
at at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
at at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
... 41 more
Error in ABAP - Error in Start Form : Message no. PTRA_WEB_INTERFACE162
Not sure whats wrong...we tried to Execute a Trace in Java....but it didnt come with any entries....so its not even reaching to that level.
And SFP Trace gives following error....
Adobe Document Services Wed Nov 15 20:26:17 PST 2006 Trace Results:
String: rp.script.uri = sap/SAPPDFDocument.rps
String: Trace = 4
String: Username = SKANDISE
Stream: PDFDocument
Stream: XFD
IIOP service is running
Created a new reference to the DataManager
Locating stream: PDFDocument and loading into a DOM
Processing PDFDocument instructions
Discovering requested operations
Checking request semantics
Request initialization (including DOM construction and validation) processing elapsed time = 11 ms.
Parse Identity
Application: SAFP
Form: FITP_REQUEST_FORM
SID: DHR
Client: 500
IsProductive: false
Username: SKANDISE
Begin operation: Render, elapsed time = 12 ms.
Parse template node
Template:
Source = URL
Name = dest:FP_ICF_DATA_DHR//sap/bc/fp/form/layout/FITP_REQUEST_FORM.XDP?fp-language=EN
Parse data node
Form Data (xml):
Source = Stream
Name = XFD
Parsing output node
Setting PDFDynamic to default 0 for this PDF.
Stream = PDFOut
Form Data (xml):
Document type = pdf
Relevant = null
isPDF = true
pdfDynamic = forbidden
No custom config file found.
Using standard config file: AdobeDocumentServices/lib/xfa.xci
Config setup completed.
Lookup destination: FP_ICF_DATA_DHR
Lookup SAP Destination Service
Problem trying read data from Destination: dest:FP_ICF_DATA_DHR//sap/bc/fp/form/layout/FITP_REQUEST_FORM.XDP?fp-language=EN
com.adobe.ads.destination.DestinationException: Destination exception during destination lookup: FP_ICF_DATA_DHR
Exception Stack Trace:
com.adobe.ads.destination.DestinationException: Destination exception during destination lookup: FP_ICF_DATA_DHR
at com.adobe.ads.destination.Destination.getDestination(Unknown Source)
at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
at com.adobe.ads.data.DestURLData.setData(Unknown Source)
at com.adobe.ads.data.DestURLData.<init>(Unknown Source)
at com.adobe.ads.data.PDFData.createFromURL(Unknown Source)
at com.adobe.ads.data.PDFData.create(Unknown Source)
at com.adobe.ads.request.Template.setPDFData(Unknown Source)
at com.adobe.ads.request.Template.initialize(Unknown Source)
at com.adobe.ads.request.Renderer.initializeTemplates(Unknown Source)
at com.adobe.ads.request.Renderer.execute(Unknown Source)
at com.adobe.BaseADSRequest.doWork(Unknown Source)
at com.adobe.AdobeDocumentServicesWorker.processRender(Unknown Source)
at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.sap.engine.services.webservices.runtime.EJBImplem
Help will be highly appreciated.
Thanks