Microsoft KB Archive/923229

From BetaArchive Wiki

Article ID: 923229

Article Last Modified on 11/15/2007



APPLIES TO

  • Microsoft Commerce Server 2007 Enterprise Edition
  • Microsoft Commerce Server 2007 Developer Edition
  • Microsoft Commerce Server 2007 Standard Edition



SYMPTOMS

On a computer that is running Microsoft Commerce Server 2007, the OrderObjectMapping.xml file does not accept the Scale property for numeric data types. When you execute an order pipeline, you receive the following error message:

[SqlSchemaValidationException: Column OrderForms.CurrencyExchangeRate referenced in Orders storage mapping file has a different data type than the corresponding entry in the SQL schema.] Microsoft.CommerceServer.Runtime.Orders.OrderContext.ValidateXmlFileWithSql(SchemaMapping mapping, String connStr, Int32 timeout) +8044 Microsoft.CommerceServer.Runtime.Orders.OrderContext.CreateSchemaAndPipelineMapping(SchemaMapping& schemaMapping, PipelineAdapter& pipelineAdapter, String appRootPath, CommerceOrdersConfiguration ordersConfiguration) +259 Microsoft.CommerceServer.Runtime.Orders.OrderContext.Initialize(String transactionResourceConnectionString, String transactionConfigResourceConnectionString) +212 Microsoft.CommerceServer.Runtime.Orders.OrderContext.Create(String transactionResourceConnectionString, String transactionConfigResourceConnectionString) +114 Microsoft.CommerceServer.Runtime.Orders.CommerceOrderModule.CreateOrderContext() +68 Microsoft.CommerceServer.Runtime.Orders.CommerceOrderModule.get_OrderContext() +87 Microsoft.CommerceServer.Runtime.Orders.CommerceOrderModule.Init(HttpApplication appInstance) +235 System.Web.HttpApplication.InitModules() +267 System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1251 System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +317

This problem occurs after you add the Scale property to a column tag that has a data type of numeric in the OrderObjectMapping.xml file.

RESOLUTION

Hotfix information

A supported hotfix is now 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 service pack that contains this hotfix.

To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:

Note If additional issues occur or 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. To create a separate service request, visit the following Microsoft Web site:

Prerequisites

You must have Commerce Server 2007 installed before you apply this hotfix.

Restart requirement

You do not have to restart the computer after you apply this hotfix. However, you must restart Microsoft Internet Information Services (IIS) after you apply this hotfix. To do this, click Start, click Run, type iisreset, and then click OK.

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.

File name File version File size Date Time
Microsoft.commerceserver.runtime.dll 6.0.3800.0 842,560 21-Aug-2006 17:49
Ordermapping.exe 6.0.3800.0 97,048 21-Aug-2006 17:49


STATUS

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

MORE INFORMATION

This problem occurs when the OrderObjectMapping.xml file contains column tags that resemble the following.

<Column Name="CurrencyExchangeRate" DataType="numeric" Precision="11" Scale="5" IsNullable="false"/>
<Column Name="EurSalesPriceExchangeRate" DataType="numeric" Precision="11" Scale="5" IsNullable="false"/>

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Keywords: kbfix kbbug kbhotfixserver kbqfe kbpubtypekc KB923229