ADS - Runtime Exception

Hi All.
I'm encountering a strange issue with the ADS configuration.
I'm following the steps described in the OSS note "944221 - Troubleshooting if problems occur in forms processing".
Test of report FP_TEST_00 is KO.
So I performed the additional tests.
FP_PDF_TEST_00 is OK.
FP_CHECK_DESTINATION_SERVICE is KO, so I follwed the OSS note and checked the ADS form "fp_test_00.xdp" via browser and in the Visual Administrator.
The browser check works, but when I check the "http://<host>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp from the FP_ICF_DATA<SID> "Service -> Destinations" in the VA, the system retunr me the HTTP - 500 error.
Here an exctract of the default trace:
#1.#00145EC702E600600000001E001F903800044B0EA3CC28E9#1208426156532#com.sap.engine.services.jmx.MBeanServerInvoker##com.sap.engine.services.jmx.MBeanServerInvoker#J
2EE_ADMIN#47####d0ba35f00c5911ddc4f500145ec702e6#SAPEngine_Application_Thread[impl:3]_38##0#0#Warning#1#/System/Server#Java###Exception occurred while processing ex
ternal JMX request [ JMX request (java) v1.0 len: 336 |  src: 2 target-node: 7931450 req: invoke params-number: 4 params-bytes: 0 | :name=tcsecdestinations~servic
e,j2eeType=SAP_J2EEServiceRuntimePerNode,SAP_J2EEClusterNode=7931450,SAP_J2EECluster="" ping [Ljava.lang.Object;@43644364 [Ljava.lang.String;@44164416 ]
[EXCEPTION]
#1#javax.management.MBeanException: Exception invoking method ping
        at com.sap.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:80)
        at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)
        at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)
        at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
        at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:409)
        at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)
        at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:258)
        at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
        at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
        at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)
        at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:131)
        at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:212)
        at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:766)
        at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)
        at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)
        at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:64)
        at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:312)
        at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:199)
        at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
        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:215)
        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.security.core.server.destinations.api.DestinationException: [destination_0006] Error during ping operation: Received HTTP response 500
        at com.sap.security.core.server.destinations.service.HTTPDestinationProviderFactory.ping(HTTPDestinationProviderFactory.java:331)
        at com.sap.security.core.server.destinations.service.DestinationServiceImpl.ping(DestinationServiceImpl.java:677)
        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.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)
        ... 24 more
Caused by: java.lang.Exception: Received HTTP response 500
        at com.sap.security.core.server.destinations.service.HTTPDestinationProviderFactory.ping(HTTPDestinationProviderFactory.java:327)
        ... 31 more
caused by -
com.sap.security.core.server.destinations.api.DestinationException: [destination_0006] Error during ping operation: Received HTTP response 500
        at com.sap.security.core.server.destinations.service.HTTPDestinationProviderFactory.ping(HTTPDestinationProviderFactory.java:331)
        at com.sap.security.core.server.destinations.service.DestinationServiceImpl.ping(DestinationServiceImpl.java:677)
        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.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)
        at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)
        at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)
        at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
        at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:409)
        at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)
        at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:258)
        at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
        at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
        at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)
        at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:131)
        at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:212)
        at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:766)
        at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)
        at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)
        at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:64)
        at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:312)
        at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:199)
        at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
        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:215)
        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.lang.Exception: Received HTTP response 500
        at com.sap.security.core.server.destinations.service.HTTPDestinationProviderFactory.ping(HTTPDestinationProviderFactory.java:327)
        ... 31 more
Can anybody help solving this issue?
Thanks in advance and Regards,
Marco

ISSUE SOLVED.
The problem was the configuration of the service /sap/bc/fp
in tr. SICF.
The developers had modfied the GUI and accessibility support of the FP service setting them to "Yes".
After restoring these values to "Not Specified", the ADS service works properly.
Thanks All,
Marco

