Turned off Circular Logging within an DAG Environment - now getting an Event ID 2137 (Exchange 2010)

We haven't reboot each node yet, so we are thinking that might correct this warning, it appears that the passive copies are working correctly.
The event ID 2137 is the following:
Log Name:      Application
Source:        MSExchangeRepl
Date:          4/19/2011 9:01:31 PM
Event ID:      2137
Task Category: Service
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      XXXXXXXXXXX
Description:
RPC request to the Microsoft Exchange Information Store service for log truncation failed for database XXXXXX\XXXXXXX. Error: 4294965485.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="MSExchangeRepl" />
    <EventID Qualifiers="32772">2137</EventID>
    <Level>3</Level>
    <Task>1</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2011-04-20T01:01:31.000000000Z" />
    <EventRecordID>240357</EventRecordID>
    <Channel>Application</Channel>
    <Computer>XXXX.XXX.XXX</Computer>
    <Security />
  </System>
  <EventData>
    <Data>XXXXX\XXXXXX</Data>
    <Data>4294965485</Data>
  </EventData>
</Event>

FWIW, we had the same exact issue and running a full backup resolved it. To clarify the exact steps a bit, disabling circular logging was the only activity performed. We did
not have to dismount any databases, activate passive copies, restart IS, reseed, modify the registry or anything of the sort. Following this, we ran a full backup using a 3rd party solution with an Exchange agent (Backup Exec), not Windows
Server Backup, so I can't vouch whether or not there's a difference there. The backup job was configured to auto-select the best copy available, which ended up targetting a passive copy, so there doesn't seem to be a dependency on backing up specifically from
an active vs a passive copy. After the full backup completed, the warnings never re-emerged.

