Adobe Document Services timeout

Hello Experts,
We are trying to call Adobe Document Services from an Iview, but when doing so we get this error in the defaultTrace.trc.
Exception caught: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
java.net.SocketTimeoutException: Read timed out
com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
java.net.SocketTimeoutException: Read timed out
at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:382)
at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:311)
at com.sap.ip.bi.export.xfa.impl.Document.writeWidthsAsXmlToStream(Document.java:418)
at com.sap.ip.bi.export.xfa.widthcalc.WidthCalculator.<init>(WidthCalculator.java:55)
at com.sap.ip.bi.export.xfa.impl.SizeCalculator.calc(SizeCalculator.java:88)
at com.sap.ip.bi.export.impl.ExportController.calculateAndSetSizes(ExportController.java:543)
at com.sap.ip.bi.export.impl.ExportController.doExportPrep(ExportController.java:448)
at com.sap.ip.bi.export.impl.ExportController.convert(ExportController.java:362)
at com.sap.ip.bi.export.controller.ExportResult.createExport(ExportResult.java:58)
at com.sap.ip.bi.webapplications.pageexport.PageExportRenderingRootNode.createPDF(PageExportRenderingRootNode.java:386)
at com.sap.ip.bi.webapplications.pageexport.PageExportRenderingRootNode.doExport(PageExportRenderingRootNode.java:94)
at com.sap.ip.bi.webapplications.pageexport.PageExportRenderingRootNode.processRendering(PageExportRenderingRootNode.java:214)
at com.sap.ip.bi.webapplications.runtime.impl.Page.processRenderingRootNode(Page.java:2272)
at com.sap.ip.bi.webapplications.runtime.impl.Page.processRendering(Page.java:2045)
at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:1988)
at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:1707)
at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:926)
at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:868)
at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:328)
at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
at java.security.AccessController.doPrivileged(Native Method)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
java.net.SocketTimeoutException: Read timed out
at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:85)
at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:95)
at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:359)
... 51 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:806)
at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getInputStream(HTTPSocket.java:341)
at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getResponseCode(HTTPSocket.java:250)
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getResponseCode(HTTPTransport.java:362)
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:551)
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1425)
at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:78)
... 53 more
I checked notes 934275 and  826419, but those did not help. I verified that the ADS is working fine by using http://<server>:<port>/AdobeDocumentServices/Config
Because this works it seems to me that the package is correctly deployed. We are on SPS 9.
Anybody any suggestions what to test more?

Hi,
Adobe Document Services 32 bit only supports Suse SLES 9 on x86_64 64 bit. Is this what you are using ?
Please refer to the Platform Availability Matrix to check on the compatibility issues. Here's the link : https://websmp110.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000651812&
Hope this helps.
Regards,
Sunil

