Invoking a specfic configuration in integration directory (abap proxy)

Hello,
I have a ABAP inbound and ABAP outbound proxy sitting on  different SAP Backends,both the abap inbound and outbound sit on multiple systems,but the message mapping  and interface mapping is 1.
In the integration direction I have multiple configuration scenarios, corresponding to above mentioned scenario( business systems, communication channels,sender agreements etc).
In the outbound proxy system,I have written a report to call the outbound proxy just by calling execute asynchronous. how to I make sure that a particular configuration in integration directory is executed.
regards
kaushik

Hi ,
When you generate a Proxy in SPROXY for a perticular Interface , few methods and Classes are generated.
So in report, when you can this Outbound Proxy ... These generated methods are Used.
Like : example
CALL METHOD cl_ref->BWDATA_A_O
                    EXPORTING
                      output = WA_OUTPUT.
Here BWDATA_A_O is a  method for a perticular Interface . .. SO it will call this interface only ....
Regards
Prabhat Sharma.

Similar Messages

  • Configuration in Integration Directory.

    Hi Guys,
    I am doing a sample File To File Scenario. i completed up to Integration Repository.tell me what are the configurations to be done in Integration Directory like building of communication channels,  Sender And Receiver Determinations, And Sender And Receiver Agreements. Thanks in advance.
    Thanks
    Kiran.B

    Take a look at this blog,
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    regards
    Bhavesh

  • Access/set dynamic configuration in client/server abap proxy

    Hi,
    I have 2 question regarding reading/setting dynamic configuration in ABAP proxies:
    1) Is it possible to set dynamic configuration objects in a server abap proxy (SAP --> XI)?
    When looking at the class CL_PROXY_FRAMEWORK is looks as if it is possible. This class has en attribute IF_XMS_MAIN~DY which is a reference to the class CL_XMS_MSGHDR30_DYNAMIC.
    I'm not sure if I'm supposed to try and access the dynamic configuration objects via this class or if I'm supposed to use the GET_PROTOCOL method in some manner as suggested by:
    http://help.sap.com/saphelp_nw04s/helpdata/en/51/d5cd16235e4643ae8ec92395c4ad97/frameset.htm
    Above link is for client proxies not server, and I've been unable to find any documentation on this for server proxies.
    2) The same question goes for server proxies (XI --> SAP), though now I would like to set some dynamic configuration data.
    This I believe should be done using get_protocol( if_wsprotocol=>ws_header ) as indicated by before mentioned link.
    However in both cases I'm not sure of if it is indeed possible and which road to choose for sure. So a hint or 2 would be really nice.
    Best Regards,
    Daniel
    ps. maybe I should just mention that I am pretty new to the ABAP world, so bear with me.

    The link that you gave does give you an example for both server and client proxies:
    Accessing Protocol Classes for Client Proxies
    In client proxies, you access the protocol class by using the GET_PROTOCOL method. Below is an example for the IF_WSPROTOCOL_PAYLOAD protocol:
    DATA:
    lo_clientProxy      TYPE REF TO co_clientProxy,
    lo_payload_protocol TYPE REF TO if_wsprotocol_payload
    lo_payload          TYPE REF TO if_ws_payload.
    CREATE OBJECT lo_clientProxy.
    Get Protocol Class Using Method GET_PROTOCOL
    lo_payload_protocol ?=
           lo_clientProxy->get_protocol( if_wsprotocol=>payload ).
    CALL METHOD lo_clientProxy->execute_synchronous
                EXPORTING output  = ls_request
                IMPORTING input   = ls_response.
    Use Protocol Methods
    lo_payload = lo_payload->get_sent_request_payload( ).
    Accessing Protocol Classes for Server Proxies (XI Only)
    Within the implementation of a server proxy, you get the protocol class by using the CL_PROXY_ACCESS=>GET_SERVER_CONTEXT( ) method:
    DATA:  lo_server_context   TYPE REF TO if_ws_server_context,
           lo_payload_protocol TYPE REF TO if_wsprotocol_payload.
    lo_server_context   = cl_proxy_access=>get_server_context( ).
    lo_payload_protocol =
         lo_server_context->get_protocol( if_wsprotocol=>payload ).

  • Testing Configuration in Integration Directory

    Hi Friends,
    I want to know , If I use the test configuration in ID, by providing sender,receiver and payload, will the message be posted to system? I mean my scenario is of creating Idoc from xi message, so if I test the configuration in ID, will it post the IDoc to my system?? or wll just show that mapping is done properly or not.
    Thanks,
    Brij.....

    Hi,
    If I use the test configuration in ID, by providing sender,receiver and payload, will the message be posted to system? - No the msg will not be posted in target system.......
    it just shows the mapping output of your incoming msg and whether your configuration is okay or not............
    Regards,
    Rajeev Gupta
    Edited by: RAJEEV GUPTA on Feb 9, 2009 3:18 PM

  • Configure XI adapter for abap proxy scenario- plz help

    Hi,
    Pleas help me in configureing the XI adpater in abap server proxy scenario, answer the one in bold in below
    Scenario is asynchronous
    Http -> XI ->R/3(abap server proxy)
    sender: Through http client
    receiver is abap server proxy
    Repository objects:
    Sender: sender_DT, sender_MT, sender_MI(outbound asynchronous)
    Receiver: receiver_MI
    Interface mapping: source=sender_MI, receiver_MI.
    <u>Proxy generated on R/3 client 550 for receiver_MI.</u>
    this proxy internally calls an RFC which inturn updates a table.
    Configuartion objects:
    Sender: business service, no comm channel since http sender.
    receiver: R/3 business system
    Comm channel: receiver_cc type of XI.
    transport protocol: http
    message protocol : XI 3.0, since both XI and R/3 on webas 6.4
    <b>addressing type: URL
    target host: ??? where can I find this
    service number: ?? where can I find this
    path: /sap/xi/engine?type=entry</b> i guess the path is correct for XI 3.0
    <u>My system details: XI - client 400, R/3 client  550.</u>
    Authentiction data:
    <b>user name: this user suppossed to be from R/3 or XI?,</b>
    passwrod; proper password
    <b>logon client: the client supposed to be of R/3 or XI?</b>
    Recevr determinaion, interface determination and recevr agrrement looks fine.
    Please reply , your help is appreciated.
    Thanks
    KK

    Hi,
    <i>>>>target host: ??? where can I find this</i>
    Your R/3 host number you can find System->Status
    <i>>>>service number: ?? where can I find this</i>
    You can find in SMICM in services
    <i>>>>user name: this user suppossed to be from R/3 or XI?,
    passwrod; proper password
    logon client: the client supposed to be of R/3 or XI?</i>
    R/3 logon details.
    Thanks,
    Prakash

  • Integration Directory configurations for IDOC - XI - File

    Hi all,
    I have a scenario as above: IDOC-XI-FILE
    The IDOCs come from an R/3 system - NHGDDBS01.
    I've configured 2 BS:
    1) BS_NHGDDBS01
    -> TS: NHGDDBS01, type: WebAS ABAP
    -> SWCV: BASIS 6.20
    2) BS_DEV1_NAUTICUS_OOTS
    -> TS: TS_DEV1_NAUTICUS_OOTS, type:Third Party.
    -> SWCV: SWCV_DEV1_NAUTICUS_OOTS, type: Third Party
    -> PDT: PDT_NAUTICUS_OOTS
    With this setup, can someone help me by showing me how to configure the Integration Directory in order to receive IDoc from R/3 (nhgddbs01)?
    Please help.
    Thanks.
    Ron

    > This is known issue.....Check the below
    > steps.............
    >
    > Go to XI system ->and IDX1 transaction.. And check
    > the port number + RFC destination is given correctly.
    > this should point to SAP system ..
    > Check thsi RFC destination is having all the entires
    > and test connection success
    >
    > And the port should have the naming convention
    > SAP<System Id>.
    >
    > ........................Check this SAP Note -940313
    Hi,
    I followed the SAP Note.
    The SAP System ID is DV1.
    I've configured IDX1 with the following port:
    Port: SAPDV1
    Client:108
    Description: <blank>
    RFC_Destination: PI_001 (This RFC destination points to DV1, despite the naming. Connection test is successful)
    I recreated metadata on IDX2:
    IDoc Types: ZPATINFO
    Source Port: SAPDV1
    IDoc Types: ZADMINFO
    Source Port: SAPDV1
    However, when I test the message from R/3 using WE17, <b>SM58 on R/3 </b>it's still showing the error:
    Transaction IDX1: Port SAPDV1_108, client 108, RFC Destination error.
    May I know where did this error occur and how to rectify this?
    Please advise.
    Thanks.
    Ron

  • How to configure Integration Directory for Integration process async sync

    Hi Experts,
                     I am confused about doing configuration in Integration Directory i.e receiver determination,interface determination and receiver agreement and sender agreement for my integration process as it involve synchronous send at target side.
    In my Scenario , we get Purchase order request(asynchronously) from SRM system in proxy xml format which we have to map to Cxml format send it to third party system(say system 2) as http request.Then we will recieve a response from system2 in Cxml format through HTTP.Now,we have to map this response as to SRM system via proxy code for successful and error case .If error occured we also have to mail to the respective department about the error occured via mail adapter.Proxy to XI is a asynchronous communication and XI to System2 is a synchronous communication .Then again XI to SRM is a asynchronous communication via proxy.I have request and response External defination for Cxml i.e HTTP side.
    I have done following integration process in ESR
    Start- Receive(1)---Transformation(2)-send(3)-Fork(4)--
    stop
    ...................................................................................................... .....[----Branch 1 [-Transformation(5)-Send(6)-
    .......................[-----Branch 2 -
    SWITCH STEP to check error code[
    ............................................................................................................[.otherwise branch of switch
    Fork(4)----[
    .......................[----Branch 1-Transformation (9)-send(10)-
    Here,
    Recieve(1) -- is used for recieve request from SRM.Mode is asynchronous
    Transforamtion(2)-- is used for operation mapping between request of SRM to HTTP request.
    send(3) --is used to sending request synchronous to HTTP,mode is synchronous,used synchronous abstract interface,abstract reqhttp and abstract resphttp
    switch-switch Branch1 is used for checking error response to be true---
    Transformation(5)--- is used to map HTTP response to Mail response structure
    Send(6)----
    is used to send mail content to Mail adapter
    Transformation(9)---- is used to map HTTP response to Proxy response
    Send(10) --- used to send mapped proxy response to SRM as to update status by calling calling Function module using proxy code.
    Thanks
    Deepak

    Deepak,
    In BPM data does not flow in Backword direction!
    take any step in your BPM the message it is goiong to receive will be what a step just before it is giving to BPM.
    Now in your case
    IR Part:
    You have to call Third part Synchronously and the input to it will be what Proxy has given to you.
    Create an Abstract Synchronous(in case of abstract you need not bother it is Inbound or Outbound) in which(I mean the Message Interface) The Output message will be what you have Received from Proxy and the input message will be what you are going to receive from the Third party as a Response.  Now you would have Inbound Synchronous Interface created for calling Third party.
    Have a Interface Mapping between the Abstract Synchronous and Inbound Synchronous Message Interface.
    ID Part:
    For synchronous Step:  BPM will; be sender with  Message Interface Abstarct Synchronous
    Third Party will be receiver With Inbound Interface(Synchronous). Use the INterface Mapping between Abstract Synchronous and Inbound Synchronous that You have created in IR.
    Have a Receiver Agreement for the Thirs part.
    No Sender agreement required in case of BPM as a Sender.
    Thanks,
    Sunil Singh

  • Queue Stucked - Exactly Once Async Abap Proxy

    Hi Guys
    I have several JMS->Xi->Abap Proxy scenarios in my production environment, the Abap Proxies servers are in a SAP IS-OIL 4.72 with a SAP WEBAS 6.20 and the XI is the XI 3.0.
    Some of the Abap Proxies calls are asynchronous, and when one of the abap proxies has an sysfail error (for example), it stuck the entire queue, and this is causing some problems, for the other calls (interfaces) that are not being processed until the "bad" abap proxy is "solved".
    I know that we can schedule a job that reprocess the call but imagine that the problem is still not solved, I still have the other calls waiting, ie, I am putting in jeopardy some interfaces because of one error.
    It seems that this queue management happens because SAP IS-OIL is treating all asynchronous AbapProxy calls as EOIO calls.
    <b>1. Is my previous assumption correct???</b>
    <b>2. How can I invoke from SAP XI3.0 an asynchronous Abap Proxy just with EO quality of service???</b>
    <b>3. How can I setup the CCMS to alert when a queue is “stucked” (please be aware that I have a ERP SAP has a SAP WEBAS 6.20)???</b>
    Take Care
    PC

    Hi Moorthy
    > You are calling Proxy from XI right ?
    Yes
    > What is the source system ?
    The source system is a 3rd party app that sends an XML message via JMS to XI, XI then calls the abap proxy that is in our SAP ISOIL.
    > You can restrict the quality of service in the
    > Outbound Interface..i.e message coming into XI.
    >
    Are you saying that has to be the 3rd party that has to say to Xi that the async call that XI will have to do to SAP ISOIL has to be EO??? How can this be done?? Is in the Message Interfaces configuration - Integration Repository???
    Remember that I'm having queue problems in SAP ISOIL, where the abap proxies are processed !!!
    > Here is the link for CCMS -
    > http://help.sap.com/saphelp_nw04/helpdata/en/e5/5d1741
    > b393f26fe10000000a1550b0/frameset.htm
    > https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/
    > 2894
    > https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/
    > 2895
    > https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/
    > 2777
    >
    Thanks a lot for the links, it seems that is good head start.
    However I'm concerned that because my SAP ISOIL has the SAP WEBAS 6.2 (old Integration Engine), the CCMS features that are explained in the links will not work in the old version. Remember that I've probably have to configure the CCMS in XI3.0 (my integration platform) and SAP IS-OIL my main system, where all abap proxys are run and called, where IDOCS are sent and received, ie, is the point of origin and final point of all my integrations... 
    That's why I'm so concerned about the stopped queues in SAP ISOIL, I really need full availability in this system (queues), I am talking around 10.000 messages being sent and received... and in the near future will be around 100.000 messages for sure...
    > Regards,
    > Moorthy
    Take Care
    PC

  • ABAP Proxy creation

    Hi Experts,
    I am doing a file to proxy scenario. Now, while creating the proxy of inbound interface I am going to the SAP R/3 Server but finding out that an error is coming "No Connection to Integration Builder(only generic data visible).
    Please let me know what maybe the issue or is their any configurations required for this.
    Regards,
    Aniruddha

    Hi ,
    Proxy objects implement message interfaces from Integration Repository. Proxies are executable interfaces, which converts non-language-specific interface descriptions into WSDL. i.e., you use proxies to implement the actual message exchange that is described in the Integration Builder
    ABAP proxy generation gets the WSDL description for message interfaces from the Integration Repository (WSDL Web Service Description Language) by using http. In WSDL, data that is transferred using messages is described using XSD (XML Schema Definition Language).
    Yours is Server proxy .
    Configuration to be done in Business System  For E.g,  ECC/CRM/BI etc.,
    1.     SM59 : Create RFC Destination Type : H  , to establish the HTTP connection to PI system
    Target Host          : System name
          Service Number          : HTTP Port name
    PathPrefix          :/sap/XI/engine/?type=entry
    name : PI_IR_CONNECTION
    2.     Configuration Business system as local Integration Engine.
    i.          Go to Transaction SXMB_ADM
         ii.            Choose Edit --> Change Global Configuration Data.
         iii.      Select Role of Business System: Application system
         iv.     Corresponding Integration server: dest://<HTTPDESTINATION>. Here <HTTPDESTINATION> XI_XIR_CONNECTION created in step 1. Dest://PI_IR_CONNECTION.
         v.       Under Specific Configuration Data you can specify additional configuration data
    u2022     Select the relevant category under Specific Configuration Data.
    u2022     Choose Change Specific Configuration Data.
    u2022     For ABAP Proxies, Add the following configuration:
    1.Category     :     RUNTIME
    2.Parameters     :     IS_URL
    3.CurrentValue     :     dest://PI_IR_CONNECTION
    3.     Connection between Business System and System Landscape Directory
    u2022     Check/ Create RFC destination TYPE-  (TCP/IP) LCRSAPRFC and SAPSLDAPI for the SLD connection.
    4.     Maintain SLD access details in Transaction SLDAPICUST
    5.     Check SLDCHECK works fine
    6.     Checks all queue are registered and activated .Else go and activate in sxmb_adm  -->  Manage Queue
    Regards.,
    V.Rangarajan

  • ABAP Proxy comm channel not seen in Comm Channel monitoring

    We have configured JDBC sender to ABAP proxy receiver.
    We are unable to see the receiver channel in comm channel monitoring. Is this normal or are we missing something?
    Also, the XI adapter cannot be seen in adapter monitoring...I hope thats fine...
    We are able to generate the ABAP proxy but we need to see the comm channel to troubleshoot.
    Any help will be appreciated.
    Thanks

    Hi SAP PI,
    As with the above commens this link may help u how to debug proxies.. you may try with this..
    For -- Debugging Proxies
    https://weblogs.sdn.sap.com/pub/wlg/4098--Debugging [original link is broken] [original link is broken] [original link is broken]
    For -- Testing Proxies
    XI: Debug your inbound ABAP Proxy implementation
    regards,
    Kishore

  • DYNAMIC_CALL_FAILURE - ABAP Proxy Inbound

    I have the following error when I try to test a proxy interface with the data coming into ECC 5.0 System.
    <b><?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
      <SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>
      <SAP:P2>ZSMDCL_MI_FUSION_PRODUCT_MAINT</SAP:P2>
      <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during proxy processing</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error></b>
    I have a function module which sends a message out depeding on the return status of  a BAPI. The proxy is giving the above error when it calls this function module.
    reg
    reg

    Hi Naveen
    Try to catch exception in proxy itself
    Use follwing link
    <b>
    http://help.sap.com/saphelp_nw04/helpdata/en/a1/082589fc4246f09793039d5fb01a17/content.htm</b>
    For Catching Exception in Proxy
    <b>Inbound ABAP Proxy Trace and error handling
    Handling Exceptions
    ABAP Server Proxies - Fault Handling
    Exception handling in integration processes
    ABAP Proxy and fault messages
    /people/bhanu.thirumala/blog/2006/02/07/abap-proxy--xml-to-abap-transformation
    Thanks
    Abhishek
    ***Please Reward points if helpful********

  • ABAP Proxy sender possible in integrated configuration AAE with PI 7.11

    Hi guys,
    we are running PI 7.11.
    We have serveral scenarios where the senderis an ABAP proxy and the receiver is reached by a jave adapter.
    With Ehp1 the SOAP adapter offers the possibilty to chose XI 3.0 as message protocol.
    We use this feature already in scenarios where ABAP proxy is receiver.
    But is it also possible to use it at sender side?
    Kind regards
    Jochen

    Hi Volker,
    thanks for your help.
    You could also use ABAP proxy at sender side during integrated configuration.
    Prerequisite is to implement SAP note  1349125 and use following url for acessing the PI from SAP backends.
    http://<host>:<port>/XISOAPAdapter/MessageServlet?ximessage=true
    With this URL you could ABAP proxies in normal scenarios where integration server is involved as well as  in integrated configurations.
    Kind regards
    Jochen

  • No sender agreement configured in the XI Integration Directory

    Hi,
    I am using MPA(MML) message format in XI scenario. My scenarios are R3->XI->Marketplace and Marketplace->XI->R3. The first scenario works fine with no problems where as when i try to post MML message from marketplace to XI system, i am seeing the "No sender agreement configured in the XI Integration Directory for the given message header:SenderParty=xxxx; ReceiverParty=; SenderService=xxxxx; ReceiverSerivce=xxx; Interface=xxxx; InterfaceNamespace=xxx;". I have created sender agreement for this secenario, and moreover i haven't this sender agreement in the xi cache. Please let me know if i am missing anything in the configuration.
    Thanks & Regards
    Sruj

    Thanks a lot for replies, but i have tried all these options but no luck. Does it need any additional configurtion to resolve this issue, i dont think this is cache issue, if that is the case after all steps which i have done should have fixed it. Please post your comments.
    Once again thanks a lot for everyone.
    Thanks & Regards,
    Sruj
    Message was edited by: Srujan Gogineni

  • SLD Business system not appearinn in Integration Directory Configuration

    Hello,
    I have configured a business system in SLD(defined a Technical system,assigned it to a business system),but when i go to
    Integration directory and assign a business system without a partner,I am not able to see this business system.
    can any one please help.
    regards
    kaushik

    environment -> clear SLD cache

  • Integration Directory(Configuration) Problem

    Hi All,
    I am facing one Probelm. I am working one the client through Citrix. I am not able to open Integration Directory(Configuration Problem) . In onsite it's working fine. Reming all other applications(Integartion Repository and SLD and Runtime work bench) are working fine.
    if I open Integration Directory i am getting this messge.
    <jnlp spec="1.0+" codebase="http://filp55.group.upm-kymmene.com:50100/dir">
        <information>
            <title>Integration Builder</title>
            <vendor>SAP AG</vendor>
            <homepage href="http://www.sap.com" />
            <description type="one-line">Directory</description>
            <description type="short">Directory</description>
            <description type="tooltip">Directory</description>
            <icon hight="64" href="start/graphics/sap6464.gif" type="splash" width="64" />
            <icon hight="32" href="start/graphics/SAP3232.gif" width="32" />
        </information>
        <security>
            <all-permissions />
        </security>
        <resources>
            <j2se version="1.4+" initial-heap-size="32m" max-heap-size="1024m" />
            <jar href="directory/aii_ibdir_client.jar" />
            <jar href="directory/aii_ibdir_core.jar" />
            <jar href="directory/aii_ibdir_sbeans.jar" />
            <jar href="directory/aii_ibdir_rb.jar" />
            <jar href="directory/aii_ib_client.jar" />
            <jar href="directory/aii_ib_core.jar" />
            <jar href="directory/aii_ib_sbeans.jar" />
            <jar href="directory/aii_ib_rb.jar" />
            <jar href="directory/aii_util_icons.jar" />
            <jar href="directory/aii_util_swing.jar" />
            <jar href="directory/aii_util_xml.jar" />
            <jar href="directory/aii_util_xsd.jar" />
            <jar href="directory/aii_utilxi_misc.jar" />
            <jar href="directory/aii_util_rb.jar" />
            <jar href="directory/clientaii_ib_sbeans.jar" />
            <jar href="directory/clientaii_ibdir_sbeans.jar" />
            <jar href="directory/frog.jar" />
            <jar href="directory/focus14.jar" />
            <jar href="directory/sapxmltoolkit.jar" />
            <jar href="directory/jta.jar" />
            <jar href="directory/ejb20.jar" />
            <jar href="directory/exception.jar" />
            <jar href="directory/logging.jar" />
            <jar href="directory/guidgenerator.jar" />
            <jar href="directory/jperflib.jar" />
            <jar href="directory/sapni.jar" />
            <jar href="directory/sapj2eeclient.jar" />
            <property name="sap.theme" value="Streamline" />
            <property name="jnlp.log.initialConfiguration" value="FILE, SIMPLE" />
        <property name="jnlp.com.sap.aii.ib.client.properties" value="com.sap.aii.ib.client., com.sap.aii.ib.core., com.sap.aii.util.xml., com.sap.aii.connect., com.sap.aii.repository.mapping.additionaltypes, com.sap.aii.docu., com.sap.aii.ibrep.core., com.sap.aii.ibdir.core.*" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.sysnr" value="01" /><property name="jnlp.com.sap.aii.connect.landscape.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.cr.name" value="filp40.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.ib.client.content.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.repository.contextroot" value="rep" /><property name="jnlp.com.sap.aii.ib.client.login.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.directory.rmiport" value="50104" /><property name="jnlp.com.sap.aii.connect.cr.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.rwb.r3.client" value="790" /><property name="jnlp.com.sap.aii.connect.directory.contextroot" value="dir" /><property name="jnlp.com.sap.aii.connect.rwb.contextroot" value="rwb" /><property name="jnlp.com.sap.aii.connect.landscape.httpsport" value="@com.sap.aii.server.httpsport.lcr@" /><property name="jnlp.com.sap.aii.connect.repository.rmiport" value="50104" /><property name="jnlp.com.sap.aii.connect.repository.httpport" value="50100" /><property name="jnlp.com.sap.aii.connect.directory.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.cr.httpsport" value="@com.sap.aii.server.httpsport.cr@" /><property name="jnlp.com.sap.aii.connect.repository.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.integrationserver.contextroot" value="run" /><property name="jnlp.com.sap.aii.connect.integrationserver.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.rwb.httpsport" value="@com.sap.aii.connect.rwb.httpsport@" /><property name="jnlp.com.sap.aii.connect.landscape.httpport" value="50000" /><property name="jnlp.com.sap.aii.docu.languages" value="null" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.initialheapsize" value="32m" /><property name="jnlp.com.sap.aii.util.xml.parserFactory" value="com.sap.engine.lib.jaxp.SAXParserFactoryImpl" /><property name="jnlp.com.sap.aii.connect.directory.httpport" value="50100" /><property name="jnlp.com.sap.aii.connect.directory.httpsport" value="@com.sap.aii.server.httpsport.directory@" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpport" value="8001" /><property name="jnlp.com.sap.aii.connect.rwb.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.client" value="790" /><property name="jnlp.com.sap.aii.connect.cr.httpport" value="50000" /><property name="jnlp.com.sap.aii.connect.landscape.name" value="filp40.group.upm-kymmene.com" /><property name="jnlp.SAPMYNAME" value="filp55_GTX_01" /><property name="jnlp.com.sap.aii.connect.rwb.httpport" value="50100" /><property name="jnlp.com.sap.aii.docu.url" value="null" /><property name="jnlp.com.sap.aii.ib.client.applicationname.directory" value="sap.com/com.sap.xi.directory/" /><property name="jnlp.com.sap.aii.util.xml.transformerFactory" value="com.sap.engine.lib.jaxp.TransformerFactoryImpl" /><property name="jnlp.com.sap.aii.ib.client.applicationname.repository" value="sap.com/com.sap.xi.repository/" /><property name="jnlp.com.sap.aii.ib.client.login.InitialContextFactory" value="com.sap.engine.services.jndi.InitialContextFactoryImpl" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpport" value="50100" /><property name="jnlp.client" value="true" /><property name="jnlp.com.sap.aii.connect.repository.httpsport" value="@com.sap.aii.server.httpsport.repository@" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.maxheapsize" value="1024m" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpsport" value="@com.sap.aii.connect.integrationserver.httpsport@" /><property name="jnlp.com.sap.aii.connect.integrationbuilder.startpage.url" value="rep/start/index.jsp" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpsport" value="@com.sap.aii.connect.integrationserver.r3.httpsport@" /><property name="jnlp.com.sap.aii.connect.rwb.r3.sysnr" value="01" /><property name="jnlp.com.sap.aii.util.xml.schemaValidator" value="com.sap.engine.lib.schema.validator.SchemaValidator" /><property name="jnlp.rc.release" value="7_00" /><property name="jnlp.rc.applname" value="DIRECTORY" /><property name="jnlp.rc.supportpackage" value="09" /><property name="jnlp.rc.synctime" value="${sync.time}" /></resources>
        <application-desc main-class="com.sap.aii.ibdir.gui.appl.ApplicationImpl">
            <argument>webstart</argument>
        </application-desc>
    </jnlp>
    Please help me on this..........
    Thanks in Advacne.
    Regards,
    Chandra

    Hello,
    1)
    May be the problem is a network connectivity issue. Do one thing copy the "cahce" folder from some other client PC(which has successfully opened IR and ID) to your client PC. The folder resides in "C:Documents and Settings<yourUserProfile>Application DataSunJavaDeploymentjavaws".
    Copy "cache" folder to your client PC under the above path.
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken]
    2) Go to http://filp55.group.upm-kymmene.com:50100/rep/
    Click on Administration -> Java™ Web Start -> Java™ Web Start Administration ->
    Try
    1. Re-initialization (then try logging)
    2. Re-initialization and force-signing (then try logging)
    3. Delete lock (then try logging)
    Do this for IR and ID tabs.
    3) Check can be a firewall issue.
    4) Check wether sufficient roles have been assigned -> Tcode -> SU01 -> roles tab. These roles need to be assigned to your username
    SAP_BC_AI_LANDSCAPE_DB_RFC
    SAP_SLD_CONFIGURATOR
    SAP_SLD_DEVELOPER
    SAP_XI_BPE_CONFIGURATOR_ABAP
    SAP_XI_BPE_MONITOR_ABAP
    SAP_XI_DEVELOPER
    SAP_XI_DEVELOPER_ABAP
    SAP_XI_DEVELOPER_J2EE
    SAP_XI_MONITOR
    SAP_XI_MONITOR_ABAP
    SAP_XI_MONITOR_J2EE
    <b>*******************Reward,if found useful</b>
    Edited by: BVS on May 7, 2008 3:01 PM

Maybe you are looking for

  • How do I download PDF files using Safari.  All I get is a black screen.

    How do I download PDF files using Safari.  All I get is a black screen.

  • C3-00 IM client error

     i have a problem with the IM msn client from my nokia c3, I logged on and nothing came up apart from the bottom tab with the expand collapse, and send IM, the rest of the screen is blank, showing nothing. i cant see the contacts or anything but the

  • Need FM or BAPI to update LIKP-BEROT

    After the second transfer order is created with source storage type as ‘200’ and destination storage type as ‘916’, populate the field LIKP-BEROT with value “200”. This is required for the business to identify the deliveries that are ready for 2nd st

  • Memory full error...when it isn't

    Since updating to Belle I've been receiving a lot of "memory full" messages in a variety of applications, often with barely anything else running on the phone. I've done a fair bit of testing to try to narrow down the culprit but I'm coming around to

  • Layer 2 isolation due to Multiple Anchor controllers

    Hello, Just checking to see if there are 2 anchor controllers in different locations, that if client A connects to anchor controller A and client B connects to anchor controller B, will there be Layer 2 isolation between the 2 clients? Thanks, Jason