Hello all,
I am having this error in my system; I have SQL Server 2005 SP4 installed on a failover cluster active / passive.
I DO not have or use linked server approach in my system at all
More details:
Transaction context in use by another session.
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 context in use by another session. 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 context in use by another session.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +925466 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800118 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1932 System.Data.SqlClient.TdsParser.TdsExecuteTransactionManagerRequest(Byte[] buffer, TransactionManagerRequestType request, String transactionName, TransactionManagerIsolationLevel isoLevel, Int32 timeout, SqlInternalTransaction transaction, TdsParserStateObject stateObj, Boolean isDelegateControlRequest) +666 System.Data.SqlClient.SqlInternalConnectionTds.PropagateTransactionCookie(Byte[] cookie) +40 System.Data.SqlClient.SqlInternalConnection.EnlistNonNull(Transaction tx) +496 System.Data.SqlClient.SqlInternalConnection.Enlist(Transaction tx) +801124 System.Data.SqlClient.SqlInternalConnectionTds.Activate(Transaction transaction) +795159 System.Data.ProviderBase.DbConnectionInternal.ActivateConnection(Transaction transaction) +30 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +1205 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105 System.Data.SqlClient.SqlConnection.Open() +111 Microsoft.Practices.EnterpriseLibrary.Data.Database.OpenConnection()+196 Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteReader(DbCommand command) +53 **.**.**.**.**.**(Int32 xx) +13237 U**.R***.D**.Eg**.FDAL**.***(Int32 **) +18373 U**.R***.BusinessLogic.Eg**.**.**.**(Eg**** **) +555 U**.R***.**.Eg**.Eg**AppBaseBL.SubmitNewApp(Eg*** *) +244 U**.R***.UI.*.**.*(* *) +22 U**.R***.UI.Web.***.*.*.Submit(Object sender, Int32 e)+6026 U**.R***.UI.Web.***.*.*.butSubmit_Click(Object sender, EventArgs e) +65 System.Web.UI.WebControls.Button.OnClick(EventArgs e)+105 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746 |