Adobe Document Services - http Response 500 - How to configure the logging?

We are building an application in Web Dynpro Java that fetches data from an R/3 system via an RFC connection and is then supposed to show said data in a pdf within an iview. For that task we want to use the InteractiveForm UIElement. We bind the data to its pdfSource in the iViewu2019s context. Currently the form only consists of a text field bound to one attribute element of the pdfSource context node.
The ADS webservice is configured according to the manuals found here:
http://help.sap.com/saphelp_nw70/helpdata/en/fa/0b700d6cfd4e03a8ec2186ba6ff4af/frameset.htm
and tested successfully under the following link
http://<portal_host>:<port>/AdobeDocumentServices/Config?style=document
However, when we execute the application, an error occurs in the webservice generating the pdf, namely Invalid Content-Type:text/html. The error occurs when the iView containing the form is shown for the first time, even before the attributes of the pdfSource context are filled with data (we expect to see an empty form).
As it seems the webservice is expected to return a MIME type of either application/pdf or text/xml (we donu2019t know for sure since the SAP manuals and forums are inconclusive here), but instead we get text/html. This seems to be due to the fact that the webservice exits with an http response 500 Internal Server Error (we used several network monitoring tools to confirm that such a response is sent). Since such http responses are but html files with an empty body, yet not xml or pdf, the aforementioned error does make sense to us, but we do not know what Internal Error has caused it.
The only help that SAP seems to provide for an error u201CInvalid Content-Type:text/htmlu201D in context with ADS points to an expiring password or otherwise poor configuration of the ADSUser, which (most certainly) is not our case here since, and as said above, the configuration was and can be tested successfully.
We then tried to view the logs for this error on the machine where the J2EE engine is running with ADS installed according to this (not very comprehensible) guide:
http://help.sap.com/saphelp_nw70/helpdata/de/97/ccfc3f0ac2c642e10000000a1550b0/frameset.htm
We cannot find anything relevant in the server.log of the Visual Administrator except this message (it is generated exactly when our error occurs u2013 the trace severity is set to ALL for all Adobe application elements according to manual):
Date , Time , Message , Severity , Category , Location , Application , User
12/08/2010 , 13:50:46:511 , application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error.
The error is: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  GENERATEPDF
Exception id: [0800274DA7ED00850000005B00000900000496E5919E28BA] , Error , /System/Server/WebRequests , com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl , sap.com/tcwddispwda , Guest
There is no error.pdf to be found on the file system and since neither have we known nor are we told by the error message, whether the underlying cause is is a render error or connection error or configuration error or what not, we donu2019t know whether the error.pdf is supposed to be generated at all.
Or could there be any other reason why generation didnu2019t take place?
Furthermore we canu2019t seem to be able to find any logs more verbose or detailed about this issue - at least not within the Visual Administrator or the portalu2019s nwa.
How is it possible to properly debug the webservice for pdf-generation or at least to retrieve a fully detailed log containing all notifications and exception stack traces etc.?
I am assuming that we are making some basic mistakes regarding the logging configuration - but what?
Our goal is to know what causes the 500 Internal Server Error response that causes the Incorrect Content-Type exception.
We are using a NetWeaver 7.01 portal installation with Adobe Document Services 7.01 installed on a Windows Server 2003 platform.
Any help is highly appreciated!
Serg

Have you tried restarting the Java PDF object in Visual Administrator?  Once you do all of your config, you have to restart the PDF object (sao.com/tcwdpdfobject) for the changes to take place.  I am assuming you've run all of the test programs in SAP (FP_TEST_00, FP_TEST_03, etc.).  Is there any chance that the ADSUSER is locked somehow?

