Exchange Server 2007 Update Rollup 4

Microsoft tarafından Exchange 2007 için birçok düzeltmenin yapıldığı Update Rollup 4 yayınlandı.
Aşağıdaki adresten bu updateleri yükleyebilirsiniz.
http://www.microsoft.com/downloads/details.aspx?FamilyId=E56FC52A-216E-4225-BF2F-F082C20B7B21&displaylang=en
Aynı zamanda Microsoft Update ilede bu dosyalara ulaşabilirsiniz.Microsoft tarafından belirtildiğine göre bu update ile birlikte yapılan düzenlemeler aşağıdaki gibi:

* 930463 - Missing Recipients on Edge cause 5.1.1 NDR, Edgesync does not Sync objects from Other domain trees in Same Forest
* 937656 - Change to DST transition dates in New Zealand time zone starting 2007
* 936300 - Mailbox Moves Blocked due to store deadlock
* Dismount Fails When Run As Local System
* Cancelling a backup from replica writer leaves store in backup in progress state, store restart is required in order to continue the backups successfully
* 932561 - Implement Western Australia DST time zone
* Test-edgesync needs to compute proxyaddress hash only once to avoid false positive in multi-edge server scenario
* 937861 - Exchange Gives Borked Address Type Array to Client, Causing NDR
* 938359 - Store.exe crash while composing a standard reply for moderated email-enabled public folder
* 938698 - LLRPerf: Long running open transactions are causing the checkpoint adv to be tricked into thinking it needs to version pages
* 936716 - Date format in body of read receipt confirmation does not match OS regional settings
* 940052 - Unable to reconnect a mailbox through EMC
* 933314 - ADSizelimitExceededException when GetDefaultAcceptedDomain() is called
* 939560 - EcGetSTF will only return maxPageSize number of OABs, not enough for hosting systems

Exchange Server 2007 yi kaldırırken Public Folder Hatası

Sık rastlanan sorunlardan birtaneside Exchange Server 2007’yi kaldırırken public folder replikasyonu ile ilgili hata vermesidir.Add/remove programs bölümünü kullanarak uninstall işlemini sırasında

The public folder database Database_Name cannot be deleted.
Error:
The public folder database specified contains folder replicas. Before deleting the public folder database, remove the folders or move the replicas to another public folder database.

Hatasını alabiliririz.Bu hatanın alınmasının temel nedeni bilgi içeren public folder veritabanlarını silinememesi.Eğer bu public folder organizasyonumuzdaki son public folder ise varolan tüm pf instance’lerini silmeli ardından veritabanını kaldırmayı denemeliyiz.Eğer son public folder değilse bu seferde varolan public folder replikasyonlarını kaldırmamız gereklidir.

Peki bunu nasıl gerçekleştirebiliriz.Bunun için Microsoft’un yayınladığı makaleler aşağıda bulunuyor.

How to Remove a Public Folder Database

http://technet.microsoft.com/en-us/library/aa998329.aspx

How to Remove the Last Public Folder Database in the Organization

http://technet.microsoft.com/en-us/library/bb201664.aspx

‘The name of the security certificate is invalid or does not match the name of the site’ hatasi

Outlook 2007 kullanan bir istemci Exchange 2007′ye baÄŸlanmaya çalıştığında aÅŸağıdaki hata mesajı ile karşılaÅŸabilir.

The name of the security certificate is invalid or does not match the name of the site

Bu hatanın sebepleri şunlar olabilir:
-Exchange 2007 kurulumu ile birlikte gelen sertifika bir yenisiyle deÄŸiÅŸtirilmiÅŸ olabilir.
-Yeni sertifika üzerindeki ismi,

-Autodiscover servisinin Service Connection Point object URL’si ile,
-Exchange 2007 Web Service (EWS), the Offline Address Book Web service, veya Exchange Unified Messaging (UM) Web service ‘nin InternalURL’si ile

eÅŸleÅŸmiyor olabilir.
Bu sorunu aşmak için aşağıdaki makaleyi inceleyebilirsiniz:
http://support.microsoft.com/default.aspx/kb/940726