Similar Messages

  • Is the only way to import large amount of data and database objects into a primary database is to shutdown the standby, turn off archive log mode, do the import, then rebuild the standby?

    I have a primary database that need to import large amount of data and database objects. 1.) Do I shutdown the standby? 2.) Turn off archive log mode? 3.) Perform the import? 4.) Rebuild the standby? or is there a better way or best practice?

    Instead of rebuilding the (whole) standby, you take an incremental (from SCN) backup from the Primary and restore it on the Standby.  That way, if, for example
    a. Only two out of 12 tablespaces are affected by the import, the incremental backup would effectively be only the blocks changed in those two tablespaces (and some other changes in system and undo) {provided that there are no other changes in the other ten tablespaces}
    b. if the size of the import is only 15% of the database, the incremental backup to restore to the standby is small
    Hemant K Chitale

  • How do you turn off the log file?

    How can I turn off the log file for WLS? Don't want the added overhead
    of logging during performance tests.
    Edwin

    The only way I know is:
    # startWebLogic.sh > /dev/null &
    Only if you are running on unix.
    Edwin Marcial wrote:
    Ok, I'll settle for this. How do I stop the echo?
    "Larry L. Presswood Jr." wrote:
    you can also have it not echo to the console as well
    Srikant Subramaniam wrote:
    I don't think you can turn off the system log file (weblogic.log). You can
    disable the HTTP specific logging with the following:
    weblogic.httpd.enableLogFile=<boolean>
    (defaults to true)
    Srikant.
    Edwin Marcial wrote:
    How can I turn off the log file for WLS? Don't want the added overhead
    of logging during performance tests.
    Edwin
    Damon Sicore
    [email protected]

  • How can I turn off archive logs are being generated by system? (ugrent)

    Dear all,
    How can I turn off archive logs are being generated by system?
    Best Regards,
    Amy

    Sorry not to you @kamran its to OP.accidently it reply button pressed for you
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145750508 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 262144 bytes
    Database mounted.
    SQL> alter database noarchivelog
      2  /
    Database altered.
    SQL> Khurram

  • To turn off the logging

    Hi,
    I am using kodo jdo for one of my project. And I don't what to see all the
    information on concole.(Where my server is running on) So in my
    kodo.properties file I put
    "kodo.Log: none" and then restart the server but still I am getting all
    information on console.
    Can you help me how I can turn off this logging?
    Thanks,
    Denna

    Answered on support. Using old version of Kodo which does not
    understand kodo.Log.
    Denna Ramani wrote:
    Hi,
    I am using kodo jdo for one of my project. And I don't what to see all the
    information on concole.(Where my server is running on) So in my
    kodo.properties file I put
    "kodo.Log: none" and then restart the server but still I am getting all
    information on console.
    Can you help me how I can turn off this logging?
    Thanks,
    Denna
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • HT201250 How do you stop a Macbookpro with OSX 10.7.5 from turning off or logging off before timemachine is finished with the backup even though I have changed settings for energy management to "never" shutdown when plugged in to an outlet?

    My problem is my Macbookpro mid 2010 with OSX 10.7.5 seems to turn off or logs off before timemachine is finished with the backup even though I have changed settings for energy management to "never" shutdown when plugged in to an outlet?

    I had this problem on an IMac and I finally found a solution in an unlikely place. The problem was a security setting. I don't remember right this moment the exact setting and I am not on that machine right now but when I am I will try to retrace my steps to the fix. In the meantime check your security settings and any browser or browser extensions for computer log off settings. These settings are intended to prevent unauthorized use and incidentally screw up your backups. Hope this helps.

  • Turn off Redo Logging (How?)

    Can any of you hard core "gurus" tell me what the option is to start an instance without redo logging? I know it begins with an underscore character.
    A couple years ago (maybe more) I saw a post on a forum explaining an undocumented feature allowing you to startup an Oracle instance with redo logging disabled.
    Of course, this means that if the instance crashes the database is toast. But...
    When creating a database without templates, the catalog.sql and catproc.sql scripts (plus all the others that have been added over the years) take a very long time to run. Longer in 10g than any version so far.
    I would like to turn off redo logging to see how much it improves the time to create a database. If the instance crashes, I can just throw the database away and start again.

    I think you are refering to
    "_allow_resetlogs_corruption". But this parameter will help to avoid some consistency check during instace startup. But that will not help you in speeding up the create db.
    I suggest find out what is the contention and try to tune accordingly.
    Thanks and Regards,
    Satheesh Babu.S
    Bangalore.

  • I have a mid-2010 iMac and just purchased a 2TB TC, can't join existing wireless network with AC standard so attached to iMac via ethernet with TC wifi turned off.  How do i access TC now? not showing up in disk utility or on desktop. working fine with TM

    I have a mid-2010 iMac and just purchased a 2TB TC, I just found out that it can't join existing wireless network with new AC standard so attached to iMac via ethernet with TC's wifi turned off.  How do i access TC now? not showing up in disk utility or on desktop. It is working fine with TM.  My cheeper seagate drives etc kept crashing, so i didnt trust cheeper back up options anymore.  Connected those drives to TM via firewire and could see the drives and access them.
    Also, I didn't want to bridge TC with my new fios router that I paid 100 dollars for, to get N speed and also paying 10 dollars more a month for fast speed.  I heard that bridging slows down everything and then there can be port issues with mail etc.  I connect to the internet via airport only and it is pretty fast. Getting over 50mbs downloads and over 30mbs uploads.  Plus everything in my home it connected to my fios router, airport express for music streaming, two apple tvs, vuezone camer system.  I really didn't want to monkey around too much with my system.  But are there other options to connect the new TC.  Can't find info anywhere for this and called apple who gave me the info above.  after hanging up, i see that i cant access my TC and I am wondering if i would have to reset it to turn wifi on again to make changes to the drive, turn off blinking light  or repair it in disk utility if it should become corrupted.
    For other with similar issues i did solve some other problems: when i connected it to my ethernet port on my iMac wifi stopped working.  Found that I had to turn off the ethernet in the system>network screen, but then TM didn't see the TC so i restarted after changes and then it saw it.
    Now a rant.  I can't believe in this wireless age that Apple would make a product that cant join a wireless net work.  The apple rep said i could return it and look for the previous TC that would join an existing wireless network.  Are we going backwards?
    Thanks!
    lennydas

    Ok... it is getting a bit clearer but there are still some questions.
    I connect to the internet via airport only and it is pretty fast.
    I was assuming airport in this statement in your first post meant the TC or the Express.. but I now realise we are still in the mass confusion stage where apple calls everything wireless an airport. So what you mean is the airport internal card of the computer??
    Also, I didn't want to bridge TC with my new fios router that I paid 100 dollars for, to get N speed and also paying 10 dollars more a month for fast speed.  I heard that bridging slows down everything and then there can be port issues with mail etc.
    I think this is mistaken.
    Putting the TC in bridge mode plugged into your FIOS will not slow the network.. nor will it cause mail or port issues.. in bridge the TC is just a fancy WAP and switch plus the network hard drive.
    If the computer is close it will be faster than the FIOS.
    You can run both wireless networks with different names.. so it is clear which is which. But you can also setup roaming so the computers themselves pick which is the best wireless.
    I tried extending the wireless net work and tried joining wireless network, but the TC kept crashing and I had to keep resetting the TC.  the Apple support person said these, extend wireless network and joint wireless network, are no longer a connection option with the new TC because of the new AC protocol.
    Thanks again!
    You cannot extend to a non-apple wireless router.
    You cannot use join a wireless network because when you do the ethernet ports will be cut off.
    But that has not changed.. I don't think Apple support is correct.. there has been no change with the AC model.. it is simply a fact that apple routers do not work in join wireless mode other than as a dumb client. The same applies to AC as to the earlier version.. but I have asked another person to check this.
    Join in the express is the only apple router that still allows an ethernet connection.
    For now you best use of the TC is bridged to the FIOS. Wireless you can sort out between several options.

  • My iphone 4s just turned off for no reason and i can't get it turned back on

    my iphone 4s just turned off for no reason and i can't get it turned back on, any suggestions?

    Reset it:
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then release.

  • My wife's new iPhone was automatically backing up to iCloud. Now my 5mb limit is not allowing me to get my email. I turned off the automatic backup, but I do I get the storage capacity back?

    My wife's new iPhone was automatically backing up to iCloud. Now my 5mb limit is not allowing me to get my email. I turned off the automatic backup, but I do I get the storage capacity back?

    Turning off automatic backup doesn't delete anything from your account, it only stops it from continuing to back up to iCloud.  If you want to reduce your iCloud storage, this article provides some suggestions: http://support.apple.com/kb/ht4847.

  • My lock button isn't working and I completely forgot that, I turned off my phone to restart it and now I cant turn it back on, Any suggestions?

    My lock button isn't working and I completely forgot that, I turned off my phone to restart it and now I cant turn it back on, Any suggestions?

    You need to get the on/off button repaired.
    You can try connecting the iPhone to a power source which should power the iPhone on.

  • How can I turn off the phone saying "Call from" #/name when getting incoming call.

    How can I turn off the phone saying "Call from" #/name when getting incoming call before the ring tone starts?  I have a LG accolade

    I recommend checking your  prompts and alerts to turn this feature off. This may be you "Call Connect" or "Readout" alerts. Listed below are steps to update this feature. 
    With the flip open, press the Voice Command Key (on the left side of the phone).The Voice Commands feature has several settings which allow you to customize how you want to use it. Access Voice Commands, then press the Right Soft Key[Settings]. Your choices are below:
    -Confirm Choices--- Automatic/Always Confirm/ Never Confirm
    -Sensitivity--- Control the sensitivity as More Sensitive/ Automatic/Less Sensitive
    -Adapt Voice ---If the phone often asks you to repeat voice command,train the phone to recognize your voice patterns.Train Words/ Train Digits
    Prompts ---Mode/ Audio Playback/Timeout
    * For Mode, set Prompts/ Readout+ Alerts/ Readout/ Tones Only.
    * For Audio Playback, set Speakerphone or Earpiece.
    * For Timeout, set 5 seconds or 10seconds.

  • I am using iphone 4s its under warranty , phone got automatically turn off even if has 50% battery and not get on until i connect to charger . if i go to service center will they change my phone ? and will i have to pay anything if its battery issue ???/

    i am using iphone 4s its under warranty , phone got automatically turn off even if has 50% battery and not get on until i connect to charger . if i go to service center will they change my phone ? and will i have to pay anything if its battery issue ???/

    Take it in and see what the technicians say is wrong and then how they want to handle the iPhone.  If the iPhone has a problem covered by the warranty then you should have no problems.

  • I turned off my computer while installing something and now I only get the start-up screen with the apple logo. How do I fix this?

    I turned off my computer while installing something and now I only get the start-up screen with the apple logo. How do I fix this?

    Reinstall OS X:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.
    Reinstalling Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion: Select Reinstall Lion and click on the Continue button.
    Note: You can also re-download the Lion installer by opening the App Store application. Hold down the OPTION key and click on the Purchases icon in the toolbar. You should now see an active Install button to the right of your Lion purchase entry. There are situations in which this will not work. For example, if you are already booted into the Lion you originally purchased with your Apple ID or if an instance of the Lion installer is located anywhere on your computer.

  • Light on iphone4 flash will not turn off even when phone is powered down, now it is overheated and says not usable till cooled, but it won't cool.  I'm afraid it will start a fire.

    light on iphone4 flash will not turn off even when phone is powered down, now it is overheated and says not usable till cooled, but it won't cool.  I'm afraid it will start a fire.  Aside from breaking it, putting in in a metal pail in the yard, or putting it in a bucket of water, what can be done to keep it from setting a fire.  It is so hot it burns my skin if i touch it, so bright, it hurts to look at, so hot there is now a warning that it is not usable till it cools down, but there is no way to cool it down. 

    more info, this happened after update to 7.0.2, and also wifi will no longer turn on since update.  I took it in to apple store, it had one month left on warrenty, and they said that it would have had to get wet for this to happen.  I thought that maybe it got wet through my jeans pocket in the rain or something so I didn't pursue it.  Now of course, it is out of warranty by a month. 

Maybe you are looking for