Similar Messages

  • Error in installing creditionals for Adobe Document Services

    Hi All,
    I have installed SAPNW2004sJavaSP9_Trial on my local machine and when I try to register the Register the password for credential by following the steps below I face a problem in step 4. The error is a pop up as enclosed.
    <b>An error occured while indexing the credential files:
    com.adobe.service.sap.ConfigurationException:An error occured while indexing the credential files</b>
    1.Log on to the Visual Administrator (C:\usr\sap\J2E\JC00\j2ee\admin\go.bat)
    2. On the Cluster tab, choose Server 0 -> Services -> Document Services Configuration
    3. On the Runtime tab, select Credentials
    4. Choose Browse to search for the name of the credential and then Select
    5. In the Alias field, enter the alias of the credential you installed, for example ReaderRights. (Entries for the name of the credential are case-sensitive)
    6. In Password field, enter the password you received together with the credential you installed (filename.txt in <zip_extract_folder>\SAPNetWeaver04SneakPreviewJavaSP11\ADSCredentialFiles). Confirm the password again and then click Add
    &#56256;&#56451; Restart the following services for the changes to take effect: PDF Manipulation Module, Document Services Trust Manager
    7. Restart also the application com.adobe/AdobeDocumentServices
    I followed the steps given the following posts
    Latest NW Sneakpreview SP16 and Adobe Interactive Forms
    TrustServices Credentials problem
    Adobe Document Services: How to upgrade from ADS SP 9 to ADS SP 15
    But, it still does not resolve my problem. I also upgraded the version to SP16 and yet it does not resolve the problem. Can someone tell me what could be wrong?
    Thanks for all your help in advance.
    Regards,
    Divya

    Hi,
    All the form-related services have to be started first: the IIOP on dispatcher and server, all the Document Services *, PDF manupulation and XML form module.
    Then you should be able to register your credential.
    Francois

  • Error in Adobe Document Services on Sneak Preview Java 2004s

    Hi,
    I installed Sneak Preview NW2004s and installed the credentials for Adobe Document Services as per the configuration guide.
    When i test the Web Service, i get the version info and the response
    Required stream: "PDFDocument" not found
    In the logs i get:
    1.5#0013D486EEA90054000001B2000006A0000417BBB764A829#1151994909991#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#Guest#0#####SAPEngine_Application_Thread[impl:3]_10##0#0#Error#1#/System/Server#Plain###User Guest, IP address HTTP request processing failed. HTTP error [401] will be returned. The error is [No login module succeeded.No details available].##1.5#0013D486EEA9005000000871000006A0000417BBB7B07DAE#1151994914960#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#79#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffff8c]####J-Integra for .NET TP Thread 2##0#0#Error#1#/System/Server#Plain###Required stream: "PDFDocument" not found.##1.5#0013D486EEA9005000000873000006A0000417BBB7B07F17#1151994914960#com.adobe.AdobeDocumentServicesWorker#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#79#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffff8c]####J-Integra for .NET TP Thread 2##0#0#Error#1#/System/Server#Plain###Required stream: "PDFDocument" not found.#
    On the client PC i have installed Adobe Reader 7.0.7 and xACF for NW04s.
    When i test the sample Apllication for Interactive forms
    http://localhost:50100/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp
    I get a page with a blue screen in place of the Travel request Form with the message "I am the ACF Control"
    In the logs i get:
    0}#1#org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 26 completed: Maybe     at com.sap.engine.services.iiop.internal.giop.ClientRequest.get_reply_service_context(ClientRequest.java:284)     at com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor.receive_reply(ClientJTSInterceptor.java:91)     at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:133)     at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:125)     at com.sap.engine.services.iiop.server.portable.Delegate.invoke(Delegate.java:282)     at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)     at com.adobe.service._ControlAgentStub.newRequestHandler(_ControlAgentStub.java:42)     at com.adobe.service.ProcessResource.allocateConnection(ProcessResource.java:569)     at com.adobe.service.ConnectionResource.getConnection(ConnectionResource.java:39)     at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactoryManagerPeerImpl.java:106)     at com.adobe.ads.request.RemoteRenderer.initializeFactory(RemoteRenderer.java:473)     at com.adobe.ads.request.RemoteRenderer.renderAllRemote(RemoteRenderer.java:158)     at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:102)     at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:114)     at com.adobe.ads.request.Renderer.renderWithoutCache(Renderer.java:492)     at com.adobe.ads.request.Renderer.execute(Renderer.java:433)     at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111)     at com.adobe.AdobeDocumentServicesWorker.processRender(AdobeDocumentServicesWorker.java:1142)     at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:598)     at com.adobe.AdobeDocumentServicesEJB.processRequest(AdobeDocumentServicesEJB.java:130)     at com.adobe.AdobeDocumentServicesEJB.rpData(AdobeDocumentServicesEJB.java:108)     at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:324)     at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)     at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)     at SoapServlet.doPost(SoapServlet.java:51)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)[/code]
    And many more similar to this one.
    After Activating the trace for Adobe i get the trace as:
    #1.5#0013D486EEA90054000001B7000006A0000417BC293C813F#1151996819977#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#Guest#0#####SAPEngine_Application_Thread[impl:3]_10##0#0#Error#1#/System/Server#Plain###User Guest, IP address HTTP request processing failed. HTTP error [401] will be returned. The error is [No login module succeeded.No details available].##1.5#0013D486EEA90053000002F1000006A0000417BC2998B0C6#1151996826009#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Info##Plain###Non-secure Adobe Document Services request received.##1.5#0013D486EEA90053000002F4000006A0000417BC2998B389#1151996826009#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Debug##Plain###Check if IIOP service is running.##1.5#0013D486EEA90053000002F5000006A0000417BC2998B41A#1151996826009#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Debug##Plain###IIOP service is running##1.5#0013D486EEA90053000002F8000006A0000417BC2998B699#1151996826009#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Server#Plain###Required stream: "PDFDocument" not found.##1.5#0013D486EEA90053000002FA000006A0000417BC2998B81F#1151996826009#com.adobe.AdobeDocumentServicesWorker#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Server#Plain###Required stream: "PDFDocument" not found.#
    When i test the application i get:
    2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Info##Plain###Non-secure Adobe Document Services request received.##1.5#0013D486EEA9005E0000001F000006A0000417BC30852C14#1151996942184#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Check if IIOP service is running.##1.5#0013D486EEA9005E00000020000006A0000417BC30852CC2#1151996942184#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###IIOP service is running##1.5#0013D486EEA9005E00000021000006A0000417BC30852DF4#1151996942184#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Build DOM for: document##1.5#0013D486EEA9005E00000022000006A0000417BC309C1407#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Processing PDFDocument instructions##1.5#0013D486EEA9005E00000023000006A0000417BC309C15DD#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Destination = pdf##1.5#0013D486EEA9005E00000024000006A0000417BC309C1689#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Source = URL##1.5#0013D486EEA9005E00000025000006A0000417BC309C171D#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = acrobat6.xdc##1.5#0013D486EEA9005E00000026000006A0000417BC309C17E1#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing IsPDF = 1##1.5#0013D486EEA9005E00000027000006A0000417BC309C1888#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Type = Stream##1.5#0013D486EEA9005E00000028000006A0000417BC309C191D#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = docTarget##1.5#0013D486EEA9005E00000029000006A0000417BC309C1A05#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Source = URL##1.5#0013D486EEA9005E0000002A000006A0000417BC309C1A97#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = xfa.xci##1.5#0013D486EEA9005E0000002B000006A0000417BC309C1B8F#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Validate PDFDocumentXML Render request##1.5#0013D486EEA9005E0000002C000006A0000417BC309C1C22#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Validating template Template (xdp):Source = Stream Name = docTemplate CacheInfo = ##1.5#0013D486EEA9005E0000002D000006A0000417BC309C1CB6#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Validate PDFDocumentXML request for Output.##1.5#0013D486EEA9005E0000002E000006A0000417BC309C1D42#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Successfully validated PDFDocumentXML request for Output.##1.5#0013D486EEA9005E0000002F000006A0000417BC309C1DD6#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Succcessfully validated Render request##1.5#0013D486EEA9005E00000030000006A0000417BC309C1E76#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Get PDF from input: docDatafrom source: Stream##1.5#0013D486EEA9005E00000031000006A0000417BC309C36A3#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Get bytes from input file: AdobeDocumentServices\lib\custom_xfa.xcifrom source: DIR_GLOBAL##1.5#0013D486EEA9005E00000032000006A0000417BC309C377C#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Reading bytes from file: F:\usr\sap\J2E\SYS\global\AdobeDocumentServices\lib\custom_xfa.xci##1.5#0013D486EEA9005E00000033000006A0000417BC309CF1C5#1151996943731#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Get bytes from input file: AdobeDocumentServices\lib\xfa.xcifrom source: DIR_GLOBAL##1.5#0013D486EEA9005E00000034000006A0000417BC309CF2AB#1151996943731#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Reading bytes from file: F:\usr\sap\J2E\SYS\global\AdobeDocumentServices\lib\xfa.xci##1.5#0013D486EEA9005E00000035000006A0000417BC309D8216#1151996943778#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Get PDF from input: docTemplatefrom source: Stream##1.5#0013D486EEA9005E00000036000006A0000417BC309DD840#1151996943793#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Perform licenseEJB lookup##1.5#0013D486EEA9005E00000037000006A0000417BC309DD966#1151996943793#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Successfully performed LicenseEJB lookup##1.5#0013D486EEA9005E00000038000006A0000417BC309DDAA2#1151996943793#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Determine form status##1.5#0013D486EEA9005E00000039000006A0000417BC309F0233#1151996943871#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Begin render call to XML Form Module##1.5#0013D486EEA9005E0000003A000006A0000417BC309F02F4#1151996943871#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Initializing the CORBA XMLForm Module factory##1.5#0013D486EEA9005E0000003B000006A0000417BC30AAEB11#1151996944653#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#com.adobe/AdobeDocumentServices#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Error##Java###ClientJTSInterceptor.receive_reply [EXCEPTION] {0}#1#org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 26 completed: Maybe     at com.sap.engine.services.iiop.internal.giop.ClientRequest.get_reply_service_context(ClientRequest.java:284)     at com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor.receive_reply(ClientJTSInterceptor.java:91)     at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:133)     at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:125)     at com.sap.engine.services.iiop.server.portable.Delegate.invoke(Delegate.java:282)     at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)     at com.adobe.service._ControlAgentStub.newRequestHandler(_ControlAgentStub.java:42)     at com.adobe.service.ProcessResource.allocateConnection(ProcessResource.java:569)     at com.adobe.service.ConnectionResource.getConnection(ConnectionResource.java:39)     at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactoryManagerPeerImpl.java:106)     at com.adobe.ads.request.RemoteRenderer.initializeFactory(RemoteRenderer.java:473)     at com.adobe.ads.request.RemoteRenderer.renderAllRemote(RemoteRenderer.java:158)     at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:102)     at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:114)     at com.adobe.ads.request.Renderer.renderWithoutCache(Renderer.java:492)     at com.adobe.ads.request.Renderer.execute(Renderer.java:433)     at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111)     at com.adobe.AdobeDocumentServicesWorker.processRender(AdobeDocumentServicesWorker.java:1142)     at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:598)     at com.adobe.AdobeDocumentServicesEJB.processRequest(AdobeDocumentServicesEJB.java:130)     at com.adobe.AdobeDocumentServicesEJB.rpData(AdobeDocumentServicesEJB.java:108)     at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:324)     at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)     at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)     at SoapServlet.doPost(SoapServlet.java:51)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)1.5#0013D486EEA9005E0000003D000006A0000417BC31D6244E#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Render completed successfully##1.5#0013D486EEA9005E0000003E000006A0000417BC31D624F5#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###End render call to XML Form Module##1.5#0013D486EEA9005E0000003F000006A0000417BC31D6258F#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Render status: success with warnings##1.5#0013D486EEA9005E00000040000006A0000417BC31D63101#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Create file databuffer##1.5#0013D486EEA9005E00000041000006A0000417BC31D631AD#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Performing DataManager lookup.##1.5#0013D486EEA9005E00000042000006A0000417BC31D6323F#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Performing DataManager service lookup.##1.5#0013D486EEA9005E00000043000006A0000417BC31D64C46#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Info##Plain###Created a PDF Manipulation Module for PDF: C:\WINNT\Temp\adobewa_J2E_11510850\DM6800447063737269126.dir\DM-7642865196240361528.tmp##1.5#0013D486EEA9005E00000044000006A0000417BC31D64D46#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Credential = ReaderRights##1.5#0013D486EEA9005E00000045000006A0000417BC31D64E00#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Message = ReaderRights credential##1.5#0013D486EEA9005E00000046000006A0000417BC31D64ECB#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = SignRights##1.5#0013D486EEA9005E00000047000006A0000417BC31D64F84#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Modify##1.5#0013D486EEA9005E00000048000006A0000417BC31D6505D#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights##1.5#0013D486EEA9005E00000049000006A0000417BC31D65112#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Add##1.5#0013D486EEA9005E0000004A000006A0000417BC31D651EB#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights##1.5#0013D486EEA9005E0000004B000006A0000417BC31D65298#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Delete##1.5#0013D486EEA9005E0000004C000006A0000417BC31D65375#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights##1.5#0013D486EEA9005E0000004D000006A0000417BC31D6543B#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Export##1.5#0013D486EEA9005E0000004E000006A0000417BC31D6552B#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights##1.5#0013D486EEA9005E0000004F000006A0000417BC31D655DF#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = FillIn##1.5#0013D486EEA9005E00000050000006A0000417BC31D656B1#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights##1.5#0013D486EEA9005E00000051000006A0000417BC31D6575B#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = SpawnTemplate##1.5#0013D486EEA9005E00000052000006A0000417BC31D6582C#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights##1.5#0013D486EEA9005E00000053000006A0000417BC31D658D8#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = SubmitStandAlone##1.5#0013D486EEA9005E00000054000006A0000417BC31D6599D#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights##1.5#0013D486EEA9005E00000055000006A0000417BC31D65A41#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Online##1.5#0013D486EEA9005E00000056000006A0000417BC31D65B1C#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights##1.5#0013D486EEA9005E00000057000006A0000417BC31D65BC8#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Copy##1.5#0013D486EEA9005E00000058000006A0000417BC31D65C98#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights##1.5#0013D486EEA9005E00000059000006A0000417BC31D65D44#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Create##1.5#0013D486EEA9005E0000005A000006A0000417BC31D65E18#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights##1.5#0013D486EEA9005E0000005B000006A0000417BC31D65EC5#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Delete##1.5#0013D486EEA9005E0000005C000006A0000417BC31D65F9D#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights##1.5#0013D486EEA9005E0000005D000006A0000417BC31D66048#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Export##1.5#0013D486EEA9005E0000005E000006A0000417BC31D66117#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights##1.5#0013D486EEA9005E0000005F000006A0000417BC31D661C2#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Import##1.5#0013D486EEA9005E00000060000006A0000417BC31D6629C#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights##1.5#0013D486EEA9005E00000061000006A0000417BC31D66346#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Modify##1.5#0013D486EEA9005E00000062000006A0000417BC31D6640C#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Validate PDFDocumentXML UsageRights request.##1.5#0013D486EEA9005E00000063000006A0000417BC31D664C3#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Successfully validated PDFDocumentXML UsageRights request.##1.5#0013D486EEA9005E00000064000006A0000417BC31D6AFCB#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Set usage rights for com.adobe.document.pdf.PDFDocument##1.5#0013D486EEA9005E00000065000006A0000417BC31D6B0B0#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Lookup PDFManipulation Module factory##1.5#0013D486EEA9005E00000066000006A0000417BC31D6B151#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Performing CORBA ConnectionFactory lookup: com.adobe~PDFManipulation##1.5#0013D486EEA9005E00000067000006A0000417BC31D6B1FA#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###JNDI lookup property: java.naming.provider.url : localhost:50004##1.5#0013D486EEA9005E00000068000006A0000417BC31D6B28D#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###JNDI lookup property: java.naming.factory.initial : com.sap.engine.services.jndi.InitialContextFactoryImpl##1.5#0013D486EEA9005E00000069000006A0000417BC31D6FC49#1151996964309#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Successful CORBA ConnectionFactory lookup: com.adobe~PDFManipulation##1.5#0013D486EEA9005E0000006A000006A0000417BC31EC8B9A#1151996965669#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#com.adobe/AdobeDocumentServices#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Error##Java###ClientJTSInterceptor.receive_reply [EXCEPTION] {0}#1#org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 26 completed: Maybe#1.5#0013D486EEA9005E00000071000006A0000417BC32F29869#1151996982904#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Manage temporary file##1.5#0013D486EEA9005E00000072000006A0000417BC32F2B20B#1151996982904#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Info##Plain###Wrote output PDF to temporary file: C:\WINNT\Temp\adobewa_J2E_11510850\DM6800447063737269126.dir\DM134259188913852534.tmp##1.5#0013D486EEA9005E00000073000006A0000417BC32F2B31B#1151996982904#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Info##Plain###Returning output PDF via stream: docTarget##1.5#0013D486EEA9005E00000074000006A0000417BC32F2BEE2#1151996982919#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Adobe Document Servics return stream content: docTarget##1.5#0013D486EEA9005E00000075000006A0000417BC32F2D2EC#1151996982919#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#com.adobe/AdobeDocumentServices#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Error##Java###ClientJTSInterceptor.receive_reply [EXCEPTION]
    Please help in resolving the issue.
    Thanks,
    Malika

    I believe this means that your test was successful.  I was able to get this same response -- which is good, but now I can't get this response, I get Exception in method rpData now, with no version info -- so I don't know how I broke this piece.

  • Error in running Adobe Document Services on Sneak Preview Java NW04s

    Hi,
    I installed <b>Sneak Preview NW2004s</b> and installed the credentials for Adobe Document Services as per the configuration guide.
    When i test the Web Service, i get the version info and the response
    Required stream: "PDFDocument" not found
    In the logs i get:
    1.5#0013D486EEA90054000001B2000006A0000417BBB764A829#1151994909991#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#Guest#0#####SAPEngine_Application_Thread[impl:3]_10##0#0#Error#1#/System/Server#Plain###User Guest, IP address
    HTTP request processing failed. HTTP error [401] will be returned. The error is [No login module succeeded.No details available].#
    #1.5#0013D486EEA9005000000871000006A0000417BBB7B07DAE#1151994914960#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#79#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffff8c]####J-Integra for .NET TP Thread 2##0#0#Error#1#/System/Server#Plain###Required stream: "PDFDocument" not found.#
    #1.5#0013D486EEA9005000000873000006A0000417BBB7B07F17#1151994914960#com.adobe.AdobeDocumentServicesWorker#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#79#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffff8c]####J-Integra for .NET TP Thread 2##0#0#Error#1#/System/Server#Plain###Required stream: "PDFDocument" not found.#
    On the client PC i have installed Adobe Reader 7.0.7 and xACF for NW04s.
    When i test the sample Apllication for Interactive forms
    http://localhost:50100/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp
    I get a page with a blue screen in place of the Travel request Form with the message "I am the ACF Control"
    In the logs i get:
    0}#1#org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 26 completed: Maybe
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.get_reply_service_context(ClientRequest.java:284)
         at com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor.receive_reply(ClientJTSInterceptor.java:91)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:133)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:125)
         at com.sap.engine.services.iiop.server.portable.Delegate.invoke(Delegate.java:282)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
         at com.adobe.service._ControlAgentStub.newRequestHandler(_ControlAgentStub.java:42)
         at com.adobe.service.ProcessResource.allocateConnection(ProcessResource.java:569)
         at com.adobe.service.ConnectionResource.getConnection(ConnectionResource.java:39)
         at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactoryManagerPeerImpl.java:106)
         at com.adobe.ads.request.RemoteRenderer.initializeFactory(RemoteRenderer.java:473)
         at com.adobe.ads.request.RemoteRenderer.renderAllRemote(RemoteRenderer.java:158)
         at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:102)
         at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:114)
         at com.adobe.ads.request.Renderer.renderWithoutCache(Renderer.java:492)
         at com.adobe.ads.request.Renderer.execute(Renderer.java:433)
         at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111)
         at com.adobe.AdobeDocumentServicesWorker.processRender(AdobeDocumentServicesWorker.java:1142)
         at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:598)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(AdobeDocumentServicesEJB.java:130)
         at com.adobe.AdobeDocumentServicesEJB.rpData(AdobeDocumentServicesEJB.java:108)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    And many more similar to this one.
    After Activating the trace for Adobe i get the trace as:
    #1.5#0013D486EEA90054000001B7000006A0000417BC293C813F#1151996819977#com.sap.engine.services.httpserver##com.sap.engine.services.httpserver#Guest#0#####SAPEngine_Application_Thread[impl:3]_10##0#0#Error#1#/System/Server#Plain###User Guest, IP address
    HTTP request processing failed. HTTP error [401] will be returned. The error is [No login module succeeded.No details available].#
    #1.5#0013D486EEA90053000002F1000006A0000417BC2998B0C6#1151996826009#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Info##Plain###Non-secure Adobe Document Services request received.#
    #1.5#0013D486EEA90053000002F4000006A0000417BC2998B389#1151996826009#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Debug##Plain###Check if IIOP service is running.#
    #1.5#0013D486EEA90053000002F5000006A0000417BC2998B41A#1151996826009#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Debug##Plain###IIOP service is running#
    #1.5#0013D486EEA90053000002F8000006A0000417BC2998B699#1151996826009#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Server#Plain###Required stream: "PDFDocument" not found.#
    #1.5#0013D486EEA90053000002FA000006A0000417BC2998B81F#1151996826009#com.adobe.AdobeDocumentServicesWorker#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServicesWorker#ADSUSER#82#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffac]####SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Server#Plain###Required stream: "PDFDocument" not found.#
    When i test the application i get:
    2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Info##Plain###Non-secure Adobe Document Services request received.#
    #1.5#0013D486EEA9005E0000001F000006A0000417BC30852C14#1151996942184#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Check if IIOP service is running.#
    #1.5#0013D486EEA9005E00000020000006A0000417BC30852CC2#1151996942184#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###IIOP service is running#
    #1.5#0013D486EEA9005E00000021000006A0000417BC30852DF4#1151996942184#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Build DOM for: document#
    #1.5#0013D486EEA9005E00000022000006A0000417BC309C1407#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Processing PDFDocument instructions#
    #1.5#0013D486EEA9005E00000023000006A0000417BC309C15DD#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Destination = pdf#
    #1.5#0013D486EEA9005E00000024000006A0000417BC309C1689#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Source = URL#
    #1.5#0013D486EEA9005E00000025000006A0000417BC309C171D#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = acrobat6.xdc#
    #1.5#0013D486EEA9005E00000026000006A0000417BC309C17E1#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing IsPDF = 1#
    #1.5#0013D486EEA9005E00000027000006A0000417BC309C1888#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Type = Stream#
    #1.5#0013D486EEA9005E00000028000006A0000417BC309C191D#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = docTarget#
    #1.5#0013D486EEA9005E00000029000006A0000417BC309C1A05#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Source = URL#
    #1.5#0013D486EEA9005E0000002A000006A0000417BC309C1A97#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = xfa.xci#
    #1.5#0013D486EEA9005E0000002B000006A0000417BC309C1B8F#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Validate PDFDocumentXML Render request#
    #1.5#0013D486EEA9005E0000002C000006A0000417BC309C1C22#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Validating template Template (xdp):
    Source = Stream
    Name = docTemplate
    CacheInfo = #
    #1.5#0013D486EEA9005E0000002D000006A0000417BC309C1CB6#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Validate PDFDocumentXML request for Output.#
    #1.5#0013D486EEA9005E0000002E000006A0000417BC309C1D42#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Successfully validated PDFDocumentXML request for Output.#
    #1.5#0013D486EEA9005E0000002F000006A0000417BC309C1DD6#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Succcessfully validated Render request#
    #1.5#0013D486EEA9005E00000030000006A0000417BC309C1E76#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Get PDF from input: docDatafrom source: Stream#
    #1.5#0013D486EEA9005E00000031000006A0000417BC309C36A3#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Get bytes from input file: AdobeDocumentServices\lib\custom_xfa.xcifrom source: DIR_GLOBAL#
    #1.5#0013D486EEA9005E00000032000006A0000417BC309C377C#1151996943684#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Reading bytes from file: F:\usr\sap\J2E\SYS\global\AdobeDocumentServices\lib\custom_xfa.xci#
    #1.5#0013D486EEA9005E00000033000006A0000417BC309CF1C5#1151996943731#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Get bytes from input file: AdobeDocumentServices\lib\xfa.xcifrom source: DIR_GLOBAL#
    #1.5#0013D486EEA9005E00000034000006A0000417BC309CF2AB#1151996943731#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Reading bytes from file: F:\usr\sap\J2E\SYS\global\AdobeDocumentServices\lib\xfa.xci#
    #1.5#0013D486EEA9005E00000035000006A0000417BC309D8216#1151996943778#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Get PDF from input: docTemplatefrom source: Stream#
    #1.5#0013D486EEA9005E00000036000006A0000417BC309DD840#1151996943793#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Perform licenseEJB lookup#
    #1.5#0013D486EEA9005E00000037000006A0000417BC309DD966#1151996943793#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Successfully performed LicenseEJB lookup#
    #1.5#0013D486EEA9005E00000038000006A0000417BC309DDAA2#1151996943793#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Determine form status#
    #1.5#0013D486EEA9005E00000039000006A0000417BC309F0233#1151996943871#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Begin render call to XML Form Module#
    #1.5#0013D486EEA9005E0000003A000006A0000417BC309F02F4#1151996943871#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Initializing the CORBA XMLForm Module factory#
    #1.5#0013D486EEA9005E0000003B000006A0000417BC30AAEB11#1151996944653#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#com.adobe/AdobeDocumentServices#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Error##Java###ClientJTSInterceptor.receive_reply
    [EXCEPTION]
    {0}#1#org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 26 completed: Maybe
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.get_reply_service_context(ClientRequest.java:284)
         at com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor.receive_reply(ClientJTSInterceptor.java:91)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:133)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:125)
         at com.sap.engine.services.iiop.server.portable.Delegate.invoke(Delegate.java:282)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
         at com.adobe.service._ControlAgentStub.newRequestHandler(_ControlAgentStub.java:42)
         at com.adobe.service.ProcessResource.allocateConnection(ProcessResource.java:569)
         at com.adobe.service.ConnectionResource.getConnection(ConnectionResource.java:39)
         at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactoryManagerPeerImpl.java:106)
         at com.adobe.ads.request.RemoteRenderer.initializeFactory(RemoteRenderer.java:473)
         at com.adobe.ads.request.RemoteRenderer.renderAllRemote(RemoteRenderer.java:158)
         at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:102)
         at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:114)
         at com.adobe.ads.request.Renderer.renderWithoutCache(Renderer.java:492)
         at com.adobe.ads.request.Renderer.execute(Renderer.java:433)
         at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111)
         at com.adobe.AdobeDocumentServicesWorker.processRender(AdobeDocumentServicesWorker.java:1142)
         at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:598)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(AdobeDocumentServicesEJB.java:130)
         at com.adobe.AdobeDocumentServicesEJB.rpData(AdobeDocumentServicesEJB.java:108)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    1.5#0013D486EEA9005E0000003D000006A0000417BC31D6244E#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Render completed successfully#
    #1.5#0013D486EEA9005E0000003E000006A0000417BC31D624F5#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###End render call to XML Form Module#
    #1.5#0013D486EEA9005E0000003F000006A0000417BC31D6258F#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Render status: success with warnings#
    #1.5#0013D486EEA9005E00000040000006A0000417BC31D63101#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Create file databuffer#
    #1.5#0013D486EEA9005E00000041000006A0000417BC31D631AD#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Performing DataManager lookup.#
    #1.5#0013D486EEA9005E00000042000006A0000417BC31D6323F#1151996964262#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Performing DataManager service lookup.#
    #1.5#0013D486EEA9005E00000043000006A0000417BC31D64C46#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Info##Plain###Created a PDF Manipulation Module for PDF: C:\WINNT\Temp\adobewa_J2E_11510850\DM6800447063737269126.dir\DM-7642865196240361528.tmp#
    #1.5#0013D486EEA9005E00000044000006A0000417BC31D64D46#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Credential = ReaderRights#
    #1.5#0013D486EEA9005E00000045000006A0000417BC31D64E00#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Message = ReaderRights credential#
    #1.5#0013D486EEA9005E00000046000006A0000417BC31D64ECB#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = SignRights#
    #1.5#0013D486EEA9005E00000047000006A0000417BC31D64F84#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Modify#
    #1.5#0013D486EEA9005E00000048000006A0000417BC31D6505D#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights#
    #1.5#0013D486EEA9005E00000049000006A0000417BC31D65112#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Add#
    #1.5#0013D486EEA9005E0000004A000006A0000417BC31D651EB#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights#
    #1.5#0013D486EEA9005E0000004B000006A0000417BC31D65298#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Delete#
    #1.5#0013D486EEA9005E0000004C000006A0000417BC31D65375#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights#
    #1.5#0013D486EEA9005E0000004D000006A0000417BC31D6543B#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Export#
    #1.5#0013D486EEA9005E0000004E000006A0000417BC31D6552B#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights#
    #1.5#0013D486EEA9005E0000004F000006A0000417BC31D655DF#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = FillIn#
    #1.5#0013D486EEA9005E00000050000006A0000417BC31D656B1#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights#
    #1.5#0013D486EEA9005E00000051000006A0000417BC31D6575B#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = SpawnTemplate#
    #1.5#0013D486EEA9005E00000052000006A0000417BC31D6582C#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights#
    #1.5#0013D486EEA9005E00000053000006A0000417BC31D658D8#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = SubmitStandAlone#
    #1.5#0013D486EEA9005E00000054000006A0000417BC31D6599D#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = FormRights#
    #1.5#0013D486EEA9005E00000055000006A0000417BC31D65A41#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Online#
    #1.5#0013D486EEA9005E00000056000006A0000417BC31D65B1C#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights#
    #1.5#0013D486EEA9005E00000057000006A0000417BC31D65BC8#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Copy#
    #1.5#0013D486EEA9005E00000058000006A0000417BC31D65C98#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights#
    #1.5#0013D486EEA9005E00000059000006A0000417BC31D65D44#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Create#
    #1.5#0013D486EEA9005E0000005A000006A0000417BC31D65E18#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights#
    #1.5#0013D486EEA9005E0000005B000006A0000417BC31D65EC5#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Delete#
    #1.5#0013D486EEA9005E0000005C000006A0000417BC31D65F9D#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights#
    #1.5#0013D486EEA9005E0000005D000006A0000417BC31D66048#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Export#
    #1.5#0013D486EEA9005E0000005E000006A0000417BC31D66117#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights#
    #1.5#0013D486EEA9005E0000005F000006A0000417BC31D661C2#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Import#
    #1.5#0013D486EEA9005E00000060000006A0000417BC31D6629C#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Name = AnnotRights#
    #1.5#0013D486EEA9005E00000061000006A0000417BC31D66346#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Parsing Value = Modify#
    #1.5#0013D486EEA9005E00000062000006A0000417BC31D6640C#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Validate PDFDocumentXML UsageRights request.#
    #1.5#0013D486EEA9005E00000063000006A0000417BC31D664C3#1151996964278#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Successfully validated PDFDocumentXML UsageRights request.#
    #1.5#0013D486EEA9005E00000064000006A0000417BC31D6AFCB#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Set usage rights for com.adobe.document.pdf.PDFDocument#
    #1.5#0013D486EEA9005E00000065000006A0000417BC31D6B0B0#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Lookup PDFManipulation Module factory#
    #1.5#0013D486EEA9005E00000066000006A0000417BC31D6B151#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Performing CORBA ConnectionFactory lookup: com.adobe~PDFManipulation#
    #1.5#0013D486EEA9005E00000067000006A0000417BC31D6B1FA#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###JNDI lookup property: java.naming.provider.url : localhost:50004#
    #1.5#0013D486EEA9005E00000068000006A0000417BC31D6B28D#1151996964294#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###JNDI lookup property: java.naming.factory.initial : com.sap.engine.services.jndi.InitialContextFactoryImpl#
    #1.5#0013D486EEA9005E00000069000006A0000417BC31D6FC49#1151996964309#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Successful CORBA ConnectionFactory lookup: com.adobe~PDFManipulation#
    #1.5#0013D486EEA9005E0000006A000006A0000417BC31EC8B9A#1151996965669#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#com.adobe/AdobeDocumentServices#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Error##Java###ClientJTSInterceptor.receive_reply
    [EXCEPTION]
    {0}#1#org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 26 completed: Maybe
    #1.5#0013D486EEA9005E00000071000006A0000417BC32F29869#1151996982904#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Manage temporary file#
    #1.5#0013D486EEA9005E00000072000006A0000417BC32F2B20B#1151996982904#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Info##Plain###Wrote output PDF to temporary file: C:\WINNT\Temp\adobewa_J2E_11510850\DM6800447063737269126.dir\DM134259188913852534.tmp#
    #1.5#0013D486EEA9005E00000073000006A0000417BC32F2B31B#1151996982904#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Info##Plain###Returning output PDF via stream: docTarget#
    #1.5#0013D486EEA9005E00000074000006A0000417BC32F2BEE2#1151996982919#com.adobe.AdobeDocumentServices#com.adobe/AdobeDocumentServices#com.adobe.AdobeDocumentServices#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Debug##Plain###Adobe Document Servics return stream content:
    docTarget
    #1.5#0013D486EEA9005E00000075000006A0000417BC32F2D2EC#1151996982919#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#com.adobe/AdobeDocumentServices#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#ADSUSER#83#SAP J2EE Engine JTA Transaction : [0ffffffafffffffa44202fffffff8ffffffb2]####SAPEngine_Application_Thread[impl:3]_14##0#0#Error##Java###ClientJTSInterceptor.receive_reply
    [EXCEPTION]
    Please help in resolving the issue.
    Thanks,
    Malika

    i have checked blogs and my iiop startup was already set to always
    but when i run the test in the instalation of the credential it works just fine
    here is stack trace from the defaultrace0.trc
    #1.5#001320975A460052000004B600000194000426C3A463D6AB#1168521625343#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#com.adobe/AdobeDocumentServices#com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor#ADSUSER#60#SAP J2EE Engine JTA Transaction : [0ffffffc353ffffffb6003ffffffef]####J-Integra for .NET TP Thread 2##0#0#Error##Java###ClientJTSInterceptor.receive_reply
    [EXCEPTION]
    #1#org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 26 completed: Maybe
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.get_reply_service_context(ClientRequest.java:284)
         at com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor.receive_reply(ClientJTSInterceptor.java:91)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:133)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:125)
         at com.sap.engine.services.iiop.server.portable.Delegate.invoke(Delegate.java:282)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
         at com.adobe.service._ControlAgentStub.newRequestHandler(_ControlAgentStub.java:42)
         at com.adobe.service.ProcessResource.allocateConnection(ProcessResource.java:569)
         at com.adobe.service.ConnectionResource.getConnection(ConnectionResource.java:39)
         at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactoryManagerPeerImpl.java:106)
         at com.adobe.ads.request.RemoteRenderer.initializeFactory(RemoteRenderer.java:473)
         at com.adobe.ads.request.RemoteRenderer.renderAllRemote(RemoteRenderer.java:158)
         at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:102)
         at com.adobe.ads.request.RemoteRenderer.renderAll(RemoteRenderer.java:114)
         at com.adobe.ads.request.Renderer.renderWithoutCache(Renderer.java:492)
         at com.adobe.ads.request.Renderer.execute(Renderer.java:433)
         at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111)
         at com.adobe.AdobeDocumentServicesWorker.processRender(AdobeDocumentServicesWorker.java:1142)
         at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:598)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(AdobeDocumentServicesEJB.java:130)
         at com.adobe.AdobeDocumentServicesEJB.rpData(AdobeDocumentServicesEJB.java:108)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

  • Error while installing Adobe Document services

    Hello,
           am getting following error while installing Adobe document services on HP-UX system. The portal version is EP 6.0 SP 11.
    AdobeDocService/DVD_NW_04_SR1_NetWeaver_Components/ADOBE/ADOBEGEN/OFFLINE/ADSSAPOFF.sca' does not exist.
    Jun 27, 2005 1:59:50 PM  Error: Processing error. Return code: 4
    i HAVE ALREADY CHECKED AT THE ABOVE LOCATION & THE FILE DOES EXISTS AT THAT LOCATION.
    Regards,
    Sunil Kulkarni

    is this problem resolved ? -  this seems related to DB/OS (e.g., if largefiles not enabled then the datafile cannot grow beyond 2GB and file resets)
    or something like that which SAPinst is not equipped to handle and does not give a better error message
    the system.log in the sapinst_instdir may have some clues
    Birdie

  • A few questions regarding the configuration of Adobe Document Services

    <u><i>For Your Information: the main questions are repeated at the end of this post.</i></u>
    The Adobe Document Services seems to work fine. The test I did on http://<server>:<port>/AdobeDocumentServices/Config gives the error
    ' "Required stream: "PDFDocument" not found.” ' so that's fine.
    But when I do this: http://server:50000/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp
    The result: the PDF is shown and I can enter text in the textboxes and also use the radioboxes.
    But I can't use the dropdownboxes, neither can I use the "submit" and "check" buttons..
    Is this normal? Or is it because of the ReaderRights credential?
    Or is it necessary to install the ACF?
    Here is some info I got from a blog:
    "<b>Client Side Requirements</b>
    Follow the steps mentioned below. Please make sure the following prerequisites are met before working with Adobe Interactive Forms.
    NWDS 7.0 / 6.0
    Adobe Live cycle designer 7.1 / 7.0
    Adobe Reader 7.0.8 [ Minimum : 7.0.1]
    <b>End User Requirements</b>
    Adobe Reader 7.0.8 [ Minimum : 7.0.1]
    Active Component Framework (ACF) - SPS 9, SPS 10"
    Two more questions;
    1)This info is in the config guide:
    "If you have installed the ADS and the WD runtime environment on different J2EE engines and if the communication between these engines uses the SLD, you need to publish the ADS to the SLD."
    Does this mean that I don't need to do this when I haven't used SLD? Or is it necessary to install SLD?
    Some more info:
    Prerequisites:
    A System Landscape Dir must already have been configured.
    If you have not yet done so, perform the necessary activities according to the documentation SAP System Landscape Directory, Administrative Activities section, chapters:
    Start and stop the SLD Service
    Configure the SLD Server
    Configure data persistence
    Make settings for the SLD bridge
    You can find this documentation by calling the following URL in your web
    browser: http://<host>:<port>/sld
    When I check this URL, I don't see anything concerning an (already configured) SLD.
    2) Do I need the license below too to develop in AIF?
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_srv/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d373530373834%7d
    Main questions----
    I need to create a form with a few fields (of which some fields are mandatory); then I have to use a few BAPI's to check these fields and to save the content in a CRM system.
    I've installed Netweaver Sneak Preview, and configured Adobe Document Services (made ADSUser & ADSCaller, set IIOP etc to Autostart, Installed the credentials). The tests seem to work fine, but I haven't developed anything yet.
    My questions:
    1)Is it necessary to install the ACF?
    2)Is it necessary to install Adobe LifeCycle Designer?
    3)Also SLD?
    4)Also the license described above?
    Grz
    Allan
    Message was edited by:
            Allan Duinslaeger

    No one?
    Some questions are answered by someone else.
    -The SLD is okay, it doesn't need to be configured
    -The Adobe Lifecycle Designer is automatically installed when installing the Netweaver Studio Sneak Preview SP16
    Just two more questions:
    1)when I open http://server:port/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp
    The PDF is shown but I can't use the buttons or the dropdown boxes.
    I tried to install ACF but I have NW04s SP16, and the ACF is only SP11.
    So when I install that, it only shows a blue screen with "I am the placeholder control"
    When I install ACF SP19 for NW04, the PDF shows again, but I still can't use the buttons or dropdowns. Is this normal?
    2) Do I need the license described below?
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_srv/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d373530373834%7d
    Main questions----
    I need to create a form with a few fields (of which some fields are mandatory); then I have to use a few BAPI's to check these fields and to save the content in a CRM system.
    I've installed Netweaver Sneak Preview, and configured Adobe Document Services (made ADSUser & ADSCaller, set IIOP etc to Autostart, Installed the credentials). The tests seem to work fine, but I haven't developed anything yet.
    My questions:
    1) What about the ACF?
    2) Also the license described above?
    Grz
    Allan

  • Add Subform dynamically,on click of Button, in Interactive form generated by Adobe Document Services

    HI,
    I have an XDP file designed by Adobe Designer 7.1 with the following hierarchy of elements:
    -form1(root)
    --Button
    --tmpForm (subform - Repeat subform for each data entry )
    ---ST (Text)
    Now, this XDP file generates an Interactive PDF form with Reader Rights enabled by the Adobe Document Services.
    On click of button, the following javascript is executed on client side:
    var df = _tmpForm.addInstance(1);
    df.ST.rawValue = "HI" ;
    xfa.host.messageBox( "Instances" + tmpForm.all.length ) ;
    On clicking the button, i get the length of the instances of the subform and the size increases on each click, but no element is added "visibly" to the pdf.
    But when i try to do the same by saving the XDP file as Dynamic PDF form for Acrobat 8.0,and open it using Adobe Acrobat PRO 8.0, it works fine.
    My question is,I s it not possible to add subforms dynamically in PDF's generated by Adobe Document Services with Reader Rights enabled?
    Or, is there something that i am missing?
    Please guide.
    Thanks.
    Regards,
    Siddhartha

    Hi,
    you can't change the behavior of the save button in the browser nor in Reader/Acrobat.
    You can add a custom button within your form which calls a custom script from a folder level script using the browserForDoc method.
    The browseForDoc methos is the only one whcih can change the name in the saveAs dialog.
    Here's an example., you can run from Acrobat console.
    You need to combine it with the solution from the other thread to make it work with your form.
    http://forums.adobe.com/message/2266799#2266799%232266799
    var oRetn = app.browseForDoc({
        bSave: true,
        cFilenameInit: "MyForm.pdf",
        cFSInit: "",
    if (typeof oRetn !== "undefined") {
        this.saveAs({
            cFS: oRetn.cFS,
            cPath: oRetn.cPath,
            bPromptToOverwrite: false

  • Adobe Document Services Configuration

    Hi Experts,
    <b>ERP2004 SP17, EP 6.0 SP20, AS Java 6.40 (web dynpr runtime), As Java 7.0 (for ADS).</b>
    I am running ADS on one server (NW 7.0) and web dynpro runtime on server (AS Java 6.40). We are using central SLD. ADS on 64 bit lunux systems is not supported if AS Java 6.40 is installed. I also have followed the note; 925741 Adobe DOcument Service with non supported platforms.
    I am trying to configure ADS using the configuration guide for ADS for NW2004. I published the ADS to SLD.
    I went to http://<host>.<company.com>:50000/AdobeDocumentServices/Config
    and gave ADSUSER/Password,
    I get the following response.
    <b>RESPONE 1:</b>
    HTTP/1.1 200 OK
    Connection: close
    Set-Cookie: <value is hidden>
    Set-Cookie: <value is hidden>
    Server: SAP J2EE Engine/7.00
    Content-Type: text/xml; charset=UTF-8
    Date: Tue, 13 Nov 2007 23:24:25 GMT
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ><SOAP-ENV:Body><rpl:rpDataResponse xmlns:rpl='urn:AdobeDocumentServicesVi'><rpl:Response xmlns:pns='urn:com.adobe'><pns:rpStrings><pns:RpString><pns:name>Error_Level</pns:name><pns:value>0</pns:value></pns:RpString><pns:RpString><pns:name>Results</pns:name><pns:value>
    <b>Required stream: "PDFDocument" not found in request OR its length is</b> zero.</pns:value></pns:RpString><pns:RpString><pns:name>VersionInfo</pns:name><pns:value>710.20061024154505.342190</pns:value></pns:RpString></pns:rpStrings></rpl:Response></rpl:rpDataResponse></SOAP-ENV:Body></SOAP-ENV:Envelope
    The document says it should bring the version of the ADS. I got a tree like response in which i see an element which shows the version: 710.20061024154505.342190
    I can not execute PCRs that come with MSS business packages. I am getting an error like this below.
    <b>ERROR 1:</b>
      com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Error during call to AdobeDocumentServer: Processing exception during a "Render" operation. Request start time: Tue Nov 13 14:06:46 MST 2007 com.adobe.ProcessingError: Template used in PDF render operation is invalid or cannot be found: url Reason code: http://<host>.<company.com>:50000/webdynpro/dispatcher/sap.com/msspcr/PcrApplication/wd_key56_1194988006244/unknown.pdf;jsessionid=(sapxid_XID_00)ID0612781050DB00927636819783032031End;saplb_=(J2EE1929400)1929450?sap.session.download=4&sap-wd-cltwndid=WID1194974867468&sap-wd-appwndid=kPtnj2P7jeiICdSg1OjikA%3D%3DVFdWFji1I83YX1%2FltSqVHw%3D%3D&sap-wd-norefresh=true - Unable to load dynamic library libcurl.so; [Error Log file "2007.11.13.140646PcrApplicationmss01.pdf" written to /usr/sap/XID/SYS/global/AdobeDocumentServices/renderErrorLog/errorFiles] Exception Stack Trace: com.adobe.ProcessingError: Template used in PDF render operation is invalid or cannot be found: url Reason code: http://<host>.<company.com>:50000/webdynpro/dispatcher/sap.com/msspcr/PcrApplication/wd_key56_1194988006244/unknown.pdf;jsessionid=(sapxid_XID_00)ID0612781050DB00927636819783032031End;saplb_=(J2EE1929400)1929450?sap.session.download=4&sap-wd-cltwndid=WID1194974867468&sap-wd-appwndid=kPtnj2P7jeiICdSg1OjikA%3D%3DVFdWFji1I83YX1%2FltSqVHw%3D%3D&sap-wd-norefresh=true - Unable to load dynamic library libcurl.so at com.adobe.ads.request.RemoteRenderer.renderAllRemote(Unknown Source) at com.adobe.ads.request.RemoteRenderer.renderAll(Unknown Source) at com.adobe.ads.request.RemoteRenderer.renderAll(Unknown Source) at com.adobe.ads.request.Renderer.renderDatalessPdf(Unknown Source) at com.adobe.ads.request.Renderer.renderSpecialPdf(Unknown Source) at com.adobe.ads.request.Renderer.renderWithCache(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_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.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.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126) at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157) at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79) at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92) at SoapServlet.doPost(SoapServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(AccessController.java:207) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) Caused by: com.adobe.document.xmlform.InvalidTemplateException: IDL:com/adobe/document/xmlform/InvalidTemplateException:1.0 at com.adobe.document.xmlform.InvalidTemplateExceptionHelper.read(Unknown Source) at com.adobe.document.xmlform._FormFactoryStub.renderAll(Unknown Source) at com.adobe.ads.request.RemoteRenderer.renderAllRemote(Unknown Source) at com.adobe.ads.request.RemoteRenderer.renderAll(Unknown Source) at com.adobe.ads.request.RemoteRenderer.renderAll(Unknown Source) at com.adobe.ads.request.Renderer.renderDatalessPdf(Unknown Source) at com.adobe.ads.request.Renderer.renderSpecialPdf(Unknown Source) at com.adobe.ads.request.Renderer.renderWithCache(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_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.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.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126) at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157) at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79) at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92) at SoapServlet.doPost(SoapServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(AccessController.java:207) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    I do not know RESPONSE 1 is causing ERROR 1 on portal.
    I did not yet install adobe reader credentials.
    any ideas why I am seeing the error on portal?

    One more observation I have made is:
    a HTTP destination is created on AS Java 6.40 as part of the configuration.
    <b>5.3 Creating a Destination of the Destination Service in the Java Environment</b><b>If you use print forms you have to create the destination service on the server where the Adobe document services are installed. If you use forms in ISR scenarios, for example in the Business Package MSS, you have to create the destination service on the J2EE engine that hosts Web Dynpro.</b>To create the new destination, proceed as follows:
    1. Log on to the Visual Administrator. See How to Start the Visual Administrator [on page 48].
    2. On the Cluster tab, choose Server <x> &#8594; Services &#8594; Destinations. Under Runtime, select HTTP. The available destinations are displayed. The information that applies to a selected destination is displayed in the right pane.
    3. Choose New in the navigation panel.
    4. In the dialog box that follows, enter the name FP_ICF_DATA for the new destination and choose OK.
    5. Under Connection Settings enter the message server (or Web Dispatcher) of the SAP Web AS ABAP in the URL field:
    http://<hostname>:<HTTP_port>
    and in case of SSL,
    https://<hostname>:<HTTPS_port> To display the host name of your SAP Web AS ABAP log on to SAP Web AS ABAP and call transaction SICF. In the main menu, choose Goto &#8594; Port Information. The information is displayed on a screen; where the HTTP_port is specified under Services.
    6. Enter the client number of the system where the user ADS_AGENT exists in the field client. Keep the other fields System ID and Language empty.
    7. Select the authentication method to use for the connection, and enter the parameters for the authentication method in the corresponding fields (if applicable).
    • In the Username field enter ADS_AGENT (must exist as service user in SAP Web AS ABAP)
    • In the Password field enter the same password as given for SAP Web AS ABAP service user ADS_AGENT.
    See Creating a Service User in the ABAP Environment [on page 32].
    8. If the connection is to use HTTPS, then specify how the connection should handle SSL server authentication.
    9. Save the data.
    After this configuration, I picked the button SAVE and TEST,
    the system throws an error:
    <b>Error during ping operation, Received HTTP response 404</b>

  • Adobe Document Services Architecture NW04s

    All,
    I am working at a customer that will be using Adobe Document Services for interactive forms.
    The customer has several existing SAP applications but for this project it was recommended to configure the ADS on the SRM server (java stack is required)
    What I need to know is the best practice architecture for the customers current needs as well as if they intend to expand its use in the future.
    A)Should they have a centralized ADS server?
    B) Should they have an ADS on each landscape? ie: one for CRM, one for SRM, one for ERP, in Dev/TST and QA
    C)Can they have an ADS on their SRM server and share it with their ERP or other servers? ie: If they want to use ESS/MSS in the future
    Any suggestions would be appreciated,

    Interesting question, frequently faced in large companies.
    The ADS can be shared between various SAP systems, (question c: yes).
    So typically the same ADS server can be used for DEV and QAS environments, and one special for productive purposes (questions a, b, c).
    Recommandation from SAP side is that the ADS should have the same SPS level as the other components (ABAP or Java) with of course same SP level for all the components for the J2EE engine where the ADS is running.
    This the way the newly created forms are tested by SAP (questions a, b, c).
    Knowing this, to have a central ADS instance is in practice quite difficult to achieve, so the answer depends on the architecture (number of servers, upgrades plannings etc.)
    Keep in mind the sizing of the ADS: your architecture will also then depend of the usage of the ADS by the various SAP systems (questions a, b, c).
    Hope this helps,
    Best regards,
    Francois

  • ADobe document services

    Hi All,
    I was trying to activate the adobe document services in the Netweaver 2004s ABAP +JAVA stack system
    when ever i am trying to execute the program FP_TEST_00 The pop up screen appears asking
       Enter you user name and ID
      Resource AdobeDocumentService/config
      Username :----
      Password:----
    I activated the ADS in DEV system it does not ask for these credentials every time.
    Please help in solving this problem.
    Thanks in Advance

    Hello, check these to debug your ADS problems:
    ADS Installation and configuration:
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm
    Troubleshooting for ADS configuration:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30ec0508-9438-2c10-f393-a41fb255698d?quicklink=index&overridelayout=true
    ADS tests
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/43/f31e3082221595e10000000a1553f7/content.htm
    Landscape with ADS:
    http://csc-studentweb.lr.edu/swp/Berg/Conferences/SAP_NW2008_and_Admin_2008/BI/Track13/Track13_Session4.pdf
    Regards Otto

  • Adobe Document Services ABAP+JAVA

    Hello SDN
    We have some problems with the Adobe Document Services.
    We have installed acording to the installationguide and checked this several times. However when we try to run the program FP_PDF_TEST_00 (which is a SAP-provided test program) it fails with the following error:
    Test Program: Version Information (for Analysis Only)
    SYSTEM ERROR
    ERROR CODE : 100.101
    This is ine of the symptoms -and we fell if we can solve this many of our our other problems will disaapear. (we cant preview, print and so on)
    Any ideas?

    Hi Vijay,
    I am me facing the error (Current user has user creation permissions in the UME, but cannot create users in the back-end system (data source). The original and possibly untranslated message was: "No active writeable datasource found for user creation, check your Persistence Configuration.".) I know that you has a same problem, what did you do?
    Thanks
    Sergio

  • Adobe Document Services licensing

    Hi,
    Can anyone tell if the installation of Adobe Document Services is subject of any additional licensing.
    It will be used just for the gereration of Webdynpro ABAP alv print version.
    Thanks in advance,
    NB

    Hi Nuno,
    ADS comes as a part of NW204s, you don't require any additional license for it.
    But if you want to use Interactive forms then you need license from sAP. If you don't have Interactive forms license, your forms will not work as Interactive forms in Production system.
    Hope this helps,
    Amit

  • Adobe Document Services - NetWeaver 7.3 - Windows Azure

    Hello,
    Does SAP support running Adobe Document Services on Microsoft Azure? I am planning to migrate my in-premise ADS JAVA instance to Microsoft Cloud Machine, and looking for guidance, if SAP supports this and if there are SAPNotes around this.
    Thanks
    Sandeep

    Hello RB,
    The problem is in these report,
    FP_PDF_TEST_00
    FP_TEST_IA_01
    FP_CHECK_DESTINATION_SERVICE & FP_CHECK_HTTP_DATA_TRANSFER
    without check
    with check
    The password in ABAP user and Java is the same.
    Thanks for your support.

  • Adobe Document Services landscape question

    Hello,
    We have installed Adobe Document Services (ADS) as part of Netweaver 2004s on a 32 bit Windows server. We have our Development Portal configured to point to this server in the configuration of ADS.
    Can we use the same ADS server for our QA Portal? We want to limit the number of servers/instances that we have to install and maintain.
    Thank you,
    George Barta

    Hello,
    There is a web service client connection to setup, and that's it (so nothing extraordinary there) !
    Guids on how to do this are available on service.sap.com/adobe (configuration guide) and also in the following threads:
    ADS connection
    Using ADS on other server
    Regards,
    Francois

  • Adobe Document Services SP19

    Hi,
    We are running Adobe Document Services with MSS on NW04 EP6 SP15, with Adobe SP15.
    We are planning on upgrading the Portal components to SP19 and am wondering when SP19 of Adobe Document Services is going to be made available for download?
    Right now, I am able to find the Adobe DS SP18.
    Thanks in advance.
    Regards, Neeta

    Hello Neeta,
    Where do you search for this service pack? It should be available in the service marketplace under the following path: Support Packages and Patches -> SAP NetWeaver -> SAP NETWEAVER -> SAP NETWEAVER 04 - > Entry by Component -> Adobe Document Services -> ADOBE DOCUMENT SERVICES 1.00 -> OS independent.
    Regards,
    Philipp

Maybe you are looking for