Przejdź do głównej zawartości
Pomoc techniczna
Zaloguj się przy użyciu konta Microsoft
Zaloguj się lub utwórz konto.
Witaj,
Wybierz inne konto.
Masz wiele kont
Wybierz konto, za pomocą którego chcesz się zalogować.
angielski
Przepraszamy, ten artykuł nie jest dostępny w Twoim języku.

Symptoms

You cannot stage marketing in Microsoft Commerce Server 2007 or in Microsoft Commerce Server 2009 if lots of marketing data exists. For example, you add many promotion codes to marketing before you stage the marketing.

Cause

This issue occurs because of a time-out error.

When you try to stage marketing, a time-out feature is set to 30 seconds in Commerce Server 2007 and in Commerce Server 2009. Therefore, a time-out error occurs if lots of marketing data exists.

Resolution

To resolve this issue, apply the following hotfix. After you apply the following hotfix, you can configure a time-out feature in the Cssrv.exe.config file.

Hotfix information

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.

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, submit a request to 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 website:

http://support.microsoft.com/contactus/?ws=supportNote 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

To apply this hotfix, you must have one of the following installed:

  • Microsoft Commerce Server 2007 Service Pack 2 (SP2) and Microsoft SQL Server Compact 3.5 Service Pack 1 (SP1)

  • Microsoft Commerce Server 2009


Restart requirement

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

Hotfix replacement information

This hotfix does not replace a previously released hotfix.

Installation Instructions

To install the hotfix for Commerce Server 2007, follow these steps. To install the hotfix for Commerce Server 2009, simply run the CommerceServer2007SP3-KB2528973-ENU.exe file.

  1. Extract the hotfix package. When you extract the hotfix package, you receive the following files:

    • CommerceServer2007SP2-KB2528973-ENU.exe

    • Hotfix.txt

  2. Install SQL Server Compact Edition (CE) 3.5 SP1.

    Note If you want to install the x64 version of SQL Server 2008 CE, you must install the x86 version before you can install the x64 version.

  3. Close the Commerce Server Staging management console, and then stop the CSS service. To stop the CSS service, open a command prompt, type the following command, and then press ENTER:

    net stop css

  4. Run the CommerceServer2007SP2-KB2528973-ENU.exe file to apply the hotfix.

  5. After the installation is complete, start the CSS service. To start the CSS service, open a command prompt, type the following command, and then press ENTER:

    net start css

Note After you install this hotfix, a new file "Csssrv.exe.config" will be created in your Staging\Bin folder. The contents of this file are as follows:<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="sqlCommandTimeoutSeconds" value="60" />
</appSettings>
</configuration>
You can specify the time-out value according to your needs. This is the duration that staging code will wait for individual database operations before it times out. The default value set by this hotfix is 60 seconds, and the default value without this hotfix installed is 30 seconds.

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.

Commerce Server 2007 Service Pack 2

File name

File version

File size

Date

Time

Platform

Csssrv.exe.config

Not applicable

184

30-Mar-2011

12:19

Not applicable

Microsoft.commerceserver.staging.businessdatastagingframework.dll

6.0.4109.61

108,480

31-Mar-2011

13:52

x86

Commerce Server 2009


File name

File version

File size

Date

Time

Platform

Csssrv.exe.config

Not applicable

184

30-Mar-2011

13:34

Not applicable

Cs2009hotfixhelper.exe

6.0.4171.55

12,136

15-Dec-2011

06:34

x86

Microsoft.commerceserver.staging.businessdatastagingframework.dll

6.0.4171.55

108,480

15-Dec-2011

06:34

x86


Status

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

References

For more information about how to stage business data, visit the following MSDN website:

How to stage business data

Potrzebujesz dalszej pomocy?

Chcesz uzyskać więcej opcji?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Czy te informacje były pomocne?

Co wpłynęło na Twoje wrażenia?
Jeśli naciśniesz pozycję „Wyślij”, Twoja opinia zostanie użyta do ulepszania produktów i usług firmy Microsoft. Twój administrator IT będzie mógł gromadzić te dane. Oświadczenie o ochronie prywatności.

Dziękujemy za opinię!

×