You cannot successfully perform an online backup of the information store databases on your Exchange Server 2003 SP1 computer, and event ID 217 is logged (889528)
The information in this article applies to:
- Microsoft Exchange Server 2003 Standard Edition, Service Pack 1 (SP1)
- Microsoft Exchange Server 2003 Enterprise Edition, Service Pack 1 (SP-1)
SYMPTOMS When you try to perform an online backup of the information
store databases on your Microsoft Exchange Server 2003 Service Pack 1 (SP1)
computer, the backup is not successful. The following event is logged to the
Application log:Event ID: 217 Source: ESE Type:
Error Category: Logging/Recovery Description: Error -4001 During
backup of a database location. The database will be
unable to restore. Note The -4001 error code corresponds to a JET_errFileIOBeyondEOF error condition.CAUSEUnder certain circumstances, the information store backups
may fail because of a "beyond end of file (EOF)" condition. In Exchange Server
2003 SP1, the Extensible Storage Engine (ESE) pre-extends the information store
database as an optimization feature.RESOLUTIONHotfix informationA supported
hotfix is now available from Microsoft, but it is only intended to correct the
problem that is described in this article. Only apply it to systems that are
experiencing this specific problem. This hotfix may receive additional testing.
Therefore, if you are not severely affected by this problem, we recommend that
you wait for the next Microsoft Exchange Server 2003 service pack that contains
this hotfix. To resolve this problem immediately, contact Microsoft
Product Support Services to obtain the hotfix. For a complete list of Microsoft
Product Support Services telephone numbers and information about support costs,
visit the following Microsoft Web site: Note In special cases, charges that are ordinarily incurred for
support calls may be canceled if a Microsoft Support Professional determines
that a specific update will resolve your problem. The usual support costs will
apply to additional support questions and issues that do not qualify for the
specific update in question. PrerequisitesTo install this hotfix, you must be have a computer that is
running Exchange Server 2003 SP1.
For
more information about how to obtain Exchange Server 2003 Service Pack 1, click
the following article number to view the article in the Microsoft Knowledge
Base: 836993
How
to obtain the latest service packs for Exchange Server 2003
Restart requirementOn a non-clustered, stand-alone Exchange Server 2003 computer, you
do not have to restart the computer to install this hotfix. However, Exchange
services are automatically stopped and then restarted during the hotfix
installation. On clustered Exchange Server 2003 computers, you must restart the
cluster nodes. For more information about how to install this hotfix, see the
"Hotfix installation instructions" section. Hotfix replacement informationThis hotfix does not replace any other hotfixes. File information The English version of this hotfix has the file
attributes (or later file attributes) that are listed in the following table.
The dates and times for these files are listed in Coordinated Universal Time
(UTC). When you view the file information, it is converted to local time. To
find the difference between UTC and local time, use the Time
Zone tab in the Date and Time tool in Control Panel. Date Time Version Size File name
--------------------------------------------------------------
21-Nov-2004 00:49 6.5.7232.54 2,115,072 Ese.dll
Hotfix installation instructions for non-clustered Exchange Server 2003 computersTo install this hotfix on a non-clustered, stand-alone Exchange
Server 2003 computer, use the following method. When you use this
method, you must first dismount all the information stores that are not
experiencing the problem. Then, you must forcefully stop the Microsoft Exchange
Information Store service before you install the hotfix. To use this method,
follow these steps:
- Dismount all information stores that are not experiencing
the problem that is described in the "Symptoms" section. For more information
about how to dismount a store, see the "Dismount a Store" topic in Exchange
Server 2003 Help.
Important Do not dismount the information stores that are mentioned in
event ID 217. You must kill the Store.exe process with the database mounted to force the Exchange database in the event 217 into a soft-recovery state. The soft-recovery state is needed for the following steps to work. - Use the Kill.exe utility or the TaskKill.exe utility to
forcefully stop the Microsoft Exchange Information Store service.
- If you are running Exchange Server 2003 on a Microsoft
Windows 2000 Server-based computer, use the Kill.exe utility to stop the
Microsoft Exchange Information Store service. The Kill.exe utility is included
with the Windows 2000 Support Tools on the Windows 2000 Server CD-ROM. To use
the Kill.exe utility, follow these steps:
- Install the Windows 2000 Support Tools.
For more
information about how to install the Support Tools, click the following article
number to view the article in the Microsoft Knowledge Base:
301423
How to install the Windows 2000
Support Tools to a Windows 2000 Server-based computer
- Click Start, click
Run, type cmd, and then click
OK.
- Type kill -f store.exe, and
then press ENTER.
Note For more information about Kill.exe command syntax, type
kill /? at the command prompt.
- If you are running Exchange Server 2003 on a Windows
Server 2003-based computer, use the TaskKill.exe utility to stop the Microsoft
Exchange Information Store service. The TaskKill.exe utility is included with
Windows Server 2003. The utility is located in the %windir%\System32 folder. To
use the TaskKill.exe utility, follow these steps:
- Click Start, click
Run, type cmd, and then click
OK.
- Type taskkill /f /im
store.exe, and then press ENTER.
Note For more information about TaskKill command syntax, type
taskkill /? at the command prompt, or visit the
following Microsoft Web site:
- Apply the hotfix.
- The Microsoft Exchange Information Store service
automatically restarts after you apply the hotfix. To make sure that the
service started correctly, view the status of the service in the Services
snap-in. To do this, follow these steps:
- Click Start, click
Run, type services.msc, and then click
OK.
- Locate the Microsoft Exchange Information
Store service.
- Make sure that the Status column
indicates a status of Started.
Note Permit time for recovery of the information store to
occur.
- Mount the information stores that you dismounted in step 1.
For more information about how to mount a store, see the "Mount a Store" topic
in Exchange Server 2003 Help.
Hotfix installation instructions for clustered Exchange Server 2003 environmentTo install this hotfix in a clustered Exchange Server 2003
environment, follow these steps:
- On the passive node, make sure the node does not own the
Exchange or the Cluster Group resource groups.
- On the passive node, click Start, click
Programs, click Administrative Tools, and
then click Services.
- Right-click Cluster Service, and then
click Stop.
Note This will cause the Cluster Administrator to
list the passive node as unavailable. The node icon will appear with a red "X"
over it. - Install this hotfix on the passive node.
- Restart the passive node.
- After it restarts, wait until Cluster
Administrator on the active node displays the passive node as an
active cluster member. The node icon will appear without a red "X" over it.
- On the active node, click Start , click
Programs, click Administrative Tools, and
then click Cluster Administrator.
- Expand the Groups container, click
Exchange resource group, and then right-click Exchange
Information Store Instance. Click Properties, click
the Advanced tab, and then click Do not
restart.
- Click OK to close the dialog
box.
- Dismount all the information stores that are not
experiencing the problem that is described in the "Symptoms" section. For more
information about how to dismount a store, see the "Dismount a Store" topic in
Exchange Server 2003 Help.
Important Do not dismount the information stores that are mentioned in
Event ID 217. - Use the Kill.exe utility or the TaskKill.exe utility to
forcefully stop the Microsoft Exchange Information Store service.
- If you are running Exchange Server 2003 on a Microsoft
Windows 2000 Server-based computer, use the Kill.exe utility to stop the
Microsoft Exchange Information Store service. The Kill.exe utility is included
with the Windows 2000 Support Tools on the Windows 2000 Server CD-ROM. To use
the Kill.exe utility, follow these steps:
- Install the Windows 2000 Support Tools.
For more information about how to install the Support
Tools, click the following article number to view the article in the Microsoft
Knowledge Base: 301423
How
to install the Windows 2000 Support Tools to a Windows 2000 Server-based
computer
- Click Start, click
Run, type cmd, and then click
OK.
- Type kill -f store.exe, and
then press ENTER.
Note For more information about Kill.exe command syntax, type
kill /? at the command prompt.
- If you are running Exchange Server 2003 on a Windows
Server 2003-based computer, use the TaskKill.exe utility to stop the Microsoft
Exchange Information Store service. The TaskKill.exe utility is included with
Windows Server 2003. The utility is located in the %windir%\System32 folder. To
use the TaskKill.exe utility, follow these steps:
- Click Start, click
Run, type cmd, and then click
OK.
- Type taskkill /f /im
store.exe, and then press ENTER.
Note For more information about TaskKill command syntax, type
taskkill /? at the command prompt, or visit the
following Microsoft Web site:
- On the active node, click Cluster
Administrator, expand Group container, right-click
Exchange resource group, and then click Move
Group to have the group moved to another passive node.
Note This will start the Exchange databases on the already patched
node and mount them. - Right-click Cluster Group resource group,
and then click Move Group to have the group moved to another
passive node.
- Using the Services management console, stop the Cluster
Service on the local node.
- Install the hotfix on this local node.
- Restart the local node.
Note The Exchange Virtual Server is now running on a node other than
what was previously the active node. If it is required, you can move the groups
back to the previously active node. - Expand the Groups container, click the
Exchange resource group, right-click the Exchange
Information Store Instance, click Properties, click
the Advanced tab, and then click
Restart.
- Click OK to close the dialog
box.
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 4/7/2006 |
---|
Keywords: | kbQFE KBHotfixServer kbExchange2003preSP2fix kbfix kbBug KB889528 kbAudITPRO |
---|
|