Scenario of xMII integration

Hi,
Can you please give a small scenario integrating SAP R/3, xMII and any MES? Basically, I want to know typically how data flow happens from R/3 to MES or vice versa through xMII.
Regards,
Amalesh

Hi, Amalesh.
A common scenario would be to set up xMII as an IDOC listener that can receive downloads of production orders as LOIPRO IDOCs.  When a new IDOC is received, xMII's business logic engine can be used to parse/processes that order.  Examples might be splitting the order into production-size lots/batches, allocating it to equipment, creating batches/lots/order in MES or automation systems, and so on.  xMII has a variety of connectors that can be used to talk to these plant systems.
Looking the other way, perhaps a user or an automated system collects material consumption/production information.  This data can be aggregated/formatted by xMII and sent to ERP via RFC or BAPI calls to perform production confirmations, goods movements, etc.
Best regards,
Rick

Similar Messages

  • Error while XI and xMII integration (Plain HTTP as sender)

    Dear Friends,
       I am doing the scenario XI and xMII integration. While sending the input file from plain HTTP adapter the result comes as follows in *sxmb_moni* :
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <!-- Call Adapter -->
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
    <SAP:Category>XIAdapterFramework</SAP:Category>
    <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
    <SAP:P1/>
    <SAP:P2/>
    <SAP:P3/>
    <SAP:P4/>
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: <xMII server name></SAP:AdditionalText>
    <SAP:ApplicationFaultMessage namespace=""/>
    <SAP:Stack/>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    In HTTP Client Adapter for XI 3.0 it is shown as follows:
    <SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL
    </SAP:Code>
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: <xMII server name> </SAP:AdditionalText></SAP:Error>
    Please show the way to rectify this error.
    Regards,
    Jagan.

    Dear Sudharshan,
       I'm doing the scenario which is in the following blog.
    /people/dhanabal.thangavel/blog/2008/02/07/xi-and-xmii-integration--part-1 ==> XI and xMII Integration - Part 1
    This is a synchronous one. So I set QOS as BE in Client Http Adapter for XI 3.0.
    Scenario is HTTP <--> XI <--> xMII
    The following errors are I found:
    1) In RWB -> Message Monitoring
    Status : Canceled with Errors
    Message Details:
    SOAP : call failed
    SOAP :error occured: java.net.UnknownHostException: <HOST>
    Exception caught by adapter framework: <HOST>
    Delivery of the message to the application using connection AFW failed, due to: <HOST>. Setting message to status failed
    The message status set to FAIL.
    Returning synchronous error message to calling application: <HOST>.
    2) Error coming in the Client Http Adapter for XI 3.0 as follows:
    *URL:*
    http://xxxxxx07:xx10/sap/xi/adapter_plain?namespace=http%3A//www.xxxxxxx.com/XIBatch3/10099/xMII_Integration&interface=xMII_Integration_Sync_Outbound&service=BS_BATCH3&party=&agency=&scheme=&QOS=BE&sap-user=xxxxx&sap-password=xxxxx&sap-client=xx1&sap-language=EN
    *Result:*
    <SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException:<HOST></SAP:AdditionalText></SAP:Error>
    *Input XML file:*
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:XacuteRequest xmlns:ns1="http://www.lighthammer.com/Xacute">
       <ns1:LoginName/>
       <ns1:LoginPassword/>
       <ns1:InputParams>
          <ns1:ProductName>ProductA1</ns1:ProductName>
       </ns1:InputParams>
    </ns1:XacuteRequest>
    *WSDL file (Which is generated using the xMII transaction):*
    <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.lighthammer.com/Xacute" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.lighthammer.com/Xacute">
        <!-- Types -->
        <types>
            <s:schema elementFormDefault="qualified" targetNamespace="http://www.lighthammer.com/Xacute">
                <s:complexType name="InputParams">
                    <s:sequence id="InputSequence">
                    <s:element maxOccurs="1" minOccurs="0" name="ProductName" type="s:string"/></s:sequence>
                </s:complexType>
                <s:element name="XacuteRequest">
                    <s:complexType>
                        <s:sequence>
                            <s:element maxOccurs="1" minOccurs="0" name="LoginName" type="s:string"/>
                            <s:element maxOccurs="1" minOccurs="0" name="LoginPassword" type="s:string"/>
                            <s:element maxOccurs="1" minOccurs="0" name="InputParams" type="s0:InputParams"/>
                        </s:sequence>
                    </s:complexType>
                </s:element>
                <s:complexType name="Rowsets">
                    <s:sequence>
                        <s:element maxOccurs="1" minOccurs="0" name="FatalError" type="s:string"/>
                        <s:element maxOccurs="1" minOccurs="0" name="Messages" type="s0:Messages"/>
                        <s:element maxOccurs="1" minOccurs="0" name="Rowset" type="s0:Rowset"/>
                    </s:sequence>
                    <s:attribute name="StartDate" type="s:dateTime" use="required"/>
                    <s:attribute name="EndDate" type="s:dateTime" use="required"/>
                    <s:attribute name="DateCreated" type="s:dateTime" use="required"/>
                    <s:attribute name="Version" type="s:string"/>
                </s:complexType>
                <s:complexType name="Messages">
                    <s:sequence>
                        <s:element maxOccurs="unbounded" minOccurs="0" name="Message" type="s:string"/>
                    </s:sequence>
                </s:complexType>
                <s:complexType name="Columns">
                    <s:sequence>
                        <s:element maxOccurs="unbounded" minOccurs="0" name="Column" type="s0:Column"/>
                    </s:sequence>
                </s:complexType>
                <s:complexType name="Column">
                    <s:attribute name="Name" type="s:string" use="required"/>
                    <s:attribute name="Description" type="s:string" use="required"/>
                    <s:attribute name="SourceColumn" type="s:string" use="required"/>
                    <s:attribute name="MinRange" type="s:double" use="required"/>
                    <s:attribute name="MaxRange" type="s:double" use="required"/>
                    <s:attribute name="SQLDataType" type="s:int" use="required"/>
                </s:complexType>
                <s:complexType name="Rowset">
                    <s:sequence>
                        <s:element maxOccurs="1" minOccurs="1" name="Columns" type="s0:Columns"/>
                        <s:element maxOccurs="unbounded" minOccurs="0" name="Row" type="s0:Row"/>
                    </s:sequence>
                </s:complexType>
                <s:complexType name="Row">
                    <s:sequence id="RowSequence">
                    <s:element maxOccurs="1" minOccurs="1" name="Quantity" type="s:long"/><s:element maxOccurs="1" minOccurs="1" name="ProductName" type="s:string"/></s:sequence>
                </s:complexType>
                <s:element name="XacuteResponse">
                    <s:complexType>
                        <s:sequence>
                            <s:element maxOccurs="1" minOccurs="0" name="Rowsets" type="s0:Rowsets"/>
                        </s:sequence>
                    </s:complexType>
                </s:element>
            </s:schema>
        </types>
        <!-- Messages -->
        <message name="XacuteSoapIn">
            <part element="s0:XacuteRequest" name="parameters"/>
        </message>
        <message name="XacuteSoapOut">
            <part element="s0:XacuteResponse" name="parameters"/>
        </message>
        <!-- Ports -->
        <portType name="XacuteWSSoap">
            <operation name="Xacute">
                <input message="s0:XacuteSoapIn"/>
                <output message="s0:XacuteSoapOut"/>
            </operation>
        </portType>
        <!-- Bindings -->
        <binding name="XacuteWSSoap" type="s0:XacuteWSSoap">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
            <operation name="Xacute">
                <soap:operation soapAction="http://www.lighthammer.com/Xacute" style="document"/>
                <input>
                    <soap:body use="literal"/>
                </input>
                <output>
                    <soap:body use="literal"/>
                </output>
            </operation>
        </binding>
        <!-- Service mapping -->
        <service name="XacuteWS">
            <port binding="s0:XacuteWSSoap" name="XacuteWSSoap">
                <soap:address location="http://<XMII_SERVER_NAME>/Lighthammer/SOAPRunner/Jagan/SDN_Fetch_Product_Qty"/>
            </port>
        </service>
    </definitions>
    Regards,
    Jagan.

  • Unable to Load the Integration scenario into the Integration directory

    Hi All,
    I am new to using SAP XI.
    Require your help on the following issue.
    I have built an Integration scenario, added Component  Type: Product Version, inserted actions and connections.
    I did check for any errors. I found no errors.
    When I am trying to load this scenario into the  Integration directory its not showing up the scenario in the popup.
    Navigation:
    Directory > tools> Transfer scenario from repository
    The status of Integration Scenario in the builder shows as
    "Being processed".
    I created the scenario 2 days back.
    Can some one help me in this? 
    Regards,
    Meher

    Hi All,
    Thanks to all who helped me.
    michal,divija : Can you please let me know in details how to activate Business Scenario?
    I did not create any business process.
    Sridhar: I did releases some locks on my process, no luck.
    Can you please explain me in more details?
    Should I have a process build for my Integration scenario to be activated?
    Thanks,
    Meher

  • XMII Integration

    Hi there.
    I am implementing xMII for integration to XI using B2MML.
    Generally messages are fired at the end of a shift, and there are up to 11 interfaces fired for each production order in the plant.
    eg:
    Production Confirmations
    Material Movements
    Goods issues to Production Orders
    Goods Issue to Cost Centre
    Stock Transport Orders
      etc.
    Some plants can have up to 20 concurrent production order, which means that based on a trigger of "End of Shift" I may need to initiate up to 220 messages to XI.
    My question is, Has anyone developed a standard generic component for xMII that can handle scheduling of messages, Sequencing of messages (Where one message needs to be confirmed before the next is processed), error handling and guaranteed delivery? If so is this likely to be something that is added to the downloadable components on SDN?
    Regards
    Geoff Nunan

    Hi, Geoffrey.
    I have implemented both file-based and database-based storage queues for exactly the scenarios you describe.  In the case of a file based queue, the queue "name" is the directory, and the queue entries all have a unique file name.  In the case of a database queue, the table has three columns - queue name, item key, and item content (I've used wide character text fields or CLOBs).  The pattern is actually quite simple:
    1) To place something in a queue (file directory or database), generate a unique ID (xMII's BLS has a guid function you can use), and write/insert the data. 
    2) Create worker transaction(s) and add them to the scheduler to run at the required intervals (I usually use one minute or five minute intervals if things aren't time critical)
    3) In these transactions, get a list of pending work (GetFileList or a DB query), use a repeater to iterate through, try the work, if it succeeds, remove from the queue (DeleteFile or DB command), if not, leave it there and terminate this execution of the loop and the transaction.  Sometimes I'll also add a "limiter" to each execution of the worker (e.g. process no more than 10 messages per execution).
    4) A few nice enhancements that I like to use are to add a diagnostic mechanism using either the UserLog (EventLog action), a simple text file, or a database table.  You can then build a nice quick UI using xMII to view/filter these logs.
    5) I also like to provide a couple of UI screens to see what is in each queue.
    The first time I put this together using a file-based queuing system took a couple of hours for all of the above, and I've reused this pattern for lots of different kinds of applications.
    It works well!
    Best regards,
    Rick

  • Sync/Async BPM scenario : Problem at Integration Process..!!

    Hi All,
    I am doing Sync/Async BPM scenario.
    start ->Receive(Request)> Transformation(Responsemap)>Send(SendtoR/3)->Send(Send Response) ---> stop.
    When Iam trying to Activate, Integration process giving errors as
    Source parameter AA_Payment_Req | http://XXXXXXXXX.com/SAP_PI/DirectSales/Payment not set  Target parameter AA_Payment_Response | http://XXXXXXX.com/SAP_PI/DirectSales/Payment not set
    Warning: Container element Response is defined but is neither initialized nor used.
    But I am using them in the BPM. The same kind of scenario is working for another interface which is already running in production. When I tried to check that interface it is showing only Warning message as Container element Response is defined but is neither initialized nor used.
    I tried deleting and creating again and still it is showing the same error.
    Can anyone please suggest what might be the problem.
    Regards
    Deepthi

    Hi,
    could you pls let me know how its solved, while i am trying the same i am also getting the same problem..
    could you pls explain bit more on this.
    Thanks,
    Venkat.

  • SCENARIO CREATION IN INTEGRATION SCENARIO

    hi
    I have one sender and two receivers. I am creating integration scenario in repository. in integration scenario creation i have to create three swim lanes or
    two swim lanes? can i add both receivers in one swim lane? and how will i made
    connection between sender and both receivers?
    can any one please help me?
    thanks&regards
    venkat

    Hi Venky,
    I guess you will be sending the same data to both receivers.
    So you do not have to use 3 swim lanes. Create only 2 swim lane.
    1. One for Sender
    2. Second one for Receiver (no need to think here for 2 receivers, think it when you do receiver determination)
    Now, Making a connection will be very easy, just select the ACTION of Sender and Receiver and right click and say create connections.
    For creating and working with integration scenario just go through the below link:
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    /people/shailesh.mane/blog/2006/06/27/b2b-configuration-part-i--creating-an-integration-scenario
    /people/shailesh.mane/blog/2006/06/29/b2b-configuration-part-ii--creating-the-configuration-using-the-automated-configuration-tool
    If need more help, just reply back.
    Regards,
    Sarvesh
    ****Reward Points if it helped you.
    Message was edited by:
            Sarvesh Singh

  • XMII integration with SCADA

    We Intend to Integrate xMII with iFix SCADA version - 4.0 . Kindly let us know the standard connectors available in xMII  along with configuration details.
    regs
    ED Srikanth

    Ed,
    There are standard UDS (universal data servers) available for iFix connectivity on Service Marketplace, in the same basic location as the xMII download.  The help documentation included with the UDS should provide you the necessary details for getting your connection established.
    Regards,
    Jeremy Good

  • SCADA - XMII - ERP integrations through SAP PI

    Hi Experts,
    I have an integration scenario comprising of a SCADA system & SAP ECC. Could anybody suggest some document / send reference links on SCADA - XMII - ERP integrations through SAP PI.
    Useful response would be appreciated.
    Regards,
    Santhosh

    SCADA-XMII integration
    Scada system should always remain connected to some Historian system. You can directly connect to SCADA system to xMII using vendor specific UDS (Universal Data Servers) Like Citect UDS ...
    If vendor specific UDS is not available in MII then you can make it possible if the SCADA system is OPC complaint, through OPC UDS DA, but it provides only current data without any mata data information.
    As a robust business practice it is not recommended to use direct SCADA connectivity to xMII, it should go through some Historian( Citect, Wonderware, Siemens...many more) so XMII will be able to get all plant floor operations data in history & current modes.
    XMII-ERP Integration
    XMII supports IDOC & BAPI communication with ERP system using various SAP connectors available in XMII as in SAP BC, SAP JCO.
    Specific to PI Sheet, you can download various control receipe, process orders data using IDocs.
    BAPIs can be used to do "process order confirmations" back to ERP system and make changes in process data.
    Let me know if you would like to know about specific SCADA system- xMII connectivity or specific activity in PI.
    Thanks
    Ram Upadhyay

  • XI Integration scenario for material replication from SRM to SRM-MDM

    Hi Guys,
    We are working with the following landscape:
    SRM Server 5.5
    ECC 6.0
    SRM-MDM 5.5 SP6
    PI 2005_1_700 SP0006
    I have a question for you about replication of the material master form SRM EBP to SRM-MDM.
    In XI we are trying to configure this scenario. For this we have imported the following XI Content:
    - SAP SRM Server 5.5
    - SAP SRM-MDM 2.0
    We have the following problem; that when tring to configure the this scenario we are getting GUID errors. Probable because some XI content is missing. In the SRM-MDM 2.0 XI content we also see that SRM 6.0 scenario's are avilable in the currenlty imported XI content, but when clicking on 'Edit action' in these scenario's we are getting the following error:
    "Software component version with GUID XXXXXXXXXX... does not exists"
    Can any one tell me why SRM 6.0 scenario's are availble in the XI content for SRM-MDM 2.0, and which additional XI content we need to import to get rid of these GUID error's?
    Becasue of this the configuration in the Integration Directory fails.Transfering the integration scenario to the Integration directory  gives a couple of errors: "Unable to load action. Check whether all necessary actions have been released in the integration repository".
    Hopefully some of you know what to do, because I am currenlty stuck....... Do we need to import additional XI content, or maybe the Xi content for SRM 6.0. If so where can I get the XI content for SRM 6.0. It is not available on the SAP Support portal as a download.
    Thx In advance.
    Regards,
    Wouter

    Hi,
    >"Software component version with GUID XXXXXXXXXX... does not exists"
    try updating SLD (CIM DATA) with the latest patch available
    Regards,
    Michal KRawczyk

  • ALE/IDOC and RFC/BAPI Integration Scenarios with SAP DS for ESA v3

    Hi,
    we are planning two PoCs of Integration Plattforms. One of our major requirement set is SAP Integration into our existing SOA.
    Because we also have R/3 4.7 Systems in production, we are planning to test ALE/IDOC and RFC/BAPI Integration scenarios with these Integration Plattforms.
    My question is:
    We are looking for are smart solution to get a SAP Test Environment, where we can test ALE/IDOC und RFC/BAPI Integration scenarios.
    It is possible to do this with SAP DS for ESA v3 or shall we better use IDES for that purpose?
    Best regards,
    Steven

    Hi Abhishek,
      This is our scenario. We are doing an integration of SAP HR r/3 system with the CRM system. We need housing information details of the employees which we have in custom infotype 9310 in SAP HR system and we need those details in the CRM system. So am planning out for an ALE/IDOC approach for the integration and gonna  maintain the 9310 details in a custom table. In the CRM system, we gonna build a BOL layer for accessing the 9310 details. Also i'm preparing a HLD for this process. I wanna read and go through few same HLD's before i submit my proposal to my client. Please suggest me and help me out.
    Thanks in advance.
    Regards,
    Arunmozhi.

  • Integration scenario and configuration scenario - is it madatory

    Hi,
    Integration Scenarios are not mandatory, the reason for creating them is given in the blog you mentioned:
    The advantages of defining integration scenarios in the Integration Builder (design tool) are as follows:
    · The integration scenario provides you with an overview of the process and the process flow
    · The integration scenario club together all objects like SWVC,Interface objects, mapping objects,integration processes.You can access all of these objects from the integration scenario.
    · The integration scenario gives you the design time information which is required for its configuration.
    The configurtation items are getting created.
    Regards
    Patrick

    Hi Priya,
       There are two things here.
    1) Create the Integration Scenario in the IR.
    2) Use the wizard to configure the integration scenario in ID.
    The Integration scenario created in the IR acts as a template to create the configuration objects in ID.
    The wizard will create the actual configuration objects only (not just documentation).
    But creating integration scenarios is not mandatory.
    YOu can as well create all the configuration objects manually.
    Generally, you will go for Integration scenarios if you are building a general purpose product (Product based ).
    If it is a project that you are building for a particular customer, you can chose to create the configuration objects using the configuration scenario approach.
    Regards,
    Ravi kanth talagana

  • To SAP-XI Product Developement... Bug in Integration Scenario, swimlanes..?

    Hi,
    I am not sure whether such questions can be posted in this forum or not.. but i have no other alternative. If this is not the right forum i will not post such queries again.
    I have posted a query reg <b>"Integration Scenario, swimlane diagrams"</b> in XI Forum, but there were no replies to that. So i like to forward the same to the Product Develpment team and <b>like to know if this is a bug or things do work like this..?</b>
    I have designed my Integration Scenario in Design Time, imported the same into configuraton time so that the Configuration Objects (Receiver Determination, Interface Determinaiton, Receiver agreements) are automatically created. I tried the sacenario and its working fine.
    In my scenario, i have 3 swimlanes corresponding systems, Sys1, sys2, sys3.
    In Run1, a connection is made b/n sys1's and sys2's actions. Imported into Configuration, Configuration objects created,(<b>Rx Determination Created</b>) scenario working properly.
    In Run2, another connection is made b/n sys1 and sys3's actions (sys1 and sys2 still remain connected). Imported into Configuration, <b>receiver determinaition changed</b> according to the scenario, scenario working properly.
    In Run3, the connection b/n sys1 and sys2 is removed and again imported into configuration, but the receiver determination is not changed to cater to the scenario in design time. The old receiver determinaiton is not getting deleted/chaged). The <b>receiver deteminaiton reused</b> instead of being changed, which is incorrect according to the scenario.
    Is this a bug in the software or do things work like this only...  U can reach me at <b>Siva_Maranani(at)satyam(dot)com</b>
    Cheers,
    Siva Maranani.

    Hello Aamir,
    you are right, I don't need virtual receivers for my scenaro and I also don't want to use them.
    However, when modelling my scenario with an integration scenario in the design, I'm forced to do this and I would like to know whether there is any way to avoid this.
    In order to be able to use a business service on the sender side, it seems I have to select the checkbox 'External party with B2B communication' in my integration scenario. When importing & configuring the scenario in the directory, I am then able to select by business service for the sender side. However, for the receiver side I have to specify a virtual receiver, otherwise I cannot finish the config wizard.
    Any more ideas?
    Best regards,
    Matthias

  • Mix B2B and A2A in integration scenario

    Hello XI experts,
    I'm trying to build an integration scenario in the repository that I want to import later on into the directory for automatic configuration.
    The scenario is HTTP -> XI -> RFC. On the sender side I would like to use a business service, so I selected 'External party with B2B communication' for the sending application component. On the receiver side I would like to use a SAP business system, so I didn't select that option there.
    Now, if I import into the directory, this doesn't work as expected. I can select my business service for the sender side, this works. However, for the receiver side I always have to specify a virtual receiver service and my receiver determination and interface determination are created with a virtual receiver service in it.
    Is there any way to avoid the virtual receiver? Any help is appreciated!
    Best regards,
    Matthias

    Hello Aamir,
    you are right, I don't need virtual receivers for my scenaro and I also don't want to use them.
    However, when modelling my scenario with an integration scenario in the design, I'm forced to do this and I would like to know whether there is any way to avoid this.
    In order to be able to use a business service on the sender side, it seems I have to select the checkbox 'External party with B2B communication' in my integration scenario. When importing & configuring the scenario in the directory, I am then able to select by business service for the sender side. However, for the receiver side I have to specify a virtual receiver, otherwise I cannot finish the config wizard.
    Any more ideas?
    Best regards,
    Matthias

  • Doubt in Integration Scenario

    Hi All,
    I wuld like to know whether  I can  create a Integration Scenario after completing the Configuration steps (eventhough it doesnt make much sense)

    Hi Aarthi,
      Its not mandatory to create the integration scenario.
    The integration Scenario in IR will be useful for re-presenting the whole flow of the interface.
    If you do the itegration scenrio in Design time then you do not need to follow the stpes which is required in configuration like creating Aggrement,determination and all. you just need to import the scenario from integration repository that will avoid configure part.
    Usually during the audit time the auditor checks whether IS is designed or not? as that is the good practive to design ur scenario with IS.
    Companion Guide to Integration scenario
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    It will be good loaction to get all the information about whole interface.
    You could either create or transport the same Integration scenario in ID.
    With the use of Integration scenario you could model the whole interface with all minute details
    It comes under best practices. So if you create the IS it will be very easy for you to understand the and designe the business flow. Morevere becomes very easy while creating/configuring the Integration Directory, you just need to import the design objects form IR.
    If you will not create IS, there is no harm. So it all depends upon client and also you.
    Thanks,
    Vijaya.

  • Integration Scenario Configurator

    Hello!
    I want to generate the receiver determination for an integration process on XI 3.0 SP10 with the Integration Scenario Configurator.
    I have created an Integration Scenario in the Integration Repository, there are no errors when checking with F7.
    If I open it in the Integration Directory and go to Integration Scenario Configurator -> Check Configurability I get the following error message:
    "Component View /Role <my Integration Process>: Only connections with interfaces that belong to the integration process interface are permitted"
    What does the error message mean? What do I need to change to eliminate this error message?
    The connections point to interfaces I have defined in the same software component as the integration scenario and process. For the integration process I have created abstract interfaces.
    Regards, Tanja

    Hi Simon!
    I was able to solve this problem some weeks ago but thanks for your hint anyway.
    As you have mentioned the problem was that in the Integration Repository the integration scenario was not consistent with the used integration process as it  contained a wrong interface.
    After I have corrected the integration process in the Integration Repository and updated the changes in the Integration Directory the generation with the Integration Scenario Configurator worked without any problems and the status of the process changed to 0 in SXI_CACHE.
    Regards, Tanja

Maybe you are looking for

  • X.75 ISDN test setup with 2811 and PVDM2-12DM modem

    Hi all, We have a customer that requires ISDN-X.75 connection as a back-up for IP. This is used by emergency services that require redundancy. We have to build a test set-up. We have two routers with the modem cards and with                 HWIC-1CE1

  • Problems with a c++ code on a linux pc translate into java windows pc

    Hello does anyone know how I can use this c++ code in my java program. This is a c++ code what we use on a linux pc now I have to make the code for a windows pc with java. void GetLocalIP(int s,struct sockaddr_in *local)    struct ifconf cfg;        

  • Need help for BPM Process Task - Looping

    Hi Folks,     I need some info regarding Task Looping in a BPM Process. Is there any code sample which mentions how to perform task looping and setting the context appropriately. Thanks, Brian.

  • Problem in stopping animation after sometime

    hello, i have developed a flash animation, i put some images on the screen. when the mouse rolls over the image the animation of the image starts and when mouse rolls out from the image then its corresponding animation stop and the animation goto fra

  • Opening an image from the thumbnail

    When I open an image from a thumbnail I get a ! surrounded by a dotted line box. I can't find any help on what the problem is. It was fine last night