Error Executing Database Query. |
[Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 259) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. |
|
The error occurred in E:\Inetpub\originaltrilogy.com\wwwroot\forum\components\ForumContent.cfc: line 327 Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\components\ForumContent.cfc: line 218 Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\topic.cfm: line 38 Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\topic.cfm: line 1 Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\components\ForumContent.cfc: line 327 Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\components\ForumContent.cfc: line 218 Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\topic.cfm: line 38 Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\topic.cfm: line 1 |
325 : ( intUserID, intTopicID, dteTopicViewTime )
326 : values
327 : ( <cfqueryparam cfsqltype="cf_sql_integer" value="#arguments.ForumUserID#" />, <cfqueryparam cfsqltype="cf_sql_integer" value="#arguments.ForumTopicID#" />, <cfqueryparam cfsqltype="cf_sql_timestamp" value="#arguments.DateTime#" /> )
328 : </cfquery>
329 : </cffunction>
|
|
SQLSTATE |
40001 |
SQL |
delete from tblForumTopicViewTimes where intUserID = (param 1) and intTopicID = (param 2) insert tblForumTopicViewTimes ( intUserID, intTopicID, dteTopicViewTime ) values ( (param 3) , (param 4) , (param 5) ) |
VENDORERRORCODE |
1205 |
DATASOURCE |
ot_forum |
|
Resources:
|
|