Error: After executing testcases while saving the execution i.e. say Pass, Fail or Blocked we get the below error:
1062 - Duplicate entry '65221' for key 1 - INSERT INTO executions (build_id,tester_id,status,testplan_id,tcversion_id,execution_ts,notes) VALUES ( 192, 20, 'p',166700, 157209,'2010-12-17 16:57:32','')
Do you why this has caused and how to resolve this?
Error while submiting result(pass/fail) for any test cases
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 1
- Joined: Mon Dec 20, 2010 5:35 am
Re: Error while submiting result(pass/fail) for any test cas
You may want do some SQL investigation by running the command directly against your sql db manually. I had a few problems using MSSQL and I had to declare the full path to my DB in the inserts. Such as: insert into dbo.testlink.executions (blah blah blah....)