Error upgrading from 5.x to 7.1 - hosted in Azure

Posted by Community Admin on 05-Aug-2018 21:45

Error upgrading from 5.x to 7.1 - hosted in Azure

All Replies

Posted by Community Admin on 15-Sep-2014 00:00

I'm attempting to upgrade a site from v5 to 7.1. Running the upgrade on the code seemed to work fine. When I run the site, though, I get the following error when it attempts to upgrade the database. The DB is hosted in Azure SQL. I've searched a bunch and can't find any ideas on how to get around this.

 

Server Error in '/' Application.Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.
Could not drop constraint. See previous errors.
The statement has been terminated.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: Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.
Could not drop constraint. See previous errors.
The statement has been terminated.

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): Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.
Could not drop constraint. See previous errors.
The statement has been terminated.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +1753986
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +5296058
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +558
System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +1682
System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout) +280
System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) +405
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +160
OpenAccessRuntime.CommandWrapper.ExecuteNonQuery() +218
Telerik.OpenAccess.Runtime.Logging.LoggingDbCommand.ExecuteNonQuery() +270
Telerik.OpenAccess.RT.Adonet2Generic.Impl.CommandImp.ExecuteNonQuery() +36
Telerik.OpenAccess.RT.Adonet2Generic.Impl.StatementImp.executeUpdate(String sql) +170

[SQLException: Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.
Could not drop constraint. See previous errors.
The statement has been terminated.]
Telerik.OpenAccess.RT.Adonet2Generic.Impl.StatementImp.executeUpdate(String sql) +254
Telerik.OpenAccess.RT.Adonet2Generic.Impl.StatementImp.execute(String sql) +36
OpenAccessRuntime.DataObjects.tools.ant.DataObjectsTaskBase.ExecuteSqlStatements(IEnumerable`1 statements, Connection con) +264

[OpenAccessException: SQL exception on 'ALTER TABLE [sf_taxonomies_sf_permissions] DROP CONSTRAINT [pk_sf_txonomies_sf_permissions]' : Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.
Could not drop constraint. See previous errors.
The statement has been terminated.]
Telerik.OpenAccess.SPI.Backends.ThrowException(Exception e) +28
OpenAccessRuntime.ExceptionWrapper.Throw() +42
OpenAccessRuntime.DataObjects.tools.ant.DataObjectsTaskBase.throwBuildException(String str, Exception e) +76
OpenAccessRuntime.DataObjects.tools.ant.DataObjectsTaskBase.ExecuteSqlStatements(IEnumerable`1 statements, Connection con) +367
OpenAccessRuntime.DataObjects.tools.ant.ExecuteScriptTask.runScript(IEnumerable`1 script) +175
OpenAccessRuntime.DataObjects.tools.ant.ExecuteScriptTask.execute() +649

[OpenAccessException: Telerik.OpenAccess.OpenAccessException: SQL exception on 'ALTER TABLE [sf_taxonomies_sf_permissions] DROP CONSTRAINT [pk_sf_txonomies_sf_permissions]' : Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.
Could not drop constraint. See previous errors.
The statement has been terminated.]
Telerik.OpenAccess.SPI.Backends.ThrowException(Exception e) +28
OpenAccessRuntime.ExceptionWrapper.Throw() +42
OpenAccessRuntime.DataObjects.tools.ant.DataObjectsTaskBase.throwBuildException(String str, Exception e) +76
OpenAccessRuntime.DataObjects.tools.ant.ExecuteScriptTask.execute() +751
OpenAccessRuntime.OpenAccessSchemaAdapter.ExecuteDDLScript(SchemaUpdateInfo schemaUpdateInfo, Boolean force) +376
OpenAccessRuntime.SchemaHandlerImpl.Telerik.OpenAccess.ISchemaHandler.ForceUpdateSchema(SchemaUpdateInfo schemaUpdateInfo) +88
Telerik.Sitefinity.Data.OA.OpenAccessConnection.UpgradeDatabaseSchema(ISchemaHandler schemaHandler) +609
Telerik.Sitefinity.Data.OA.MetadataUpgradeFacade.UpgradeSchema(ISchemaHandler schemaHandler) +4107

[Exception: Unable to upgrade database schema metadataSource provided by 'Telerik.Sitefinity.Taxonomies.Data.OpenAccessTaxonomyProvider': Telerik.OpenAccess.OpenAccessException: SQL exception on 'ALTER TABLE [sf_taxonomies_sf_permissions] DROP CONSTRAINT [pk_sf_txonomies_sf_permissions]' : Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.
Could not drop constraint. See previous errors.
The statement has been terminated.]
DynamicModule.ns.Wrapped_OpenAccessTaxonomyProvider_dfe1bd9e9a41446186e1da161b30682a.Initialize(String providerName, NameValueCollection config, Type managerType) +297
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, Type providerType, ExceptionPolicyName policy, ManagerBase`1 manager) +2265
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, ExceptionPolicyName policy, ManagerBase`1 manager) +126
Telerik.Sitefinity.Data.ManagerBase`1.SetProvider(String providerName, String transactionName) +658
Telerik.Sitefinity.Data.ManagerBase`1..ctor(String providerName, String transactionName) +276
Telerik.Sitefinity.Data.ManagerBase`1..ctor() +37
Telerik.Sitefinity.Taxonomies.TaxonomyManager..ctor() +28

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +113
System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +232
System.Activator.CreateInstance() +117
Telerik.Sitefinity.Data.ManagerBase`1.GetManager(String providerName, String transactionName) +139
Telerik.Sitefinity.Taxonomies.TaxonomyManager.GetManager(String providerName, String transactionName) +46
Telerik.Sitefinity.Abstractions.SiteInitializer..ctor(String transactionName, InstallContext installContext) +279
Telerik.Sitefinity.Abstractions.SiteInitializer..ctor() +33
BuildUp_Telerik.Sitefinity.Abstractions.SiteInitializer(IBuilderContext ) +140
Telerik.Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context) +42
Telerik.Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context) +319
Telerik.Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context) +260
Telerik.Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides) +373

[ResolutionFailedException: Resolution of the dependency failed, type = "Telerik.Sitefinity.Abstractions.SiteInitializer", name = "(none)".
Exception occurred while: Calling constructor Telerik.Sitefinity.Abstractions.SiteInitializer().
Exception is: TargetInvocationException - Exception has been thrown by the target of an invocation.
-----------------------------------------------
At the time of the exception, the container was:

Resolving Telerik.Sitefinity.Abstractions.SiteInitializer,(none)
Calling constructor Telerik.Sitefinity.Abstractions.SiteInitializer()
]
Telerik.Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides) +436
Telerik.Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, String name, IEnumerable`1 resolverOverrides) +50
Telerik.Microsoft.Practices.Unity.UnityContainer.Resolve(Type t, String name, ResolverOverride[] resolverOverrides) +48
Telerik.Microsoft.Practices.Unity.UnityContainerExtensions.Resolve(IUnityContainer container, ResolverOverride[] overrides) +134
Telerik.Sitefinity.Abstractions.ObjectFactory.Resolve() +107
Telerik.Sitefinity.Abstractions.SiteInitializer.GetInitializer() +211
Telerik.Sitefinity.Services.SystemManager.Initialize() +498
Telerik.Sitefinity.Abstractions.Bootstrapper.RegisterRoutes() +1040
Telerik.Sitefinity.Abstractions.Bootstrapper.Bootstrap() +370
Telerik.Sitefinity.Web.SitefinityHttpModule.Init(HttpApplication context) +130
System.Web.Routing.UrlRoutingModule.System.Web.IHttpModule.Init(HttpApplication application) +10
System.Web.HttpApplication.InitModulesCommon() +80
System.Web.HttpApplication.InitModules() +64
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +792
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +336
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +107
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +525

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34237

