What does these errors mean?

1. [07/Nov/2002:16:38:29 -0800] NSMMReplicationPlugin - Unable to acquire replica "
cn=Sample1, cn=replica, cn="o=company.com", cn=mapping tree, cn=config (host myhost
, port 389)": there is no replicated area "o=company.com" on the consumerserver. Replication is aborting.
2. [07/Nov/2002:18:34:11 -0800] NSMMReplicationPlugin - Unable to send a startReplication extended operation to consumer "cn=Sample1, cn=replica, cn="o=company.co
m", cn=mapping tree, cn=config (host myhost, port 389)". Will retry later.
Any help is appreciated..
Thanks

It means you need to
1) create the suffix and db for o=company.com on the consumer.
2) enable the replica for o=company.com on the consumer
Please refer to the documentation about setting up replication for more information.

Similar Messages

  • What does "socket error" mean

    On Home Hub 2 Event Log, what does "socket error" mean ?

    Albirt wrote:
    These are error messages I get.
    Jan 30 13:12:58 2012
    (339855.360000) Socket error
    Jan 30 08:35:29 2012
    (323285.580000) Socket error
    Jan 29 12:37:02 2012
    (251460.790000) Socket error
    It just means that a TCP connection failed. Nothing to worry about, it can be caused by many things.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • What does this error mean? There was an error in the App Store. Please try again later. (100)

    what does this error mean? There was an error in the App Store. Please try again later. (100)

    I have the same problem and thought it might be related to moving to Denmark. My app store account was set up for USA and then the error number in parentasis was (13). After changing the profile to Denmark the number changed to (100), like yours

  • While importing a CD into my iTunes library I kept getting the following error message- iTunes library cannot be saved- An unknown error occurred (-54).  What does this error mean and what can I do about it??

    While importing a CD into my iTunes library I kept getting the following error message- iTunes cannot be saved- An unknown error occurred (-54).  what does this error mean and what can I do about it??

    The CD I imported (in the above post) is now not in my iTunes library. Any help would be appreciated .

  • HT4623 What does MFMessageErrorDomain error mean on my new upgraded phone when I try to send photos?

    What does ( MFMssageErrorDomain error) mean on my new upgraded iPhone?

    It means a problem with the email account at the server level.
    Try deleting and recreating the account on your iPhone.

  • What does this error means? "Line 20 column 57: character content of element "language" invalid; must be a string with length equal to 3 (actual length was 7) at XPath /package/book/metadata/languages/language" "

    Hi there.
    I am about to publish a book in English and Chinese.
    What does this error means?
    Line 20 column 57: character content of element "language" invalid; must be a string with length equal to 3 (actual length was 7) at XPath /package/book/metadata/languages/language"
    And where is line 20, column 57?
    Thanks folks!

    Go into iTunes Producer and select from the dropdown, don't type.
    cs
    iBooks Author Guide

  • HT201210 what does activation error mean nad how do i fix it????? HELP

    what does activation error mean nad how do i fix it????? HELP

    Were you, by chance, running a beta version of iOS 7 on your phone?
    If so, this will be the problem. You will need to log Into the private developers forum for answers
    If you are not a developer, you will need to seek help by way of your favourite search engine.

  • What does this error means "Could not create Entity EJB"

    This error occurs when i tried to run my entitybean example, so may i know what does this error means? How can i resolve it?
    I am connecting to an Oracle8 DB, but it seems tat i have problem connecting to it and retrieving record from the database. Can anyone help me how to establish a connection to my Oracle DB??
    Need help urgently. thanx.!

    have you tried simple jdbc connection?
    Driver drv = Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn = DriverManager.getConnection(oracle:jdbc:thin:@myhost:1521:instance, "usrname", "password");
    If this works you're able to connect! so check that your oracel datasource is well specified in your deploiement descriptor and that your bean references this datasource.
    hope it helps

  • E61 - Latest Firmware - What does this error mean ...

    What does this error mean?
    Profiles in same realm must have same user name
    I am trying to setup a PBXes.com account and since I upgraded firmware I get this message now, when trying to save a profile.
    There were no other profiles in the same prior, is this somethign stuck from an old configuration.
    Rae

    Actually I just fixed it by deleting the profile and entering it as new. I saved it after each step of the profile creation process and was able to reproduce the problem when I entered a password on the proxy settings but not yet on the registry settings. Once I entered the same user name and password on both proxy and registry, I was able to save the profile again. So I guess I must have mistyped the password in one of the settings before.

  • Error -54 when synching iPad with iTunes.... what does this error mean?

    error -54 when synching iPad with iTunes on laptop.... what does this error mean?

    Hey MacFromManila,
    It's a different method of backing up your iPhone 4s.  This article covers the differences between the two and may actually be able to help you choose between them:
    Choosing an iOS backup method (Should I use iTunes or iCloud to back up my iOS device?)
    http://support.apple.com/kb/HT5262
    Cheers,
    - Ari

  • What does these messages mean

    I cannot get into my itunes because this message comes up. "A required iTunes component is not installed. Please repair or reinstall iTunes. (42404) "
    Then when I exit this message another one comes up. We could not complete your iTunes store request. "an unknown error occured (50)"
    Please help me to fix this.
    Grandmakat70

    zodmaner wrote:
    Hi, well today when starting up my box I noticed these two startup messages:
    :: Initiate Random Seed
    :: Removing LeftOver files
    What does these mean? And what program/service runs it? (And what 'left over files' is it removing?) I think I never see them before. Is these message appears because I just install sudo?
    Also when shutting down there is also a message concerning a Random Seed. (Saving Random Seed).  What is it doing?
    Well...  if your head over to your /etc/rc.sysinit, you'll see exactly what it does.  If I remember correctly, saving random seed is just saving your startup time because it is random, and removing leftover files is clearing out the /tmp/ directory.

  • What does this error mean? How do I fix it?

    I apologize if this is sent twice. I don't see it on the forum anymore, and I really need an answer.
    What does the following error mean? How do I fix it? Both HelloWorld.class and Hello.html are in the Java directory. I also get an error when I try to run the applet in a browser--applet noninited. I'm just trying to go through the tutorial, but they don't mention this as one of the errors possible.
    In the MS-DOS prompt when I try to run the appletviewer, I get:
    C:\Java>appletviewer Hello.html
    load: class HelloWorld.class not found.
    java.lang.ClassNotFoundException: HelloWorld.class
    at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:151)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:112)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
    at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:478)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:548)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:477)
    at sun.applet.AppletPanel.run(AppletPanel.java:290)
    at java.lang.Thread.run(Thread.java:536)
    Caused by: java.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:224)
    at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:40)
    at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:141)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:138)
    ... 8 more
    Thanks for any help on this topic.
    booktoad28

    Can you post the HTML that calls for the applet?

  • What does this error mean: Adobe Illustrator CS5 15.0.2 Update There was an error downloading this update. Please quit and try again later. Error Code: U43M1D207

    When I click on the adobe installer icon to update my products, I get this message:
    Adobe Illustrator CS5 15.0.2 Update
    There was an error downloading this update. Please quit and try again later. Error Code: U43M1D207
    What does this mean and how do I solve it?

    See if the following helps:
    Error downloading, installing, or updating Creative Cloud applications

  • Re: what does this error mean?

    The page cannot be displayed
    There is a problem with the page you are trying to reach and it cannot be displayed.
    Please try the following:
    Open the localhost:8080 home page, and then look for links to the information you want.
    Click the Refresh button, or try again later.
    Click Search to look for information on the Internet.
    You can also see a list of related sites.
    HTTP 500 - Internal server error
    Internet Explorer

    HTTP 500 errors mean the server could not deliver content due to an error, however, this message usually comes with a custom error screen depending on the web server, the message you describe is an IE error message.
    Things to check:
    1. Server logs to see if any errors did occur on the server
    2. You are pointing to the right host/port
    3. You have access to the server and/or it's port
    4. The code your trying to run.
    Not much more I can suggest at this point. What are you trying to do?
    Anthony

  • What does this error mean? Error: Access violation at address 0053DD46

    I am trying to run diff reports using batch scripts, and its very puzzling that some of the diff report scripts within the batch script are running and some are not, there is no consistency to what is getting errored out.
    I then tried running them manually in foreground on the client and I get the same issue. Has anyone encountered this issue? What do I make of it?,
    4/24/2013 1:29:30 PM - *** MDMConnect starting ***
    4/24/2013 1:29:30 PM - Logged in successfully.
    4/24/2013 1:29:30 PM - Started export job for PLN_FLD_ACCT_DIFF
    4/24/2013 1:29:34 PM - ERemotableException with message: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: Access violation at address 0053DD46 in module 'mdm_ntier_engine.exe'. Read of address 00000024" while running Export
    4/24/2013 1:29:34 PM - => ERROR: Data Relationship Management Server returned error: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: Access violation at address 0053DD46 in module 'mdm_ntier_engine.exe'. Read of address 00000024."
    4/24/2013 1:29:34 PM - *** MDMConnect stopping ***
    Thank you
    Tanuja Donavalli

    This is issue is coherent in DRM version 11.1.1.2
    Whenever a property is deleted, the references to that property would still exists/stored in tables. The next version of DRM is made to address this issue, where in it takes care of removing all references whenever we delete the property.
    Cause: Properties was deleted from DRM client but the value was still stored in the compare table for Difference export and causing export to fail.
    Solution: Need to recreate the deleted properties and remove the properties in the exports and delete the properties.
    Going Forward: Instead of deleting the properties we need to remove the property from the export and hide the property.
    Hope this helps.

Maybe you are looking for