Similar Messages

  • How to configure the logging and tracing in J2EE-Server

    Hi,
    when I've been using the SAP Logging and Tracing Framework before from more or less "standalone" Applications I always used a property file which configured the levels of severity  etc.. During application startup I've read this file and configured the logging properly.
    In a J2EE-Environment (SAP WEB AS JAVA) I cannot read a file from a file - system. So I'm wondering where are those handlers and severity levels are configured ?
    Any help is greatly appreciated.
    Thanks in advance,
    Frank

    Hi Frank,
    well, first of all, your application provides log configuration information using an XML file at deployment time. This file is called log-configuration.xml (you can see the DTD description here: http://help.sap.com/saphelp_nw04/helpdata/en/48/ef8748caed894bb4b3ae953a60c592/frameset.htm). There you can set configure log controllers, which could be two types: location and category. So, you can specify your location and severity there. This is described here: http://help.sap.com/saphelp_nw04/helpdata/en/35/671c0136b4714c9e1b16b68211287b/frameset.htm.
    Then, after the application is deployed, the log configurations you provided for it are registered with the Log Configuration tool I mentioned about. Using this tool you can later on modify your configurations at runtime (for example, change the severity level) without having to redeploy the application.
    I hope it's clearer now? I guess it was me not getting your first question correctly that caused your confusion.
    Greetings,
    Ivo

  • Adobe Document Service (ADS) ssl test - How to ?

    Hello,
    I've set up ADS with Basic Authentication using - and when i test using the
    "test" function ---> rpdata -
    > send ---> ADSUser + Password  - it works fine.
    Even the practical tests of developing PDF docs and displaying them in the portal are fine.
    Now i try to configure ssl for the webservice connection cause the portal is now
    configured to use https (with self-signed cert).
    My questions are:
    1. Do i have to change the com.sap.tc.webdynpro.adsproxy.AdsProxySec*ConfigPort_Document port to 50003 ? or should i leave it 50001 ?
    2. Do i have a way to test the ssl configuration ?
    Thx
    Adi

    Hi Deszo,
    Could you tell me how i can check the connection between my local machine and the central ADS?
    As i mentioned in the post, pls take a look at the post i did in the Adobe IF forum.
    Thx in advance
    Kind regards,
    Maarten.

  • Adobe Document Services Error : 405 - Method Not Allowed

         Hi guys
    After Upgrading a JAVA System from NW 7.01 to NW 7.4, I'm experiencing this error when opening url
    http://server:port/AdobeDocumentServices/Config
    Error: com.sap.engine.services.webservices.espbase.server.additions.wsa.WSAddressingException: com.sap.SOA.wsr.030104 - Expected request method POST. Found GET.
    Wizard Configuration for Adobe Document Services was completed without errors
    I have done the User verification as stated by SAP Help and it returned Adobe Version as expected
    Procedure
    In your Internet browser, enter the Web address http://<server>:<port><server> : name of the AS Java where the Adobe Document Services (ADS) are installed<port> : port of the AS Java
    Enter the WS Navigator user and password.
    As Search Type , select Provider System .
    Search for * adobe *.
    In the list, choose AdobeDocumentServicesVi .
    Choose Next .
    Choose rpData .
    Choose Next .The parameters are displayed.
    Choose Next without entering any parameters.
    Enter the user name ADSUser and the respective password and choose OK .
    Also verified all Services and they are Running
    Any idea if on Netweaver 7.4 this URL changed or how can I access ADS?
    Thanks!

    Hi David, thanks for that note, but it mentions that message shows up when you perform an RFC Test
    Im just accessing from url http://server:port/AdobeDocumentServices/Config
    On previous versions you can access to a Welcome Screen.
    Which URL should I use o NW 7.4 to access ADS?
    Thanks!

  • Configuring the Destination URL for the Adobe Document Services

    hi all,
    I am going through the documentation for "Configuring the Destination URL for the Adobe Document Services " at :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/02/560f41ca73d349e10000000a1550b0/frameset.htm
    I am not able to understand 7th step
    <b>7.      Define the user name and password. To find out how to create the user name and password for the Adobe document services, see Creating a User for Basic Authentication in the document Adobe Document Services – Configuration Guide. You can find this guide in the SAP Service Marketplace under Quick Link /InstguidesNW04.</b>
    In our scenario
    <i>We are running NW04s SP11 on 2 machines
    1) <u>32-bit machine with ADS and credentials properly configured on Web AS for Java installation</u>
    <b>com.adobe  AdobeDocumentServices  null (710.20061024154505.342190)
    com.adobe  AdobeDocumentServicesEjbClientLibrary  null (705.20060407121920.289077)
    sap.com  SAP-JEE  7.00 SP11 (1000.7.00.11.0.20070201154700) 
    sap.com  SAP-JEECOR  7.00 SP11 (1000.7.00.11.0.20070201154700)
    com.adobe  DocumentServicesBinaries2  null (710.20060629085312.115621) 
    com.adobe  DocumentServicesConfiguration  null (710.20061024154505.342190) 
    com.adobe  DocumentServicesDestProtoService  null (710.20060821084105.325745) 
    com.adobe  DocumentServicesLibrary  null (710.20060629090137.115621) 
    com.adobe  DocumentServicesLicenseDatabase  null (705.20051005114147.242570) 
    com.adobe  DocumentServicesLicenseManager  null (710.20060929113452.336248) 
    com.adobe  DocumentServicesLicenseService  null (710.20060929113452.336248) 
    com.adobe  DocumentServicesLicenseSupportService  null (710.20060929113641.336248)
    </b>
    2) <u>64-bit machine with portal installation on Web AS for Java, with ESS and MSS</u>
    <b>sap.com/SAP-JEECOR  7.00 SP11 (1000.7.00.11.0.20070201154700)  20070308153304 
    sap.com/SAP-JEE  7.00 SP11 (1000.7.00.11.0.20070201154700)  20070308153213 
    sap.com  SAP_ESS  600 SP7 (1000.600.0.7.12.20070314050106)
    sap.com  SAP_MSS  600 SP7 (1000.600.0.7.4.20070321052655)
    sap.com  tc/wd/webdynpro  null (7.0009.20060804145649.0000) </b>
    </i>
    Why do we have to create a new user for the server which is consuming the web service? We already have an user "ADSUser" defined for the Web AS server which has ADS services deployed.
    I have opened this thread to solve the previous unanswered question I posted on SDN Empty area in place of Interactive form. .
    One more thing the adobe print forms of ESS [Total Compensation Statement and Salary Statement] are rendering properly, only the ones with Interactive ability or not.
    thanks,
    Sanketh

    Hello Sanketh,
    1. To access the NW04s configuration guide,
        - Go to https://service.sap.com/adobe
        - On the left frame (tree), under Adobe > Media Library > Documentation
        - On the right had pane you will find the link to the NW04s Configuration guide
    2. The link that you have mentioned below details the steps required to be carried out on the client machine that consumes the Adobe Document Services. In our case that is the j2ee engine on which your Web Dynpro application is running. It could be the same physical machine with two different j2ee instances hosting Web Dynpro and ADS or it could be two different physical machine or a single machine having a single instance of j2ee engine hosting both the Web Dynpro and the ADS.
    You do not have to create a separate username and a password on the consuming machine but you need to configure the Web Service client proxy to point to the ADS (maybe hosted on a different machine) with the username and the password created on the ADS server. As you have mentioned, you have already created such an user on the ADS (ADSUser). This user authentication on the client machine (consuming server - Web Dynpro) would be required at the runtime by the j2ee engine to authenticate itself with the ADS.
    Best Regards,
    Krish

  • GRMG Availability for the Adobe Document Services

    Hi,
    in GRMG I have message:
    Scenario: ADS 001 001; status message: Reason for HTTP POST failure:HTTP communication failure.
    When I try oren URL [http://<server>:<Java port>/AdobeDocumentServices/Grmg/App]
    I had received message:
    405   Method Not Allowed
    HTTP method GET is not supported by this URL
    Could you please help me resolve it?
    Thanks a lot,
    Alexander

    Hello Sanketh,
    1. To access the NW04s configuration guide,
        - Go to https://service.sap.com/adobe
        - On the left frame (tree), under Adobe > Media Library > Documentation
        - On the right had pane you will find the link to the NW04s Configuration guide
    2. The link that you have mentioned below details the steps required to be carried out on the client machine that consumes the Adobe Document Services. In our case that is the j2ee engine on which your Web Dynpro application is running. It could be the same physical machine with two different j2ee instances hosting Web Dynpro and ADS or it could be two different physical machine or a single machine having a single instance of j2ee engine hosting both the Web Dynpro and the ADS.
    You do not have to create a separate username and a password on the consuming machine but you need to configure the Web Service client proxy to point to the ADS (maybe hosted on a different machine) with the username and the password created on the ADS server. As you have mentioned, you have already created such an user on the ADS (ADSUser). This user authentication on the client machine (consuming server - Web Dynpro) would be required at the runtime by the j2ee engine to authenticate itself with the ADS.
    Best Regards,
    Krish

  • 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 (ADS) Configuration

    Hello,
    I need to configure ADS for Form Processing (ABAP). However, I got the following landscape:
    AS JAVA instance: Netweaver 7.01 (EP/BI-Java)
    AS ABAP instance: Netweaver 7.4 SR1
    Is there any restriction or consideration regarding this scenario? I mean, having an ABAP stack higher than the JAVA. Is it possible?
    Regards,
    JAM

    Hi JAM,
    Please find pre-requisite information in SAP help as below
    Configuring Adobe Document Services for Form Processing (ABAP) - Adobe Document Services for Form Processing - SAP Libra…
    Prerequisites
    The AS Java where the ADS are running should have at least the same release as the AS ABAP.
    Caution
    The following functions for PDF forms require at least the ADS version on AS Java 7.20:
    Parallelization of large print jobs
    Stitching of PDF forms
    Hope this helps.
    Regards,
    Deepak Kori

  • Adobe Document Services/CORBA Conflict.

    Hello,
    We use an application (BackWeb) that connects to the SAP Netweaver Portal using CORBA.  The application worked OK until we upgraded to NW2004S.  After we upgraded to 2004S, the Adobe Document Services (ADS) was enabled by default.  The ADS prevented the CORBA session as it found it to be illegal.  Therefore, we had to disable the ADS.  
    We would like to use ADS in the future.  Has anyone come across this problem?
    Thanks,
    Manoj

    Not sure if this blog maybe of use... (it relates to XI and Adobe Document Service, but running on NW2004s)
    /people/sravya.talanki2/blog/2006/11/15/post-installation-steps-for-activating-adobe-document-services-in-sap-xi-nw-2004s

  • Is there any need to start the Adobe Document Service in Functionality Overview in SAP NW 7.4.

    Hi All,
    Actually I am using SAP Net weaver 7.4 and Adobe document services 7.4 SP8.
    While doing the ADS configuration in SAP Netweaver Administrator is there any need to Start the Adobe Document Services in Functional Overview and the current  runtime status for ADS is Dependency has issues.
    In Configuration Tasks tab can I execute the Configuration of the Adobe Document Services is a hub via Configuration Wizard and current status is Not executed.
    Please find the attachment for your reference.
    Your help will be appreciated.
    Thanks&Regards,
    Ravikiran.

    Eric Root wrote:
    10.8
    Check to make sure your applications are compatible. PowerPC applications are no longer supported after 10.6.      
    Application Compatibility
    Applications Compatibility (2)
    Do a backup before installing.
    Yes, the lack of compatibility with Rosetta is what's kept me at 10.6.8.  I used to save everything in AOL for Mac OS X, both emails and things I'd written, until AOL came out with a completely different application and I realized that eventually I wouldn't be able to run the old AOL.  Before my last upgrade, from 10.5 to 10.6, I thought I was going to lose the old AOL, so I did convert a bunch of files to Word or pdf or both, and more recently I've converted some others, but I have something like 15 years worth of correspondence and other items, so it would be difficult to convert them all.
    Thanks for the articles.
    Thanks for the backup reminder.  My external hard drive died earlier this week, and so I bought two new ones specifically so that I could backup before upgrading (and so I'd have a backup backup and never be without at least one backup again ). 

  • How to configure adobe document services

    hi
      experts,
        i have downloaded the adobe document service from sap i need to know where it has to be installed wheather in client side or on server side how to install and configure it.

    Hi Ameen,
    Check the ADS Configuration guide in https://websmp210.sap-ag.de/adobe -> Media Library->Documentation.
    Its configured in the java stack of the WAS.
    Regarding any issues while configuring, please search this forum for similar posts.
    Hope this helps,
    Anto.

  • How to Activate Adobe Document Services

    Hi
    I would like to develop PDF reports from my Web Dynpro application.
    I have the Adobe LiveCycle Designer installed and working.
    I understand that Adobe Document Services comes as standard on portal 7.0, but needs to be activated.
    Could someone pls show me how to activate the Adobe Document Services on the Visual Administrator?
    thanks in advance
    Anton Kruse

    Hi Francois
    I down loaded a trial credential and installed in but still get an error.
    I am trying to run the completed tutorial provided on the SDN - TutWD_DynamicForm.
    Please could you look at it ans steer me in the right direction.
    The initial exception that caused the request to fail, was:
       java.lang.Exception: Incorrect content-type found 'text/html'
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.ClientMimeMessage.initDeserializationMode(ClientMimeMessage.java:120)
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:951)
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1430)
        at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
        at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:396)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:341)
         ... 29 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         java.lang.Exception: Incorrect content-type found text/html
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:382)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3710)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:139)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
         ... 32 more
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         java.lang.Exception: Incorrect content-type found 'text/html'
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:89)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:359)
         ... 35 more
    Caused by: java.lang.Exception: Incorrect content-type found 'text/html'
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.ClientMimeMessage.initDeserializationMode(ClientMimeMessage.java:120)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:951)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1430)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
         ... 37 more

  • How to download Adobe document service and how to register in Server

    From where i can download the ADS (Adobe document service) for the NW CE version .?
    or for  NW 2004s version
    what is the procedure for refiestering that service in the server? can any body have the idea about  where to download and how to regis
    REgards
    Vijay

    From where i can download the ADS (Adobe document service) for the NW CE version .?
    or for  NW 2004s version
    what is the procedure for refiestering that service in the server? can any body have the idea about  where to download and how to regis
    REgards
    Vijay

  • How can I dissable password in Adobe Document Services?

    Dear all,
    I´ve configured Adobe Document Services, but when I want to watch a document I must
    give my user and password.
    Does anybody now, how i can dissable the password?

    Ask in the Reader forum. However, the process should be a property of the print driver for your printer, not Reader.

  • 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.

Maybe you are looking for

  • Authoring to DVD w playback monitor capable of HD, Sequence settings?

    Hello Macaroonies, As the subject line reads, I'm working on a project w a final output for playback on DVD hooked up to a HDTV ready 16:9 monitor. I'm working in the sequence setting preset NTSC 3:2 (720x480) and plan on converting the finished edit

  • Why do I have to pay for OS X Server again after upgrade to Mavericks?

    This morning I upgraded my Mac Mini from Mountain Lion to Mavericks. After the upgrade I noticed the Server app wasn't available. When I try to start it I see error that this version isn't compatible with my version of OS X. When I go to the AppStore

  • My macbook wont turn on help!!??

    My MacBook pro shuts down in the middle of me using and went black and when I hit the power button it went to restart but then died again mu mac isn't even a year yet. What can I do?!?!?

  • Download Applications on Creative Cloud Membership

    Hi There, I would like to download the font application on creative cloud can you help Regards Leann

  • Can Only Read Certain Discs

    I don't use discs very often, but recently I noticed that my macbook pro is unable to read a lot of my discs. The machine will accept the disc, whirr for a while, then eject it without seeming to recognize it. This is especially confusing as I know i