Product Catalog System Error Messages

The Unique ID required for the Product/Category/Product Variant is missing. <unique ID name>

Error ID 0xC1005005
Message ID MSG_PRODUCTID_NOTPRESENT
Component Product Catalog System
Explanation The unique identifier for the product ID, category name, or variant ID was not found for in the XML or CSV file being imported.
User Action Verify that the data is correct in the XML/CSV file being imported and retry the import.

Database operation failed. <string name>

Error ID 0xC1005009
Message ID MSG_DB_ERROR
Component Product Catalog System
Explanation Generic Database error. The <string name> string contains the details about the error.
User Action Necessary user action depends on the specific <string name> string.

Updating a product/Category failed <category name>.

Error ID 0xC1005010
Message ID MSG_UPDATE_PRODUCT_FAILED
Component Product Catalog System
Explanation Import of the product or category failed. See error message in %1 for details.
User Action See the %1 string for the recommended action.

Importing Catalog <catalog name>

Error ID 0x81005012
Message ID MSG_IMPORTING_CATALOG
Component Product Catalog System
Explanation The import of <catalog name> has started.
User Action This is an informational message; no user action is necessary.

Unable to create the file <file name>

Error ID 0x81005013
Message ID MSG_FILE_CREATION_FAILED
Component Product Catalog System
Explanation The attempt to create the file to which the exported XML/CSV data is to be written failed.
User Action Verify that the file path is correct, that the directory exists, and that the file name does not contain any disallowed characters. Verify, also, that you have the correct permissions for the directory and file.

Microsoft Commerce Server Exporting Catalog <catalog name>.

Error ID 0x81005016
Message ID MSG_EXPORTING_CATALOG
Component Product Catalog System
Explanation Catalog export for <catalog name> has started.
User Action This is an informational message; no action is necessary.

Invalid property is used in the product, <product name>. Possible causes can be: For a string property, the property value exceeds the property length, for an enumerated property the enumerated value does not exist, for a date property the date does not fall within the specified date range.

Error ID 0xC1005017
Message ID MSG_INVALID_PROPERTY
Component Product Catalog System
Explanation You have used a property that is not valid.
  • If this is a string property, the value may exceed the property length.
  • If this is an enumerated property, the enumerated value may not exist.
  • If this is a date property, the date does not fall within the specified date range.
User Action Correct the property value as necessary.

Unable to Open or Create the file <file name>

Error ID 0xC1005018
Message ID MSG_FILE_ERROR
Component Product Catalog System
Explanation Could not open the file. (This message can be logged from XMLImport, CSVImport, Unpup, or ValidateXML).
User Action Verify that the file exists and is accessible to the user.

The new Import/Export operation cannot be started until the Import in progress is completed.

Error ID 0xC1005020
Message ID MSG_IMPORT_IN_PROGRESS
Component Product Catalog System
Explanation The previous import/export operation must complete before you begin a new import/export.
User Action Wait until the first import/export process is complete, and then run the next import/export.

Creating full text indexes

Error ID 0xC1005025
Message ID MSG_CREATING_FULL_TEXT_INDEXES
Component Product Catalog System
Explanation This message displays during Catalog XML/CSV Import and signals the start of the full-text-catalog creation step.
User Action This is an informational message; no action is necessary.

The Catalog <catalog name> does not exist.

Error ID 0xC1005029
Message ID MSG_CATALOG_DOES_NOT_EXIST
Component Product Catalog System
Explanation The catalog does not exist in your database.
User Action You must create a catalog before you can export it, import it, or change its properties.

The attribute <attribute name> contained in the CSV file is a built in column in the catalogproducts table and cannot be used as an attribute. You need to rename the attribute. The CSV file is invalid.

Error ID 0xC1005030
Message ID MSG_INVALID_CSV_FILE
Component Product Catalog System
Explanation The CSV file cannot be exported because it is a built-in column.
User Action Rename the attribute and try again.

