მოგესალმებით,თათა.გიგზავნით Erroris-ასლს. Server Error in '/Reporting' Application.
Transaction (Process ID 115) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Transaction (Process ID 115) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlException (0x80131904): Transaction (Process ID 115) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +392
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +815
System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4515
System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) +368
System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) +502
System.Data.SqlClient.SqlDataReader.Read() +37
System.Data.Linq.SqlClient.ObjectReaderBase`1.Read() +65
System.Data.Linq.SqlClient.ObjectReader`2.MoveNext() +21
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +536
System.Linq.Enumerable.ToList(IEnumerable`1 source) +80
Loaders.SubmissionsMetaLoader.GetAllRowContracts(Nullable`1 startDate, Nullable`1 endDate, Nullable`1 providerID, IDictionary`2 allForms, Boolean isStatistical) in i:\HsspProjects\Hmis\Hmis.Admin.Web\App_Code\Loaders\SubmissionsMetaLoader.cs:694
Loaders.SubmissionsMetaLoader.LoadSubmissionsData(Nullable`1 startDate, Nullable`1 endDate, Nullable`1 providerID) in i:\HsspProjects\Hmis\Hmis.Admin.Web\App_Code\Loaders\SubmissionsMetaLoader.cs:149
Loaders.SubmissionsMetaLoader.LoadSubmissionsData(Nullable`1 startDate, Nullable`1 endDate) in i:\HsspProjects\Hmis\Hmis.Admin.Web\App_Code\Loaders\SubmissionsMetaLoader.cs:135
Pages_Data_SubmittedFormsForBillingUniversalPrograms.BindData(Boolean doSearch) in i:\HsspProjects\Hmis\Hmis.Admin.Web\Pages\Data\SubmittedFormsForBillingUniversalPrograms.aspx.cs:731
Pages_Data_SubmittedFormsForBillingUniversalPrograms.Page_Load(Object sender, EventArgs e) in i:\HsspProjects\Hmis\Hmis.Admin.Web\Pages\Data\SubmittedFormsForBillingUniversalPrograms.aspx.cs:173
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178