Similar Messages

  • Error in Form Printing ADS: SOAP Runtime Exception

    Hi Gurus,
    while printing the PF forms or form 16 for that matter i am getting an error
    ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)
    Any idea as to why the same is coming..and how to go about solving the issue..........
    Regards
    Ankush

    Check with ADS (Adobe Development Server) configurations with BASIS people.
    They will solve this.
    Regards
    ...Sadhu

  • ADS: SOAP Runtime Exception: CSoapExceptionFault : SOAP(100102)

    HI
    One of my RUSSIA Consultant ( where maximum PDF's are being used) is trying to generate a report PDF forms .
    When consultant generating the required report for 1 user - the PDF form is opening,
    But, When he is trying to generate for mass users (like a for a business unit around 1500 users) , he is getting the error as below
    Error we are getting
    ADS: SOAP Runtime Exception: CSoapExceptionFault : SOAP(100102)
      FPRUNX001
    Diagnosis
    An error occurred when Adobe Document Services (ADS) was launched.
    System Response
    Error message
    Procedure
    When troubleshooting, follow the steps described in SAP Note 944221.
    First check the connection to ADS.
    You can use the program FP_PDF_TEST_00 to do this.
    From SAP NetWeaver Release 7.0, the program
    FP_CHECK_DESTINATION_SERVICE must also run successfully
    (both with and without the checkbox selected on the selection screen). If this program does not run successfully, there is a error in the configuration.
    Please note for 1 user it is working, but for mass users it is not working.
    I requested them to do in slice the data and do this, but  for what ever  reasons, they require this in a single run (let us not challenge there why sliced runs can not work)
    can any one throw some light on this issues
    Rgds
    PR

    Hello,
    Did you check SAP Note 944221?
    Also check following :
    On the J2EE Engine on which the ADS runs, use the Visual Administrator to check the attributes of the following specified services.
    "Visual Admin -> Server -> Services -> Document Services Data Manager".
    The attribute "enableSSL" must be set to "false".
    If this is not the case, change and save the setting to "false". Then restart the J2EE Engine. Note that restarting only the services is insufficient in this case.
    Thanks,
    Ravi

  • Error : ADS : SOAP Runtime Exception

    Hi,
       I am displaying an ALV report. After displaying ALV, if i select an option from menu, pdf is generated and printed but when i click on the menu option, i am getting the following error.
    ADS : SOAP Runtime Exception : CSoapExceptionTransport :(100101)
    I checked in debugging mode, this error is being thrown by a FM which is generated by SMARTFORM. It is a SYSTEM ERROR in Exceptions.
    How to resolve this issue?
    Thanks,
    Ibrahim

    Hello
    for PDF printing you need ADS configuration. You can check if ADS is configured in your system using program 
    FP_PDF_TEST_00.
    Execute this program in SE38 and it should give you ADS version if its installed else SOAP error if its not configured.
    if you have SOAP error ask your basis guy to configure ADS. normally SOAP error exist is you are not able to connect to ADS because of expiration of password to the ADS server.
    Hope this helps.
    you can also refer below link.
    http://help.sap.com/saphelp_nw70/helpdata/en/6f/8e0a414f3af223e10000000a155106/content.htm

  • ADS: SOAP Runtime Exception

    Hi All
       I am trying to excute adobe form using function modules fp_job_open , fp_job_close and the function module for adobe form inside a custom program.
    when I run the program it gives the below error message
    "ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)" .
    why does this error come . How to resolve this issue.
    Regards

    Hello;
    I am new to Interactive Forms by ADOBE, but I did run into this error when trying to activate a form. SAP told me  to run test according to note 944221 and config RFC connection to ADS. Then we fixed-The two users for Adobe (ADSUSER & ADS_AGENT) were set as dialog users. 
    This dorrected the issue.

  • ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)

    Hi everyone,
    We are trying to run a PDF-based form on an ECC 6.0 system. The program name is HRULTAB0 (a russian localization specific time reporting form, if anyone ever used it).
    The program itself runs fine, but when trying to print/preview the resulting PDF we get the error:
    ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)
    Doing some debugging, I saw that the error comes from an exception CX_FP_RUNTIME_SYSTEM, which is raised somewhere in the execute method of an if_fp_pdf_object instance.
    Could you please share any info regarding this error ?
    Thank you,
    Sorin

    Hi,
    Some times while working with Adobe forms we suppose to get the ADS error. it means Adobe Designer Server error. This error is not coming from print program or layout. While activating the form or print program it doesnt give any error.When you access the form thru SFP tcode we will get the error.
    Still we didnt get the solution for this kind of ADS error. You can contact with basis people, then they will rectify the problem.
    Regards
    Ramakrishna Pathi

  • ADS : Soap runtime exception when using MEDRUCK_PO

    Hello,
    I want to use standard PDF form MEDRUCK_PO instead of Sapscript MEDRUCK for editing PO for output type NEU.
    I have make changes in NACE for Application EF/Output type NEU :
    Program  : SAPFM06P
    FORM routine : ADOBE_ENTRY_NEU
    PDF Form : MEDRUCK_PO
    Type : PDF
    Layout Module : ME_READ_PO_FOR_PRINTING.
    Then I have create a purchase order in ME21N with NEU message.
    When I try "Print Preview", I have an error : ADS : Soap runtime exception: CSoapExceptionTransport(100101).
    Message number : FPRUNX001.
    My form is not printed.
    Does anybody have an idea to solve this problem ?
    Thanks.

    Hello,
    To use that form you need to configure ADS in your system.
    I sugest you to read the ADS configure manual and the troubleshooter note: SAP Note Number: 944221

  • ADS Error : SOAP runtime exception

    Hi,
    Wish u a happy new year....
    Iam facing a problem in Adobe document services while executing the progeam
    SOAP runtime exception: CSoapExceptionTransport : (100101).
    please try to solve this..
    Thanks,

    Hi Rahaman,
    Please See SAP Note: Note 944221 - Troubleshooting if problems occur in forms processing.
    This note gives the detailed troubleshooting steps.
    Regards,
    Preetha Rethinam

  • SOAP Framework error: SOAP Runtime Exception: CSoa

    I got the error 'SOAP Framework error: SOAP Runtime Exception: CSoa' when I activate my Adobe Form. The form can be activated before but the error happens when I add the fourth main body page.
    Philip

    Hi  
    1. Check if your ADS is working. Use program FP_TEST_00 / FP_TEST_01 to test your ADS if it is working. 
    2. Test using super user, it might caused by authorization too.
    Thanks, Xiang Li

  • ADS Render Exception occured

    Hi,
    I have done a simple Webdynpro online Adobe form. I m just putting in a hrad coded value into some text boxes.
    I have followed the documents available in SDN as well as SAP marketb place. However I am not able to deploy and run the application succesfully.
    I am putting up some errors that shows up while deploying the application. Any help would be great.
    500   Internal Server Error
      Web Dynpro Container/SAP J2EE Engine/6.40 
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: ADS Render Exception occured. Append "sap-wd-errorPdf=true" to the URL and access the application once again. This time you will get an error PDF. Save the error PDF on the file system. This is a helpful attachment in case of an OSS message. com.adobe.ProcessingError: Error while retrieving a password for credential: ReaderRights: java.lang.Exception: Could not retrieve a password for credential: ReaderRights Exception Stack Trace: com.adobe.ProcessingError: Error while retrieving a password for credential: ReaderRights: java.lang.Exception: Could not retrieve a password for credential: ReaderRights at com.adobe.ads.request.UsageRights.execute(UsageRights.java:202) at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111) at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:758) 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)
        at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:369)
        at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1105)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
        at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:570)
        at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:153)
        ... 25 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
    Version null
    DOM version null
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0006.20060302084208.0000 (release=NW04S_06_REL, buildtime=2006-03-04:17:33:21[UTC], changelist=10570, host=pwdfm114), build date: Wed Jul 19 16:29:44 GMT+05:30 2006
    J2EE Engine 7.00 patchlevel
    Java VM Java HotSpot(TM) Server VM, version:1.4.2_11-b06, vendor: Sun Microsystems Inc.
    Operating system Windows 2003, version: 5.2, architecture: x86
    Session & Other
    Session Locale en_US
    Time of Failure Thu Aug 10 11:13:06 GMT+05:30 2006 (Java Time: 1155188586593)
    Web Dynpro Code Generation Infos
    local/TutWD_OnlineInteractiveForm_Init
    SapDictionaryGenerationCore 6.4015.00.0000.20050818151336.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:25:32[UTC], changelist=363802, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates (unknown)
    SapGenerationFrameworkCore 6.4015.00.0000.20050818152155.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:18:08[UTC], changelist=363812, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 6.4015.00.0000.20051027104504.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:34:53[UTC], changelist=373977, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon 6.4015.00.0000.20050818152303.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:19:08[UTC], changelist=363816, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore 6.4015.00.0000.20050818152303.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:18:59[UTC], changelist=363816, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary 6.4015.00.0000.20050606171352.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:22:38[UTC], changelist=351719, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro 6.4015.00.0000.20050818152356.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:29:19[UTC], changelist=363818, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 6.4015.00.0000.20051123162612.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:49:15[UTC], changelist=377533, host=PWDFM026)
    SapWebDynproGenerationCore 6.4015.00.0000.20051027104504.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:35:24[UTC], changelist=373977, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates 6.4015.00.0000.20051123162612.0000 (release=630_VAL_REL, buildtime=2005-11-24:21:49:15[UTC], changelist=377533, host=PWDFM026)
    sap.com/tcwddispwda
    No information available null
    sap.com/tcwdcorecomp
    No information available null
    Detailed Error Information
    Detailed Exception Chain
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: ADS Render Exception occured. Append "sap-wd-errorPdf=true" to the URL and access the application once again. This time you will get an error PDF. Save the error PDF on the file system. This is a helpful attachment in case of an OSS message.
    com.adobe.ProcessingError: Error while retrieving a password for credential: ReaderRights:
    java.lang.Exception: Could not retrieve a password for credential: ReaderRights
    Exception Stack Trace:
    com.adobe.ProcessingError: Error while retrieving a password for credential: ReaderRights:
    java.lang.Exception: Could not retrieve a password for credential: ReaderRights
         at com.adobe.ads.request.UsageRights.execute(UsageRights.java:202)
         at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111)
         at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:758)
         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)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:369)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1105)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:570)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:153)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:344)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:298)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:659)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:227)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:150)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:56)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:40)
         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)
    Plz help.
    Cheers!!
    Sukanta Rudra

    Hi Sukanta,
                        Either ur credentials for reader rights are expired or u have not configured it in server.U have to get the PKCS file & configured on server.Check the installing and configuring credentials section in this link.
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/95/5a08cd0e274a0bae559622d6670722/frameset.htm">ADS Configuration</a>
    regards
    Sumit

  • Adobe document service error: SOAP Runtime Exception

    Hello,
    I am trying to test an Adobe Form created using the ABAP workbench SFP transaction, and getting the following error.
    <b>Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport : (100101)</b>
    These are the steps I am using.
    1. Call SFP transaction and select an ADOBE Form.
    2. Function key F8 to test
    3. Select the Output device and do "Print Preview"
    Our configuration is : WAS 6.40 SP11 and corresponding ADS level. We used the standard SAP ADS configuration guide to setup.
    Thanks in advance for any reply.
    Regards,
    PK

    Hi PK
    it looks like you have a problem with either your Adobe document services or your RFC configuration. In the current ADS Configuration Guide in the SAP Service Marketplace, you find a configuration quick test in chapter 3.4. The results should tell you if this is the issue.
    There are 2 tests you can run:
    A. Checking the User and Password
    This is a small test where you can check that your entries for user, security role, and passwords are correct.
    Procedure:
    1. Enter the following URL in your web browser:
    http://<server>:<port>/AdobeDocumentServices/Config
    where <server> is the name of the J2EE engine where the Adobe document services are installed and <port> is the port of the J2EE engine.
    Note that the entries in the URL are case-sensitive.
    2. The web page of the web service AdobeDocumentServices is displayed. Choose Test.
    3. Choose rpdata(test.…) .
    4. Choose the Send button without entering any parameters.
    5. Enter the same user name and password as given in the configuration steps earlier.
    6. Choose Submit.
    If the configuration is correct, you get the information about the Version number in the response area.
    If the configuration settings are not correct, the page does not change and Submit still appears.
    B. Checking the ABAP Connection
    This is a small test for checking the RFC destination you have created.
    Procedure
    1. Log on to your SAP system.
    2. Call transaction SE38
    3. Enter the name of the test report: FP_PDF_TEST_OO.
    4. Choose Execute (F8)
    If the configuration is correct, you get the Version Information.
    If the configuration is not correct, you get a dialog box with fields for user and password. Check your configuration settings and also the entries you made when creating the ABAP connection.
    Hope this helps.
    Kind regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • ADS SOAP Exception Error

    Suddenly the ADS stopped working after near to a month period.
    When trying to execute the program FP_PDF_TEST_00 , i am getting the following error
    SOAP runtime exception: CSoapExceptionTransport : (100101). As per the this discussion in the thread adobe document services communication problem
    I tried to perform
    Visual Administrator -> server -> service -> security provider
    -> User Management -> select user ADSUser
    Then check for 'No password change is required'. and got the error "unable to setup user properties panel"
    After that i tried to change the  "security policy" field dropdown through the UME for the ADSuser but it coming in readonly mode and it is pointing to Default.
    I am using CRM 6.0 with version 7.00 SP12  . Any ideas what is happening ?
    Edited by: Dharm dhwaj  Singh on Jul 17, 2009 12:13 PM

    Hello
    for PDF printing you need ADS configuration. You can check if ADS is configured in your system using program 
    FP_PDF_TEST_00.
    Execute this program in SE38 and it should give you ADS version if its installed else SOAP error if its not configured.
    if you have SOAP error ask your basis guy to configure ADS. normally SOAP error exist is you are not able to connect to ADS because of expiration of password to the ADS server.
    Hope this helps.
    you can also refer below link.
    http://help.sap.com/saphelp_nw70/helpdata/en/6f/8e0a414f3af223e10000000a155106/content.htm

  • SOAP Runtime exception using Adobe Document Services

    Hi all,
    we have an intermittent problem with the following scenario:
    ECC6 ABAP system which runs our Payroll.
    Separate JAVA instance running our SAP portal and Adobe Document Services.
    SM59 connection from the ABAP system to the portal server where ADS runs. Connection via port 5554.
    We have written our own transaction ZPAYSLIP which allows users to view and print their payslips using ADS. This transaction uses a program generated in transaction HRFORMS.
    Periodically, this transaction will fail with the following error at the bottom of the user's screen:
      ADS: SOAP Runtime Exception: CSoapExceptionTransport: (100101SOAP Framework error: SOAP Runtime Exception)
    A lot of the problem is that this issue is sporadic and difficult to reproduce. Whenever it has been reported to me and I try to reproduce the error I am unable to. A test of the SM59 connection shows everything is OK and if I ask the user to retry it, it will work.
    I have asked our network team to check the connection between the 2 servers at the time when the error happens, but they cannot find any problems with connectivity between them, and yet it looks to me like the problem is a temporary loss of connectivity or that ADS somehow becomes temporarily unavailable.
    I have done the checks as referred to in sapnote 944221 (many times!) but that all checks out OK.
    We have logged a call with SAP, but they haven't really come up with a solution apart from restarting the JAVA engine which is not what we want to have to do.
    We also experience the same error from time to time with some of our portal functionality which also uses ADS.  
    Has anyone experienced a similar error or have any suggestions as to how we might fix this?
    Regards....John

    Hi,
    We have encountered a very similar issue after patching our dual stack ECC to NW23/ERP603 sp8.   After first correcting it by routing the ADS calls directly to the server (and not through the web dipspatcher), we then updated our SAP Web Dispatcher to a newer version and this seems to have resolved it while maintaining the necessary load-balancing functionality of the web dispatcher.
    Hope this helps.
    Ruben

  • SOAP Error, ADS,WEBDYNPRO EXCEPTION

    Hi All,
    Im very new to this ADS.I have two issues with in my landscape regards to ADS
    1st issue
    BI has integrated ADS(as of my bw consultant,which was working before) he tried applying some SNOTE and he got SOAP ERROR(i have seen quiet few thhreads here but did not help me much).
    ERROR:SOAP runtime exception:CSoapExceptionTransport(100101).
    i have gone through tests and they all seems to be fine.
    i logged into visual admin to check the box "no password change required" but this is disabled so i cant tick the box
    i logged into bw system and found adsuser as dialog user?
    help me out pls.
    2nd issue:
    we also have standalone ADS(as java) system.
    our CRM system is integrated to ADS system and here the user is getting the following error
    "Webdynpro Exception:The ADS call has failed". I did tests and they seems to be fine.
    *I logged into USERADMIN in ads and tried finding SAP_ADSCALLER role but could not find it either*
    can anyone of you help me out in resolving these issues pls
    regards
    Raj
    Edited by: raj p on Oct 2, 2008 3:53 PM
    Edited by: raj p on Oct 2, 2008 4:07 PM

    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
    Landscape with ADS:
    http://csc-studentweb.lr.edu/swp/Berg/Conferences/SAP_NW2008_and_Admin_2008/BI/Track13/Track13_Session4.pdf
    ADS tests
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/43/f31e3082221595e10000000a1553f7/content.htm
    Hope that helps, Otto

  • SOAP Framework Error: soap runtime exception: Csoapexceptiontransport

    HI,
        I am trying to execute my adobe applications in Webdynpro abap. When trying to acvtivate, the following exception raising.
    SOAP Framework Error: soap runtime exception: Csoapexceptiontransport: http send failed with exception communication_failure(100.101)
    Wat would be the problem here?
    Thanks,
    Gopi.

    Check the follwoing program in SE38 Pgm FP_PDF_TEST_00 if you will get the same error then you have to check with your BASIS team to configure ADS connection parameter in Visual Admin
    Kanagaraja L

