Another process has already added the cursor=4 item. The program must be terminated.
Any idea ?
Gill
*This post is locked for comments
This happened to me in the Requisition Screen when the Vendor Evaluation button is clicked.
System Message 6909
"Another process has already added the xtvendevalinvt item
terminated"
Fixed:
I Openned SQL Server Management Studio, expanded the Databases and over the Database name in question right click and openned new query and there I deleted the entry in the 'xtvendevalinvt' table for that requisition.
select * from xtvendevalinvt where ReqNbr='007163'
delete xtvendevalinvt where ReqNbr='007163'
The more information you supply, the better chance that someone can help. You need to describe the exact circumstances of what occurred prior to the error. Can you duplicate the error, in other words, do exactly the same steps again and the error occurs. What is the exact error? What version? What screen?
who can help us.
Hello,
thank you for the answers. We'll check right now if we find any solution for this. I will tell you if we have success ;-)
Thank you
Gill
Hi,
This message can be caused by a lot of different things and often means there is a duplicate record.
This can be due to bugs, 3rd party programs or bad data. Each situations has to be evaluated.
Sometimes we will run a trace using our trace template attached to KB 967955 for SQL 2008, KB 925033 for SQL 2005
I've got this error many times, but never know exactly reason and don't have any solution to solve it
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156