Posted by Community Admin on 16-Sep-2014 00:00

Hello Dave,

I assume that you have tried upgrading while on Azure. However, upgrading on SQL Azure is hardly possible as the SQL Azure instance does not allow the ALTER statement, which is required for the upgrade process to be successful. This is step 2 of our upgrade documentation: Upgrading Sitefinity projects running on Windows Azure

Regards,

Vassil Vassilev
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

Posted by Community Admin on 18-Sep-2014 00:00

Ok, I was able to upgrade the database locally and then push it back to Azure. However, I have some further errors. Specifically, one of our pages is throwing the error below. Looking at the sf_permissions table I do see "List" as a set_name. 

I did go back through the upgrade log and noticed a failure that could be relate:

Message: FAILED: Wrapped_OpenAccessListsDataProvider_c82c7bd7bc92412a8436fe51d631a78b : Upgrade to 5100. Update approval records. - Invalid object name 'sf_pprvl_trckng_rcrd_mp_sf_ppr'.

What's interesting to me is that the site appeared to have been upgraded already, but when I went to the page in question, it appears to have kicked off another upgrade that resulted in the failure above. So, I went back and looked at the previous upgrade log and noticed some other errors. Specifically, there appears to be a number of errors creating tables. I restored my old backup and am rerunning the upgrade now, making sure that the user account has full permissions to create tables. I'm hoping that will get me past this, but in the meanwhile, it would be great if someone could take a look and let me know if there's anything obvious I can do to fix this.

Note: I am running this upgrade all locally now, so Azure shouldn't be a problem right now.

 

No permission set is defined with the name of "List".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.ArgumentException: No permission set is defined with the name of "List".

Source Error: 

Line 107: public PXD.Data.List GetListById(Guid id)
Line 108:
Line 109: return id != new Guid()
Line 110: ? PXD.Business.Lists.GetListByIdMapped(id)
Line 111: : new PXD.Data.List();
Source File: c:\Source\PXD Website V2\PXD Website\Custom\UserControls\SitefinityBaseUserControl.cs    Line: 109 

