[Exception: [DataConnection.ExecuteQuery]: Query: INSERT INTO CMS_EventLog ([EventType], [EventTime], [Source], [EventCode], [UserID], [UserName], [IPAddress], [NodeID], [DocumentName], [EventDescription], [SiteID], [EventUrl], [EventMachineName] ) VALUES ( @EventType, @EventTime, @Source, @EventCode, @UserID, @UserName, @IPAddress, @NodeID, @DocumentName, @EventDescription, @SiteID, @EventUrl, @EventMachineName); SELECT @@identity AS [EventID]: caused exception: The server failed to resume the transaction. Desc:430000061c.
The transaction active in this session has been committed or aborted by another session.]
CMS.DataProviderSQL.DataConnection.ExecuteNonQuery(String queryText, Object[,] queryParams, QueryTypeEnum queryType) +371
CMS.DataEngine.GeneralConnection.ExecuteNonQuery(QueryParameters query) +453
CMS.DataEngine.GeneralConnection.ExecuteNonQuery(String queryName, Object[,] parameters) +42
CMS.DataEngine.SimpleDataClass.Insert(Boolean getId) +301
CMS.EventLog.EventLogProvider.LogEvent(String eventType, DateTime eventTime, String source, String eventCode, Int32 userId, String userName, Int32 nodeId, String documentName, String ipAddress, String eventDescription, Int32 siteId, String eventUrl) +1472
CMS.EventLog.EventLogProvider.LogEvent(String eventType, DateTime eventTime, String source, String eventCode) +94
CMS.WebAnalytics.IP2CountryHelper.GetDecompressedResourceString() +608
CMS.WebAnalytics.IP2CountryHelper..ctor() +133
Global.LogVisitor(SiteNameOnDemand siteName) in n:\wwwRoot\CFH41\App_Code\Global.asax.cs:896
Global.RewriteUrl(String relativePath, ExcludedSystemEnum excludedEnum, ViewModeOnDemand viewMode, SiteNameOnDemand siteName) in n:\wwwRoot\CFH41\App_Code\Global.asax.cs:521
Global.Application_AuthorizeRequest(Object sender, EventArgs e) in n:\wwwRoot\CFH41\App_Code\Global.asax.cs:306
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
|