| Server Error in '/' Application. |
| -------------------------------------------------------------------------------- |
| |
| SqlConnection does not support parallel transactions. |
| 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.InvalidOperationException: SqlConnection does not support parallel transactions. |
| |
| 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: |
| |
| |
| [InvalidOperationException: SqlConnection does not support parallel transactions.] |
| System.Data.SqlClient.SqlInternalConnection.BeginSqlTransaction(IsolationLevel iso, String transactionName) +280 |
| System.Data.SqlClient.SqlInternalConnection.BeginTransaction(IsolationLevel iso) +12 |
| System.Data.SqlClient.SqlConnection.BeginDbTransaction(IsolationLevel isolationLevel) +63 |
| System.Data.Common.DbConnection.System.Data.IDbConnection.BeginTransaction(IsolationLevel isolationLevel) +10 |
| Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.DefBeginTransaction() +25 |
| Telerik.OpenAccess.RT.Adonet2Generic.Impl.Sql2005Factory.Telerik.OpenAccess.RT.Adonet2Generic.Impl.IADOFactory.BeginTransaction(ConnectionImp c) +9 |
| Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.BeginTxn() +23 |
| Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.get_CurrentTransaction() +31 |
| Telerik.OpenAccess.RT.Adonet2Generic.Impl.PreparedStatementImp.Prepare() +43 |
| Telerik.OpenAccess.RT.Adonet2Generic.Impl.PreparedStatementImp.executeQuery() +43 |
| |
| [SQLException: Please check, that the genericADO2 driver is not used with SQL Server 2000 as it does not support MARS; please use instead in the backendconfiguration element: backend="mssql" driver="ntds" |
| ] |
| Telerik.OpenAccess.RT.Adonet2Generic.Impl.PreparedStatementImp.executeQuery() +264 |
| OpenAccessRuntime.Relational.conn.PooledPreparedStatement.executeQuery() +53 |
| OpenAccessRuntime.Relational.fetch.FetchResultImp.execute() +62 |
| |
| [DataStoreException: Error executing query: Telerik.OpenAccess.RT.sql.SQLException: Please check, that the genericADO2 driver is not used with SQL Server 2000 as it does not support MARS; please use instead in the backendconfiguration element: backend="mssql" driver="ntds" |
| ---> System.InvalidOperationException: SqlConnection does not support parallel transactions. |
| at System.Data.SqlClient.SqlInternalConnection.BeginSqlTransaction(IsolationLevel iso, String transactionName) |
| at System.Data.SqlClient.SqlInternalConnection.BeginTransaction(IsolationLevel iso) |
| at System.Data.SqlClient.SqlConnection.BeginDbTransaction(IsolationLevel isolationLevel) |
| at System.Data.Common.DbConnection.System.Data.IDbConnection.BeginTransaction(IsolationLevel isolationLevel) |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.DefBeginTransaction() |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.Sql2005Factory.Telerik.OpenAccess.RT.Adonet2Generic.Impl.IADOFactory.BeginTransaction(ConnectionImp c) |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.BeginTxn() |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.get_CurrentTransaction() |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.PreparedStatementImp.Prepare() |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.PreparedStatementImp.executeQuery() |
| --- End of inner exception stack trace --- |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.PreparedStatementImp.executeQuery() |
| at OpenAccessRuntime.Relational.conn.PooledPreparedStatement.executeQuery() |
| at OpenAccessRuntime.Relational.fetch.FetchResultImp.execute() |
| SQL: |
| SELECT a.[RoleID] AS COL1, b.[Name] AS xj1 FROM [SecurityMemberRoles] a LEFT JOIN [SecurityRoles] AS b ON (a.[RoleID] = b.[ID]) WHERE a.[Username] = ? ORDER BY b.[Name] Telerik.OpenAccess.RT.sql.SQLException: Please check, that the genericADO2 driver is not used with SQL Server 2000 as it does not support MARS; please use instead in the backendconfiguration element: backend="mssql" driver="ntds" |
| ---> System.InvalidOperationException: SqlConnection does not support parallel transactions. |
| at System.Data.SqlClient.SqlInternalConnection.BeginSqlTransaction(IsolationLevel iso, String transactionName) |
| at System.Data.SqlClient.SqlInternalConnection.BeginTransaction(IsolationLevel iso) |
| at System.Data.SqlClient.SqlConnection.BeginDbTransaction(IsolationLevel isolationLevel) |
| at System.Data.Common.DbConnection.System.Data.IDbConnection.BeginTransaction(IsolationLevel isolationLevel) |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.DefBeginTransaction() |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.Sql2005Factory.Telerik.OpenAccess.RT.Adonet2Generic.Impl.IADOFactory.BeginTransaction(ConnectionImp c) |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.BeginTxn() |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.get_CurrentTransaction() |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.PreparedStatementImp.Prepare() |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.PreparedStatementImp.executeQuery() |
| --- End of inner exception stack trace --- |
| at Telerik.OpenAccess.RT.Adonet2Generic.Impl.PreparedStatementImp.executeQuery() |
| at OpenAccessRuntime.Relational.conn.PooledPreparedStatement.executeQuery() |
| at OpenAccessRuntime.Relational.fetch.FetchResultImp.execute()] |
| Telerik.OpenAccess.SPI.Backends.ThrowException(Exception e) +4 |
| Telerik.OpenAccess.RT.ExceptionWrapper.Throw() +14 |
| OpenAccessRuntime.storagemanager.logging.LoggingStorageManager.fetchNextQueryResult(ApplicationContext context, RunningQuery runningQuery, Int32 skipAmount) +223 |
| OpenAccessRuntime.DataObjects.UnsynchronizedPMProxy.getNextQueryResult(QueryResultWrapper aQrs, Int32 skipAmount) +44 |
| OpenAccessRuntime.DataObjects.ForwardQueryResult.get_Item(Int32 indexParam) +258 |
| Telerik.OpenAccess.RT.ListEnumerator.setCurrent(Int32 _pos) +43 |
| Telerik.OpenAccess.RT.ListEnumerator.Move(Int32 relative) +100 |
| Telerik.OpenAccess.RT.ListEnumerator.MoveNext() +10 |
| Telerik.OpenAccess.Query.TypedEnumerator`1.System.Collections.IEnumerator.MoveNext() +21 |
| System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +7665172 |
| Telerik.OpenAccess.Query.ObjectScopeQuery`2.ToList() +56 |
| GambitCreations.Sitefinity.Security.RoleManager.GetRolesForUser(String username) +929 |
| GambitCreations.Sitefinity.Security.RoleProvider.GetRolesForUser(String username) +201 |
| System.Web.Security.RolePrincipal.GetRoles() +158 |
| Telerik.Security.Permissions.ApplicationPermission.CheckDemand() +220 |
| Telerik.Cms.Web.CmsHttpModule.PostAuthenticateAdminRequest(Boolean isAuthenticated, CmsHttpRequest request) +47 |
| Telerik.Cms.Web.CmsHttpModule.context_PostAuthenticateRequest(Object sender, EventArgs e) +184 |
| System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68 |
| System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 |
| |
| |
| |
| |
| -------------------------------------------------------------------------------- |
| Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082 |