SBL-SRQ-00103: Unable to find definition for component WfProcMgr

Hi,
When I start the Siebel server, all the Workflow components active except the Workflow Process Manager with the error in WfProcMgr_.log:
SBL-SRQ-00103: Unable to find definition for component WfProcMgr
Have you experienced with this error?
Thanks,
Liem.

TanteKaethe,
Thank you for replying. The Workflow component group was enabled during the installation process. I have not manually synchronized the Workflow components . I wonder why all other components of Workflow are running except the Workflow Process Manager. When I try to synchonize, it gave me an error (SBL-SCM-00028: Key not found) when going to Server Configuration screen and select Enterprises.
Thanks.

Similar Messages

  • Unable to find class for bean

    Hello,
    At times, I keep getting this error of unable to find class for bean even though, the definition I used for the Bean in the jsp page is as follows:
    <jsp:useBean id="deptbean" class="avt.DepartmentHandler"
    scope="session"/>
    The Error I get is "Unable to find class for bean deptbean: defined by tag with class: avt.DepartmentHandler".
    I had saved the Java class file DepartmentHandler before attempting on the jsp page which used this.
    I have no clue as to why this is happening. Please do help.
    Thanks in Advance.

    Hello,
    I think I figured out why it is happening so, it was because I hadnt compiled the java class files and java bean files. Once I compiled the java files, I was able to get rid of the error.
    Thanks.

  • Time Machine restore fail: "Unable to find Driver for platform ACPI"

    After restoring a recent Time Machine backup of a 2010 MacBook Pro Snow Leopard system, I'm getting boot errors like
    panic(cpu 0 caller 0x5591cb: "Unable to find driver for this platform: \"ACPI\".\n"@/SourceCache/xnu/xnu-1504.7.4/iokit/Kernal/IOPlatformExpert.cpp:1389
    Dbugger called <panic>
    Backtrace (CPU 0), Freame : Return Address (4 potential args on stack)
    I'm re-installing using the Utilities menu on they grey (Snow Leopard) system DVD that came with the MacBook Pro I'm trying to restore. I'm definitely not using a Leopard DVD, which is something I know can cause problems.
    I've managed to restore from a non-Time Machine clone of my drive, but I now no longer trust my Time Machine backups. They are fine for restoring the odd user file, but seem to be broken or missing something crucial that means that my Time Machine backup is useless for restoring an entire system, which is something it should be capable of.
    Am I missing something obvious? Any suggestions?

    Hi Linc, thanks for your reply!
    In case I wasn't clear, I'm not reinstalling after restoring, or reinstalling the OS.
    Restoring my system from TM leaves me with an unusable system that kernel panics immediately on boot. My workaround is just to ignore TM and restore from a different kind of backup (a clone made with SuperDuper, as it happens).
    I think it would be a bit generous to Time Machine to call this a "workaround"! Time Machine doesn't work for me.
    Has anyone ever solved the problem of full restores of their TM backup leaving them with a system that has this problem?

  • [Error ORABPEL - 10900]... : Can not find definition for element 'process'

    Hi,
    When I try to deploy a bpel process using JDeveloper I'm having the following xml parse error:
    Error(21):
    [Error ORABPEL-10900]: xml parser error
    [Description]: in line 21 of "file:/C:/JDeveloper/jdev/mywork/NERGA/CriarProjectoSA/bpel/CriarProjectoSA.bpel", XML parsing failed because file:/C:/JDeveloper/jdev/mywork/NERGA/CriarProjectoSA/bpel/CriarProjectoSA.bpel<Line 21, Column 63>: XML-24538: (Error) Can not find definition for element 'process'.
    [Potential fix]: Fix the invalid XML.
    I don't understand why... Any idea?

    Ok.
    This is my BPEL code. The sapattern tags are from a program that is generating part of the code. The JDeveloper doesn't show any error, I only get the error when I try to deploy.
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <process name="CriarProjectoSA"
    targetNamespace="http://xmlns.oracle.com/CriarProjectoSA"
    suppressJoinFailure="no"
    xmlns="http://xmlns.oracle.com/CriarProjectoSA"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns4="http://xmlns.oracle.com/CriarProjectoSA"
    xmlns:ns7="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns5="http://schemas.oracle.com/xpath/extension"
    xmlns:ns6="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:ns11="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:ns9="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:ns1="http://xmlns.oracle.com/ValidacaoProjectos"
    xmlns:ns3="http://www.nerga.pt" xmlns:ns2="http://tempuri.org/"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:ns10="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:ns8="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
    <!--Generated by Telelogic System Architect on 05/01/2007 11:06:18 by easm-->
    <sapattern>
    <guid>41207640-d934-480f-902a-b3764f3d9c9f</guid>
    </sapattern>
    <partnerLinks>
    <partnerLink name="client" partnerLinkType="ns4:CriarProjectoSA"
    myRole="CriarProjectoSAProvider"/>
    <partnerLink name="NergaIS" partnerLinkType="ns2:ServiceSoap_PL"
    myRole="ServiceSoap_Role" partnerRole="ServiceSoap_Role"/>
    <partnerLink name="ValidacaoProjectos"
    partnerLinkType="ns1:ValidacaoProjectos"
    myRole="ValidacaoProjectosRequester"
    partnerRole="ValidacaoProjectosProvider"/>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>e728e550-f404-47bf-aa13-72429480cbc6</guid>
    <guid>3111d1af-0b31-4d02-b3fc-73d14ce95405</guid>
    <guid>e9cdca59-888a-4e67-af54-a63ce2347ad3</guid>
    </sapattern>
    </partnerLinks>
    <variables>
    <variable name="outputVariable"
    messageType="ns4:CriarProjectoSAResponseMessage"/>
    <variable name="inputVariable"
    messageType="ns4:CriarProjectoSARequestMessage"/>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>2503e820-3add-4cd1-bbc5-5cc5fff57090</guid>
    <guid>8bcc3532-46b7-4e88-816f-72ecdaee76ab</guid>
    </sapattern>
    <variable name="invocaVP_initiate_InputVariable"
    messageType="ns1:ValidacaoProjectosRequestMessage"/>
    <variable name="recebeVP_onResult_InputVariable"
    messageType="ns1:ValidacaoProjectosResponseMessage"/>
    <variable name="InvocaAdicionarProjecto_InputVariable"
    messageType="ns2:AdicionarProjectoSoapIn"/>
    <variable name="InvocaAdicionarProjecto_OutputVariable"
    messageType="ns2:AdicionarProjectoSoapOut"/>
    </variables>
    <sequence>
    <receive name="recebeTemplate" joinCondition="False" partnerLink="client"
    portType="ns4:CriarProjectoSA" operation="process"
    variable="inputVariable" createInstance="yes">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>e728e550-f404-47bf-aa13-72429480cbc6</guid>
    <guid>68e62379-55ac-48eb-b681-aee8f5a7696d</guid>
    </sapattern>
    </receive>
    <scope variableAccessSerializable="no" name="ValidarExigências"
    joinCondition="False">
    <faultHandlers>
    <catchAll>
    <assign name="assignInvalid">
    <bpelx:append>
    <bpelx:from expression="concat(ns8:getVariableData('inputVariable','payload','/ns3:Template/ns3:Projecto/ns3:Observacoes'), string('Projecto inválido!!'))"/>
    <bpelx:to variable="inputVariable" part="payload"
    query="/ns3:Template/ns3:Projecto/ns3:Observacoes"/>
    </bpelx:append>
    </assign>
    </catchAll>
    </faultHandlers>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>2e56af66-6622-43e0-9adc-6d5f109cf374</guid>
    </sapattern>
    <sequence name="ValidarExigências" joinCondition="False">
    <assign name="assignVPIn">
    <copy>
    <from variable="inputVariable" part="payload"/>
    <to variable="invocaVP_initiate_InputVariable" part="payload"/>
    </copy>
    </assign>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>2e56af66-6622-43e0-9adc-6d5f109cf374</guid>
    </sapattern>
    <invoke name="invocaVP" joinCondition="False"
    partnerLink="ValidacaoProjectos" portType="ns1:ValidacaoProjectos"
    operation="initiate"
    inputVariable="invocaVP_initiate_InputVariable">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>f3bc9c04-f4d2-4e96-acc8-7a6c88a8ced5</guid>
    </sapattern>
    </invoke>
    <receive name="recebeVP" joinCondition="False"
    partnerLink="ValidacaoProjectos"
    portType="ns1:ValidacaoProjectosCallback" operation="onResult"
    createInstance="no" variable="recebeVP_onResult_InputVariable">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>e9cdca59-888a-4e67-af54-a63ce2347ad3</guid>
    <guid>1eba96a8-330a-4e4d-a14b-cdf6641fa614</guid>
    </sapattern>
    </receive>
    <assign name="assignVPOut">
    <copy>
    <from variable="recebeVP_onResult_InputVariable" part="payload"/>
    <to variable="inputVariable" part="payload"/>
    </copy>
    </assign>
    </sequence>
    </scope>
    <scope variableAccessSerializable="no" name="AdicionarProjecto"
    joinCondition="False">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>89c02eae-7788-4892-a616-e46b65ef1b50</guid>
    </sapattern>
    <sequence name="InvocarISAdicionarProjecto" joinCondition="False">
    <assign name="assignIS">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns3:Template/ns3:Projecto/ns3:NomeProjecto"/>
    <to variable="InvocaAdicionarProjecto_InputVariable" part="parameters"
    query="/ns2:AdicionarProjecto/ns2:nome"/>
    </copy>
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns3:Template/ns3:Projecto/ns3:TipoProjecto"/>
    <to variable="InvocaAdicionarProjecto_InputVariable" part="parameters"
    query="/ns2:AdicionarProjecto/ns2:tipo"/>
    </copy>
    </assign>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>89c02eae-7788-4892-a616-e46b65ef1b50</guid>
    </sapattern>
    <invoke name="InvocaAdicionarProjecto" joinCondition="False"
    partnerLink="NergaIS" portType="ns2:ServiceSoap"
    operation="AdicionarProjecto"
    inputVariable="InvocaAdicionarProjecto_InputVariable"
    outputVariable="InvocaAdicionarProjecto_OutputVariable">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>76519bd3-c506-4c79-8190-8ff09abdd27d</guid>
    </sapattern>
    </invoke>
    </sequence>
    </scope>
    <assign name="assignOutput">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns3:Template/ns3:Projecto"/>
    <to variable="outputVariable" part="payload"/>
    </copy>
    </assign>
    <reply name="devolveProjecto" joinCondition="False" partnerLink="client"
    portType="ns4:CriarProjectoSA" operation="process"
    variable="outputVariable">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>e728e550-f404-47bf-aa13-72429480cbc6</guid>
    <guid>0dbefef0-3d04-4356-abbc-b291ea40d256</guid>
    </sapattern>
    </reply>
    </sequence>
    </process>

  • .v2.XMLParseException:Can not find definition for element 'descriptor'

    I am getting the following error, while running 'empps.jsp' ...when executing the tutorial given at
    ERROR Details:
    500 Internal Server Error
    javax.servlet.jsp.JspException: javax.faces.el.EvaluationException: Error getting property 'employees' from bean of type jsftoplink.model.EmployeesClient: Exception [TOPLINK-25004] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.XMLMarshalExceptionException Description: An error occurred unmarshalling the documentInternal Exception: Exception [TOPLINK-27101] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.platform.xml.XMLPlatformExceptionException Description: An error occurred while parsing the document.Internal Exception: oracle.xml.parser.v2.XMLParseException: Can not find definition for element 'class-descriptor-type'     at com.sun.faces.taglib.html_basic.DataTableTag.doEndTag(DataTableTag.java:501)     at emps.jspService(_emps.java:629)
    Pls help me in resolving this issue.

    I am still gettng the same error. The xml file is now
    <?xml version="1.0" encoding="UTF-8"?>
    <CUSTOMER xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="" ID="568945">
    <FIRSTNAME>Arnold</FIRSTNAME>
    <LASTNAME>McEriccson</LASTNAME>
    <ADDRESS>
    <LINE1>31, Nomadic Avevnue</LINE1>
    <LINE2>Pasadena Clove</LINE2>
    <CITY>WoolTown, MT</CITY>
    <ZIP>45263</ZIP>
    </ADDRESS>
    <BIRTHDATE>1967-08-13</BIRTHDATE>
    </CUSTOMER>
    The xsd file is:
    <?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:element name="CUSTOMER">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="FIRSTNAME" type="xs:string"/> <xs:element name="LASTNAME" type="xs:string"/> <xs:element name="ADDRESS"> <xs:complexType>
    <xs:sequence>
    <xs:element name="LINE1" type="xs:string"/> <xs:element name="LINE2" type="xs:string"/> <xs:element name="CITY"/>
    <xs:element name="ZIP" type="xs:int"/> </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="BIRTHDATE" type="xs:date"/> </xs:sequence>
    <xs:attribute name="ID" type="xs:double"/> </xs:complexType>
    </xs:element>
    </xs:schema>
    There seems to be something fairly obvious that i am missing.

  • My MacBook Pro stated that it needed to be updated. I clicked yes to restart the computer and update but when it restarted it stays on the gray screen with the apple logo and then pops up, stating "unable to find driver for this platform." What do I do?

    My MacBook Pro stated that it needed to be updated. I clicked yes to restart the computer and update but when it restarted it stays on the gray screen with the apple logo and then pops up, stating "unable to find driver for this platform." What do I do?

    Boot into Recovery by holding down the key combination command-R at the startup chime. Release the keys when you see a gray screen with a spinning dial.
    Note: You need an always-on Ethernet or Wi-Fi connection to the Internet to use Recovery. It won’t work with USB or PPPoE modems, or with networks that require any kind of authentication other than a WPA or WPA2 Personal password.
    When the Mac OS X Utilities screen appears, follow the prompts to reinstall the Mac OS. You don't need to erase the boot volume, and you won't need your backup unless something goes wrong. If your Mac didn’t ship with Lion, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.
    Don't install the Thunderbolt update -- it's defective.

  • I have a Macbook pro 4,1 My Battery would not charge after only 23 cycles. I tried the battery update now my macbook will not boot. it has a kernel panic Unable to find driver for this platform:

    Macbook 4,1
    Early 2008 15" macbook pro
    Running Snow Leopard
    the Battery was not working after only 23 cycles
    I tried the Battery update and now it will not boot at all
    I really do not want to loose my data on the drive
    panic message is
    Unable to find driver for this platform: "ACPI".\n"@/SourceCache/xnu/xnu-1228/iokit/Kernel/IOPlatformExpert.cpp:1378
    Please help

    Panic Message
    panic(cpu 0 caller 0x000x563ebd) : Unable to find driver for this platform:
    "ACPI".\n"@/SourceCache/xnu/xnu-1228/iokit/Kernel/IOPlatformExpert.cpp:1378
    Debugger called: <panic>
    Backtrace (CPU 0), Format - Frame : Return Address (4 potential args on stack)
    (7 lines of hex)
    BSD Process name corresponding to current thread: Unkonwn
    Kernel version:
    Darwin Kernel Version 10.8.0" todays date ; root:xnu-1504.15.3~1/release_I386
    I tried to boot from CD can, but i dont want to loose any information.
    Tried disk tools
    Hardware test
    Tried to check if it was memory sticks failing or battery , nothing else plugged in
    if i boot holding Apple key and S
    I get additional warnings about AppleACPIPlatform and not being able to load Kext

  • Kernel Panic: Unable to find driver for this platform

    So, my 1 GM RM, 1.5 GHz Powerbook G4 (15 inches) has been behaving wonderfully lately. Until, this morning, it locked up -- as it sometimes does -- after inserting a 3rd party SATA card and waking it from sleep.
    This is normally not a problem. A reboot gets things back on track. Not today. The reboot stayed on the grey screen with the white apple logo. I tried booting off of a Disk Warrior CD and an OS X 10.4 install DVD. I go this kernel panic:
    Unable to find driver for this platform: "PowerBook5,6".
    But...and here's the best part...if I boot into target disk mode and hook the computer up to another similar Powerbook we have, the similar PowerBook boots fine using my drive.
    So, it seems to be a hardware problem with my PowerBook. Any ideas on how I narrow it down?
    Thanks,
    Gary

    Glad you found your problem. Our kernel panic on our 15" G4 is a bad logic board. $500+ to fix it. Just found out yesterday.
    JWTech

  • Reg Unable to find URL for Adapter Engine Error

    Hello,
    During execution of a scenario, i am getting these errors in sxmb_moni:
    AE_DETAILS_GET_ERROR
    3: Unable to find URL for Adapter Engine af.xip.poecspxioo4
    Error when reading the access data (URL, user, password) for the Adapter Engine.
    Seems like it is a problem of XI Server unable to locate the Central adapter engine due to some parameter not set properly.
    So, what are the points we can check while installation of XI so as to rectify this problem.

    Hi all,
    I got the similar error in my scenario and i solved the same.Actually i ma not pretty surte this will solve your problem.
    In my case proxy generation settings was mis configured in the sender system. so its caused the reason.
    I made an entry in the SPROXSET table and i did other activities like RFC and application system also.
    Then its worked for me. Its not matching with your case please do ignore this one
    Regards
    Vijay

  • No_messaging_url_found: Unable to find URL for Adapter Engine

    Hi,
    I am facing the same problem. I have configured a RFC-File scenario.
    I get the error"no_messaging_url_found: Unable to find URL for Adapter Engine af.<SID>.<server>"
    and <INTERNAL.AE_DETAILS_GET_ERROR>
    I get the error "no_messaging_url_found: Unable to find URL for Adapter Engine" when I execute the Function Module SAI_AE_DETAILS_GET.
    This error occured in the line 235( sap_xi_adapter_services = sld_accessor->associators( iref = sap_xi_adapter_framework assocclass = 'SAP_HostedXIAdapterServi) of the FM.
    The value is not filled and i get the error mentioned.
    I have gone through thread and verified all the points mentioned.
    I have checked SXI_CAHCE,there are no locked users in RSUSR200,
    SXI_CACHE, Goto->AdapterEngine Cache, I have an entry af.<sid>.<server>
    In SLD,Technical Landscape,Exchange Infrastructure I have the entry <SID>.<Server> against the Adapter Engine
    But as was mentioned in the thread the line 241 of the Fucntion Module has 'adapterType' and not 'Adaptertype' as in the exchange profile.I did not try changing 'a' to 'A'.
    Could you please let me know how to solve the problem.
    Thanks in advance.

    Hi Vani,
    Check the pipeline URL in the SLD
    Business System->URL
    It should be
    http://host:HTTPport/sap/xi/engine?type=entry
    Just check this thread- may be useful-
    File Adapter - Sender Problem
    RFC adapter - AE_DETAILS_GET_ERROR - no adapter engine
    https://websmp103.sap-ag.de/~sapdownload/011000358700002757652005E/HowtoMintorAF.pdf
    Hope this helps,
    Regards,
    Moorthy

  • HT6114 i have a mac mini that wont boot up and the screen says unable to find driver for this platform: \ powermac10.2 it also says mac os version not yeet set...how can i fix it

    the mac mini wont boot up it says you need to restart yuor computer and that its unable to find river for platform can i download software free from the internet to fix this

    What OS were you using on the mini before this problem started? If 10.7.8.9, boot to the Recovery Volume (command - R on a restart or hold down the option key during a restart and select Recovery Volume). Run Disk Utility Verify/Repair and Repair Permissions. Then reinstall the OS.
    OS X Recovery
    OS X Recovery (2)

  • Error(2): Unable to find class for bean: connection defined by tag...

    I created a project, and a JavaBean that connects to the database and I want to use it in a JSP page that exists in my project.
    Bean:
    package BeerPackage;
    import java.sql.*;
    public class ConnectionBean
    JSP:
    <%@ page import="BeerPackage.*" contentType="text/html;charset=windows-1252"%>
    <jsp:useBean id="connection" class="ConnectionBean" scope="session"/>
    Then I get the error:
    Error(2): Unable to find class for bean: connection defined by tag with class: ConnectionBean
    When I try to build the JSP
    Any ideas?

    Seems even though I have an import, I still have to specify the package name in front of the useBean.
    What am I missing here?

  • Unable to find URL for Adapter Engine af.xid.xidev ?

    Hi,
    I have scenario.
    Abap proxy -
    > ccBPM -
    > RFC (synchronous).
    The error happen for ccBPM -
    > RFC
    <?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>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>2: Unable to find URL for Adapter Engine af.xid.xidev</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Any idea for what happening ?
    Cheers
    Fernand

    Hi.
    Have you tried with this
    Re: Wrong Adapter Engine on RWB?
    Regards
    Seshagiri

  • Unable to find URL for Adapter Engine

    Hi,
    We have installed the XI 7.0 and I have realized a simple scenario "File > XI > File" in order to validate the installation... and on has a dump around Adapter Framework.
    Inside SXMB_MONI, on has the following error:
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.xid.bcnssap006</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.xid.bcnssap006</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine af.xid.bcnssap006</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    It's probably a problem with aii but which one ?

    Hi Mickael,
    The problem that you are facing looks like it is unable to connect to the adapter engine itself, please check the following:-
    The userid being used must have the authorizations of group SAP_XI_APPL_SERV_USER on the Integration Server.
    *During the configuration of the adapter (From Help documentation):-
    <i>Specifications for the Integration Engine
    Enter the complete address (URL) of the Integration Engine that you want to send the message to:
    XI.TargetURL=http://IntegrationEngineHost:port/pipeline-arguments
    This specification is mandatory.</i>
    One suggestion:- Please try the following and see if you are still facing the problem, this might help you in decreasing the number of places to verifyconfigurations!
    Again, from help:-
    <i>The Integration Engine address can also be accessed dynamically from the SAP System Landscape Directory (SLD). The following entry is added to the configuration for this purpose:
    XI.SLDConfiguration=SLDaccessor
    In this case the URL of the corresponding Integration Server for the system specified with XI.SenderService is read from the SLD and used instead of the value specified under XI.TargetURL. Therefore, specify the following:
    XI.TargetURL=<fromSLD>
    To be able to access the SLD, the SLDaccessor service must be configured correspondingly and the respective entries must be maintained in the SLD.</i>
    Hope this helps!
    -Sushumna

  • Error : Unable to find URL for Adapter Engine

    Hi Experts,
    I have searched several forums , but i am not clear on how to resolve this error.
    I am using XI 3.0, my scenario is File->XI->File
    I am getting this error in SXMB_MONI.
    *Can any body suggest me a clear step-by-step procedure to solve it.*
       <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Message canceled
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.xd2.host-dev</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.xd2.host-dev</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.xd2.hydrus-dev</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks
    sai

    Hi Debashish,
    Thanks for ur reply,
    I have executed
    --->Execute SAI_AE_DETAILS_GET from se37
    >Enter AE name:<host>.<systemid>
    After executing, i got these param
    Exception       NO_ADAPTER_ENGINE_FOUND
    Message ID:          SAI_GLOBAL                 Message number:           016
    Message:
    no_adapter_engine_found: Unable to find Adapter Engine host-DEV.XD2
    Exchange profile parameters are like this
    Calling function EXCHANGE_PROFILE_GET_PARAMETER
    Retrieving data from the XI Profile...
    Function call terminated sucessfully
    Retrieved value of
    section   = Connections
    parameter = com.sap.aii.ib.server.connect.webas.r3.ashost
    -> value  =
    and i dont have authorizations for SU01 fro lock/unlock.
    Any suggestions how to proceed.
    Thanks
    Sai

Maybe you are looking for

  • Variance analysis KKS2

    Dear All,    When i run the variance analyis through KKS1/KKS2 the following error message appears. "Only remaining var. in version 0 - No target cost for the order....".  Kindly help me in this regards Regards Vasantha

  • SAP Landscape for ECC,EP,BW,XI, DMS and TREX

    Hi all, I am in the role of SAP Basis Consultant for an IT organisation. One of their client require to install SAP ECC ( FI-CO,MM,PS,HR,REM,PM), EP, BW, XI, DMS and TREX. Their plan is to use ECC 6.0 ( Netweaver 7.0 SR2) with EP 7.0 and all others a

  • Message: Javadoc could not be found in the attached source

    I am working with the Oracle Open script tool. when I put the mouse on function its show me a message "jxl.Workbook Note: This element has no attached Javadoc and the Javadoc could not be found in the attached source.". Due to this I am unable to tak

  • About ale/idocs

    hello experts.. 1..can u tell me what is idoc tables.. 2.. ale what is message functions..what is functionalty of message functions..   and where u can find message function and tell me which tr.code

  • Camileo X Sports - SD card performance issue - too slow

    Hello, can anybody help me please.....when i tun on the cam and make the FIRST record it always shows me that the speed card is too slow, but i have sandisk 64gb extreme with 48mbs.....but it only dissapears at the first record and not the following.