SYMPTOMS
Intermittently, the following event is logged on the Commerce Server computer:
Event Type: Error
Event Source: Commerce Server 2000
Event Category: None
Event ID: 4104
Date: 3/13/2002
Time: 3:18:53 PM
User: N/A
Computer: <Machine_Name>
Description:
Pipeline Error: Component Execution failed for component[0x8] hr: 0x80020101
ProgID: Commerce.Scriptor.1
MscsExecute() failed.
Script invocation failed.
Violation of PRIMARY KEY constraint 'PK_counters'. Cannot insert duplicate key in object 'counters'.
Line: 5.
The following type of error occurs in the browser upon checkout:
2002-03-13 20:27:57 157.59.127.25 - 157.59.127.25 443 POST /payment.asp
|217|80040e2f|Violation_of_PRIMARY_KEY_constraint_'PK_counters'.
_Cannot_insert_duplicate_key_in_object_'counters'. 500 702 1520
The following error is logged in the pipeline log:
PIPELINE:-- component [0x8] returned hr: 0x80020101, IErrorLevel=4
in 36125 milliseconds
Error Description: Component Execution failed for component[0x8]
hr: 0x80020101ProgID: Commerce.Scriptor.1MscsExecute() failed.Script
invocation failed.Violation of PRIMARY KEY constraint 'PK_counters'.
Cannot insert duplicate key in object 'counters'.Line: 5.
PIPELINE:-- 2002/03/20 13:44:41.0025 Pipeline Execution completed
returning hr: 0x80020101 i: 0x9 hrLoop:
0x80020101 *plErrorLevel: 1000(=====MTS ABORTed=====)
Sink stopped at 2002/03/20 13:44:41.0025
The following statements are logged in a Microsoft SQL Server trace log around the time the error occurs:
exec sp_cursor 180150000, 4, 0, N'counters', @next = 1, @countername = N'OrderTracking'
SELECT next, countername FROM counters WHERE countername = 'OrderTracking'