Business Analytics System Error Messages

User Import Task: Failed to create Commerce Server Performance Counters Component.

Error ID 0xC1003000
Message ID E_MSCOP_UPMDTS_PERFCTR_CREATE
Component Profile Data Import Task
Explanation The User Import Task Performance Counters Component was not created and you will not be able to view the performance counters until you correct this.
User Action Check the Commerce Server installation Event Log for any errors that may have prevented the component from being created.

User Import Task: Failed to initialize Commerce Server Performance Counters Component.

Error ID 0xC1003001
Message ID E_MSCOP_UPMDTS_PERFCTR_INIT
Component Profile Data Import Task
Explanation The User Import Task Performance Counters Component was not created and you will not be able to view the performance counters until you correct this.
User Action Check the Commerce Server installation Event Log for any errors that may have prevented the component from being created.

User Import Task: Failed to create Commerce Server OLEDB Provider Component.

Error ID 0xC1003002
Message ID E_MSCOP_UPMDTS_CSOLEDB_CREATE
Component Profile Data Import Task
Explanation The OLEDB Provider Performance Counters Component was not created and you will not be able to view the performance counters until you correct this.
User Action Check the Commerce Server installation Event Log for any errors that may have prevented the component from being created.

User Import Task: Failed to bind to connection URL: <connection URL>.

Error ID 0xC1003003
Message ID E_MSCOP_UPMDTS_CSOLEDB_CONNURLBIND
Component Profile Data Import Task
Explanation This error appears in the event log when the connection parameters to the Profile definition store or the Data Warehouse is incorrect.
User Action Verify that the connection string is valid.

User Import Task: Failed to form queries on BizDataStore.

Error ID 0xC1003004
Message ID E_MSCOP_UPMDTS_QRYCREATE
Component Profile Data Import Task
Explanation The Profile data store is not configured correctly and has one or more Profile definitions configured that are not valid.
User Action Verify the Profile definition store configuration and validate all profile definitions through the Commerce Server MMC snap-in.

User Import Task: Failed to perform schema changes in the Data Warehouse.

Error ID 0xC1003005
Message ID E_MSCOP_UPMDTS_SCHEMAUPDATE
Component Profile Data Import Task
Explanation The User Import Task did not make the requested schema changes in the Data Warehouse.
User Action Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: Failed to transfer data to the Data Warehouse.

Error ID 0xC1003006
Message ID E_MSCOP_UPMDTS_DATATRANSFER
Component Profile Data Import Task
Explanation The user data was not transferred to the Data Warehouse.
User Action Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: Failed to bind to class URL: <class URL>.

Error ID 0xC1003007
Message ID E_MSCOP_UPMDTS_CSOLEDB_CLASSURLBIND
Component Profile Data Import Task
Explanation The CSOLEDB provider Bind call to a Data Warehouse or profile data store class failed.
User Action Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: Failed to open class <class name>.

Error ID 0xC1003008
Message ID E_MSCOP_UPMDTS_CSOLEDB_OPENCLASS
Component Profile Data Import Task
Explanation The CSOLEDB provider Open call to a Data Warehouse or profile data store class failed.
User Action Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: Class name : <class name> already exists in the Data Warehouse but is not mapped to a Biz Data Catalog class.

Error ID 0xC1003009
Message ID E_MSCOP_UPMDTS_UNMAPPEDUPMCLASS
Component Profile Data Import Task
Explanation The class name already exists; however, you can prevent the message from appearing.
User Action This is an informational message only. To avoid receiving the message, set the DWClassName custom attribute on the profile that exports data to this Data Warehouse class. The attribute value should be the Data Warehouse class name.

User Import Task: Failed to Add Members to Class: <class name>. Member name:<member name>.

Error ID 0xC100300A
Message ID E_MSCOP_UPMDTS_MEMBERCREATE
Component Profile Data Import Task
Explanation This error occurs because the extension of a Data Warehouse class failed.
User Action Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: Class name: <class name> does not exist in the Data Warehouse but is mapped to a Biz Data Catalog class.

Error ID 0xC100300B
Message ID E_MSCOP_UPMDTS_NONEXISTANTDWCLASS
Component Profile Data Import Task
Explanation This is an informational message only. This message indicates that the class will be created in the Data Warehouse.
User Action None.

User Import Task: Failed to create the Timezone converter object.

Error ID 0xC100300C
Message ID E_MSCOP_UPMDTS_TIMEZONECNVTR_CREATE
Component Profile Data Import Task
Explanation The User Import Task did not create the Timezone converter object.
User Action Check the Commerce Server installation Event Log for any errors that may have prevented the object from being created.

User Import Task: Failed to load members for class <class name>.

Error ID 0xC100300D
Message ID E_MSCOP_UPMDTS_CLASSLOAD
Component Profile Data Import Task
Explanation This error may occur when the DTS task loads the schema information for the profile data store or the Data Warehouse.
User Action Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: The export engine was not initialized.