Stack Trace: 

[ArgumentException: No permission set is defined with the name of "List".]
Telerik.Sitefinity.Security.PermissionAttribute.GetActionValue(String permissionSetName, String[] actions) +409
Telerik.Sitefinity.Security.PermissionAttribute..ctor(String permissionSetName, String[] actions) +69
System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs) +0
System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs) +77
System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent) +1294
System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeMethodInfo method, RuntimeType caType, Boolean inherit) +351
Telerik.Sitefinity.Security.AuthorizationPermissionProvider.AuthorizeOutput(IMethodInvocation input, IMethodReturn output) +624
Telerik.Sitefinity.Security.SitefinityAuthorizationCallHandler.Invoke(IMethodInvocation input, GetNextHandlerDelegate getNext) +386
Telerik.Microsoft.Practices.Unity.InterceptionExtension.HandlerPipeline.Invoke(IMethodInvocation input, InvokeHandlerDelegate target) +198
DynamicModule.ns.Wrapped_OpenAccessListsDataProvider_de361797cc7d40f0a8f61449780f444a.GetLists() +298
Telerik.Sitefinity.Modules.Lists.ListsManager.GetItems() +269
Telerik.Sitefinity.Fluent.BasePluralFacade`4.get_Items() +34
Telerik.Sitefinity.Fluent.BasePluralFacade`4.Where(Expression`1 what) +109
PXD.Business.Lists.GetListByIdMapped(Guid id) +507
SitefinityWebApp.Custom.UserControls.SitefinityBaseUserControl.GetListById(Guid id) in c:\Source\PXD Website V2\PXD Website\Custom\UserControls\SitefinityBaseUserControl.cs:109
SitefinityWebApp.Custom.UserControls.SitefinityBaseUserControl.BindList(Repeater rpt, Guid id) in c:\Source\PXD Website V2\PXD Website\Custom\UserControls\SitefinityBaseUserControl.cs:117
SitefinityWebApp.Custom.UserControls.Widgets.Accordion.Accordion.Page_Load(Object sender, EventArgs e) in c:\Source\PXD Website V2\PXD Website\Custom\UserControls\Widgets\Accordion\Accordion.ascx.cs:15
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178

Posted by Community Admin on 18-Sep-2014 00:00

Ok, after rerunning the database upgrade, it is still erroring as described above. Since I can't attach the log files (really?), I'm including the text below for each.

 

UpgradeTrace.log:

----------------------------------------
Timestamp: 9/18/2014 3:20:02 PM

Message: PASSED : Fixing duplicate records on 'sf_page_node_sf_permissions' table


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:20:02 PM

Message: PASSED : OpenAccessPageProvider: Delete obsolete control properties' dependenecies


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:44:55 PM

Message: PASSED : OpenAccessPageProvider: Delete orphaned controls and properties


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:44:56 PM

Message: PASSED : OpenAccessPageProvider : Upgrade to 5100


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:44:56 PM

Message: PASSED : OpenAccessPageProvider : Upgrade to 5100 . Updating sf_rdsgn_media_query_link


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:44:56 PM

Message: PASSED : OpenAccessPageProvider: Update of pages personalization status


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:44:57 PM

Message: PASSED : SiteInitializer: Upgrade to 3001 (After upgrading, we set the invariant page node extension to all translations)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:44:58 PM

Message: PASSED : SiteInitializer: Upgrade to 3040 (method: FixDecoupledModulesCustomTemplates)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:03 PM

Message: FAILED : SiteInitializer: Upgrade to 3040 (method: AddModulesAndServicesBackendPage) - Invalid root node configured for pages. No root node with the name of "00000000-0000-0000-0000-000000000000".


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:03 PM

Message: PASSED : SiteInitializer: Upgrade to 3040 (method: FixDecoupledModulesControls)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:03 PM

Message: PASSED : SiteInitializer: Upgrade to 3040 (method: UpgradeModuleNameForBackendPages)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:06 PM

Message: PASSED : SiteInitializer: Upgrade to 3595 (method: UpgradeMainMenuControl)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:07 PM

Message: PASSED : SiteInitializer: Upgrade to 3595 (method: InstallDefaultSiteSettings)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:09 PM

Message: PASSED : SiteInitializer: Upgrade to 3595 (method: AddMarketingBackendPage)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:09 PM

Message: PASSED : SiteInitializer: Upgrade to 3701 (method: UpgradeTo3701)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:09 PM

Message: PASSED : SiteInitializer: Upgrade to 3710 (method: Upgrade_SetAllowedPageExtensions)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:12 PM

Message: PASSED : SiteInitializer: Upgrade to 3860 (method: FixContentBlockControlsAfterUpgradeTo_5_3)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:13 PM

Message: PASSED : SiteInitializer: Upgrade to 4100 (method: AddContentLocationsBackendPage)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:14 PM

Message: PASSED : SiteInitializer: Upgrade to 4100 (method: ReorderAdminMenu_6_0)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:14 PM

Message: PASSED : SiteInitializer: Upgrade to 4200 (method: UpgradeBackendTemplatesRemoveIE8Compatibility)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:14 PM

Message: PASSED : SiteInitializer: Upgrade to 4300 (method: Upgrade_InitializeNavigationWidgetTemplates)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:14 PM

Message: PASSED : SiteInitializer: Upgrade to 4701 (method: AddDiscussionsGroupPage)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:14 PM

Message: PASSED : SiteInitializer: Upgrade to 4900 (method: AddDashboardGroupPage)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:15 PM

Message: PASSED: Delete orphaned additional URL: '~/careers/home'


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:15 PM

Message: PASSED: Delete orphaned additional URL: '~/incident-response'


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:15 PM

Message: PASSED: Delete orphaned additional URL: '~/communities/west-texas/petroleum-museum-donation'


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:15 PM

Message: PASSED: Delete orphaned additional URL: '~/operations/permian/eagle-ford-shale'


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:15 PM

Message: PASSED: Delete orphaned additional URL: '~/communities/south-texas/best-companies-to-work-for'


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:15 PM

Message: PASSED: Delete orphaned additional URL: '~/Sitefinity/legacy-dashboard'


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:15 PM

Message: PASSED : Clean duplicated and orhaned additional URLs - 6 duplicated or orphaned additional URLs have been deleted


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:15 PM

Message: PASSED : SiteInitializer: Upgrade to 4913 (Clean duplicated and orhaned additional URLs)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:22 PM

Message: PASSED : SiteInitializer: Upgrade to 5100 (Migrates Split Page Nodes into one Page Node with separate PageData for each translation)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:22 PM

Message: PASSED : SiteInitializer: Upgrade to 5100 (method: UpgradeMarketingPageNode)


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:24 PM

Message: PASSED : OpenAccessProfileProvider: Upgrade to 5.1 - Deletes Unique index for 'Nickname' sf_idx_profile_nickname of SitefinityProfile


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:42 PM

Message: PASSED : Removing the voa_version optimistic locking version column from Libraries.


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:42 PM

Message: PASSED: OpenAccessLibrariesProvider - Prepare 'sf_media_thumbnails' table for upgrade


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:44 PM

Message: PASSED: OpenAccessLibrariesProvider - Prepare thumbnails legacy mode


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:44 PM

Message: PASSED : Wrapped_OpenAccessLibrariesProvider_76093f16f7b94bb992d5735eb6d096bc : Upgrade to 5100. Update approval records.


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:48 PM

Message: PASSED : Copy data from sf_ec_product_type.title to sf_ec_product_type.title_


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:48 PM

Message: PASSED : Copy data from sf_ec_product_type.title_plural to sf_ec_product_type.title_plural_


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:48 PM

Message: FAILED: Wrapped_OpenAccessCatalogDataProvider_e0527c547be448ccbe990d249eb74636 : Upgrade to 5100. Update approval records. - ALTER TABLE DROP COLUMN failed because column 'id2' does not exist in table 'sf_ec_product'.


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:53 PM

Message: PASSED : Copy data from sf_ec_cart_detail.title to sf_ec_cart_detail.title_


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:53 PM

Message: PASSED : Drop sf_ec_cart_detail.title column


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:58 PM

Message: PASSED : Wrapped_OpenAccessDynamicModuleProvider_df79db0e0a1f47b595bb85699c8b6113 : Upgrade to 5100. Update approval records.


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:46:12 PM

Message: PASSED : Scheduling task for updating content locations


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:46:12 PM

Message: PASSED : Scheduling task for optimizing controls properties


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:46:13 PM

Message: PASSED : Clean approval records : Upgrade to 5100


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:46:25 PM

Message: FAILED: Wrapped_OpenAccessNewsProvider_486c491c30324c2da4f8a20e2cdcd85b : Upgrade to 5100. Update approval records. - Invalid object name 'sf_pprvl_trckng_rcrd_mp_sf_ppr'.


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:46:28 PM

Message: FAILED: Wrapped_OpenAccessEventProvider_ca46f635242d42278ca7ad818fe5cce6 : Upgrade to 5100. Update approval records. - Invalid object name 'sf_pprvl_trckng_rcrd_mp_sf_ppr'.


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:46:28 PM

Message: PASSED : Updating content locations service


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:46:28 PM

Message: Staring controls properties optimization task


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:47:47 PM

Message: PASSED : Optimizing control properties persistance, by reducing number of persisted properties


----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:50:16 PM

Message: FAILED: Wrapped_OpenAccessListsDataProvider_d721c2f4296444af8c66158efed19089 : Upgrade to 5100. Update approval records. - Invalid object name 'sf_pprvl_trckng_rcrd_mp_sf_ppr'.


----------------------------------------

Trace.log:

----------------------------------------
Timestamp: 9/18/2014 3:45:30 PM

Message: Application restart was requested. AttemptFullRestart: 'False' SendRestartApplicationSystemMessage: 'True'. StackTrace: '   at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
   at System.Environment.get_StackTrace()
   at Telerik.Sitefinity.Services.SystemManager.RestartApplication(Boolean attemptFullRestart, Boolean sendRestartApplicationSystemMessage)
   at Telerik.Sitefinity.Services.SystemManager.Initialize()
   at Telerik.Sitefinity.Abstractions.Bootstrapper.RegisterRoutes()
   at Telerik.Sitefinity.Abstractions.Bootstrapper.Bootstrap()
   at Telerik.Sitefinity.Web.SitefinityHttpModule.Init(HttpApplication context)
   at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
   at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
   at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
   at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)'


----------------------------------------

Error.log:

----------------------------------------
Timestamp: 09/18/2014 15:45:02

Message: HandlingInstanceID: 04cda2da-7e04-4d73-af62-352c94f476ed
An exception of type 'System.Configuration.ConfigurationErrorsException' occurred and was caught.
-------------------------------------------------------------------------------------------------
09/18/2014 09:45:02
Type : System.Configuration.ConfigurationErrorsException, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Message : Invalid root node configured for pages. No root node with the name of "00000000-0000-0000-0000-000000000000".
Source : Telerik.Sitefinity
Help link : 
BareMessage : Invalid root node configured for pages. No root node with the name of "00000000-0000-0000-0000-000000000000".
Filename : 
Line : 0
Errors : System.Configuration.ConfigurationException[]
Data : System.Collections.ListDictionaryInternal
TargetSite : Void Initialize(System.String, System.Collections.Specialized.NameValueCollection)
HResult : -2146232062
Stack Trace :    at Telerik.Sitefinity.Web.SiteMapBase.Initialize(String name, NameValueCollection attributes)

Additional Info:

MachineName : 1WLKDS1
TimeStamp : 09/18/2014 15:45:02
FullName : Telerik.Sitefinity.Utilities, Version=7.1.5200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563
AppDomainName : /LM/W3SVC/4/ROOT-1-130555271855660828
ThreadIdentity : 
WindowsIdentity : IIS APPPOOL\SitefinityWebApp
Requested URL : http://127.0.0.1/


Category: ErrorLog

Priority: 0

EventId: 90020

Severity: Error

Title:Enterprise Library Exception Handling

Machine: 1WLKDS1

App Domain: /LM/W3SVC/4/ROOT-1-130555271855660828

ProcessId: 10992

Process Name: c:\windows\system32\inetsrv\w3wp.exe

Thread Name: 

Win32 ThreadId:10108

Extended Properties: 
----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:03 PM

Message: HandlingInstanceID: cdca2e25-9e32-4f3a-bc7c-7977ae489d1a
An exception of type 'System.Configuration.ConfigurationErrorsException' occurred and was caught.
-------------------------------------------------------------------------------------------------
09/18/2014 09:45:03
Type : System.Configuration.ConfigurationErrorsException, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Message : Invalid root node configured for pages. No root node with the name of "00000000-0000-0000-0000-000000000000".
Source : Telerik.Sitefinity
Help link : 
BareMessage : Invalid root node configured for pages. No root node with the name of "00000000-0000-0000-0000-000000000000".
Filename : 
Line : 0
Errors : System.Configuration.ConfigurationException[]
Data : System.Collections.ListDictionaryInternal
TargetSite : Void Initialize(System.String, System.Collections.Specialized.NameValueCollection)
HResult : -2146232062
Stack Trace :    at Telerik.Sitefinity.Data.TransactionManager.CommitTransaction(String transactionName)
   at Telerik.Sitefinity.Abstractions.SiteInitializer.SaveChanges(Boolean restoreSecurityCheck)
   at Telerik.Sitefinity.Abstractions.SiteInitializer.Upgrade(Int32 upgradeFrom)

Additional Info:

MachineName : 1WLKDS1
TimeStamp : 9/18/2014 3:45:03 PM
FullName : Telerik.Sitefinity.Utilities, Version=7.1.5200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563
AppDomainName : /LM/W3SVC/4/ROOT-1-130555271855660828
ThreadIdentity : 
WindowsIdentity : IIS APPPOOL\SitefinityWebApp
Requested URL : http://127.0.0.1/


Category: ErrorLog

Priority: 0

EventId: 9010

Severity: Warning

Title:Enterprise Library Exception Handling

Machine: 1WLKDS1

App Domain: /LM/W3SVC/4/ROOT-1-130555271855660828

ProcessId: 10992

Process Name: c:\windows\system32\inetsrv\w3wp.exe

Thread Name: 

Win32 ThreadId:10108

Extended Properties: 
----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:45:49 PM

Message: HandlingInstanceID: 840cbdf5-560b-45e7-9bdf-6f42545197b6
An exception of type 'System.Data.SqlClient.SqlException' occurred and was caught.
----------------------------------------------------------------------------------
09/18/2014 09:45:48
Type : System.Data.SqlClient.SqlException, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : ALTER TABLE DROP COLUMN failed because column 'id2' does not exist in table 'sf_ec_product'.
Source : .Net SqlClient Data Provider
Help link : 
Errors : System.Data.SqlClient.SqlErrorCollection
ClientConnectionId : 7077f489-3f95-44f8-bc53-c3cf7168236b
Class : 16
LineNumber : 1
Number : 4924
Procedure : 
Server : 1WLKDS1\MSSQLSERVER2012
State : 1
ErrorCode : -2146232060
Data : System.Collections.ListDictionaryInternal
TargetSite : Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])
HResult : -2146232060
Stack Trace :    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at OpenAccessRuntime.CommandWrapper.ExecuteNonQuery()
   at Telerik.OpenAccess.Runtime.Logging.LoggingDbCommand.ExecuteNonQuery()
   at Telerik.OpenAccess.Data.Common.OACommand.ExecuteNonQuery()
   at Telerik.OpenAccess.OpenAccessContextBase.ExecuteNonQuery(String commandText, CommandType commandType, DbParameter[] parameters)
   at Telerik.Sitefinity.Upgrades.To5100.ApprovalRecordsUpgrader.UpgradeDb(OpenAccessContext context, String tableName, String providerName, String primaryKeyColumn, String columnToDrop)

Additional Info:

MachineName : 1WLKDS1
TimeStamp : 9/18/2014 3:45:49 PM
FullName : Telerik.Sitefinity.Utilities, Version=7.1.5200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563
AppDomainName : /LM/W3SVC/4/ROOT-1-130555271855660828
ThreadIdentity : 
WindowsIdentity : IIS APPPOOL\SitefinityWebApp
Requested URL : http://127.0.0.1/


Category: ErrorLog

Priority: 0

EventId: 9010

Severity: Warning

Title:Enterprise Library Exception Handling

Machine: 1WLKDS1

App Domain: /LM/W3SVC/4/ROOT-1-130555271855660828

ProcessId: 10992

Process Name: c:\windows\system32\inetsrv\w3wp.exe

Thread Name: 

Win32 ThreadId:10108

Extended Properties: HelpLink.ProdName - Microsoft SQL Server
HelpLink.ProdVer - 11.00.5058
HelpLink.EvtSrc - MSSQLServer
HelpLink.EvtID - 4924
HelpLink.BaseHelpUrl - http://go.microsoft.com/fwlink
HelpLink.LinkId - 20476

----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:46:25 PM

Message: HandlingInstanceID: d295e4e4-8517-4e19-b5d4-b98743797ac9
An exception of type 'System.Data.SqlClient.SqlException' occurred and was caught.
----------------------------------------------------------------------------------
09/18/2014 09:46:25
Type : System.Data.SqlClient.SqlException, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Invalid object name 'sf_pprvl_trckng_rcrd_mp_sf_ppr'.
Source : .Net SqlClient Data Provider
Help link : 
Errors : System.Data.SqlClient.SqlErrorCollection
ClientConnectionId : 7a70333b-a091-4bd8-9a50-286c63f0592b
Class : 16
LineNumber : 1
Number : 208
Procedure : 
Server : 1WLKDS1\MSSQLSERVER2012
State : 1
ErrorCode : -2146232060
Data : System.Collections.ListDictionaryInternal
TargetSite : Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])
HResult : -2146232060
Stack Trace :    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at OpenAccessRuntime.CommandWrapper.ExecuteNonQuery()
   at Telerik.OpenAccess.Runtime.Logging.LoggingDbCommand.ExecuteNonQuery()
   at Telerik.OpenAccess.Data.Common.OACommand.ExecuteNonQuery()
   at Telerik.OpenAccess.OpenAccessContextBase.ExecuteNonQuery(String commandText, CommandType commandType, DbParameter[] parameters)
   at Telerik.Sitefinity.Upgrades.To5100.ApprovalRecordsUpgrader.UpgradeDb(OpenAccessContext context, String tableName, String providerName, String primaryKeyColumn, String columnToDrop)

Additional Info:

MachineName : 1WLKDS1
TimeStamp : 9/18/2014 3:46:25 PM
FullName : Telerik.Sitefinity.Utilities, Version=7.1.5200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563
AppDomainName : /LM/W3SVC/4/ROOT-1-130555271855660828
ThreadIdentity : 
WindowsIdentity : IIS APPPOOL\SitefinityWebApp
Requested URL : http://localhost:8083/


Category: ErrorLog

Priority: 0

EventId: 9010

Severity: Warning

Title:Enterprise Library Exception Handling

Machine: 1WLKDS1

App Domain: /LM/W3SVC/4/ROOT-1-130555271855660828

ProcessId: 10992

Process Name: c:\windows\system32\inetsrv\w3wp.exe

Thread Name: 

Win32 ThreadId:11084

Extended Properties: HelpLink.ProdName - Microsoft SQL Server
HelpLink.ProdVer - 11.00.5058
HelpLink.EvtSrc - MSSQLServer
HelpLink.EvtID - 208
HelpLink.BaseHelpUrl - http://go.microsoft.com/fwlink
HelpLink.LinkId - 20476

----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:46:28 PM

Message: HandlingInstanceID: 8154b3e7-c5d9-418b-8004-47870d07a2f5
An exception of type 'System.Data.SqlClient.SqlException' occurred and was caught.
----------------------------------------------------------------------------------
09/18/2014 09:46:28
Type : System.Data.SqlClient.SqlException, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Invalid object name 'sf_pprvl_trckng_rcrd_mp_sf_ppr'.
Source : .Net SqlClient Data Provider
Help link : 
Errors : System.Data.SqlClient.SqlErrorCollection
ClientConnectionId : 7a70333b-a091-4bd8-9a50-286c63f0592b
Class : 16
LineNumber : 1
Number : 208
Procedure : 
Server : 1WLKDS1\MSSQLSERVER2012
State : 1
ErrorCode : -2146232060
Data : System.Collections.ListDictionaryInternal
TargetSite : Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])
HResult : -2146232060
Stack Trace :    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at OpenAccessRuntime.CommandWrapper.ExecuteNonQuery()
   at Telerik.OpenAccess.Runtime.Logging.LoggingDbCommand.ExecuteNonQuery()
   at Telerik.OpenAccess.Data.Common.OACommand.ExecuteNonQuery()
   at Telerik.OpenAccess.OpenAccessContextBase.ExecuteNonQuery(String commandText, CommandType commandType, DbParameter[] parameters)
   at Telerik.Sitefinity.Upgrades.To5100.ApprovalRecordsUpgrader.UpgradeDb(OpenAccessContext context, String tableName, String providerName, String primaryKeyColumn, String columnToDrop)

Additional Info:

MachineName : 1WLKDS1
TimeStamp : 9/18/2014 3:46:28 PM
FullName : Telerik.Sitefinity.Utilities, Version=7.1.5200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563
AppDomainName : /LM/W3SVC/4/ROOT-1-130555271855660828
ThreadIdentity : 
WindowsIdentity : IIS APPPOOL\SitefinityWebApp
Requested URL : http://localhost:8083/


Category: ErrorLog

Priority: 0

EventId: 9010

Severity: Warning

Title:Enterprise Library Exception Handling

Machine: 1WLKDS1

App Domain: /LM/W3SVC/4/ROOT-1-130555271855660828

ProcessId: 10992

Process Name: c:\windows\system32\inetsrv\w3wp.exe

Thread Name: 

Win32 ThreadId:11084

Extended Properties: HelpLink.ProdName - Microsoft SQL Server
HelpLink.ProdVer - 11.00.5058
HelpLink.EvtSrc - MSSQLServer
HelpLink.EvtID - 208
HelpLink.BaseHelpUrl - http://go.microsoft.com/fwlink
HelpLink.LinkId - 20476

----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:50:16 PM

Message: HandlingInstanceID: 18395077-20c7-4f7d-a93a-20375d6a803b
An exception of type 'System.Data.SqlClient.SqlException' occurred and was caught.
----------------------------------------------------------------------------------
09/18/2014 09:50:16
Type : System.Data.SqlClient.SqlException, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Invalid object name 'sf_pprvl_trckng_rcrd_mp_sf_ppr'.
Source : .Net SqlClient Data Provider
Help link : 
Errors : System.Data.SqlClient.SqlErrorCollection
ClientConnectionId : 1bd7392b-c3ff-4efb-873e-abd008ad75b7
Class : 16
LineNumber : 1
Number : 208
Procedure : 
Server : 1WLKDS1\MSSQLSERVER2012
State : 1
ErrorCode : -2146232060
Data : System.Collections.ListDictionaryInternal
TargetSite : Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])
HResult : -2146232060
Stack Trace :    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at OpenAccessRuntime.CommandWrapper.ExecuteNonQuery()
   at Telerik.OpenAccess.Runtime.Logging.LoggingDbCommand.ExecuteNonQuery()
   at Telerik.OpenAccess.Data.Common.OACommand.ExecuteNonQuery()
   at Telerik.OpenAccess.OpenAccessContextBase.ExecuteNonQuery(String commandText, CommandType commandType, DbParameter[] parameters)
   at Telerik.Sitefinity.Upgrades.To5100.ApprovalRecordsUpgrader.UpgradeDb(OpenAccessContext context, String tableName, String providerName, String primaryKeyColumn, String columnToDrop)

Additional Info:

MachineName : 1WLKDS1
TimeStamp : 9/18/2014 3:50:16 PM
FullName : Telerik.Sitefinity.Utilities, Version=7.1.5200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563
AppDomainName : /LM/W3SVC/4/ROOT-1-130555271855660828
ThreadIdentity : 
WindowsIdentity : IIS APPPOOL\SitefinityWebApp
Requested URL : localhost:8083/royalty-owners


Category: ErrorLog

Priority: 0

EventId: 9010

Severity: Warning

Title:Enterprise Library Exception Handling

Machine: 1WLKDS1

App Domain: /LM/W3SVC/4/ROOT-1-130555271855660828

ProcessId: 10992

Process Name: c:\windows\system32\inetsrv\w3wp.exe

Thread Name: 

Win32 ThreadId:9340

Extended Properties: HelpLink.ProdName - Microsoft SQL Server
HelpLink.ProdVer - 11.00.5058
HelpLink.EvtSrc - MSSQLServer
HelpLink.EvtID - 208
HelpLink.BaseHelpUrl - http://go.microsoft.com/fwlink
HelpLink.LinkId - 20476

----------------------------------------
----------------------------------------
Timestamp: 9/18/2014 3:50:18 PM

Message: HandlingInstanceID: 54863794-19e5-44a0-b0d2-f4c6fe11d8e0
An exception of type 'System.ArgumentException' occurred and was caught.
------------------------------------------------------------------------
09/18/2014 09:50:18
Type : System.ArgumentException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : No permission set is defined with the name of "List".
Source : Telerik.Sitefinity
Help link : 
ParamName : 
Data : System.Collections.ListDictionaryInternal
TargetSite : Int32 GetActionValue(System.String, System.String[])
HResult : -2147024809
Stack Trace :    at Telerik.Sitefinity.Security.PermissionAttribute.GetActionValue(String permissionSetName, String[] actions)
   at Telerik.Sitefinity.Security.PermissionAttribute..ctor(String permissionSetName, String[] actions)
   at System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs)
   at System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs)
   at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
   at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeMethodInfo method, RuntimeType caType, Boolean inherit)
   at Telerik.Sitefinity.Security.AuthorizationPermissionProvider.AuthorizeOutput(IMethodInvocation input, IMethodReturn output)
   at Telerik.Sitefinity.Security.SitefinityAuthorizationCallHandler.Invoke(IMethodInvocation input, GetNextHandlerDelegate getNext)
   at Telerik.Microsoft.Practices.Unity.InterceptionExtension.HandlerPipeline.Invoke(IMethodInvocation input, InvokeHandlerDelegate target)
   at DynamicModule.ns.Wrapped_OpenAccessListsDataProvider_d721c2f4296444af8c66158efed19089.GetLists()
   at Telerik.Sitefinity.Modules.Lists.ListsManager.GetItems[TItem]()
   at Telerik.Sitefinity.Fluent.BasePluralFacade`4.get_Items()
   at Telerik.Sitefinity.Fluent.BasePluralFacade`4.Where(Expression`1 what)
   at PXD.Business.Lists.GetListByIdMapped(Guid id)
   at SitefinityWebApp.Custom.UserControls.SitefinityBaseUserControl.GetListById(Guid id) in c:\Source\PXD Website V2\PXD Website\Custom\UserControls\SitefinityBaseUserControl.cs:line 109
   at SitefinityWebApp.Custom.UserControls.SitefinityBaseUserControl.BindList(Repeater rpt, Guid id) in c:\Source\PXD Website V2\PXD Website\Custom\UserControls\SitefinityBaseUserControl.cs:line 117
   at SitefinityWebApp.Custom.UserControls.Widgets.Accordion.Accordion.Page_Load(Object sender, EventArgs e) in c:\Source\PXD Website V2\PXD Website\Custom\UserControls\Widgets\Accordion\Accordion.ascx.cs:line 15
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Additional Info:

MachineName : 1WLKDS1
TimeStamp : 9/18/2014 3:50:18 PM
FullName : Telerik.Sitefinity.Utilities, Version=7.1.5200.0, Culture=neutral, PublicKeyToken=b28c218413bdf563
AppDomainName : /LM/W3SVC/4/ROOT-1-130555271855660828
ThreadIdentity : 
WindowsIdentity : IIS APPPOOL\SitefinityWebApp
Requested URL : localhost:8083/royalty-owners


Category: ErrorLog

Priority: 0

EventId: 90000

Severity: Error

Title:Enterprise Library Exception Handling

Machine: 1WLKDS1

App Domain: /LM/W3SVC/4/ROOT-1-130555271855660828

ProcessId: 10992

Process Name: c:\windows\system32\inetsrv\w3wp.exe

Thread Name: 

Win32 ThreadId:9340

Extended Properties: 
----------------------------------------


This thread is closed