- You have a computer that is running Microsoft Commerce Server 2007 Service Pack 2 (SP2).
- You sequence variants for a product in Commerce Server Catalog Manager.
- You perform a base catalog incremental import operation by using a catalog XML file.
- The catalog XML file does not include the variant rank attribute.
For example, you have the following product catalog in the catalog system:
<ProductVariant VariantCode="44" listprice="29.0000" lastmodified="2008-01-13T07:06:30" rank="3" id="Id_31">
<DisplayName Value="Women's woven tee (Blue)" language="en-US" />
<ProductColor Value="Blue" language="en-US" />
</ProductVariant>
<ProductVariant VariantCode="44" listprice="29.0000" lastmodified="2008-01-13T07:06:30" id="Id_31">
<DisplayName Value="Women's woven tee (Blue)" language="en-US" />
<ProductColor Value="Blue" language="en-US" />
</ProductVariant>