The Language <language_name> specified for the Property <property name> in the catalog <catalog name> is not defined in the catalog.

Error ID 0xC1005034
Message ID MSG_INVALID_CATALOG_LANGUAGE
Component Product Catalog System
Explanation In order to define property values in a particular language, that language must first be added to the catalog.
User Action Add this language to the catalog. You can add the language by adding it to the list of languages in the catalog XML element in the XML file.

A Definition with the Catalog Name you specified already exists and is being used by other catalogs. This definition cannot be modified. Specify a different name for the catalog or correct the properties in the CSV file to match the existing definition in the catalog system

Error ID 0xC1005035
Message ID MSG_DEFINITION_IN_USE
Component Product Catalog System
Explanation You are attempting to create a definition that already exists and is used by other catalogs.
User Action Use a different name for the catalog or correct the properties in the CSV file to match the existing definition in the Product Catalog System.

Unable to set the security context for the import/export/rebuild operation.

Error ID 0xC1005036
Message ID MSG_COULD_NOT_OPEN_THREAD_TOKEN
Component Product Catalog System
Explanation: The system was unable to set thread impersonation token for the background thread.
User Action If the import/export operation succeeds, then you can ignore this warning message. Otherwise, retry the import/export operation with the fRunSynchronously parameter set to "True."

Microsoft Commerce Server: Rebuild Virtual Catalog Started: <virtual catalog name>.

Error ID 0xC1005037
Message ID MSG_REBUILD_VIRTUAL_CATALOG_START
Component Product Catalog System
Explanation The virtual Catalog rebuild operation was started.
User Action This is an informational message; no action is necessary.

Microsoft Commerce Server: Rebuild Virtual Catalog Succeeded: <virtual-catalog-name>

Error ID 0xC1005038
Message ID MSG_REBUILD_VIRTUAL_CATALOG_SUCCESS
Component Product Catalog System
Explanation The virtual Catalog rebuild operation was successfully completed.
User Action This is an informational message; no action is necessary.

Microsoft Commerce Server: Rebuild Virtual Catalog Failed: <virtual-catalog-name> : <error-msg>

Error ID 0xC1005039
Message ID MSG_REBUILD_VIRTUAL_CATALOG_FAILED
Component Product Catalog System
Explanation The virtual Catalog rebuild operation failed.
User Action See the Event Log message for details about why the rebuild failed. The cause could be one of several different failures.

The Product <product ID> belonging to the definition <definition name> in the catalog <catalog name> does not define the ID attribute.

Error ID 0xC100503A
Message ID MSG_ID_MISSING_FOR_PRODUCT
Component Product Catalog System
Explanation The ID attribute for a product element in the XML file is missing.
User Action Fix the XML file to include the ID attribute for the product element.

The Category <category name> belonging to the definition <definition name> in the catalog <catalog name> does not define the ID attribute.

Error ID 0xC100503B
Message ID MSG_ID_MISSING_FOR_CATEGORY
Component Product Catalog System
Explanation The ID attribute for a category element in the XML file was missing.
User Action Fix the XML file to include the ID attribute for the category element.

The displayName element <element name> for the category <category name> is missing the language element.

Error ID 0xC100503C
Message ID MSG_LANGUAGE_MISSING_FOR_CATEGORY_DISPLAYNAME
Component Product Catalog System
Explanation The Category DisplayName element must have a language attribute.
User Action Fix the XML file by adding the language attribute to the category display name element.

The displayName element <element name> for the catalog <catalog name> is missing the language element.

Error ID 0xC100503D
Message ID MSG_LANGUAGE_MISSING_FOR_CATALOG_DISPLAYNAME
Component Product Catalog System
Explanation The Catalog display name element must have a language attribute.
User Action Fix the XML file by adding the language attribute to the catalog display name element.

Copyright © 2005 Microsoft Corporation.
All rights reserved.