Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: The Backup BizTalk Server job is incorrectly associated with the time zone of the BizTalk Server


View products that this article applies to.

Symptoms

When the Backup BizTalk Server job is scheduled on a Microsoft BizTalk Server, the backup job is not associated with the time zone of the BizTalk Server. Instead, the backup job is associated with UTC time. By default, the BackupFull step of the Backup BizTalk Server job runs at midnight UTC time.

In this case, the Backup BizTalk Server job may run during the daytime instead of at midnight. For example, if the local time zone of the BizTalk Server is Universal Time (UTC)+10, the backup job runs at 10:00 A.M.

↑ Back to the top


Resolution

Hotfix information

There are two versions of this hotfix:
  • BizTalk Server 2006
  • BizTalk Server 2004 Service Pack 2
A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.

If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Prerequisites

You must have BizTalk Server 2006 or BizTalk Server 2004 SP2 installed to apply this hotfix.

Restart requirement

You does not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This 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 item in Control Panel.
BizTalk Server 2006
File nameFile versionFile sizeDateTimePlatform
Bts_administration_logic.sqlNot applicable467,08617-May-2007 13:37Not applicable
BizTalk Server 2004 SP2
File nameFile versionFile sizeDateTimePlatform
Bts_administration_logic.sqlNot applicable403,82010-Jun-2008 23:43Not applicable

↑ Back to the top


More information

This hotfix makes the following two major changes to the BTS_Administration_Logic.sql file:
  • A BackupHour variable parameter is added to the sp_BackupAllFull_Schedule stored procedure. You can use this parameter to specify the local time hour for the backup process to run. This variable defaults to NULL.
  • A UseLocalTime variable parameter is added to the sp_Markall stored procedure. You can use this parameter to use local time stamps for the backup log. This variable defaults to 0 for false.
To set the Backup BizTalk Server job to run at midnight local time, change step 1 to pass in 0, which is midnight, for the last parameter, and then change step 2 to pass in 1, which is true, for the last parameter. For example, you can changestep 1 and step 2 similar to the following:
Step 1
exec [dbo].[sp_BackupAllFull_Schedule] 'd' /* Frequency */, 'BTS' /* Name */, 'C:\BackUp' /* location of backup files */, 0, 0
Step 2
exec [dbo].[sp_MarkAll] 'BTS' /*  Log mark name */, 'C:\Delete' /* location of backup files */, 1
For more information about how to configure the Backup BizTalk Server job, visit the following Microsoft Web site:

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


Keywords: KB936187, kbqfe, kbhotfixserver, kbexpertiseinter, kbbiztalk2006presp1fix, kbbtsadmin, kbautohotfix

↑ Back to the top

Article Info
Article ID : 936187
Revision : 3
Created on : 5/4/2009
Published on : 5/4/2009
Exists online : False
Views : 305