,

Event ID 2042 Replikasyon hatasi

İki dc arasında replikasyonun kesildiğini farkettiğinizde hata kodlarını incelerken aşağıdaki hatayla karşılaşabilirsiniz.

Hatanın tam metni:
It has been too long since this machine last replicated with the
named source machine. The time between replications with this source
has exceeded the tombstone lifetime. Replication has been stopped
with this source.
The reason that replication is not allowed to continue is that
the two machine’s views of deleted objects may now be different.
The source machine may still have copies of objects that have
been deleted (and garbage collected) on this machine. If they
were allowed to replicate, the source machine might return
objects which have already been deleted.
Time of last successful replication:
2005-01-21 07:16:03
Invocation ID of source:
0397f6c8-f6b8-0397-0100-000000000000
Name of source:
4a8717eb-8e58-456c-995a-c92e4add7e8e._msdcs.contoso.com
Tombstone lifetime (days):
60

The replication operation has failed.

Bunun genel anlamda sebebi kaynak domain ile hedef domain arasındaki silinmiş öğelerin farklı olması nedeniyle replikasyonun kesilmesidir.
Bu durumda bu silinmiş öğeleri kaldırarak replikasyonu yeniden başlatırız.İlk önce repadmin /showrepl ile repliksyonun hangi DC ile kesildiğinden emin oluruz.Ardından yine repadmin aracını aşağıdaki parametrelerle kullanırız:

repadmin /removelingeringobjects domain_controller.example.com A0AE6093-15F5-4DB8-836B-4495E3A15396 dc=example,dc=com /advisory_mode

Buradaki domain_controller.example.com silinmiÅŸ öğeleri barındıran domain’dir.
A0AE6093-15F5-4DB8-836B-4495E3A15396 ise kaynak domaindir.Bu GUİD numarasına ulaşmak için repadmin /showrepl /v name of the authoritative server komutunu kullanırız.DC object GUID değeri bizim aradığımız değerdir.Silinmiş öğeleri kaldırmayı başardıysak aşağıdaki uyarı gelir.

RemoveLingeringObjects successful on domain_controller_name.domain_name.com

Eğer acil olarak replikasyona başlamamız gerekli ise registry üzerindeki birkaç değişiklikle bunu sağlayabiliriz.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters
dizini altına Allow Replication With Divergent and Corrupt Partner DWORD anahtarını oluÅŸturup deÄŸerini 1 verdikten sonra Active Directory Sites and Services ‘den replikasyonu yenidan baÅŸlattığımızda sorunun çözüldüğünü görebiliriz.

, , , ,

Exchange 2003 kurulumu sirasindaki hatalar

Önceden oluşturulmuş ve manuel kaldırılmış bir Exchange sunucusunun üzerinde tekrardan exchange kurulumu yapmaya çalıştığımızda aşağıdaki hatayı alabiliyoruz.

The component “Microsoft Exchange Forest Preparation” cannot be assigned the action “Forestprep” because to install the first Exchange server in a domain, or to run setup in “/ForestPrep” mode, you must be an Exchange Full Administrator at the organization level. You must use an account that has been granted the Full Exchange Administrator role on the Exchange organization using the Exchange Administrative Delegation Wizard.

Bize yetkilerle ilgili bir problem gibi gözüküyor.Eski oluÅŸturulan GUID üzerinde yeterli yetkimiz olmadığı için bu hatayı alıyoruz.Bunun için adsiedit aracını kullanmamız gerekiyor.Adsiedit ile GUID container’ının düzenlicez. Devamini oku »

Windows 2000,XP yada 2003 tabanli bir bilgisayari kapatmaya calistigimizda bilgisayar yanit vermiyor.

BELİRTİLER
On a computer that is running Microsoft Windows Server 2003, Microsoft Windows XP, or Microsoft Windows 2000, a program is running, and you have not saved the changed data in the program. When you try to shut down the computer, you receive a message that prompts you to save changes in the program. If you leave the computer running for a long time while this message is present, the computer may stop responding.