Maybe you are looking for

  • ITunes Killed my iPod

    I just installed iTunes update/version 7.6 and it killed my iPod. My computer is not recognized by any computer now. I plugged my iPod into 5 different computers and none saw the iPod. All are running Windows XP Pro, and 3 had iTunes 7.6 and 2 had iT

  • Restoring Iphone photos

         Hello, I have had a run of bad luck lately... my laptop which my Iphone is synced to was stolen, and subsequent my Iphone crashed and I had to wipe the Iphone to get it working again.  Through Icloud and the App store I have retrieved nearly eve

  • CGEN-03003 error when generating a menu module

    When I generate a menu module in Designer 2.1, I get the following error. Please help me ! Greetings Rob CGEN-03613 ERROR: Did not generate the module. CGEN-01086 WARNING: Module: Attached library 'REWARD.pll' not found in forms search path. Using fu

  • Expandable multi-line textfield

    Hello everyone, I am fairly new to midp. I would like to know if I could create a customizable widget which would behave like this: Originally, one line textfield would be displayed. If the characters, entered by the user, do not fit in the first lin

  • Why do I have to render MiniDV footage?

    Here's my problem. I have MiniDV footage that I have log and captured with Final Cut Pro. I imported the footage, used easy set-up to create a NTSC-DV anamorphic sequence, but when I drag the files onto the time line a red line appears for the audio