Error ID 0xC100300E
Message ID E_MSCOP_UPMDTS_EXIMOBJ_UNINITIALIZED
Component Profile Data Import Task
Explanation This is an internal error message for information only. This message may occur if the Run method on Commerce.DTSUPM is called before the Initialize method is called. Commerce.DTSUPM is an internal object used by the DTS task and not by customers directly.
User Action None necessary.

User Import Task: Failed to create object <progid>.

Error ID 0xC100300F
Message ID E_MSCOP_UPMDTS_OBJECT_CREATE
Component Profile Data Import Task
Explanation The creation of a component on which the Profile Data Import task depends, failed.
User Action Check the Commerce Server installation Event Log for any errors that may have prevented the component from being created.

User Import Task: <error message from another component>

Error ID 0xC1003010
Message ID E_MSCOP_UPMDTS_GENERIC_ERROR
Component Profile Data Import Task
Explanation This message reports any errors returned by external components invoked in the code.
User Action Take the action recommended in the error message.

User Import Task: Failed to get values from TaskHistory table.

Error ID 0xC1003011
Message ID E_MSCOP_UPMDTS_TASKHISTORY_GET
Component Profile Data Import Task
Explanation The TaskHistory table in the Data Warehouse maintains the status and run times of the DTS task. There was a failure in reading the table.
User Action Check the Data Warehouse to see if the TaskHistory table exists. Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: Failed to set values to TaskHistory table.

Error ID 0xC1003012
Message ID E_MSCOP_UPMDTS_TASKHISTORY_SET
Component Profile Data Import Task
Explanation The TaskHistory table in the Data Warehouse maintains the status and run times of the DTS task. There was a failure in writing to the table.
User Action Check the Data Warehouse to see if the TaskHistory table exists. Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: Failed to initialize Timezone converter object.

Error ID 0xC1003013
Message ID E_MSCOP_UPMDTS_TIMEZONE_INIT
Component Profile Data Import Task
Explanation The User Import Task did not initialize the Timezone converter object.
User Action Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: Failed to do timezone conversion.

Error ID 0xC1003014
Message ID E_MSCOP_UPMDTS_TIMEZONE_CONVERSION
Component Profile Data Import Task
Explanation This error may occur if the time value is null.
User Action Check for null time/date values in the profile data store.

User Import Task: An error occurred in loading the DTS task properties dialog.

Error ID 0xC1003015
Message ID E_MSCOP_UPMDTS_UI_LOAD
Component Profile Data Import Task
Explanation The DTS task properties dialog did not load properly.
User Action Check the Commerce Server installation Event Log for any errors that may have caused this error. Verify that the Profile Data Import DTS task is registered correctly with SQL Server.

User Import Task: Primary key should be exported for classes not already mapped to an existing class in the Data Warehouse. Profile <profile name> will not be exported.

Error ID 0xC1003016
Message ID E_MSCOP_UPMDTS_MISMATCHED_PK
Component Profile Data Import Task
Explanation The User Import Task did not export the specified profile.
User Action Mark the Primary/Dual key of the profile noted in the message as "Exported."

User Import Task: One or more invalid data type mappings between Profile and Data Warehouse found.

Error ID 0xC1003017
Message ID E_MSCOP_UPMDTS_INVALID_DATATYPES
Component Profile Data Import Task
Explanation The data type mappings found are not valid.
User Action Check the Commerce Server Event Log for errors. Run the Commerce Server Data Warehouse debugging tool (csdwdbgsrv.exe) to get more detailed information and to diagnose the failures.

User Import Task: Member <member name> of profile <profile name> is of dataype <datatype name> which is inconsistent with datatype <datatype name> of member <member name> mapped to Data Warehouse class <class name>.

Error ID 0xC1003018
Message ID E_MSCOP_UPMDTS_MISMATCHED_DATATYPE
Component Profile Data Import Task
Explanation The mapped data type is not valid.
User Action Correct the mapping defined in the DWMemberName custom attribute of the Profile member to match the data type of the Data Warehouse class member.

CSDW_MakeProductCategoryInfo: Circular reference detected in product category tree. Aborting operation.

Error ID 2147217900
Message ID N/A
Component Report Preparation DTS Task
Explanation Your product category hierarchy contains a circular reference. For example, you have defined category A as a child category of B, and have also defined category B as a child category of A.
User Action You should either remove the circular reference in your product category definition, or define your products based only on the primary product category.

Or, you can use the CSDW_MakePrimaryProductCategoryInfo stored procedure in place of the CSDW_MakeProductCategoryInfo procedure during report preparation. You do this by running the following SQL command against the data warehouse database:

UPDATE StoredProcInfo SET [Name] = N'CSDW_MakePrimaryProductCategoryInfo' 
WHERE [Name] = N'CSDW_MakeProductCategoryInfo'

Copyright © 2005 Microsoft Corporation.
All rights reserved.