Forum
Merhaba değerli arkadaşlar,
Exchange server 2007 den 2010 a mailboxları taşıyorum bazı mailboxlar da aşağıdaki hatayı verdi.
Error: This mailbox exceeded the maximum number of corrupted items that were specified for this move request.
Microsoft sayfasında isinteg yapıldığında düzeleceği yazıyordu yaptım, düzelmedi biraz daha araştırdım yine microsoft technette alttaki kodu gördüm uyguladım fail olan mailboxlar move oldu, ancak bu işlem sonrasında herhangi bir mailbox kaybı olur mu ? iyi çalışmalar
Set-MoveRequest -Identity "Ayla" -BadItemLimit 5
merhaba
baditemlimit parameterisinde değeri en fazla 5 de tutarsanız problem olmaz. Yanlız baditemlimit parametresinin sonuna -AcceptLargeDataLoss parametresinide eklemeni önerirm. Yani şöyle olacak
Set-MoveRequest -Identity "Bugra Keskin" -BadItemLimit 5 -AcceptLargeDataLoss
Selam hocam bu ek komut ne yapıyor tam olarak
baditems parametresinin yetmediği durumlarda bozulmuş büyük dataları yinede kopyalamaya yarayan parametredir. Bu parametre ile biraz daha uzun sürebilir ancak data kaybı daha az olur.
şimdi bir sorunum daha var kendim halletmeye çalıştım ancak ne yaptıysam nafile mailbox ları move ettim iyi güzel ama eski server de exchange mailbox klasörü 90 gb falan şimdi yenisine bakıyorum 2 tane mailbox eksik olduğu halde klasörün boyutu 250 gb 123 gb log dosyası var böyle bir sorunla karşılaşıp çözen var mı ?
bu sorunu circulair logging i aktif ederek çözdüm loglar silindi ancak halen şunu anlayamıyorum eski edb 90 gb idi şu an ki 125 gb ta ve her an artıyor.
event loga baktım 106 event id ile hata düşüyor sürekli
http://technet.microsoft.com/en-us/library/aa995966(EXCHG.80).aspx buradaki scripti çalıştırmaya çalıştım çalışmadı ancak klasörü manuel silip exchange search indexer servisini restart ettim yeniden oluşturmaya başladı ama yine de 106 event id hatası yine düşüyor yardımlarınızı rica ediyorum.
hata aşağıda
Log Name: Application
Source: MSExchange Common
Date: 17.01.2011 11:13:23
Event ID: 106
Task Category: General
Level: Error
Keywords: Classic
User: N/A
Computer: mail.anabilim.local
Description:
Performance counter updating error. Counter name is Client-side Cache Hits, category name is MSExchange Active Manager Client. Optional code: 1. Exception: The exception thrown is : System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
at System.Diagnostics.PerformanceCounter.Initialize()
at System.Diagnostics.PerformanceCounter.IncrementBy(Int64 value)
at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.IncrementBy(Int64 incrementValue)
Last worker process info : 3276False
Processes running while Performance counter failed to update:
2560 MSExchangeMailboxAssistants
5908 w3wp
4444 store
976 svchost
2748 explorer
3928 MSExchangeThrottling
2024 svchost
6860 msftefd
1952 SMSvcHost
5900 mmc
1160 svchost
568 wininit
1308 w3wp
5880 msftefd
560 csrss
1544 svchost
348 SLsvc
2920 taskeng
7056 msftefd
4596 w3wp
1924 msftesql
2364 Microsoft.Exchange.EdgeSyncSvc
2316 Microsoft.Exchange.AntispamUpdateSvc
6056 w3wp
6252 msftefd
2812 WmiPrvSE
1520 vmicsvc
5100 powershell_ise
3684 mmc
332 svchost
1848 lic98Service
920 svchost
2884 Microsoft.Exchange.ProtectedServiceHost
1504 vmicsvc
3276 MSASCui
8140 PresentationFontCache
516 csrss
2680 MSExchangeMailboxReplication
2480 MsExchangeFDS
1688 LogWatNT
504 svchost
1488 vmicsvc
5032 mad
4044 msftefd
1876 exfba
6404 mmc
644 services
884 svchost
1468 vmicsvc
1416 IliAS
868 svchost
5200 msdtc
1456 vmicsvc
272 svchost
664 lsm
2040 svchost
1840 MSExchangeADTopologyService
656 lsass
1048 svchost
1244 BackupAssistService
256 svchost
448 smss
1432 spoolsv
2612 dwm
1232 svchost
3792 Microsoft.Exchange.ServiceHost
5972 w3wp
1816 svchost
2996 msexchangerepl
3284 MSExchangeTransportLogSearch
2204 Microsoft.Exchange.AddressBook.Service
824 svchost
2596 MSExchangeTransport
3580 Microsoft.Exchange.RpcClientAccess.Service
6140 svchost
1008 svchost
4748 w3wp
3368 EdgeTransport
2776 MSExchangeMailSubmission
604 winlogon
1588 inetinfo
1584 taskeng
1780 taskeng
4 System
4968 conime
3820 Microsoft.Exchange.Search.ExSearch
0 Idle
Performance Counters Layout information: FileMappingNotFoundException for category MSExchange Active Manager Client : Microsoft.Exchange.Diagnostics.FileMappingNotFoundException: Cound not open File mapping for name : Global\netfxcustomperfcounters.1.0msexchange active manager client
at Microsoft.Exchange.Diagnostics.FileMapping.OpenFileMapping(String name, Boolean writable)
at Microsoft.Exchange.Diagnostics.FileMapping..ctor(String name, Boolean writable)
at Microsoft.Exchange.Diagnostics.PerformanceCounterMemoryMappedFile.Initialize(String fileMappingName, Boolean writable)
at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetAllInstancesLayout(String categoryName)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MSExchange Common" />
<EventID Qualifiers="49156">106</EventID>
<Level>2</Level>
<Task>1</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-01-17T09:13:23.000Z" />
<EventRecordID>20619</EventRecordID>
<Channel>Application</Channel>
<Computer>mail.anabilim.local</Computer>
<Security />
</System>
<EventData>
<Data>1</Data>
<Data>Client-side Cache Hits</Data>
<Data>MSExchange Active Manager Client</Data>
<Data>The exception thrown is : System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
at System.Diagnostics.PerformanceCounter.Initialize()
at System.Diagnostics.PerformanceCounter.IncrementBy(Int64 value)
at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.IncrementBy(Int64 incrementValue)
Last worker process info : 3276False
Processes running while Performance counter failed to update:
2560 MSExchangeMailboxAssistants
5908 w3wp
4444 store
976 svchost
2748 explorer
3928 MSExchangeThrottling
2024 svchost
6860 msftefd
1952 SMSvcHost
5900 mmc
1160 svchost
568 wininit
1308 w3wp
5880 msftefd
560 csrss
1544 svchost
348 SLsvc
2920 taskeng
7056 msftefd
4596 w3wp
1924 msftesql
2364 Microsoft.Exchange.EdgeSyncSvc
2316 Microsoft.Exchange.AntispamUpdateSvc
6056 w3wp
6252 msftefd
2812 WmiPrvSE
1520 vmicsvc
5100 powershell_ise
3684 mmc
332 svchost
1848 lic98Service
920 svchost
2884 Microsoft.Exchange.ProtectedServiceHost
1504 vmicsvc
3276 MSASCui
8140 PresentationFontCache
516 csrss
2680 MSExchangeMailboxReplication
2480 MsExchangeFDS
1688 LogWatNT
504 svchost
1488 vmicsvc
5032 mad
4044 msftefd
1876 exfba
6404 mmc
644 services
884 svchost
1468 vmicsvc
1416 IliAS
868 svchost
5200 msdtc
1456 vmicsvc
272 svchost
664 lsm
2040 svchost
1840 MSExchangeADTopologyService
656 lsass
1048 svchost
1244 BackupAssistService
256 svchost
448 smss
1432 spoolsv
2612 dwm
1232 svchost
3792 Microsoft.Exchange.ServiceHost
5972 w3wp
1816 svchost
2996 msexchangerepl
3284 MSExchangeTransportLogSearch
2204 Microsoft.Exchange.AddressBook.Service
824 svchost
2596 MSExchangeTransport
3580 Microsoft.Exchange.RpcClientAccess.Service
6140 svchost
1008 svchost
4748 w3wp
3368 EdgeTransport
2776 MSExchangeMailSubmission
604 winlogon
1588 inetinfo
1584 taskeng
1780 taskeng
4 System
4968 conime
3820 Microsoft.Exchange.Search.ExSearch
0 Idle
Performance Counters Layout information: FileMappingNotFoundException for category MSExchange Active Manager Client : Microsoft.Exchange.Diagnostics.FileMappingNotFoundException: Cound not open File mapping for name : Global\netfxcustomperfcounters.1.0msexchange active manager client
at Microsoft.Exchange.Diagnostics.FileMapping.OpenFileMapping(String name, Boolean writable)
at Microsoft.Exchange.Diagnostics.FileMapping..ctor(String name, Boolean writable)
at Microsoft.Exchange.Diagnostics.PerformanceCounterMemoryMappedFile.Initialize(String fileMappingName, Boolean writable)
at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetAllInstancesLayout(String categoryName)
</Data>
</EventData>
</Event>