Error: System not configured as XI Integration Engine

Hi All,
I a getting this following error in RWB-->message monitoring -->adapter engine -->audit log
"2007-11-29 09:28:45 Error Received XI System Error. ErrorCode: SYSTEM_NOT_CONFIGURED_AS_XMB ErrorText:   ErrorStack: System not configured as XI Integration Engine
2007-11-29 09:28:45 Error Transmitting the message to endpoint http://p2p:8003/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: SYSTEM_NOT_CONFIGURED_AS_XMB:.
what might be the possible errors..
regards,
Rajesh

Hi Rajesh,
you can go through these chek steps
1)go to SLD-->Business systems...and check the role of business system Web AS ABAP (tht was created during installation)...check if the role is integration server
2) go to sxi_cache and in the menu tool bar goto "GoTo" and click AE cache and see if the link is fine? whether the link in sxi_cache for AE cache is showing green traffic signal and  also perform a delta refresh.
3)Check whether your business system is tied to the integration server in SLD.
4)In the transaction sxmb_adm -> Integration Engine Configuration can you check whether that role has been defined as Integration Server.
hope these checks will solve your problem
Thanks
sandeep sharma
PS:If helpful Plz reward points
Also you may check whether in specific configuration you may need to add Category as Runtime Engine_Type and current value as HUB.

