Configuration of ADS

Hi All,
I am creating interactive form (transaction SFP) but when I am trying to activate it, it gives an error saying " Invalid HTTP connection: ADS', so I checked the ADS connection using program 'FP_PDF_TEST_00’ where it throws error "Invalid HTTP connection: ADS, No version information available". So I think I need to install and configure ADS on client's network, so can anyone tell me the steps to do the same. I have gone through 'Configuration Guide' but still not able to install ADS.

HI Shilpa,
Please check these steps
"creating the ABAP Connection"
1   logon to your SAP WEB AS central instance host
2   call transaction SM59
3    choose create
4     enter the following details
       RFC destination     ADS
       Connection type     C
       Description      anything
5     choose enter
6      choose technical settings tab and enter the following
TARGET HOST    enter the host name where your SAP J2EE engine is located or the host name of the Windows dialog instance
SERVICE NO        enter the J2EE HTTP port number(general format 5<j2ee instance number>00) or enter the port number of the Windows dialog instance
PATH PREFIX         enter the exact string /AdobeDocumentSerivces/Config?style=rpc or
when you want to set up the SSL :/AdobeDocumentServicesSec/Config?style=rpc
7   Choose the logon/security tab and configure the secruity account to your security requirements
8   save your settings
9    Choose Test Connection
10   A screen is displayed . The field status_reason:OK indicates that the test was successfull
Please, do feel free to ask any queries
Thanks&Regards
Revanth