SEBEP
This behavior occurs because the shutdown process stops if you do not save changed data before the shutdown process starts. This behavior prevents data from being lost.

ÇÖZÜM
To work around this behavior, save the changed data in every program. Then, exit all programs before you shut down the computer.

If a confirmation message appears, follow the instructions in the message.

If Windows stops responding, turn off the power to the computer.

, , ,

DHCP Server servisini yeniden baslattigimizda, Windows Server 2003 server uzerinde bazi DHCP secenekleri gözükmüyor.

BELİRTİLER
Consider the following scenario. You use a Microsoft Windows Server 2003-based DHCP server to assign TCP/IP configurations to client computers. Then, you restart the DHCP Server service. In this scenario, some DHCP options disappear on the DHCP server.

This problem occurs if the following conditions are true:• Some user classes are created on the DHCP server.
• The user classes are referenced in the Scope Options properties or in the Server Options properties.
• One or more user classes are removed from the DHCP server.
• The references are not removed before the user classes are removed.
When this problem occurs, client computers do not have the correct TCP/IP configurations. Therefore, the client computers cannot communicate with other computers on the network.

SEBEP Devamini oku »

, , ,

Exchange Server 2007 installation sirasinda “The image file \setup.exe is valid, but is for a machine type other than the current machine” hatasi

BELİRTİLER
When you try to install Microsoft Exchange Server 2007, you receive the following error message:
The image file path\setup.exe is valid, but is for a machine type other than the current machine.
You receive this error message immediately after you start the Setup.exe program or the Setup.com program.
Back to the top

NEDEN
This issue occurs if you try to install the 64-bit version of Exchange 2007 on a computer that has a 32-bit computer operating system.
Back to the top

ÇÖZÜM
To resolve this issue, install Exchange 2007 on a computer that has an x64-based version of Microsoft Windows. Or, if you want to install only the Exchange 2007 administration tools, or if you want only to prepare the Active Directory directory service for the installation of Exchange 2007, obtain the 32-bit version of Exchange 2007.

, , ,

An update for Windows Server 2003 enables the Ntbackup.exe tool to log an event if the backup media is full

Windows Server 2003 üzerinde ntbackup.exe ile herhangi bir media üzerine backup aldığımızda , eğer bu media tamamen doluysa ntbackup bize bir uyarı mesajı verir.Fakat aynı zamanda bunu bakcup için oluşturduğu log dosyalarına yazmaz.Kimi zaman log dosyları ile analiz yaparken bu özellik başımızı ağrıtabilir.
Microsoft’un çıkardığı update sayesinde Aplication log içerisine media dolu olduÄŸu zaman log dosyaları yazılmaya baÅŸlanır.Log dosyasının içeriÄŸi aÅŸağıdaki gibidir;

The current media is full and there is no more free media. Please add media or click Cancel to stop the backup operation.

Microsoft Müşteri Hizmetlerine ulaÅŸarak ilgili hotfix’i temin edebilirsiniz.
http://support.microsoft.com/contactus/?ws=support

, , , , ,

Error message when you try to connect to a Windows server-based computer that is running Terminal Services: “Terminal Server has ended the connection”

Terminal Server has ended the connection.

Event ID 1004
Source: TermService
Description: Unable to acquire a license for user XXXXX, domain XXXXX

İlgili KB: http://support.microsoft.com/kb/274805/en-us

, , ,

Many instances of Error events 59 and 32 are logged in the System log on a Windows Server 2003-based terminal server

Error event 1
Event Type: Error
Event Source: SideBySide
Event ID: 59
Description:
Generate Activation Context failed for c:\windows\system32\winlogon.exe. Reference error message: The referenced assembly is not installed on your system.
Error event 2
Event Type: Error
Event Source: SideBySide
Event Category: None
Event ID: 32
Description:
Dependent Assembly Microsoft.Windows.SystemCompatible could not be found and Last Error was The referenced assembly is not installed on your system.

Additionally, an error event that resembles the following may be logged in the System event log:
Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: Date
Time: Time
User: N/A
Computer: Computer_Name
Description:
Application Popup: winlogon.exe - Unable To Locate Component : This application has failed to start because WINHTTP.dll was not found. Re-installing the application may fix this problem.

