Error making zabbix agent on OSX

I am installing the 1.4.2 agent on a OSX 10.4.10 Server machine that has XCode installed. I have also encountered the same problem on 10.4.8 Server, 10.4.6 Server, and 10.3.8 Server.
I ran the ./configure --enable-agent and it checked out fine, then I ran 'make' and got this error:
/usr/bin/ld: Undefined symbols:
res_9init
res_9query
collect2: ld returned 1 exit status
make[2]: * [zabbix_agent] Error 1
make[1]: * [all-recursive] Error 1
make: * [all-recursive] Error 1
Does anyone have any ideas?

Hmm, it would seem that I needed to put escape characters to get that code to display properly. Please see the following:
/usr/bin/ld: Undefined symbols:
res_9init
res_9query
collect2: ld returned 1 exit status
make[2]: * \[zabbix_agent] Error 1
make[1]: * \[all-recursive] Error 1
make: * \[all-recursive] Error 1

Similar Messages

  • Cannot install zabbix-agent 1.8.8-1 from AUR

    I get ==> ERROR: install file ((zabbix-agent.install)) does not exist.
    How to fix this?
    ty

    You need to edit the PKGBUILD, it should read
    install="zabbix-agent.install"
    instead of
    install=(zabbix-agent.install)
    You can use the latest version, 1.8.10, if you like:
    # Contributor: Enrico Morelli <[email protected]>
    pkgname=zabbix-agent
    pkgver=1.8.10
    pkgrel=1
    pkgdesc="Software for monitoring of your applications, network and servers."
    arch=('i686' 'x86_64')
    url="http://www.zabbix.com"
    license=('GPL')
    backup=('etc/zabbix/zabbix_agent.conf' 'etc/zabbix/zabbix_agentd.conf')
    install="zabbix-agent.install"
    source=(http://downloads.sourceforge.net/sourceforge/zabbix/zabbix-$pkgver.tar.gz zabbix_agent.conf zabbix_agentd.conf zabbix-agentd zabbix-agent.install)
    md5sums=('7e89f80c1822787c0831f7c0dbefcd7b'
    '9c20157a77b1ee4915265971f338fb41'
    '9e2a08c7dc89dccf6f7b21a156360713'
    'c1691c9feec203a051ad864227577c09'
    'f36fddf29e295c2a7bd95ca1ce4320c7')
    build() {
    cd $startdir/src/zabbix-$pkgver
    ./configure --prefix=/usr --enable-agent
    make || return 1
    make DESTDIR=$startdir/pkg install
    install -d -m0750 $startdir/pkg/var/run/zabbix $startdir/pkg/var/log/zabbix
    install -d $startdir/pkg/etc/zabbix
    install -D -m0640 $startdir/src/zabbix_agent.conf $startdir/pkg/etc/zabbix/zabbix_agent.conf
    install -D -m0640 $startdir/src/zabbix_agentd.conf $startdir/pkg/etc/zabbix/zabbix_agentd.conf
    install -D -m0755 $startdir/src/zabbix-agentd $startdir/pkg/etc/rc.d/zabbix-agentd
    Builds and installs fine here.
    Edit: Added backup array Idares asked for https://aur.archlinux.org/packages.php?ID=10343 and posted the updated PKGBUILD on the AUR page.
    Last edited by karol (2012-01-31 18:02:55)

  • Error while executing agent.  ORABPEL-05006

    Hi:
    I have a bpel process waiting until a DbAdapter (with one Wait Activity) reads a record on database, but the problem is :
    - The record is in the database
    - The DbAdapter read it but the process don´t continue.
    - If the process is monitored by the Bpel Console it seems like it is waiting for the expiration of the wait activity, but the expiration time is reached.
    When i restart the OC4J_BPEL the process that was waiting , continues.
    i was looking the log file of the oc4j and it throws the following exception, could anybody help me??
    Thanks
    Santiago Velez.
    <2006-11-08 13:43:26,871> <INFO> <default.collaxa.cube.ws> <AdapterFramework::Outbound> file:/data2/middle/integration/orabpel/domains/default/tmp/.bpel_PG-ComunicacionATC_1.0.jar/InsertaAtcsComunicados.wsdl [ InsertaAtcsComunicados_ptt::insert(AtcsComunicadosCollection) ] - Using JCA Connection Pool - max size = <unbounded>
    <ExpirationJob::execute> Error while executing agent.
    An error occured while attempting to execute the job "111499-BpWai0-BpSwt1.22-1" for agent "scheduler". The exception reported was : Dispatcher schedule error.
    An error occurred while scheduling a batch message with the dispatcher. The exception is: Failed to create "ejb/collaxa/system/DispatcherBean" bean; exception reported is: "javax.naming.NamingException: Not in an application scope - start Orion with the -userThreads switch if using user-created threads
    at com.evermind.server.PreemptiveApplicationContext.getContext(PreemptiveApplicationContext.java:34)
    at com.evermind.naming.FilterContext.lookup(FilterContext.java:138)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at com.collaxa.cube.engine.util.EngineBeanRegistry.lookupDispatcherBean(EngineBeanRegistry.java:137)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.scheduleRemote(DispatchHelper.java:348)
    at com.collaxa.cube.engine.agents.ExpirationAgent$ExpirationJob.execute(ExpirationAgent.java:417)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:141)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:281)
    ORABPEL-05006
    Dispatcher schedule error.
    An error occurred while scheduling a batch message with the dispatcher. The exception is: Failed to create "ejb/collaxa/system/DispatcherBean" bean; exception reported is: "javax.naming.NamingException: Not in an application scope - start Orion with the -userThreads switch if using user-created threads
    at com.evermind.server.PreemptiveApplicationContext.getContext(PreemptiveApplicationContext.java:34)
    at com.evermind.naming.FilterContext.lookup(FilterContext.java:138)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at com.collaxa.cube.engine.util.EngineBeanRegistry.lookupDispatcherBean(EngineBeanRegistry.java:137)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.scheduleRemote(DispatchHelper.java:348)
    at com.collaxa.cube.engine.agents.ExpirationAgent$ExpirationJob.execute(ExpirationAgent.java:417)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:141)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:281)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.scheduleRemote(DispatchHelper.java:354)
    at com.collaxa.cube.engine.agents.ExpirationAgent$ExpirationJob.execute(ExpirationAgent.java:417)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:141)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:281)

    anybody have comments on this????????????

  • Error in finder after install osx mavericks

    error in finder after install osx mavericks

    I have a similar problem but the error code that keeps coming up is -600 please help !

  • Error: Result of agent resolution does not agree with agents of task

    Hi,
    I'm getting the error "Result of Agent Resolution does not agree with agent of Task".  I'm passing the agents in Expression which I'm getting from Method in my previous step and passing to workflow container and it is getting passed to Expression. The userid is present in that container. And the Task is assigned as General Task but still I dont know what might be the problem. The ID is with 'US' prefix. Even if I give the userid directly in the Task, it shows the same error.
    Regards,
    JMB

    Hi
    Incase you are using different clients for development and testing, make sure in testing client, task is assigned as general task.
    You may check the way the userid is passed. Please note that the US is object type and Object ID(user id) is different. Both of them should not be part of one string. So while you test, just pass the user id without a prefix US. Hope it will work for u.
    Regards
    Waz

  • Sshd error while deploying agent to remote host

    Hi,
    Am getting the following error while deploying agent to remote host.
    SSH Setup failed on nodes: localhost. SSH setup failed because of any of the following reasons:
    sshd has gone down while doing SSH setup.
    The platform of the provided hosts may be incorrect. Please verify it.
    Fix above problems and Continue OR do manual ssh setup running command: "<OMS_HOME>/sysman/prov/resources/scripts/sshUserSetupNT.sh -hosts "user-pc" -user karthick -localPlatformGrp win -asUser SYSTEM [-asUserGrp root] -sshLocalDir \.ssh -homeDir $HOME". Check the log file at <OMS_HOME>\sysman\prov\agentpush\2011-08-18_10-45-16-AM\logs\sshSetup2011-08-18_11-19-21-AM.log for more information.
    I tried the following from both the host and working fine.
    ssh host1 date from host2
    ssh host2 date from host1
    When I try to do the manual ssh setup running the cmd
    $ sh sshUserSetupNT.sh -hosts "user-pc" -user karthick -localPlatformGrp win -asUser SYSTEM [-asUserGrp root] -sshLocalDir \.ssh -homeDir $HOME
    sshUserSetupNT.sh: line 17: $'\r': command not found
    sshUserSetupNT.sh: line 20: $'\r': command not found
    sshUserSetupNT.sh: line 27: $'\r': command not found
    sshUserSetupNT.sh: line 231: syntax error near unexpected token `elif'
    'shUserSetupNT.sh: line 231: ` elif ! test -f "$CLUSTER_CONFIGURATION_FILE"
    Getting the above error.
    Pls let me know how to fix this issue.
    Thanks in advance,
    -KarthicK

    Hi KarthicK,
    please have a look at the following forum discussion: How to install Oracle Grid Agent 11g into windows hosts ?
    The post of hani430 appears to be what you are looking for.
    Regards,
    Frank

  • Error making initial connections for pool

              I'm using WLS6.1 on NT, trying my personal implementation of a connector (non
              CCI pattern) with a particular EIS.
              i'm having this error... what depends from?:
              ####<25-ott-00 19.52.41 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190014> <Initializing connection pool for resource adapter
              BlackBoxNoTx.>
              ####<25-ott-00 19.52.42 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190010> <Unable to determine Resource Principal for Container
              Managed Security Context.>
              ####<25-ott-00 19.52.42 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190035> <There was/were 1 physical connection(s) created with
              the following Meta Data: Product name of EIS instance: DBMS:cloudscape Product
              version of EIS instance: 3.5.1 Maximum number of connections supported from different
              processes: 0 User name for connection: null>
              ####<25-ott-00 19.52.42 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190026> << BlackBoxNoTx > Connection Pool initialization has
              completed successfully.>
              ####<25-ott-00 19.52.42 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190014> <Initializing connection pool for resource adapter
              SMJConnector.>
              ####<25-ott-00 19.52.42 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190010> <Unable to determine Resource Principal for Container
              Managed Security Context.>
              ####<25-ott-00 19.52.47 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190010> <Unable to determine Resource Principal for Container
              Managed Security Context.>
              ####<25-ott-00 19.53.06 CEST> <Error> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190024> << SMJConnector > Error making initial connections
              for pool. Reason: examplescnnct.ConnectionImpl>
              ####<25-ott-00 19.53.06 CEST> <Warning> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190025> << SMJConnector > Connection Pool has been initialized
              with no connections.>
              ####<25-ott-00 19.53.06 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <main> <system> <> <190026> << SMJConnector > Connection Pool initialization has
              completed successfully.>
              ####<25-ott-00 19.54.30 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <Application Manager Thread> <> <> <190027> << SMJConnector > Shutting down connections.>
              ####<25-ott-00 19.54.30 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              <Application Manager Thread> <> <> <190028> << SMJConnector > Connections shutdown
              successfully.>
              

    Have you configured your principal map? Connection pools are initially populated using the
              default ("*") principal from the map.
              http://edocs.bea.com/wls/docs61/jconnector/config.html#1237429
              HTH.
              FilAiello wrote:
              > I'm using WLS6.1 on NT, trying my personal implementation of a connector (non
              > CCI pattern) with a particular EIS.
              >
              > <examplesServer>
              > <main> <system> <> <190010> <Unable to determine Resource Principal for Container
              > Managed Security Context.>
              > ####<25-ott-00 19.52.42 CEST> <Info> <Connector> <semarmw0780> <examplesServer>
              Tom Mitchell
              [email protected]
              Very Current Beverly, MA Weather
              http://www.tom.org:8080
              

  • Error Making Socket Connection

    So, I'm trying to figure this out, I get this error after my code has compiled(Metrowerks CodeWarrior),the little dos run window comes up and afterwards I get this message "Error making socket connection". Anyone ever seen this? I'm running Windows 2000, CodeWarrior 5.0. Any ideas? Thanks

    I've seen it when ive had an error making the socket connection!
    Of course it was easier to fix my problem because I could see the code
    and didnt have to guess it.

  • MAXL ERROR - 1013145 - Invalid agent login id

    All,
    We are trying to automate the process of data load and Calculations using Maxl. Unfortunately we see the below mentioned error while performing the calculation in MAXL.
    MaxL command:
    execute calculation app.dbname.test;
    ERROR - 1013145 - Invalid agent login id
    But while executing the same command in Maxl editor, it works fine.
    Regards,
    Nainitha.

    Are you doing a stop and/or start app command(or disconnect users) anywhere near while executing the mentioned calc scripts/data loads? I have seen on some occasions that these errors also come up due to stale ESSSVR processes in the background (rare, although possible)
    As an example, you might be logged in as admin ID but however, if anywhere there might be a MAXL command and or activity that is causing the app to disconnect users/sessions (idle of course) before running the calcs. This error might be the result of that?
    All this is assuming that the security set up for the admin ID is correct, right?
    Also, since you mentioned that this error is coming only on Data exports/calc scripts. I am assuming this error comes up only when Essbase is trying to output a file to the drive/path. Does the OS environment login/ID credentials have that authority?
    From whatever i could deduce of this, this might be happening because of either one of two reasons :
    1.) Security is not setup correctly for that operation to complete (export to that path might not be authorized?)
    2.) The user ID is being logged off/disconnected before that operation kicks off.
    Thanks and regards,
    Harsh Warikoo

  • Error: Making this change would require changing code that is locked....

    DWCS3
    Rebuilding site -- I know this is a common problem, but what are the steps to resolve it?
    Error: "Making this change would require changing code that is locked by a template or a translator.  The change will be discarded."
    Click OK and the change is made anyway, oftentimes resulting in loss of document CSS and dynamic code, which is then unretrievable. EXTREMELY FRUSTRATING!!!
    There is another code at the top of all documents using the template:
    "<!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->"
    However, this line has always been in my previous documents and created no problem.
    The oddest thing is, I can be in an editable region of a document, click on an image to edit in Fireworks, edit, click DONE and it comes back in DW with that error. ???

    Looking at DW preferences, I found two Fireworks editors listed for .png, .gif, and .jpg.  Maybe that was causing a problem.
    Don't know if this will help, but....
    Here is sort of what my template code looks like:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <!-- DW6 -->
            <head>
           <!-- TemplateBeginEditable name="meta" -->
      <meta name="keywords" content="blah blah blah" />
      <meta name="description" content="blah blah blah/>
      <meta name="robots" content="noarchive, nofollow" />
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="cache-control" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <meta name="google-site-verification" content="8KWIMcjzjngBlH7XsAnwF4W5M_novbbavDYWk2YIZgk" />
      <link rel="shortcut icon" href="/favicon.ico" />
              <!-- TemplateEndEditable -->
        <!-- TemplateBeginEditable name="doctitle" -->
      <title>document title</title>
              <!-- TemplateEndEditable -->          
                    <!-- TemplateBeginEditable name="stuff" -->
                    <link href="../CSS/file.css" rel="stylesheet" type="text/css" />
                    <link href="../CSS/file.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    function MM_popupMsg(msg) { //v1.0
      alert(msg);
    //-->
    </script>
            <!-- TemplateEndEditable -->
    </head>
    Here's code from a document using the template:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/main.dwt" codeOutsideHTMLIsLocked="false" -->
      <!-- DW6 -->
            <head>
           <!-- InstanceBeginEditable name="meta" -->
      <meta name="robots" content="noarchive, nofollow" />
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="cache-control" content="no-cache" />
              <!-- InstanceEndEditable -->
        <!-- InstanceBeginEditable name="doctitle" -->
    <title>my document title</title>
    <script type="text/javascript">
    function toggleMe(a) {
    var e=document.getElementById(a);
    if(!e)return true;
    if(e.style.display=="none") {
    e.style.display="block"
    else{
    e.style.display="none"
    return true;
    </script><!-- InstanceEndEditable -->          
                    <!-- InstanceBeginEditable name="stuff" -->
                    <link href="CSS/file.css" rel="stylesheet" type="text/css" />
                    <link href="CSS/file.css" rel="stylesheet" type="text/css" />
            <script type="text/javascript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    function MM_popupMsg(msg) { //v1.0
      alert(msg);
    //-->
    </script>
      <style type="text/css">
    <!--
    .blahblahblah {
    padding: 0 100px 20px 125px;
    line-height: 1.3em;
    .blehblehbleh {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #006666;}
    -->
                     </style>
    <!-- InstanceEndEditable -->
    </head>

  • Errors: Structure : No agent found.

    Hi,
    We are using extended classic scenario.
    Currently we are carrying out SUS configuration.
    When i try to register the SUS vendor through the link it gave an error like
    Errors: Structure : No agent found.
    Kindly help me
    Thanks,
    Mounika.K

    Hello,
    Please check the entries in BBP_BACKEND_DEST table. The local system should point only to SRM system/client.
    You cannot have more than one local system.
                                                                                    Change the same and also re-check the customizings done in your system. Then run srmsus_selfreg application afterwards.
    Regards,
    Ricardo

  • SLP received service register/deregister error from directory agent

    What's up with this message?
    We occasionally see it on our NetWare 6.5 SP5 servers (and others):
    SLP received service register/deregister error from directory agent.
    Address BLAH, error 2
    We have two DA's, single IP on each.
    The "other" servers are set to "4" for their discovery type (single NIC,
    but multiple IP's).
    Static scope list.
    Display slpda shows active/active on the "other" servers.
    On the DA's, the loopback shows active, as does the "other" DA (they
    point to each other).

    In article <[email protected]>,
    [email protected] says...
    > On 1/16/2007 m_jonis wrote:
    >
    > > SLP received service register/deregister error from directory agent.
    > > Address BLAH, error 2
    >
    > The SLPDA maintains the list of all services from all servers in the
    > working SLP scope. If a server from within a scope stops the service
    > of, let's say iManager, then this change is send over to the SLPDA
    > to deregister this service from being announced.
    >
    > The services are listed as URL: when you issue the DISPLAY SLP
    > SERVICES command.
    >
    >
    >
    So this is kinda an "informational" message and not really an error,
    then?
    So we didn't actually do anything wrong (for once)?

  • Unknown error making the ibooks export file

    Hi,
    Have done it hundred times already but for some reason now I get "a unknown error" in the proces of making the .ibooks export file out of the .iba.
    Does somebody have a clue what first things first I have to check? Put already some back-ups back but also the same problem.
    working on Mountain Lion 10.8 OSX, ibooks author 1.1 (190). Dutch versions.
    Book counts 225 pages (@astro_andre), IBA file is 1,16 Gb, ibooks file appr. 750 Mb

    Solved. There was an error somewhere in the book. Chapterheading and text frame overlapped.

  • Getting error while running Agent in obiee 11g

    Hi,
    We are using external table authentication in our application. We created 10 user in the table, when we are logging to the application we are able to log in.
    After log in when we are creating Agent and click on run, it is showing error as [nQSError: 13024] Successful completion of init block 'security1' is required. (08004)
    Security1 is our initialization block for authentication. But when I create one user in console and give admin priviledges to that user and try to run same agent, it is running fine.
    Please let me know if I miss something or anything else need to configure.
    Thanks
    Anirban

    Hope you have strictly followed the steps mentioned in the document:
    http://docs.oracle.com/cd/E21764_01/bi.1111/e10543/legacy.htm#BABGEHJJ
    Specifically note : Oracle BI Scheduler Server runs Delivers jobs for users without accessing or storing their passwords. Using a process called impersonation, Oracle BI Scheduler uses one user name and password with Oracle Business Intelligence administrative privileges that can act on behalf of other users. Oracle BI Scheduler initiates an Agent by logging on to Oracle BI Presentation Services with the Oracle Business Intelligence administrative name and password.
    For Delivers to work, all database authentication must be performed in only one connection pool, and that connection pool can only be selected in an initialization block for the USER system session variable. This is typically called the Authentication Initialization Block. When impersonation is used, this initialization block is skipped. All other initialization blocks must use connection pools that do not use database authentication.
    Hope this helps.
    Thanks and regards,
    Debarati.

  • Getting error in IC agent business role while loading components.

    The user has been allowed and access to all business role.user are using all business roles but when user click on the IC agent business role the following error arise.
    Cannot display view CRMCMP_BPIDENT/BuPaMultipleLayoutVS of UI Component CRMCMP_BPIDENT
    An exception has occurredException Class CX_CRM_GENIL_GENERAL_ERROR - Component set CRMIC_DEFAULT cannot be loaded with BP_APPL+EMPTY+IC_ACCT_ID since multiple object definitions exist for component SO2
    Method: CL_CRM_GENIL_INTERNAL_MODEL=>LOAD_COMPONENT_SET
    Source Text Row: 124
    Initialization of view CRMCMP_BPIDENT/BuPaMultipleLayoutVS of UI Component CRMCMP_BPIDENT failed
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View BPConfirmedPartners.MainWindow in component CRMCMP_BPIDENT could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Cannot display view CRMCMP_BPIDENT/BuPaMainVS of UI Component CRMCMP_BPIDENT
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View BPConfirmedPartners.MainWindow in component CRMCMP_BPIDENT could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Initialization of view CRMCMP_BPIDENT/BuPaMainVS of UI Component CRMCMP_BPIDENT failed
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View CRMCMP_BPIDENT/BuPaMultipleLayoutVS in component CRMCMP_BPIDENT could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Cannot display view MainWindow of UI Component CRMCMP_BPIDENT
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View CRMCMP_BPIDENT/BuPaMultipleLayoutVS in component CRMCMP_BPIDENT could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Initialization of view MainWindow of UI Component CRMCMP_BPIDENT failed
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View CRMCMP_BPIDENT/BuPaMainVS in component CRMCMP_BPIDENT could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Cannot display view CRM_UI_FRAME/WorkAreaViewSet of UI Component CRM_UI_FRAME
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View BPIDENT.MainWindow in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Initialization of view CRM_UI_FRAME/WorkAreaViewSet of UI Component CRM_UI_FRAME failed
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View BSPWD_BASICS/WorkAreaHostViewSet in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Cannot display view CRM_UI_FRAME/MainWindow of UI Component CRM_UI_FRAME
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View BSPWD_BASICS/WorkAreaHostViewSet in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Initialization of view CRM_UI_FRAME/MainWindow of UI Component CRM_UI_FRAME failed
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View CRM_UI_FRAME/WorkAreaViewSet in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Cannot display view Root.htm of UI Component CRM_UI_FRAME
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View CRM_UI_FRAME/WorkAreaViewSet in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    An error occurred during initialization of the application
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View CRM_UI_FRAME/MainWindow in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    I could not able to diagnose the error from where it is coming and I goggled lot but did not find anything about the above cited issue .
    if any of you can help me to solve this soon it will be highly appreciated .

    Hi,
    I am not sure if this appies here. You might check
    SPRO->CRM->crm cross-application components->
      Generic interaction Layer/Object Layer ->
         component-specific settings->
           define simple objects
    For these objects 2 rules apply:
    1. 'search object name' can only be used once.
    2. 'search object name' should not have the same name as any 'object
    name'.
    Do you have any entries, which break these rules?
    If it is related to component enhancement, note 1122248 might help.
    Best Regards,
    Sigrid

Maybe you are looking for

  • Disable check box in report

    Hi All, I have created check box in a report using APEX_ITEM.CHECKBOX select apex_item.checkbox(1, emp_id) , emp_id,ename,manager,skills,salary,services from employee In employee table each employee would have 2 records one is for Engineering and ano

  • Unknown error (-50) when downloading a movie in iTunes.

    Any advice is appreciated! I redeemed a code in the iTunes store to download my digital copy of Les Mis.  I paused the downloads (movie & extras) overnight and the next day the extras wouldn't download again because of the -50 error.  The movie conti

  • Link works on mac but not on pc

    Hi - I am trying to insert a jpg into a dreamweaver file. I then upload the html file along with the jpg to my server in a folder called "layout" So the url is:  http://www.mysite.com/layout/test.html The link works on mac, but not on pc's. Any idea

  • Trying to use Particle Playground

    I just updated from CS4 to CS5 and suddenly I cannot use the Particle Playground effect. It worked just fine under CS4. Now...nothing. I am on a MAC intel MacPro running 10.5.8 with 2 X 3.2 Quad core Intel Xeon and 10GB Ram Any ideas would be appreci

  • SAPextractor error using MySQL Server database in OrgChart

    Hi Experts: We are now using MySQL Server database for Nakisa OrgChart 2.0. Source-SAP details were specified and test connection to database is successful.  We encountered the following errors when we performed the extraction. Processing Function Re