Similar Messages

  • ADS configuration and ADS programming

    Hi Everyone:
    Would you like to give me some hints to solve the following problems?
    Two question here :
    1. How to configurate a J2EE engine after you install ADS plugins? I have followed the guide of Scott Jones. <a href="/people/scott.jones/blog/2007/09/13/installing-and-configuring-sap-interactive-forms-by-adobe-for-the-sap-netweaver-composition-environment:///people/scott.jones/blog/2007/09/13/installing-and-configuring-sap-interactive-forms-by-adobe-for-the-sap-netweaver-composition-environment But when I run non-interaction form demo on my J2EE engine, the complier give error prompt :"http://ctud50055576a:50200/inspection.wsil/" can't be recogonized. in IE,I have checked the address of "http://ctud50055576a:50200/inspection.wsil/" , which is definitely the address of wsil. all of segements are correct.
    2. where I can find the package of class WDPDFObjectFactory? I mean the according SDA in the client plugins package.
    Thanks a lot, I'm almost exhausted by these two problems.

    Thanks for SBS's credential file.
    I have already add this license into my local J2ee engine.
    But when running the demo <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#48">Dynamic Non-Interactive PDF Forms</a>, I still meet with such problem :
    Caused by: com.sap.esi.esp.service.server.query.discovery.ExtendedServiceException: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (302) Found. The requested URL was:"http://ctud50055576a:50200/inspection.wsil, used user to connect: ADSUser"
         at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:933)
         at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getWSDLUrl(DestinationsHelperImpl.java:401)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.getWSDLUrl(GenericServiceFactory.java:222)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:192)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:175)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:160)
         at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.invoke(PDFObjectDII.java:278)
         ... 68 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (302) Found. The requested URL was:"http://ctud50055576a:50200/inspection.wsil, used user to connect: ADSUser"
         at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:362)
         at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.initialize(WSQueryImpl.java:281)
         at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSEndpoints(WSQueryImpl.java:165)
         at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:924)
         ... 74 more
    It seems something related with Destination configuration.
    Exactly following the guide of  Setting Up Basic Authentication in a Java Environment of ""<a href="http://help.sap.com/saphelp_nwce10/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm">ADS configuration guide for SAP Netweaver 7.1 SP3</a>
    In this document, in deployable Proxy class "DestinationSi", We need to add one logicport named after "Configport_Document".
    And the WS endpoint is http://<host>:<port>/inspection.wsil
    I suspect if such point is right or not, because the Web service of ADS web service address is different from such address, in WSnavigator, I find the according address is :
    http://<host>:<port>//AdobeDocumentServices/Config?wsdl&style=document&mode=standard
    So did a trial to use this Endpoint and filled in "DestinationSi" proxy class, but the server still refused to run the interactive form correctly, give error like this :
    Caused by: com.sap.engine.services.webservices.espbase.query.exceptions.TechnicalException: Deserializing WSDL stream http://ctud50055576a.ctul.sap.corp:50200/AdobeDocumentServices/Config failed
         at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.getWSDLDefinitions(WSQueryImpl.java:509)
         at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.initialize(WSQueryImpl.java:310)
         at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSEndpoints(WSQueryImpl.java:165)
         at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:924)
         ... 74 more
    Caused by: com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException: Invalid Response Code: (404) Not Found. The request URL was:"http://ctud50055576a.ctul.sap.corp:50200/AdobeDocumentServices/Config, used user to connect: ADSUser". Check, whether the URL is correct, and the Web Service that you are requesting is up and running.
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:140)
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:91)
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:80)
         at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.getWSDLDefinitions(WSQueryImpl.java:507)
         ... 77 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (404) Not Found. The request URL was:"http://ctud50055576a.ctul.sap.corp:50200/AdobeDocumentServices/Config, used user to connect: ADSUser". Check, whether the URL is correct, and the Web Service that you are requesting is up and running.
         at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:362)
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:127)
         ... 80 more
    Feel confused for such strange problem.
    SBS, would you like to give me some hints for it?
    Message was edited by:
            Orlando Ding

  • ADS Configuration Issue : ADS Call Failed

    Hi All,
    We are trying to implement the ADS Configuration Newly in our Development Portal 7.0.
    We have done all the configuration steps as per the standard ADS configuration Document.
    When we try to execute the Connection Test HTTP Destination ADS RFC Connection test in backend we are getting 302 Found return code in R3.
    We also tried trouble shoot as per the NOTE 944221... The follwoing test results are as follwos :
    => FP_PDF_TEST_00 By selecting the ADS connection the result is succesfull. - OK
    => FP_TEST_00 By selecting ADS Connection and tried to execute we got error - ERROR
         Error : ADS: com.adobe.ProcessingException: com.adobe.Processing(200101)
    => FP_CHECK_DESTINATION_SERVICE by selecting the ADS connecting and executed,
          without destination it is success - OK
          and with destination it is failing - ERROR
         Error : SYSTEM ERROR : com.adobe.ProcessingException: com.adobe.ProcessingException: Problem accessing the data from Destination: dest:FP_ICF_DATA_X45//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-lang..
    => FP_TEST_IA_01 is also failing - ERROR
         Error : ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: Problem accessing the data from Destination: dest:FP_ICF_DATA_X45//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-lang..
    IN Portal we are trying to execute any of the PDF rendering iView from ESS, we are getting the following error message.
    Error While Processing your Request :
    The call to URL has been terminated due to an error.
    http://<HostName>:<Port>/sap/bc/webdynpro/sap/asr_process_execuet/
    The Follwoing text was processed in System X45: WebDynpro Exception : ADS Call Failed ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: Problem accessing the data from Destination: dest:FP_ICF_DATA_X45//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-lang..
    Could any one suggest something to work out on this issue.
    Thanks In Advance.
    Visweswar

    Hi Visveswara,
    I'm also getting the same kind of error on production system. The application is working fine in DEV & QAS.
    Pl share your inputs if you have any light on this.
    Regards,
    Indu.

  • Configuring MS ADS

    Hello Experts,
    I am new to this MS Active Directory Server and is trying to configure this. I have found a How to Document on Integrating AD with UME of SAP. But the ADS Configuration is not so clear.
    Can anyone provide me or refer some document which explains the step-by-step procedure?
    Thanks, Balaji

    Hi Balaji,
    Kindly refer to [this|http://help.sap.com/saphelp_nw70/helpdata/EN/12/7678123c96814bada2c8632d825443/frameset.htm] link to read up on configuring an ldap as a data source for SAP NW Portal.
    To understand more about MS AD refer to [this|http://www.microsoft.com/windowsserver2003/technologies/directory/activedirectory/default.mspx]
    Thanks,
    GLM
    Edited by: GLM on Aug 23, 2009 10:44 AM

  • Error getting when doing ADS configuration

    Hi ,
    We have in our project the portal is working as frontend & ECC is working as a backend.
    I have done with all the steps of ADS configuration ,when I checked the link
    http://host:port/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp
    but the error we are getting is "
    Details:   com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/TutWD_OnlineInteractiveForm' and application 'OnlineInteractiveFormApp' are not deployed on the server. Please check the used URL for typos."
    Can anyone please suggest for solution.
    Regards,
    Nilesh

    Hi,
         Check the following notes will help..
    0000717568
    0000724804
    0000736902
    0000867502
    0000894009
    0000910649
    0000944221
    0000967432
    0001004321
    It looks a lot.. but ti takes only few minutes to check each note.. it helped to configure my ADS.
    Cheers

  • ADS is not configured in New SAP NetWeaver 7.01 ABAP Trial Version

    Dear Colleagues,
    I have installed new SAP Neteweaver 7.01, i could not able to run the pdf forms normal as well interctive forms.
    i tried by running the test programs like fp_test_00 getting the folloing error message
    Test Program: Version Information (for Analysis Only)      
    USAGE ERROR                                                                               
    ERROR CODE    :          2                                 
    ERROR MESSAGE : ADS                                        
    Invalid HTTP connection: ADS 
    fp_test_ia_01 execution.. error invalid http connection:ads
    on execution of FP_CHECK_DESTINATION_SERVICE    : usage error:ads
    Pleae help me how to configure the ads services to run interactive forms.
    Thanks,
    Mahesh.Gattu
    Edited by: Maheshkumar gattu on Nov 27, 2008 12:02 PM

    Hi Blag,
    can you please provide me the details, from where i should get NSP Java  and procudure to Run on minisap.netweaver 7.01 abap trial version.
    please any one guide me how to configures ADS on minisap 7.01
    Thanks,
    Mahesh.gattu
    Edited by: Maheshkumar gattu on Nov 28, 2008 1:22 PM

  • Trouble with ADS configuration: What is going wrong?

    Hi Experts,
    I need some help in configuring the ADS Call on Solution Manager 7.0 (First question: is ADS runable on Solution Manager - maybe that's the error...?). I only need printforms, no interactive forms.
    Java and Abap is running on one machine.
    This are the notes I've checked:
    944221
    894009
    1016404
    915399
    That's what I configured:
    1. There were no adsuser and ads_agent, so I created them, adsuser as system user, ads_agent as service user, both with the same pw. For ads_agent I assigned the roles SAP_BC_FP_ICF and SAP_BC_FPADS_ICF, for ads_agent the role ADSCALLERS. I had to create the role ADSCALLERS before.
    2. Assigning JAVA Security Roles: Visual Administrator - Cluster - Server - Services - Security Provider - User Management. There I have checked whether the user adsuser is assigned to the group ADSCALLERS and is unlocked. In Policy Configuration (still in Visual Admin) I checked component "com.adobe/AdobeDocumentServices*AdobeDocumentServicesAssembly.jar" and mapped user adsuser and ads_agent to the Security Role ADSCallers.
    3. RFC Connection: HTTP Connection to external Server (was available), Connection Type G, Target: our server, Servicenr 50400 (System Nr is 04), präfix is "/AdobeDocumentServices/Config?style=rpc", user is "ADSUSER", pw the same like in user master data.
    Testing the RFC Connection was successfull.
    4. Checking the services (SICF): fp and fpads are active.
    5. Visual Administrator: Creation of the connection from JAVA to ABAP: Visual Administrator - Cluster - Server - Destinations - HTTP. I created a new destination with name FP_ICF_DATA_/sap/bc/fp/form/layout/fp_test_00.xdp with username ADSUser and pw is working fine.
    I hope you guys can help. I'm working on this issue now for some days, without any improvement.
    What is going wrong and what did I forget to configure?
    Thanks in advance,
    Tan
    EDIT: In Visual Administrator the users ADSUSER, ADS_AGENT and SAP* are locked automatically after some time...
    Edited by: Tan Yildiz on May 10, 2011 10:51 AM

    Hi again,
    maybe you guys can help now.
    Point 6 is fixed partially:
    6. Execution of FP_TEST_00, FP_PDF_TEST_00, FP_CHECK_DESTINATION_SERVICE there comes a popup to enter the username and pw, without any ettect. After I entered the data 3 times the popup is closed and there comes the error
    After executing the reports the popup is not prompting any more. There comes the error immediately:
    ERROR CODE : 100.101
    ERROR MESSAGE : SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code
    Fehler SOAP Framework: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code(100.101).
    I figured out the the error lies within the RFC Destination, but I have no idea where.....
    The target device is our server name (no http:...stuff, just the name "hanna") the service nr is 50400 (04 is the system nr) and path prefix is "/AdobeDocumentServices/Config?style=rpc"
    So long everythings seems to be ok for me.
    But by testing the destination there is nothing happening.....no reaction, no error, no warning, no success message.....other RFC connections are working.
    If I change the service nr to 50000 (there is another system where ads is working) the test result is a success message......
    Any idea whats going wrong? Thanks in advance

  • ADS Configuration Question

    Hello All,
    I am configuring the ADS in our ECC 6.0 system . I am facing two issues :
    Issue 1:
    I had completed all the steps for configuring ADS in the system. But when I run the Adobe form builder test from sfp transaction for the test form "FP_TEST_00" I am getting an error when executing the test function module for that test form saying :
    "Exception SYSTEM_ERROR
    Message ID: FPRUNX Message number:
    Message:
    ADS: com.adobe.ProcessingException: Problem accessing d(200101)
    What might be the issue???? We configured the Basic authentication and not SSL.
    Issue 2:
    Our J2EE is pointing to the client 001 and 800 is the ABAP development client .
    We had created a RFC destination by name "ADS" connection type "G" as part of the ADS configuration .
    IN SM59 when I do a test connection on both clients ADS Rfc destination is working only in client 001 (J2ee client) and not working in 800 client In client 800 it's telling the error " SR000 : ICM_HTTP_CONNECTION_FAILED".
    What might be the issue in 800 client?
    Thanks for your help in advance.
    Thanks,
    Greetson

    ISSUE 1:
    If not, then check this thread and run the tests mentioned in it at your end.
    Print Preview not working for Adobe forms
    ISSUE 2:
    Reason and Prerequisites
    You are using ICM Release 6.40 or higher for HTTP connections of the SAP Web AS. In other words, your kernel release is 6.40 or higher.
    Up to and including Release 7.00, ICM is only used in systems which also have an ABAP stack, and not in J2EE-only systems.
    You may also be using the SAP Web Dispatcher.
    Solution
    The note describes the following:
    Client and server roles of the ICM
    List of the various ICM timeout parameters
    Short description of the icm/conn_timeout parameter
    Description of "Processing timeout" and "Keepalive timeout"
    Configuration of the ICM parameters for the processing timeout and the keepalive timeout
    Timeout parameters in the SAP Web Dispatcher
    ICM kernel patches that affect timeouts
    There is detailed ICM documentation in the SAP Knowledge Warehouse.
    Client and server roles of the ICM
    The ICM can forward incoming HTTP connections for further processing to the SAP Web Application Server; the ICM then serves as the HTTP server. The ICM can also forward outgoing HTTP connections from the SAP Web Application Server to other HTTP servers; the ICM then serves as the HTTP client.
    Available parameters that control ICM timeouts
    icm/conn_timeout
    icm/keep_alive_timeout
    icm/server_port_< n >
    Parameter icm/conn_timeout
    icm/conn_timeout is used to set the timeout when setting up the connection. If the timeout is exceeded, an error page is generally displayed with the information "404 Resource not found" "Partner not reached".
    Therefore, exceeding the icm/conn_timeout does not lead to a "500 Connection timed out" error message.
    Processing timeout and keepalive timeout
    The icm/keep_alive_timeout and icm/server_port_< n > parameters define the keepalive timeout and the processing timeout.
    ICM distinguishes between these two types of timeout.
    The processing timeout is the timeout between the HTTP request being issued and the HTTP response being received.
    If the ICM is used as a server for the relevant HTTP request (in other words, when it forwards an incoming request to the SAP Web Application Server), the processing timeout is the time that the ICM will wait until a response is received from the SAP Web Application Server (ABAP or J2EE). This interval may be exceeded with long-running applications in ABAP or the J2EE engine.
    If the ICM serves as a client for the relevant HTTP request (that is, when it forwards outgoing requests from the SAP Web Application Server), the processing timeout is the time that the ICM waits until a response is received from the network. This interval may also be exceeded in the case of long-running applications in the network.
    The keepalive timeout specifies how long the network should remain open after a request has been processed successfully so that the TCP/IP connection does not have to be reestablished if additional requests are received.
    When you set the keepalive timeout, this does not normally lead to timeout errors. You should set the keepalive timeout high enough that the connection does not have to be reestablished for requests that are sent within a short time of each other, but low enough that the number of unused open TCP/IP connections is not unnecessarily high.
    Configuration of the ICM parameters for the processing timeout and the keepalive timeout
    For the ICM, the parameters mentioned here are in the instance profile.
    The processing timeout is set for individual services with the following parameter:
    icm/server_port_ < n > = ...,PROCTIMEOUT=< s >.
    The keepalive timeout can be set globally for all services of the ICM with the parameter icm/keepalive_timeout.
    You can also set it for individual services by using the following parameter:
    icm/server_port_ < n > = ...,TIMEOUT=< s >.
    If you set this parameter, it overwrites parameter icm/keepalive_timeout for the specified service.
    Even if the ICM serves as client for a request, the TIMEOUT and PROCTIMEOUT parameters of icm/server_port_ < n > control the timeouts for the relevant protocol, provided that you have set TIMEOUT or PROCTIMEOUT.
    If you have not set the PROCTIMEOUT parameter, TIMEOUT (or icm/keepalive_timeout) defines both the processing timeout and the keepalive timeout. Also, as of release 6.40, the keepalive timeout is limited to a maximum of 30 seconds.
    In a system where the default timeout settings of 30 seconds for the keepalive timeout and the processing timeout are not sufficient because of long-running applications, we recommend that you set the TIMEOUT and PROCTIMEOUT parameters for the relevant services so that you can configure them independently of each other. In addition, we recommend that you do not set the TIMEOUT value higher than necessary, for example, to the usual default value of 30 seconds.
    We recommend, for example, the following settings:
    icm/server_port_0 = PROT=HTTP,PORT=1080,TIMEOUT=30,PROCTIMEOUT=600
    to allow a maximum processing time of 10 minutes.
    Timeout parameters in the SAP Web Dispatcher
    The same timeout parameters are available for the SAP Web Dispatcher as for the ICM. You can change the parameters of the SAP Web Dispatcher in the profile file of the SAP Web Dispatcher (for example, sapwebdisp.pfl). We recommend that you set the same parameters in the SAP Web Dispatcher and ICM.
    Known errors in ICM and Web Dispatcher timeout handling
    Since 6.40 patch level 64, there have not been any known errors in ICM and Web Dispatcher timeout handling.
    In Release 7.00, there are no known errors in ICM and Web Dispatcher Timeout Handling.
    Known Internet Explorer errors in the keepalive timeout handling
    Known errors in the keepalive handling from Internet Explorer are described in Note 900804. However, these errors are not usually displayed as timeout errors.
    KEVIN
    Edited by: Kevin Mike on Mar 14, 2008 11:44 AM

  • ADS configuration in iSeries

    Hello Exports,
      Greetings for the day,
    We are in the process of configuration of ADS in iSeries platform. Can you please guide us the configuration steps.
    We have downloaded the configuation guide and we have completed other platforms(like windows and solaris) ADS configurations without any issue.
    But the iSeries we don't have any help from documents. Please help on this.
    We have NW 7.0 EHP1 system with ABAP+JAVA in iSeries platform.
    please guide us..
    Thanks and Regards,
    Jibin.

    Hi Sai,
    Yes, I agree with your statement ADS always has configuration on ABAP and JAVA side nothing to do with the OS level.
    But in iSeries we require JAVA DI with other OS like windows or unix etc. JAVA engine in OS400 side ADS configuation will not work.
    We have configured one Windows Java dialog instance and now working fine. remains all the steps involved in ADS configuration is same.
    Please confirm if you are configured ADS in iSeries platform without any addtional DI in your organization/projects and please provide the configuration steps.
    Thanks for your reply.
    Thanks and Regards,
    Jibin.

  • ADS configuration Instance dialog iseries

    Hello I am confising about the configuration
    I have teh solman system  with  java + abap in  iseries  5v4 , I installed the  dialog instance java (Windows server Nº 10) Now I want to configurate the ADS in this system but i have  any questions:
    1.- in the guides are  steps about visual administrator  this  visual is the  solman system ??
    2.- Are the user ads_agent and ads_user  created in the 001 client?
    3.- this  test : http://:/AdobeDocumentServices/Config where is the name of the J2EE engine where the Adobe document services are installed, and is the port of the J2EE engine.
      Server and port  is the   dialog instance(Nº 10) or  solman system(nº 01)
    I have many problem with configuration or 
    How can I check  if  there are any problem  between  solman  system (abab + java) and  dialog instance (java)
    Thanks
    Danny

    Hello,
      Greetings for the day,
    We are in the process of configuration of ADS in iSeries platform. Can you please guide us the configuration steps.
    We have downloaded the configuation guide and we have completed other platforms ADS configurations without any issue.
    But the iSeries we don't have any help from documents. Please help on this.
    We have NW 7.0 EHP1 system with ABAP+JAVA in iSeries platform. please guide us..
    Thanks and Regards,
    Jibin.

  • ADS Configuration Pre-requesites

    Can we just discuss what are the Prerequisites before we configure the ADS services on a netweaver  system  as per the configuration guide -
    1. Do we need a printer device configured on the fresh system before we start the configuration test ?
    2. Does we require license installed before we start the initial configuration ?
    3.  Am i missing more steps ?

    Hi,
    here are the answers
    1. No.
    2. No. License is required if you interactive forms .
    3. Go to https://www.sdn.sap.com/irj/adobe. You will answer for all your questions regarding ADS.
    Thanks!

  • Configure ADS-Server

    Hi Gurus,
    i want to configure the ADS-Server for printing Adobe forms.
    Here are some Information to the Landscape.
    - Java Instance is running on a Solution Manager 7.1
    - I want to connect a ABAP Instance of a NW 700 System
    I have done the configuration using the installation / configuratin guide.
    When i try to test the ADS conntection in transaction SM59 i got the Status 302 "Found".
    On another thread i found that i should check if the User ADSUSER is available, not locked and valid.
    Everything seems to be fine. The user is type B, System. In Java Useradmin i see type technical.
    Any other idea what i can try?
    Best regards,
    Klaus

    Hi Gurus,
    I solved the problem 200 "Found". But now i have the next problem. Here are some information to the actual situation:
    Program: FP_TEST_00
    Error Message: ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)
    Message number. FPRUNX001
    Program: FP_CHECK_DESTINATION_SERVICE
    Option: with destination service
    Error message: com.adobe.ProcessingException: com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_HP1//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE
    I checked these points:
    Test 1: RFC-Verbindung
    - SM59 Test, Code 200, OK
    Test 2: User
    - Status of ADSUser and ADS_AGENT ok, not locked
    - Passwords of the users are ok
    Test 3: Destination in VA
    - FP_ICF_DATA_SID extended on  "/sap/bc/fp/form/layout/fp_test_00.xdp" erweitert, Returncode 200, OK
    Test 3: Program: FP_PDF_TEST_00
    - Version number: 802.20110310060822.822093
    Test 4: Program FP_CHECK_DESTINATION_SERVICE
    - Option: without Destination Service
      7.746 Bytes transfered
    Andy idea what i can do now?
    Best regards,
    Klaus

  • How to use ADS on SolMan instance and SAP standard PDF forms from ERP

    Hi there
    We have installed and configurated the ADS service on our Solution Manager (SolMan) Instance called SD1.
    SolMan Info: SAP Solution Manager 7.0; Stack 17; Java-Stack installed; SAP Netweaver 7.0
    All ADS test reports can be executed successfully:
    FP_TEST_00
    FP_PDF_TEST_00
    We have linked our ERP landscape (e.g. system ED1) to ADS service running on SolMan.
    ERP Info: ECC 6.0; Stack 13; no Java-Stack installed
    All ADS test reports can be executed successfully:
    FP_TEST_00
    FP_PDF_TEST_00
    We want to print PDF documents from SAP standard applications on our ERP landscape. Therefore we want to use standard PDF forms provided by SAP and also available in transaction SFP (e.g. form ISSR_NW670_RX_PDF).
    Problem: When we try to create a PDF document from the application we get an error message:
    Processing exception during a "Render" operation.#Request start time: Mon Feb 02 13:42:08 CET 2009#com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW605_PDF.XDP?fp-language=DE&fp-cac
    I have also checked the trace (see below) and it seems that the system tries to get the form from the SolMan system and not from the ERP system. But the form is only installed on ERP system.
    Are there any ideas how to solve this problem?
    Thanks.
       Begin trace
       Adobe Document Services Mon Feb 02 14:30:15 CET 2009 Trace Results:
       Request initialization (including DOM construction and validation) processing elapsed time = 0 ms.
       Begin operation: Render, elapsed time = 0 ms.
             Gather input streams and options processing, elapsed time = 13 ms.
             Form template and form license processing elapsed time = 13 ms.
    Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE&fp-cacheinfo=2006-06-26T13%3a10%3a38Z%2406c26758-d4b6-4818-8928-bbed36a10089%240%24de%24v0%2e9
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://:/sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE
    Fehler bei der Formularprozessierung (Workbench)
    Exception Stack Trace:
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://:/sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE
    Fehler bei der Formularprozessierung (Workbench)
    at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
    at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
    at com.adobe.ads.data.DestStreamData.getByteArray(Unknown Source)
    at com.adobe.ads.data.StreamData.getData(Unknown Source)
    at com.adobe.ads.data.StreamData.getRemoteData(Unknown Source)
    at com.adobe.ads.operation.support.RemoteRenderer.renderAll(Unknown Source)
    at com.adobe.ads.operation.support.RemoteRenderer.renderAll(Unknown Source)
    at com.adobe.ads.operation.Render.renderWithoutCache(Unknown Source)
    at com.adobe.ads.operation.Render.execute(Unknown Source)
    at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)
    at com.adobe.ads.request.Request.processOperations(Unknown Source)
    at com.adobe.ads.request.Request.process(Unknown Source)
    at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
    at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
    at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
    at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
    at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
    at SoapServlet.doPost(SoapServlet.java:51)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:215)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    End operation: Render, elapsed time = 44 ms.
    Begin operation: Render Log, elapsed time = 44 ms.
    Completed Merge. elapsed time = 72 ms.
    End operation: Render Log, elapsed time = 77 ms.
    Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE&fp-cacheinfo=2006-06-26T13%3a10%3a38Z%2406c26758-d4b6-4818-8928-bbed36a10089%240%24de%24v0%2e9
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://:/sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE
    Fehler bei der Formularprozessierung (Workbench)
    Exception Stack Trace:
    com.adobe.ads.destination.DestinationException: File Not Found while reading Dest URL: http://:/sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE
       Fehler bei der Formularprozessierung (Workbench)
            at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
            at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
            at com.adobe.ads.data.DestStreamData.getByteArray(Unknown Source)
            at com.adobe.ads.data.StreamData.getData(Unknown Source)
            at com.adobe.ads.data.StreamData.getFileDataBuffer(Unknown Source)
            at com.adobe.ads.remote.EJB_PDFAgent.addAttachments(Unknown Source)
            at com.adobe.ads.remote.EJB_PDFAgent.embedFiles(Unknown Source)
            at com.adobe.ads.operation.support.RenderErrorLog.embedCollateralFiles(Unknown Source)
            at com.adobe.ads.operation.support.RenderErrorLog.embedRenderCollateral(Unknown Source)
            at com.adobe.ads.operation.Render.handleRenderException(Unknown Source)
            at com.adobe.ads.operation.Render.execute(Unknown Source)
            at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)
            at com.adobe.ads.request.Request.processOperations(Unknown Source)
            at com.adobe.ads.request.Request.process(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
            at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
            at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
            at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
            at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
            at SoapServlet.doPost(SoapServlet.java:51)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(AccessController.java:215)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
       Encountered a problem embedding Render collateral:
       PDFException getting file from PDF Document.
       Error Log written to server: /usr/sap/SD1/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles/2009.02.02.143015SAFPCP00RES.pdf
       Error Log file "2009.02.02.143015SAFPCP00RES.pdf" written to /usr/sap/SD1/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles
    Processing exception during a "Render" operation.
       Request start time: Mon Feb 02 14:30:15 CET 2009
    com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE&fp-cacheinfo=2006-06-26T13%3a10%3a38Z%2406c26758-d4b6-4818-8928-bbed36a10089%240%24de%24v0%2e9; [Error Log file "2009.02.02.143015SAFPCP00RES.pdf" written to /usr/sap/SD1/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]
       Exception Stack Trace:
       com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_ED1//sap/bc/fp/form/layout/ISSR_NW670_RX_PDF.XDP?fp-language=DE&fp-cacheinfo=2006-06-26T13%3a10%3a38Z%2406c26758-d4b6-4818-8928-bbed36a10089%240%24de%24v0%2e9; [Error Log file "2009.02.02.143015SAFPCP00RES.pdf" written to /usr/sap/SD1/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]
            at com.adobe.ads.operation.Render.execute(Unknown Source)
            at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)
            at com.adobe.ads.request.Request.processOperations(Unknown Source)
            at com.adobe.ads.request.Request.process(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
            at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
            at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
            at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
            at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
            at SoapServlet.doPost(SoapServlet.java:51)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(AccessController.java:215)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
       End trace, total elapsed time = 121 ms.
    Edited by: Sören Reiche on Feb 4, 2009 7:49 AM

    Hi there
    Our problem is solved. We had a problem with our ADS user passwords.
    Thanks.

  • Configuring more than one LDAP as data source

    Hi Portal Gurus,
    We have requiremnt to configure  MS ADS LDAP-> DEEP HIERARCHY  & Sun one LDAP->FLAT HIERRARCHY as PORTAL Datra Source.we have already configured MS ADS LDAP.
    for  merging these 2 LDAPS as a data source can anybody having experiece ...
    we  tried to configure with the below server  parameters for  2nd lDAP merging as per  below reference
    Configuration of More Than One LDAP Data Source"http://help.sap.com/saphelp_nw04/helpdata/en/4e/4d0d40c04af72ee10000000a1550b0/frameset.htm".But
    we could not suceeded.
    Server parameters:
    Server:  xxxx:23xx
    LDAP Search root:  dv=hub, o=vds
    Connection ID:  cn=Directory Manager
    password: xxxxx
    we dont have user path or group path for the above 2nd LDAP.
    anybody can help in this ..
    Regards
    Tag

    Tag,
    It sounds like this issue might be releated to the fact that your second LDAP connection is to SUN One.   Maybe one of these links will help
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/aa/8f10f1e2bae346bef2853aa0f88f4c/frameset.htm
    or
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/4c3725aeaf30b4e10000000a11466f/frameset.htm
    Regards,
    Keith
    Message was edited by: Keith Crossett

  • ADS on TCP/IP

    Hi colleagues,
    We installed Solution manager system with EhP1 about 2years ago. After the system had been installed we found that ADS connection is type TCP/IP, but not HTTP. Тevertheless I can get ADS forms from snote, for example.
    On our development system we have modified the connection and it also works well. Does somebody know why SAP provided installation of SolMan with ADS type TCP/IP?
    Here is the config of TCP/IP ADS:
    RFC Destination     ADS
    Connection Type  T  TCP/IP Connection               
    Description 1 RFC Destination for XI
    Tech.Settings tab
    Activation type: Registred Service Program
    Start Type of External Program: Default Gateway Program
    CPI-C Timeout: Default Gateway Value in Seconds 60
    Gateway Host    <prodssm>
    Gateway service sapgw00
    Administration tab
    Created By           DDIC              Client     001
    Created On           02.12.09          Time       09:19:35
    Last Changed By      DDIC              Client     001
    Changed On           02.12.09          Time       09:19:35
    Unfortunately, I didn't find any information regarding these post-installation settings...
    Regards,
    Artem Ivashkin

    Apparently, ADS is configured as TCP/IP, normally it is configred as TYPE G ( CONNEctiosn to EXT Server).
    And based on the settings, the ADS connection is trying to open file /usr/sap/RSP/DVEBMGS00/data/sideinfo
    which is not found on the host.
    Can you check this directory if this is valid and let me know if you wanna know how to configure the ADS.
    THanks
    SM

Maybe you are looking for

  • Full screen mode

    I would like to run firefox 31.0 in full screen mode. Getting into full screen is no problem. How do you get out of it without using the keyboard shortcut? I understand you can put the icon on the toolbar OR the add-on bar, but i would prefer it in b

  • Form Submission with Results on Same Page

    Hi there, I am new to Spry, well, have used an accordion and thats about it. I want to create a page that has a form that submits to an ASP page, all the ASP does is insert a record. After the ASP has inserted the data, it will return the data, I wan

  • Mouse Click - Play mc

    Hi All Can anybody help me? I basically have a mc in my library that I want to appear on the stage, multiple times wherever the mouse is clicked. I assume it will take the x & y co-ordinates of the mouse, duplicate the mc and place it where the mouse

  • Update record validation

    I've used DW insert app object to build form to update a record. I'd like to add an if statement but I am unsure where to insert the code. I want to check a field for a specific value before letting the record be updated. If the value is equal to a s

  • Sales order account assignment

    Hi, The account assigment tab of a sales order item displays a Sales order (COBL-KDAUF). However, on another sales order, the field COBL-KDAUF is not displayed but a different field called Order (COBL-AUFNR) shows up instead. I need to know why this