İlgili KB: http://support.microsoft.com/kb/914061/en-us

, , ,

How to troubleshoot Event ID 2021 and Event ID 2022

Event ID: 2022
Source: Srv
Description: Server was unable to find a free connection n times in the last s seconds.
Event ID: 2021
Source: Srv
Description: Server was unable to create a work item %2 times in the last %3 seconds.
Additionally, on servers or clients that are connected to the server that experiences the problem, an event that is similar to the following may be logged.
Event ID: 3013
Source: Rdr
Description: The redirector has timed out to Computer_Name.

İlgili KB: http://support.microsoft.com/kb/317249/en-us

, , ,

Event ID: 4311 occurs when you upgrade from Windows 2000 Server with Service Pack 4 to Windows Server 2003 with Service Pack 1

Event Source: NetBT
Event Category: None
Event ID: 4311
Date: date
Time: time
Type: Error
User: N/A
Computer: computer_name
Description: Initialization failed because the driver device could not be created.

İlgili KB: http://support.microsoft.com/kb/900965/en-us

, , ,

“Incorrect function. ID no: c0070001″ error message when you perform an operation that requires disk access in Exchange Server 2003

Incorrect Function.
Facility: Win32
ID no: c0070001
Exchange System Manager

An error occurred during a call to Windows Management Instrumentation
ID no: 80041013
Exchange System Manager

İlgili KB: http://support.microsoft.com/kb/841481/en-us

, , ,

C1041724 error occurs when you try to mount a database

An internal processing error has occurred. Try restarting the Exchange System Manager or the Microsoft Exchange Information Store service, or both.

ID no: C1041724
Exchange System Manager

İlgili KB: http://support.microsoft.com/kb/294318/en-us

, , ,

“The information store could not be opened” error message occurs when you try to view client permissions in Exchange Server 2003 or Exchange 2000 Server

The information store could not be opened. The logon to the Microsoft Exchange server computer failed.

MAPI 1.0 ID no: 80040111-0286-00000000

ID no: C1050000 Exchange System Manager
-or-
A recently installed program may cause Microsoft Office or other e-mail-enabled programs to function improperly. Outlook can resolve this conflict without affecting the program that originally caused the problem. Do you want Outlook to resolve this problem?
-or-
Outlook was unable to resolve the conflict between a recently installed program and Microsoft Office or other e-mail-enabled programs. Outlook needs to modify a system component that another program is currently using. To fix this problem, please restart Windows.

İlgili KB: http://support.microsoft.com/kb/329136/en-us

, , ,

An SMTP virtual server does not start successfully, and no Error event is logged on a Windows Server 2003-based computer that is running Exchange Server 2003

The service has returned a service-specific error code.
Check the Windows Event Viewer for details.

İlgili KB: http://support.microsoft.com/kb/840761/en-us

, , ,

How to troubleshoot virtual memory fragmentation in Exchange Server 2003 and Exchange 2000 Server

Source: MSExchangeIS
Category: Performance
ID: 9582
Type: Warning
Description:
The virtual memory necessary to run your Exchange server is fragmented in such a way that performance may be affected. It is highly recommended that you restart all Exchange services to correct this issue.

Source: MSExchangeIS
Category: Performance
ID: 9582
Type: Error
Description:
The virtual memory necessary to run your Exchange server is fragmented in such a way that performance may be affected. It is highly recommended that you restart all Exchange services to correct this issue.

İlgili KB: http://support.microsoft.com/kb/325044/en-us

, , ,
Toplam 343 yazi ve 125 yorum bulunmaktadir.
  1. Haberdar Ol

    Son eklenen makalelerin mailinize gelmesi icin adresinizi yazin.



  2. Kategoriler

  3. Son Eklenen 15 Yazı

    En Populer 25 Yazi

    Bugun En Cok Okunan 25 Yazi

    Su an Okunanlar

    Gezdiklerim

    Ve Yeniden "LOST"...