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

Similar Messages

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

  • 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

  • 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

  • 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

  • NO Interface Mapping found in the Integration Directory (Configuration)

    Hi,
    I've got following problem with PI 7.0::
    I have a Mapping Scenario designed in the IR. It works - using test function - there. If I go to the COnfiguration Tool during creating of the Interface Determination it doesn't find the Interface Mapping. The Sender resp. Receiver Interfaces are correct assigned to the Business Systems.
    - Sender Business System is a FTP Server, which contains the needed Sender Interface.
    - Receiver Business System is a SAP R3 System containing the RFC Receiver Interface.
    I had to change the Related Integration Server of the SAP Business System in the SLD. How can I be shure, that my PI System is syncronous with the SLD? How can i get the newest changes - BS, TS or SC - from the SLD updated to my PI?
    Thx in advance
    Michael

    Hi,
    You must make sure that you have correctly identified the interfaces in your interface mapping.
    1. Message Interfaces are correctly configured
    2. Outbound/Inbound Interfaces are correctly declared in Interface Mapping
    Otherwise, your interface mapping would not be found in the interface determination in Integration Directory.

  • Integration Builder: Configuration Integration Directory not start.

    Hello,
    After we patch PI from sp14 to sp 23 while we starting the Integration Directory, it result in the error "Unable to launch the application"while verifying the application:
    com.sun.deploy.net.JARSigningException: Could not verify signing in resource: http://<hostname>:port/dir/directory/aii_ibdir_sbeans.jar.
    we have jre 1.6.0_24.
    I get this error:
    com.sun.deploy.net.JARSigningException: Could not verify signing in resource: http://pint1.dlg.dk:50000/dir/directory/aii_ibdir_sbeans.jar
         at com.sun.deploy.cache.CacheEntry.writeManifest(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.access$2000(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$9.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
    Regards

    Hi,
    When I start Internet Explorer with this url http://port:50000/rep/start/Main.jsp
    I get this massage: on Additional Information   
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Mon, 28 Mar 2011 09:20:36 UTC
    Message: 'parent.InnerFr' is null or not an object
    Line: 61
    Char: 15
    Code: 0
    URI: http://port:50000/rep/start/XI.js
    Can it be reason I can not start * Integration Builder: Configuration Integration Directory*. And get this massages:
    com.sun.deploy.net.JARSigningException: Could not verify signing in resource: http://port:50000/dir/directory/aii_ibdir_sbeans.jar
    Any Help
    Regards

  • How to retrieve configuration scenarios in Integration Directory?

    Hi All,
    I am developing a Java program to read all configuration scenarios in Integration Directory. My plan is to find SAP's Java APIs available in the NetWeaver Java stack to read the info I need. I have done lots of searches for such the APIs but still got no luck. Could you help me out?
    I'm on NetWeaver PI 7.1.
    Thanks,
    Viet
    Edited by: Viet Phan on May 13, 2011 1:11 PM

    Hi,
    The 3rd party adapters must be installed via Deploy Tool or JSPM. But u should have a sda file with the adpater content.
    see here for more details on JSPM
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5006901f-925c-2910-5f98-9ae26cc07eca
    Usually all these third-party developed adapters also developed pre-defined business content with mappings, but this does not mean that all the interfaces you have can use it. If you do not have any custom work, then you can automate it, but if there is custom work then you have to enhance or develop new maps.
    For example, Seeburger has over 20 maps to convert EDI X12 to standard IDoc maps and vice-versa (INVOIC Idoc to 4010 etc).
    http://service.sap.com/netweaver ->SAP NetWeaver in Detail -> Process Integration -> SAP Exchange Infrastructure ->SAP XI in Detail -> Connectivity.
    Please reward points if it helps.
    Thanks
    Vikranth

  • Interface Mapping Not Found in Integration Directory

    Hey guys!
    I'am getting this error in the test configuration part of the integration directory:
    "Interface Mapping: <Not Found> com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping"
    I don't see why I should be getting this error since I have properly defined a message and interface mapping for the receiving interface.
    BTW,  I get this error when I use XSLT mapping. If I point my interface mapping to a normal message mapping, I get no error. Is there anything I am missing?
    Regards,
    Glenn

    The weird thing is that when I test the the configuration in the Integration Directory, it is still looking for my old message mapping (the one i created using xi editor) even though I already replaced the referenced message mapping in the interface mapping to the XSL one.
    Yes, I tested the interface mapping with the same data using the XSL mapping and there's no problem.
    When I send the message though, I get an error saying "NO_RECEIVER_CASE_ASYNC" I really don't see why it should not recognize the receiver. I tried refreshing the cache but it still looks for my old mapping program...
    :P

  • Issue in the XI Integration Directory when generating communication channel

    Hello,
    In the SAP XI Integration Directory, when I am attempting to create a Business System. I would like to have the communication channels automatically generated.   The Business System gets created as intended. However the communication channels are not automatically generated.  I get the message captured "<b>Unable to find an associated SLD element (source element: SAP_XIIntegrationDirectory, [CreationClassName, SAP_XIIntegrationDirectory, string, Name, directory.cxg.cpgia64, string], target element type: SAP_XIIntegrationServer)"</b>
      All configurations seems to be OK. Have you experienced this problem before, If so how did you remedy to it?
    Thanks in Advance,
    JLC

    Dear Cancel,
    we have this error too. What i can say is, that it have to
    do with the inconsistence of the SLD. You have to check if
    you don't have some inconsistence in the SLD.
    Sometime the connection to SLD is instable. Then just try
    again some minutes later. But it the error persist than
    something is not correct configured in SLD. We don't know
    exactly what we have done so that the error gone after
    correcting in SLD.
    best regard,
    Ly-Na Phu

  • No service for system SAPABI, client 800 in Integration Directory

    Hi,
    We are getting the error in BI "No service for system SAPABI, client 800 in Integration Directory", when we extract the data from R/3 (ECC6) into BI System. It was working fine earlier, till XI-BI integration was done.
    But, After XI integration is done in BI system we are getting this error, when ever we try to load the data from source system. The XI integration is removed now, but the error still continues.
    The source system is ok and could able to replicate the data from R/3 into BI. Is there any XI related customizing need to be removed from BI?, so that it directly goes to the source system for data load, instead of hitting the Integration Directory, which is part of XI.
    It would be great, if someone can give a solution for this.
    Thanks in Advance,
    SAP Admin.

    Hi,
    First check at BI side transaction: SICF there services are properly configured or not, the services should be in Active state.
    Second you must check transaction: SXMB_MONI here you can check what ever the Reports or Webservices are coming from out bound to inbound.
    1. first check out bound in that server you type SXMB_MONI there u can see Flag that should be in black. If it is Flag is in Red then the Report should be stoped there it self.
    2. Once it came to receiver side then u must check at inbound server by typing transaction: SXMB_MONI by checking that flag you will know what might be the problem.
    Once check ur RFC connection also because you can get problem from RFC connections also.
    Sateesh

  • No service for system SAPNID, client 800 in Integration Directory

    Hi All,
    I am getting “No service for system SAPNID, client 800 in Integration Directory” in tRFC monitor (SM58).
    My scenario is IDOC to File.
    I did following step in R3.
    1.     Created RFC destination pointing to XI systems (name:XID)
    2.     Created IDOC port (name: SAPNID) and use above (XID) RFC in RFC destination.
    3.     Create Partner Type LI (Partner No. 3000) and add message type “ORDERS”, set the receiver port (SAPNID) created above.
    XI Side.
    1.     Create Technical System (Name : XID)
    2.     Business Systems (Name: R3XID)
    3.     In Integration Repository.
    •     Created Data Type
    •     Import IDOC “ORDERS.ORDERS04”
    •     Created Message Interface
    •     Created Message Type
    •     In Mapping Object created Message Mapping and Interface Mapping.
    4.     In Integration Directory
    •     Created the Scenario (name : “FILE_FROM_IDOC”)
    •     Assign Business Systems as “R3XID”
    •     Create communication channel(name: “FILE_ORDERS_COM_CHNL”)
    •     Create Receiver Determination
    •     Interface Determination
    •     Receiver Agreement.
    IDOC is triggered correctly but in tRFC monitor I am getting following error
    “No service for system SAPNID, client 800 in Integration Directory”
    With regards
    Sunil

    Hi Udo/Renjith and Rakesh,
    Thanks for quick reply and appreciate you help.
    Now I can say that there is some problem with my Technical Systems or Business Systems, let me give you details regarding my Technical/Business systems.
    During post-Installation i created Technical/Business System, following are the details regarding these systems.
    <u><b>Technical Systems.Detail</b></u>
    System Name:  XID 
    System Home:  crmides 
    Installation Number:  INITIAL Change...
    Release:  640 
    Description:   
    Administrative Contact:   
    TMS Domain:   
    TMS Transport Group Name: 
    Clients: 100 800  Add...
    Message Server: XID crmides  
    Central Application Server: crmides_XID_00  
    Secondary Application Servers:  Add...
    Internet Transaction Servers:  Add...
    Installed Products: SAP EXCHANGE INFRASTRUCTURE, SAP EXCHANGEINFRASTRUCTURE 3.0 XID
    SAP R/3, 4.5B XID on crmides
    SAP R/3, 4.6C XID on crmides
    Add...
    Installed Software Components 
    Business Systems:
    1. R3XID
    2. SAPNID
    Earlier I have only one Client (100) and One Busines Systems (R3XID)
    My XI Systems is “XID” Host : “crmides” Client : “100” System Number : “00”
    My R3 Systems is “NID” Host : “netbw” Client : “800” Systems Number : “02”
    <u><b>Business Systems Detail</b></u>
    Name:  R3XID 
    Description:   
    Administrative Contact:   
    Business System Role:  Integration ServerApplication System 
    Pipeline URL:http://crmides:8000/sap/xi/engine?type=entry   
    Integrated Business Systems:  SAPNID
    Group:   (No Group Assigned)Edit Groups... 
    Transport Targets:   
    Technical System:  XID on crmides Change...
    Client:  <b>100 of XID</b> 
    Logical System Name:  SAPNID 
    Installed Products:  SAP R/3, 4.5B XID on crmides
    SAP R/3, 4.6C XID on crmides
    SAP EXCHANGE INFRASTRUCTURE, SAP EXCHANGEINFRASTRUCTURE 3.0 XID
    Software Components:  ABC, 1.0 of knack
    R/3 CORE 4.5B
    SAP ABA 4.6C
    SAP ABA 640
    SAP APPL 4.6C
    SAP BASIC JAVA LIBS 6.30
    SAP BASIS 4.6C
    SAP BASIS 6.40
    SAP GUI FOR WINDOWS 4.5B
    SAP GUI FOR WINDOWS 4.6C
    SAP GUI FOR WINDOWS 6.20
    SAP HR 4.5B
    SAP HR 4.6C
    SAP ITS 4.6B
    SAP ITS 4.6C
    SAP J2EE ENGINE 6.30
    SAP J2EE ENGINE CORE 6.30
    SAP JAVA TECH SERVICES 6.30
    SAP JCO 6.30
    SAP SOFTW. DELIV. MANAGER 6.30
    XI ADAPTER FRAMEWORK 3.0
    XI CONNECTIVITY SE 3.0
    XI TOOLS 3.0
    During Post Installation I had one Technical Systems (XID) and one Business Systems (R3XID), after that I created one more Business Systems (SAPNID).
    <u><b>SAPNID Business Systems Detail</b></u>
    Name:  SAPNID 
    Description:   
    Administrative Contact:   
    Business System Role:  Application System 
    Related Integration Server:  R3XID 
    Group:  (No Group Assigned) 
    Transport Targets:   
    Technical System:  XID on crmides Change...
    Client:  <b>800 of XID</b> 
    Logical System Name:  SAPNID 
    Installed Products:  SAP R/3, 4.5B XID on crmides
    SAP R/3, 4.6C XID on crmides
    SAP EXCHANGE INFRASTRUCTURE, SAP EXCHANGEINFRASTRUCTURE 3.0 XID
    Software Components:  ABC, 1.0 of knack
    R/3 CORE 4.5B
    SAP ABA 4.6C
    SAP ABA 640
    SAP APPL 4.6C
    SAP BASIC JAVA LIBS 6.30
    SAP BASIS 4.6C
    SAP BASIS 6.40
    SAP GUI FOR WINDOWS 4.5B
    SAP GUI FOR WINDOWS 4.6C
    SAP GUI FOR WINDOWS 6.20
    SAP HR 4.5B
    SAP HR 4.6C
    SAP ITS 4.6B
    SAP ITS 4.6C
    SAP J2EE ENGINE 6.30
    SAP J2EE ENGINE CORE 6.30
    SAP JAVA TECH SERVICES 6.30
    SAP JCO 6.30
    SAP SOFTW. DELIV. MANAGER 6.30
    XI ADAPTER FRAMEWORK 3.0
    XI CONNECTIVITY SE 3.0
    XI TOOLS 3.0
    I do not know whether SAPNID is required or not, earlier I used R3XID as Business Systems at the time of configuration now I changed it to SAPNID. I am getting the same error in both the case.

Maybe you are looking for

  • File to Idoc Scenario -- No Pipeline steps in Moni

    Hi, I have created a File2Idoc scenario. I have done all the configurations & finally dropped the file in source directory. File got picked up and deleted from source directory, But I could see in Moni only for the Inbound message but not able to see

  • It says i have to review my apple id but how do i do it without entering a cridit card

    it says i have to review my apple id account but how do i do it without entering a cridit card

  • Collecstions.sort(ArrayList) - Please Explain

    Hello, This is a rewrite of an earlier question. Hopefully, I better formed the question in this post. Can anyone explain why the first code example requires that I write a compareTo() method (called by Collections.sort(bidList)) and a toString() met

  • T61P - Very sluggish performance..hard drive issue ?

    Hi, So I have been the owner of a T61P 6460 for one year now. It came with Vista, I downgraded to XP, and the thinkpad has always been running very strong and never had any sort of problem with it. One month ago, I had a problem with the keyboard, th

  • Spry and other javascripts

    I wanna have little control and I wanna integrate "Lightboxs JS script" http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm When I call it inside <span spry:repat="something"> <a href="link" rel="thum.....">Clik to show...</a> </span> It wa