Similar Messages

  • Generated Proxy Error: System not configured as XI Integration Engine

    Dear all,
    Using transaction SPROXY I generated a proxy on a Message Interface.
    This generated as well a method and the associated class.
    When I run it, trying to send data through all this, I get the following error:
    <b>System not configured as XI Integration Engine</b>
    Here is the model I got on another thread, in order to catch the error text:
    DATA: l_sys_exception    TYPE REF TO cx_ai_system_fault.
    *...proxy call
    catch CATCH CX_AI_SYSTEM_FAULT into l_sys_exception.
    write: l_sys_exception->errortext.
    Anyone has any idea where this error commes from?
    I am mostly wondering whether the problem comes from my outbound system or XI configuration?
    Thanks a lot, have a nice day!
    Isa.

    check this thread
    https://forums.sdn.sap.com/click.jspa?searchID=2727912&messageID=1877263

  • System not configured as XI Integration Engine

    Hi
    I trigger an interface and get the error " System not configured as XI Integration Engine ". I get this error at the Call Adapter stage. How do I check in the receipient system ?
    Regards

    Hey,
    You can find similar issue faced by other and solution in SDN.
    Have a look at these threads.
    System not configured as XI Integration Engine
    SYSTEM_NOT_CONFIGURED_AS_XMB
    regards
    Ramesh

  • System not configured as XI Integration Engin

    Hi Experts,
                             My system working fine up to yesterday but today morning when i came and saw this error is comming <b>System not configured as XI Integration Engin</b>  this error is showing in MONI ..
    Regards
    Rao

    Hi rao,
    Please see the following links.
    ERROR Integration Engine configuration
    one more
    integration engine
    Kindly reward points for useful answer.
    Regards,
    Vishal

  • IDOC Scenario: System not configured as XI integarton engine

    Hello Experts,
    I have beeen trying to solve this since a few days.
    I have created an IDOC scenario  from SAP ECC s/m to PI 7.0.
    The IDOC is being sent successfully fron SAPECC with status 03 in Transaction WE05.
    But in PI 7.0 I am not able to view these messages anywhere in WE05.
    SXMB_MONI of PI 7.0 shows an error record for previous trials and shows error status (red) as "System not configured as XI integration engine"
    I have already set configuration parameters on PI7.0 in SXMB_adm.
    Your suggestions will be appreciated.
    Thanks in advance,
    Elizabeth.

    Hi,
    you can check in PI:
    - TCODE - SXMB_ADM
    - integration server
    - edit - change global config - check if you have: integration server set
    Regards,
    Divya

  • Error: System not configured as Integration Engine

    Hi ,
    I was trying to simulate the following scenario in SAP XI:
    HTTP--> SAP XI --> (RFC/BAPI)SAP R/3
    Let me clear what i did.
    I have to call a BAPI using RFC adapter in XI to display some information on a request of some Http app.
    1. I have Imported the RFC BAPI into IR.
    2. I have created the XSD files for http Re and res messages.
    3. I have created the XSLT mapping programs and put them in a zip file and imported into IR.
    4. I have created a Interface mapping and assign the created messages and mapping programs.
    5. In ID i have created a Business service for my web application.
    6. Receiver determination created in Id and Interface determination and receiver agreement in ID and activated the changes.
    7. I have tested the same by sending the request from my web application to xi plain http adapter as follows:
    http://grserver:8000/sap/xi/adapter_plain?bs=XIWS_web&namespace=urn%3Axi%3Asap%3Awebapp&interface=HTTP_out&qos=BE
    and in the result i have got the following error:
    "System not configured as Integration Engine"
    but i have tried it many times and some times it gives me correct results but after that the same error ios coming.
    so can you tell me what could be wrong in the configuration of XI of what is the solution for this problem.
    Reagrds
    Gopesh Kumar Agarwal

    Hi,
    What is the version of XI you are using? If u are usign XI2.0, ur URL is correct. But if you are using XI3.0 then use <b>service</b>=<SENDERSERVICE>instead of
    <b>bs</b>=<SENDERSERVICE> parameter in your URL.
    <b>bs</b> is replaced by <b>service</b> in XI3.0
    Your URL will be http://grserver:8000/sap/xi/adapter_plain?<b>service</b>=XIWS_web&namespace=urn%3Axi%3Asap%3Awebapp&interface=HTTP_out&qos=BE
    Hope this helps you.
    Cheers,
    Siva Maranani.
    Message was edited by: siva  maranani
    Message was edited by: siva  maranani

  • Error "system not configured as xmb" in transaction "sxmb_moni"

    Hi,
    when I send an IDoc from R3 to XI I get this error:
    system not configured as xmb" in transaction "sxmb_moni"
    also, in the adaptermonitor of the runtime workbench there is an error in the integration engine.
    "no rules for business-system are definied in SXMS_CONF_ITEMS"
    This error refers from a another error in transaction idx. so, we have assigned the integration engine client 100, because we work with this client. So, we can start transaction idx5 but, we get the other error, as mentioned.
    Can anybody help me please?
    Regards
    Stefan

    Hi Stefen,
    try to chk SLD-->Business systems...and check the role of business system Web AS ABAP (tht was created during installation)...check if the role is integration server if not  try sxi_cache and in the menu tool bar goto "GoTo" and click AE cache and see if the link is fine
    pls chk for this links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ceba9b90-0201-0010-9687-a8b279e388bb
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/909760cb-0ec8-2a10-4a96-ee8417acfbc9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/909760cb-0ec8-2a10-4a96-ee8417acfbc9
    if found worth pls do the req
    Thanx
    Sampath

  • System not configured as Integration Engine

    Hi Friends ,
    I have written an outbound client proxy for my interface . I am using XI to File Adapter scenerio .
    When I run the zprogram in R3 then I get the error
    System not configured as Integration Engine ...
    Please suggest .
    Best Regards
    Chan

    Hi Chane,
    Go to SXMB_ADM->Configuration->Integration Engine COnfiguration->Choose your R/3 system as Application System
    Refer this Configuration Guide - Page no 27
    https://websmp102.sap-ag.de/~sapidb/011000358700001697502004E.PDF
    Regards,
    Moorthy

  • Error with Transport system not configured that may be related to CHaRM

    Who has in depth knowledge on setting up SAP Solution Manager CHaRM. Had an odd problem with the transport system failing when the QA system was shut down for maintenance. Transports were not able to be created or save to.  Error message was Transport System not configured.  Brought up QA and re-distributed system and Transport group and transport requests started working again.

    Hello,
    if a system, e.g. QA system, will not be available due to a maintenance task,
    we set the status of this system to "temporarily inactive" (see header data in transaction SMSY).
    This status allows us, to create new transport requests in DEV-System although consolidation system QA is not available.
    (Of course you have to reset the status, when QA-system ist started again.)
    Hint: it is not possible to release or to import a transport request, when consolidation system is shut down.
    Therefore the developer should pay attention to the messages, which raise in urgent corrections.
    best regards
    Horst

  • Change and transport system not configured

    hi
    Please anybody help me on this. I installed SAP IDES4.7 on Win Xp with Oracle9.2. It is working good except one error. when i click on anymenu item in GUI a popup says " change and transport system not configured'.
    How to fix this?
    i appreciate your help in advance. Thanks
    Madhu

    Hi
    After installing SAP IDES4.7 u have to do post-installation.As a postinstallation u have to configure the STMS(sap transport management system)
    STMS is mainlly used for moving objects from one system to other system
    Regards
    kiran kumar.v

  • Error:System not assigned to a host

    Hi,
    I am trying to download maintenance stk SRM 7.0 SPS 5.0, via solman, but I am getting the error called  "Error:System not assigned to a host" in the stage where solman looks for OS/DB dependent files.
    When I go back and check the entries in SMSY, all the relevant entries are present there..
    Could anyone has encountered this before?
    Thanks
    Abhishek

    >
    Abhi wrote:
    > Hi,
    >
    > I am trying to download maintenance stk SRM 7.0 SPS 5.0, via solman, but I am getting the error called  "Error:System not assigned to a host" in the stage where solman looks for OS/DB dependent files.
    > When I go back and check the entries in SMSY, all the relevant entries are present there..
    > Could anyone has encountered this before?
    >
    > Thanks
    > Abhishek
    Hi Abhisek,
    are you sure that is in TX "smsy -> Systems -> <your SID> -> logical Component -> Header Data" an entry at the field "message Server" ?
    I think that is meant with host.
    regards
    Tobias

  • Business Systems not appearing in the Integration Builder (Configuration)

    Hi Experts,
    I have created new business systems in the Integration Builder of my PI System.
    This is not appearing in the Integration Builder.
    I executed the delta cache in transcation SXI_CACHE but the issue is same. Please let me know what should I do to get the business systems.
    Thank you.
    Thanks
    Kasee

    Business system from SLD not visible in Integration Directory

  • Communication error when sending PI message from Integration Engine to AE

    Hi Experts,
    we currently installed and configured PI 7.3 system. Even I run post installation PI configuration several times, we are still facing error when Integration engine sends message to messaging system. ( my scenario: I send test message to IE directly, avoiding AE )...
    It might look easy: but even adding PIISUSER full authorization and system restart, the result is the same. I don't know if it could have connection but I also get HTTP 200 instead of HTTP 500 when testing INTEGRATION_DIRECTORY_HMI destination.
    Thanks for any help.
    <Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">
      <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">error reading SAP_XIAdapterFramework from SLD</Trace>
      <Trace level="1" type="T">error reading SAP_XIAdapterFramework from SLD</Trace>
      <Trace level="1" type="T">Get logon data for adapter engine (SAI_AE_DETAILS_GET):</Trace>
      <Trace level="1" type="T">URL = http://xxx:xxxx/MessagingSystem/receive/AFW/XI</Trace>
      <Trace level="1" type="T">User = PIISUSER</Trace>
      <Trace level="1" type="T">Cached =</Trace>
      <Trace level="1" type="T">Security: Basic authentication</Trace>
      <Trace level="1" type="T">Serializing message object...</Trace>
      <Trace level="1" type="T">Tuning - AFW_MAXREQUESTCONTENTLENGTH 2000000000</Trace>
      <Trace level="1" type="T">HTTP Multipart document length: 2948</Trace>
      <Trace level="1" type="T">Timeout: 0</Trace>
      <Trace level="1" type="T">HTTP-client: request sent</Trace>
      <Trace level="1" type="T">HTTP-client: response received</Trace>
      <Trace level="1" type="T">HTTP-client: status code = 401</Trace>
      <Trace level="1" type="System_Error">Authorization error while sending by HTTP (error code: 401 , error text: Unauthorized)</Trace>
      </Trace>

    Hi,
    So this password change in Exchange Profile + su01 transaction + system restart didn't help.
    I increase trace level, and this is even more detailed log in pipeline step Call Adapter.
    We also find out that when message arrive to IE we have in java log three entries:
    LOGIN.FAILED
    User: N/A
    IP Address: xxx
    Authentication Stack: sap.com/com.sap.aii.af.ms.app*MessagingSystem
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
    1. com.sap.security.core.server.jaas.EvaluateAssertionTicketLoginModule    SUFFICIENT  ok          exception             true       Received no SAP Authentication Assertion Ticket.
    2. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          false                 true      
    3. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   REQUISITE   ok          exception             true       Authentication did not succeed.
    This log is logged under J2EE_GUEST User.
    LOGIN.OK
    User: SLD_CL_PIQ
    IP Address: xxx
    Authentication Stack: sap.com/com.sap.lcr*sld
    LOGIN.OK
    User: SLD_CL_PIQ
    IP Address: xxx
    Authentication Stack: sap.com/com.sap.lcr*sld
    Last two logs are logged by SLD_CL_PIQ user.
    Thanks for any help!
    <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">
      <Trace level="3" type="T">Channel for adapter engine: File</Trace>
      <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP" />
    - <!--  ************************************
      -->
      <Trace level="2" type="T">no values in cache (no lock found) - start reading from SLD</Trace>
      <Trace level="1" type="T">error reading SAP_XIAdapterFramework from SLD</Trace>
      <Trace level="2" type="T">Adapter Framework(s) found</Trace>
      <Trace level="2" type="T">Service Port(s) found - take first one</Trace>
      <Trace level="2" type="T">URL found</Trace>
      <Trace level="2" type="T">no values in cache (lock found) - start reading from SLD</Trace>
      <Trace level="1" type="T">error reading SAP_XIAdapterFramework from SLD</Trace>
      <Trace level="2" type="T">Adapter Framework(s) found</Trace>
      <Trace level="2" type="T">Service Port(s) found - take first one</Trace>
      <Trace level="2" type="T">URL found</Trace>
      <Trace level="1" type="T">Get logon data for adapter engine (SAI_AE_DETAILS_GET):</Trace>
      <Trace level="1" type="T">URL = http://xxx/MessagingSystem/receive/AFW/XI</Trace>
      <Trace level="1" type="T">User = PIISUSERA</Trace>
      <Trace level="1" type="T">Cached =</Trace>
      <Trace level="3" type="T">Creating HTTP-client</Trace>
      <Trace level="3" type="T">HTTP-client: creation finished</Trace>
      <Trace level="1" type="T">Security: Basic authentication</Trace>
      <Trace level="1" type="T">Serializing message object...</Trace>
      <Trace level="1" type="T">Tuning - AFW_MAXREQUESTCONTENTLENGTH 2000000000</Trace>
      <Trace level="1" type="T">HTTP Multipart document length: 2941</Trace>
      <Trace level="3" type="T">HTTP-client: sending http-request...</Trace>
      <Trace level="1" type="T">Timeout: 0</Trace>
      <Trace level="1" type="T">HTTP-client: request sent</Trace>
      <Trace level="3" type="T">HTTP-client: request sent</Trace>
      <Trace level="3" type="T">HTTP-client: Receiving http-response...</Trace>
      <Trace level="1" type="T">HTTP-client: response received</Trace>
      <Trace level="3" type="T">HTTP-client: checking status code...</Trace>
      <Trace level="1" type="T">HTTP-client: status code = 401</Trace>
      <Trace level="3" type="System_Error">Authorization error while sending by HTTP (error code: 401 , error text: Unauthorized)</Trace>
      </Trace>
    </Trace>

  • Errors in Message Display tool in Integration engine in Message Moni in RWB

    Hi,
    We are facing issues with the Message Monitoring in RWB.
    When we are selecting the Integration Engine and selecting the message and then clinking on details.
    We are able to see 4 tabs :
    1. Message Data
    2. Message Content
    3. Inbound Adapter
    4. Queue Monitor
    Is it right to display these 4 tabs for Integration engine ?
    Where will be this setting ? What tabs shud be there ?
    We are using XI 7.0 SP10.
    When we are selecting the Adapter Engine in Message Monitoring then we are getting Page cannot be displayed.
    Please provide your precious inputs to resolve this issue.
    Thanks
    Ramesh

    Hi Krishna,
    We have restarted the system but its not working.
    Adapter engine is working fine without any issues.
    Only the issues are unable to view the Message monitoring as it shud be.
    In Message Monitoing => Integartion Engine => Message Selected =>Click Details=> Message Display tool => Message Data Tab is fine.
    Message Content Tab => if we open we are getting the following error with SAP screen.
    **************************SSO logon not possible; browser logon ticket cannot be accepted
    Choose "Logon" to continue A dialog box appears in which you can enter your user and password
    No switch to HTTPS occurred, so it is not secure to send a password ****************************
    Please suggest us.
    Thanks,
    Ramesh

  • Business Rule Error: Fact not found in the rule engine working memory, rule

    I am trying to create a simple decision table with an input(ValidateInput) and a output(ValidateOutput). The input and output schemas have unbounded and nested elements(Parent-child relationship). When I create a condition(specific condition on input) and in the action I am asserting the output object. But when I run using EM it throws the following exception. It would be helpful if somebody could tell me what could be the problem. Please note when I set the output as ValidateInput object then it runs fine. Also it executes fine with ValidateOutput if it doesn't have unbounded(List) element inside it.
    Error Message: {http://xmlns.oracle.com/OracleRules10/OracleRules10_DecisionService_1}operationErroredFault
    Fault ID     rules:211
    Fault Time     Jun 18, 2011 10:45:13 AM
    Non Recoverable Business Fault :
    Fact not found in the rule engine working memory, rule session execution failed. The rule session 270013 failed because an instance of the fact com.example.customer.ValidateResponse could not be found in the working memory of the rule session. This is most likely a rule modeling error. The decision service interaction expects the fact instance to exist in the working memory of the rule session. Check the rule actions in rule designer and make sure that a fact of the expected type is being asserted. If the error persists, contact Oracle Support Services. 270013
    Edited by: reachsky on 18 Jun, 2011 9:57 AM

    It's working now..I had to use Global variable to declare child element of the output variable and use the same during action.

Maybe you are looking for

  • Cannot open more then one PDF file at a time without crashing

    Started having a issue where if I try to open multiple PDF files Acrobat Reader closes. The most I can have open is one. If I go to open a second pdf file it looks like it will open but then it closes and takes the first window down with it. Installe

  • Can BPm pick up existing process from ECC without human intervention

    Hi Is there any way BPM can read/pick the existing process from ECC system (may be solution manager workflow) and model the same. Just trying to make sure from experts that it is not possible before replying client. Lavanya Edited by: Lavanya Sambara

  • Populate Serial Number from SO to forms

    Hi Gurus Need yr expertise.. I have maintained serial number in Sales Order (Extras --> Technical Objects).. I have a requirement to print the serial number in forms.. How do I do that? I have checked the serial number and it is in structure (RIWOL-S

  • How to design a simple binary one-shot

    I need a simple binary one-shot that when a signal becomes true, a new value goes True for one evaluation and does not get re-triggered until the original signal becomes false and then true again. I have tried many ways and either the wait for the si

  • How do I reinstall missing Adobe Media Encoder CS3 ?

    I need some help here ?? When attempting to encode on Vista from Premiere 3.2 the Adobe Media Encode (AME) just goes off and hangs. Looked for the error log which lives at C:\Users\user\AppData\Roaming\Adobe\Adobe Media Encoder\4.0\AMEEncodingErrorLo