Try our conversational search powered by Generative AI!

The content has to belong to EPiServer.Commerce.Catalog.Provider.CatalogContentProvider

Vote:
 

After migrating:

EPiServer.CMS.Core from 7.13.1 to 9.6.1
EPiServer.CMS.UI to 9.3.8
Commerce from 7.12.0 to 9.7.0

I have following exception:

[ArgumentException: The content has to belong to EPiServer.Commerce.Catalog.Provider.CatalogContentProvider
Parameter name: content]
   EPiServer.Commerce.Catalog.Provider.CatalogContentStructureProvider.GetChildEntryCount(CatalogContentBase content) +420
   EPiServer.Commerce.Shell.Rest.Capabilities.SortChildrenCapability.IsCapable(IContent content) +46
   System.Linq.Enumerable.ToDictionary(IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) +269
   EPiServer.Cms.Shell.UI.Rest.Capabilities.ContentCapabilitiesResolver.GetContentCapabilities(IContent content) +464
   EPiServer.Cms.Shell.UI.Rest.Models.Transforms.ContentDataModelBaseTransform.TransformInstance(IContent source, ContentDataStoreModelBase target, IModelTransformContext context) +892
   EPiServer.Cms.Shell.UI.Rest.Models.Transforms.d__0.MoveNext() +359
   EPiServer.Cms.Shell.UI.Rest.Models.Transforms.d__0.MoveNext() +432
   EPiServer.Cms.Shell.UI.Rest.Models.Transforms.d__0.MoveNext() +432
   EPiServer.Cms.Shell.UI.Rest.Models.Transforms.d__0.MoveNext() +432
   EPiServer.Cms.Shell.UI.Rest.Models.Transforms.d__0.MoveNext() +432
   System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +524
   System.Linq.Enumerable.ToList(IEnumerable`1 source) +70
   EPiServer.Commerce.Shell.Rest.CatalogContentModelTransform.Execute(IEnumerable`1 models) +211
   EPiServer.Cms.Shell.UI.Rest.ContentStoreModelCreator.CreateContentDataStoreModels(IEnumerable`1 content, DefaultQueryParameters queryParameters) +440
   EPiServer.Cms.Shell.UI.Rest.ContentStructureStore.Get(ContentReference id, String query, ContentReference referenceId, String[] typeIdentifiers, Nullable`1 allLanguages, IEnumerable`1 sortColumns, ItemRange range) +429
   lambda_method(Closure , ControllerBase , Object[] ) +437
   System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +229
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +35
   System.Web.Mvc.Async.AsyncControllerActionInvoker.b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +39
   System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +71
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +42
   System.Web.Mvc.Async.AsyncInvocationWithFilters.b__3d() +72
   System.Web.Mvc.Async.<>c__DisplayClass46.b__3f() +386
   System.Web.Mvc.Async.<>c__DisplayClass46.b__3f() +386
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +42
   System.Web.Mvc.Async.<>c__DisplayClass2b.b__1c() +38
   System.Web.Mvc.Async.<>c__DisplayClass21.b__1e(IAsyncResult asyncResult) +186
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
   EPiServer.Shell.Services.Rest.RestControllerBase.EndExecute(IAsyncResult asyncResult) +60
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +399
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +137

this problem occurs on block like this(and others), for example:

[ContentType(GUID = "nguid", DisplayName = "Article block", AvailableInEditMode = true)]
[ImageUrl("~/Styles/images/icon-article.svg")]
public class ArticleBlock : BaseBlockData
{
     [Display(Name = "Article", Order = 100)]
     public virtual ContentReference ArticlePage { get; set; }
}

when selecting ArticlePage it seems to fail to get what is under Root:

http:////cms/Stores/contentstructure/?referenceId=1&query=getchildren&typeIdentifiers=episerver.core.icontentdata&allLanguages=true&sort()&dojo.preventCache=1454310555249

looks like this:

any pointers?

#143777
Feb 01, 2016 8:33
Vote:
 

Do you have any custom routes setup.  Are you using the DefaultHierarchialRouter for catalogcontent.  Can you show the debug log for when you make the request?

#143823
Edited, Feb 01, 2016 20:44
Vote:
 
<p>For nodes we still use:&nbsp;<em>HierarchicalCatalogPartialRouter</em>, we have mapped it only to one out of 3 catalogs</p> <p>For entries we have custom legacy implementation that is entirely sepeare and is not interfering with Episerver CMS or Episerver Commerce routing, most likely entries are not revelant anyway in this case.</p> <p></p> <pre class="brush:plain;auto-links:false;toolbar:false" contenteditable="false">2016-02-02 10:22:00,759 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/CMS/9.3.8.0' 2016-02-02 10:22:00,760 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/EPiServer.Packaging.UI/3.2.3.0' 2016-02-02 10:22:00,760 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/Commerce/9.7.0.1360' 2016-02-02 10:22:00,762 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/EPiServer.Commerce.Shell/9.7.0.1360' 2016-02-02 10:22:00,763 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/Shell/9.3.8.0' 2016-02-02 10:22:00,763 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/Find' 2016-02-02 10:22:00,764 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/BVNetwork.404Handler' 2016-02-02 10:22:00,765 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/Geta.DdsAdmin' 2016-02-02 10:22:00,766 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/modules' 2016-02-02 10:22:00,766 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Found route with values for path:~/&lt;adminUrl&gt;/cms/Stores/contentstructure/ 2016-02-02 10:22:00,767 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/CMS/9.3.8.0' 2016-02-02 10:22:00,768 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/EPiServer.Packaging.UI/3.2.3.0' 2016-02-02 10:22:00,768 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/Commerce/9.7.0.1360' 2016-02-02 10:22:00,769 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/EPiServer.Commerce.Shell/9.7.0.1360' 2016-02-02 10:22:00,770 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/Shell/9.3.8.0' 2016-02-02 10:22:00,770 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/Find' 2016-02-02 10:22:00,771 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/BVNetwork.404Handler' 2016-02-02 10:22:00,772 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/&lt;adminUrl&gt;/Geta.DdsAdmin' 2016-02-02 10:22:00,773 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Not routing '~/&lt;adminUrl&gt;/cms/Stores/contentstructure/' since it doesn't start with '~/modules' 2016-02-02 10:22:00,773 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Found route with values for path:~/&lt;adminUrl&gt;/cms/Stores/contentstructure/ 2016-02-02 10:22:00,786 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Initializing a new instance of SqlDatabaseHandler 2016-02-02 10:22:00,789 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 1 2016-02-02 10:22:00,790 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 1 2016-02-02 10:22:00,791 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 1 2016-02-02 10:22:00,792 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 2 2016-02-02 10:22:00,793 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 2 2016-02-02 10:22:00,794 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 362 2016-02-02 10:22:00,794 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 362 2016-02-02 10:22:00,795 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 363 2016-02-02 10:22:00,796 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 363 2016-02-02 10:22:00,797 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 364 2016-02-02 10:22:00,797 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 364 2016-02-02 10:22:00,798 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 8114 2016-02-02 10:22:00,799 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 8114 2016-02-02 10:22:00,799 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 641 2016-02-02 10:22:00,800 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 641 2016-02-02 10:22:00,801 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 1 2016-02-02 10:22:00,802 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 2 2016-02-02 10:22:00,802 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 2 2016-02-02 10:22:00,803 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 362 2016-02-02 10:22:00,804 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 362 2016-02-02 10:22:00,804 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 363 2016-02-02 10:22:00,805 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 363 2016-02-02 10:22:00,806 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 364 2016-02-02 10:22:00,807 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 364 2016-02-02 10:22:00,808 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 8114 2016-02-02 10:22:00,809 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 8114 2016-02-02 10:22:00,810 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 641 2016-02-02 10:22:00,810 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 641 2016-02-02 10:22:00,811 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'HasAccess' with parameter values: EPiServer.Security.VirtualRolePrincipal, Read 2016-02-02 10:22:00,814 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - SysContentFolder: Selected . (tag='Preview', channel='Web,Web', category='Page') 2016-02-02 10:22:00,815 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - SysContentFolder: Selected . (tag='', channel='Web,Web', category='Page') 2016-02-02 10:22:00,816 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetVirtualPathInternal' with parameter values: 362, , EPiServer.Web.Routing.VirtualPathArguments 2016-02-02 10:22:00,816 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 362 2016-02-02 10:22:00,817 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 362 2016-02-02 10:22:00,818 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - SysContentFolder: Selected . (tag='', channel='Web,Web', category='Page') 2016-02-02 10:22:00,819 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - SysContentFolder: Selected . (tag='Preview', channel='Web,Web', category='Page') 2016-02-02 10:22:00,819 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - SysContentFolder: Selected . (tag='', channel='Web,Web', category='Page') 2016-02-02 10:22:00,820 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 362 2016-02-02 10:22:00,821 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 362 2016-02-02 10:22:00,822 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 7406 2016-02-02 10:22:00,823 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 7406 2016-02-02 10:22:00,824 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 362 2016-02-02 10:22:00,825 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 362 2016-02-02 10:22:00,826 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 363 2016-02-02 10:22:00,826 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 363 2016-02-02 10:22:00,827 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 363 2016-02-02 10:22:00,828 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 363 2016-02-02 10:22:00,828 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetAccessLevel' with parameter values: EPiServer.Security.VirtualRolePrincipal 2016-02-02 10:22:00,829 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetAccessLevel' with parameter values: EPiServer.Security.VirtualRolePrincipal 2016-02-02 10:22:00,830 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - RootContent: Selected . (tag='Preview', channel='Web,Web', category='Page') 2016-02-02 10:22:00,831 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - RootContent: Selected . (tag='', channel='Web,Web', category='Page') 2016-02-02 10:22:00,831 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetVirtualPathInternal' with parameter values: 363, nb-NO, EPiServer.Web.Routing.VirtualPathArguments 2016-02-02 10:22:00,832 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'Get' with parameter values: 363 2016-02-02 10:22:00,833 DEBUG [81] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'GetClosestSetting' with parameter values: 363 2016-02-02 10:22:00,833 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - RootContent: Selected . (tag='', channel='Web,Web', category='Page') 2016-02-02 10:22:00,834 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - RootContent: Selected . (tag='Preview', channel='Web,Web', category='Page') 2016-02-02 10:22:00,835 DEBUG [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - RootContent: Selected . (tag='', channel='Web,Web', category='Page') 2016-02-02 10:22:00,837 ERROR [81] &lt;MyWeb&gt;.Global.Application_Error - Global Application_Error occured: System.ArgumentException: The content has to belong to EPiServer.Commerce.Catalog.Provider.CatalogContentProvider Parameter name: content at EPiServer.Commerce.Catalog.Provider.CatalogContentStructureProvider.GetChildEntryCount(CatalogContentBase content) at EPiServer.Commerce.Shell.Rest.Capabilities.SortChildrenCapability.IsCapable(IContent content) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) at EPiServer.Cms.Shell.UI.Rest.Capabilities.ContentCapabilitiesResolver.GetContentCapabilities(IContent content) at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.ContentDataModelBaseTransform.TransformInstance(IContent source, ContentDataStoreModelBase target, IModelTransformContext context) at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at EPiServer.Commerce.Shell.Rest.CatalogContentModelTransform.Execute(IEnumerable`1 models) at EPiServer.Cms.Shell.UI.Rest.ContentStoreModelCreator.CreateContentDataStoreModels[TModel](IEnumerable`1 content, DefaultQueryParameters queryParameters) at EPiServer.Cms.Shell.UI.Rest.ContentStructureStore.Get(ContentReference id, String query, ContentReference referenceId, String[] typeIdentifiers, Nullable`1 allLanguages, IEnumerable`1 sortColumns, ItemRange range) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;BeginInvokeSynchronousActionMethod&gt;b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3d() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.&lt;&gt;c__DisplayClass46.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.&lt;&gt;c__DisplayClass46.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass21.&lt;&gt;c__DisplayClass2b.&lt;BeginInvokeAction&gt;b__1c() at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass21.&lt;BeginInvokeAction&gt;b__1e(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) at EPiServer.Shell.Services.Rest.RestControllerBase.EndExecute(IAsyncResult asyncResult) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) Request url: http://&lt;siteUrl&gt;/&lt;adminUrl&gt;/cms/Stores/contentstructure/?referenceId=1&amp;query=getchildren&amp;typeIdentifiers=episerver.core.icontentdata&amp;allLanguages=true&amp;sort()&amp;dojo.preventCache=1454401051215 2016-02-02 10:22:00,838 ERROR [81] &lt;MyWeb&gt;.Global.Application_Error - Problem writing to event log: System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. To create the source, you need permission to read all event logs to make sure that the new source name is unique. Inaccessible logs: Security. at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate) at System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate) at System.Diagnostics.EventLogInternal.VerifyAndCreateSource(String sourceName, String currentMachineName) at System.Diagnostics.EventLogInternal.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) at System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) at System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type) at &lt;MyWeb&gt;.Global.Application_Error(Object sender, EventArgs e) in C:\Projects\&lt;MyProject&gt;\src\&lt;MyWeb&gt;\Global.asax.cs:line 89 The Zone of the assembly that failed was: MyComputer 2016-02-02 10:22:00,840 ERROR [81] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Error - 1.2.5 Unhandled exception in ASP.NET System.ArgumentException: The content has to belong to EPiServer.Commerce.Catalog.Provider.CatalogContentProvider Parameter name: content at EPiServer.Commerce.Catalog.Provider.CatalogContentStructureProvider.GetChildEntryCount(CatalogContentBase content) at EPiServer.Commerce.Shell.Rest.Capabilities.SortChildrenCapability.IsCapable(IContent content) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) at EPiServer.Cms.Shell.UI.Rest.Capabilities.ContentCapabilitiesResolver.GetContentCapabilities(IContent content) at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.ContentDataModelBaseTransform.TransformInstance(IContent source, ContentDataStoreModelBase target, IModelTransformContext context) at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at EPiServer.Commerce.Shell.Rest.CatalogContentModelTransform.Execute(IEnumerable`1 models) at EPiServer.Cms.Shell.UI.Rest.ContentStoreModelCreator.CreateContentDataStoreModels[TModel](IEnumerable`1 content, DefaultQueryParameters queryParameters) at EPiServer.Cms.Shell.UI.Rest.ContentStructureStore.Get(ContentReference id, String query, ContentReference referenceId, String[] typeIdentifiers, Nullable`1 allLanguages, IEnumerable`1 sortColumns, ItemRange range) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;BeginInvokeSynchronousActionMethod&gt;b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3d() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.&lt;&gt;c__DisplayClass46.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.&lt;&gt;c__DisplayClass46.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass21.&lt;&gt;c__DisplayClass2b.&lt;BeginInvokeAction&gt;b__1c() at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass21.&lt;BeginInvokeAction&gt;b__1e(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) at EPiServer.Shell.Services.Rest.RestControllerBase.EndExecute(IAsyncResult asyncResult) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) System.ArgumentException: The content has to belong to EPiServer.Commerce.Catalog.Provider.CatalogContentProvider Parameter name: content at EPiServer.Commerce.Catalog.Provider.CatalogContentStructureProvider.GetChildEntryCount(CatalogContentBase content) at EPiServer.Commerce.Shell.Rest.Capabilities.SortChildrenCapability.IsCapable(IContent content) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) at EPiServer.Cms.Shell.UI.Rest.Capabilities.ContentCapabilitiesResolver.GetContentCapabilities(IContent content) at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.ContentDataModelBaseTransform.TransformInstance(IContent source, ContentDataStoreModelBase target, IModelTransformContext context) at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase`1.&lt;Execute&gt;d__0.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at EPiServer.Commerce.Shell.Rest.CatalogContentModelTransform.Execute(IEnumerable`1 models) at EPiServer.Cms.Shell.UI.Rest.ContentStoreModelCreator.CreateContentDataStoreModels[TModel](IEnumerable`1 content, DefaultQueryParameters queryParameters) at EPiServer.Cms.Shell.UI.Rest.ContentStructureStore.Get(ContentReference id, String query, ContentReference referenceId, String[] typeIdentifiers, Nullable`1 allLanguages, IEnumerable`1 sortColumns, ItemRange range) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;BeginInvokeSynchronousActionMethod&gt;b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3d() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.&lt;&gt;c__DisplayClass46.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.&lt;&gt;c__DisplayClass46.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass21.&lt;&gt;c__DisplayClass2b.&lt;BeginInvokeAction&gt;b__1c() at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass21.&lt;BeginInvokeAction&gt;b__1e(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) at EPiServer.Shell.Services.Rest.RestControllerBase.EndExecute(IAsyncResult asyncResult) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) </pre> <p></p>
#143851
Feb 02, 2016 10:15
Vote:
 

I suspect it is failing trying to build the catalog tree in the content selector becuase it can only map one of three catalogs.  Do you need to select catalog content.  can you try adding

 [AllowedTypes(new [] { typeof(PageData) })]


 to the ContentReference?

#143888
Edited, Feb 02, 2016 20:11
Vote:
 
<p>So I changed property to:</p> <pre class="brush:csharp;auto-links:false;toolbar:false" contenteditable="false">[Display(Name = "Article", Order = 100)] [AllowedTypes(typeof(ArticlePage))] public virtual ContentReference ArticlePage { get; set; }</pre> <p>It was so easy to fix it that spot, experience for editor is better now and it works, thanks for tip Mark!</p> <p>But then I started looking over whole solution where we use something like:</p> <pre class="brush:csharp;auto-links:false;toolbar:false" contenteditable="false">public virtual ContentReference ...{ get; set; }</pre> <p>And thought, surely somewhere there is reference against commerce content and it will fail there</p> <p>So I found places like:</p> <pre class="brush:csharp;auto-links:false;toolbar:false" contenteditable="false">[Display(Name = "Catalog Node", Order = 1, GroupName = Tabs.Information)] [Required] [UIHint(UIHint.CatalogNode)] public virtual ContentReference CatalogNode { get; set; }</pre> <p>And that works perfectly fine and wherever&nbsp;there is UIHint it works just nice!</p> <p>Note.</p> <p>It&nbsp;allows to select nodes from all 3 catalogs, so fact that we have friendly urls to only one catalag should not be a problem,</p> <p>as here all that needs to be fetched is ContentReference not friendly url</p> <p></p> <p>As always&nbsp;there is that one place,&nbsp;one place&nbsp;that should not restrict what is inside of reference, for example:</p> <pre class="brush:csharp;auto-links:false;toolbar:false" contenteditable="false">[Display(Name = "See all url", Order = 100)] [UIHint(UIHint.AllContent)] public virtual ContentReference SeeAllUrl { get; set; }</pre> <p>Goal here&nbsp;is to select any page or any catalog or any catalogNode</p> <p>this is how it looks in UI:</p> <p><img src="http://s30.postimg.org/wco45e0ep/Untitled.png" width="603" alt="" height="560" /></p> <p>So it looks like it <span>intervenes&nbsp;</span>somehow with CMS, as its is able to populate commerce catalogs</p> <p>and exception is exactly the same.</p> <p></p> <p>Any more&nbsp;ideas?</p> <p></p>
#143899
Feb 03, 2016 9:07
Vote:
 

It is hard to say what is going wrong.  The method where it is choking on has protection before getting there to make sure it is of catalog content.  The actual method is trying to cast the contentprovider for the contentLink to CatalogContentProvider.  Maybe there is a is a block somewhere that has a reference to a non existant entry or node or one in draft state that was not migrated. Could you try to enable Draft store migration job and rerun and see if the problem still exists

#143972
Feb 04, 2016 8:04
Vote:
 

Running that job crashes IIS, no logs at all.

Setting logs to All, running that job generates logfile with about 9000 lines

but one of thouse lines are ~65MB long and starts with:

2016-02-04 11:19:40,916 DEBUG [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - 10.5.1 Export/import progress: Initializing
2016-02-04 11:19:40,917 WARN [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Warn - 10.5.2 Export/import warning: Unexpected format of PropertyContentReference: 41353__CatalogContent
2016-02-04 11:19:40,917 DEBUG [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Importing property PageReference name='ContentLink' value='41353__CatalogContent' = '41353__CatalogContent'
2016-02-04 11:19:40,918 WARN [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Warn - 10.5.2 Export/import warning: Unexpected format of PropertyContentReference: 41353__CatalogContent
2016-02-04 11:19:40,919 DEBUG [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Importing property PageReference name='ContentLink' value='41353__CatalogContent' = '41353__CatalogContent'
2016-02-04 11:19:40,919 WARN [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Warn - 10.5.2 Export/import warning: Unexpected format of PropertyContentReference: 41353__CatalogContent
2016-02-04 11:19:40,920 DEBUG [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Importing property PageReference name='PriceReference' value='41353__CatalogContent' = '41353__CatalogContent'
2016-02-04 11:19:40,920 WARN [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Warn - 10.5.2 Export/import warning: Unexpected format of PropertyContentReference: 41353__CatalogContent
2016-02-04 11:19:40,921 DEBUG [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - Importing property PageReference name='InventoryReference' value='41353__CatalogContent' = '41353__CatalogContent'
2016-02-04 11:19:40,922 WARN [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Warn - 10.5.2 Export/import warning: Property 'Prices' does not exist on destination content type
2016-02-04 11:19:40,923 WARN [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Warn - 10.5.2 Export/import warning: Property 'Price' does not exist on destination content type
2016-02-04 11:19:40,923 WARN [33] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Warn - 10.5.2 Export/import warning: Property 'CategoryCodes' does not exist on destination content type
2016-02-04 11:19:40,924 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'LoadProperties' with parameter values: Castle.Proxies.BaseVariationProxy, EPiServer.Core.RawContent
2016-02-04 11:19:40,924 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetReferenceProperties' with parameter values: Castle.Proxies.BaseVariationProxy, 41353__CatalogContent
2016-02-04 11:19:40,992 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:40,994 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: Product name A, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,010 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,011 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,011 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,012 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,013 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: 77777777, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,014 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: Generell, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,015 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: 25, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,062 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,063 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: Product name B, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,064 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,064 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,065 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,066 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: 15 cm, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,066 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: 66666666, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,067 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: Generell, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,067 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: 25, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,069 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,070 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: TS, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,071 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,071 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: Sben, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,071 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: https://url.to.image.no/image.jpg, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,072 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: True, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,073 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,073 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: , Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,077 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: Product description, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,078 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: Product name C, Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:41,410 DEBUG [33] Mediachase.Commerce.Extensions.LogExtensions.DebugBeginMethod - Calling 'SetMetaObjectValueFromProperty' with parameter values: ["[\"[\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

then it continues for about thouse 65MB and ends with:


\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\"]\\\\\\\"]\\\"]\"]"], Mediachase.MetaDataPlus.Configurator.MetaField, Mediachase.MetaDataPlus.MetaObject
2016-02-04 11:19:49,019 DEBUG [1] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.DebugFormat - Adding 'C:\Projects\<projectUrl>\src\<Web>\modulesbin' to the AppDomain shadow copy path
2016-02-04 11:19:49,036 DEBUG [1] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.DebugFormat - New shadow copy path : C:\Projects\<projectUrl>\src\<Web>\modulesbin\bin;C:\Projects\<projectUrl>\src\<Web>\modulesbin
2016-02-04 11:19:49,331 DEBUG [1] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - EPiServer.Global ctor

We can see that IIS is starting by caling Global constructor:

2016-02-04 11:19:49,331 DEBUG [1] EPiServer.Logging.Compatibility.LogManager+CompatibilityWrapper.Debug - EPiServer.Global ctor



IIS should not be crashed like that

Looked at that product seems to be just fine(no long fields) in manager and commerce UI in cms and in database

#143989
Feb 04, 2016 11:14
Vote:
 

I suspect somewhere there is a reference to one of those drafts which is causing the issue.  Let me check with colleague who may be able to tell us how to find out

#143994
Feb 04, 2016 11:28
Vote:
 

Do you have any implementation/extension of Catalog content, including node, entry? I suspect there is something wrong with the content link. The requested content is a CatalogContentBase, but its provider is not CatalogContentProvider, which means its ContentLink's ProviderName is not "CatalogContent".

What does BaseBlockData inherit from?

#144004
Feb 04, 2016 12:31
Vote:
 

BaseBlockData inherits from EPiServer.Core.BlockData

Yes, that we have for node:

[CatalogContentType(GUID = "nguid", MetaClassName = "Category", DisplayName = "Category")]
public class BaseCategory : NodeContent
{
    ....

and for entries(product has ~ 30 extra properties, variation about 4 extra properties):

[CatalogContentType(GUID = "nguid", MetaClassName = "Product", DisplayName = "Product",
            Description = "desc")]
public class BaseProduct : ProductContent
{
    ...
[CatalogContentType(GUID = "nguid", MetaClassName = "Variation", DisplayName = "Variation",
            Description = "desc")]
public class BaseVariation : VariationContent
{
    ....

None of them override ContentLink property

#144009
Feb 04, 2016 13:14
Vote:
 

Attached with Visual Studio and reflected EPiServer.Commerce.Internal.Migration.dll and started debugging

Got to exception:

Mediachase.MetaDataPlus.IncorrectValueTypeException was unhandled
Message: An unhandled exception of type 'Mediachase.MetaDataPlus.IncorrectValueTypeException' occurred in EPiServer.Commerce.Internal.Migration.dll
Additional information: Incorrect value type. Must be MetaStringDictionary.

That led me to BaseProduct 6 properties that look like this:

[JsonIgnore]
[Display(Name = "Manuals", Description = "")]
public virtual StringDictionary Manuals { get; set; }

Old implementation of: http://world.episerver.com/forum/developer-forum/EPiServer-Commerce/Thread-Container/2014/7/MetaDataTypeStringDictionary-from-code/

To all of them I added(just to test this):

[Ignore]

So that Commerce would ignore it, an it did, job successfully finished with:

2/4/2016 2:35:11 PM	OK	Migrated 6 PreviouslyPublished drafts.

Dont know if 6 properties removed should have matched 6 updates or its just coincidence.

With these changes applied tested property content selection in question and still got the same exception:

The content has to belong to EPiServer.Commerce.Catalog.Provider.CatalogContentProvider
Parameter name: content

as before.

I guess I need to use more of reflector!

#144016
Edited, Feb 04, 2016 14:00
Vote:
 
<p>Could you help us to execute this script against the CMS database:</p> <p>SELECT * FROM tblContentSoftlink WHERE ContentLink LIKE '%[_]%'<br />SELECT * FROM tblContentProperty CP INNER JOIN tblContentSoftlink S ON CP.LinkGuid = S.fkReferencedContentGUID WHERE S.ContentLink LIKE '%[_]%'<br />SELECT * FROM tblWorkContentProperty CP INNER JOIN tblContentSoftlink S ON CP.LinkGuid = S.fkReferencedContentGUID WHERE S.ContentLink LIKE '%[_]%'</p> <p>Then check the ContentLink/String columns, to see if the ContentLink has "CatalogContent" as the Provider name, or if there is anything wrong with the content link.</p> <p></p> <p>I suspect there is a link between a page, or a block and a Catalog content, and that link might be corrupted. The script above is to retreive those links.</p>
#144074
Feb 05, 2016 8:37
Vote:
 

ran:

SELECT * FROM tblContentSoftlink WHERE ContentLink LIKE '%[_]%'

returns ~3k rows every single one ContentLink column ends with CatalogContent and starts with a number like we expect it to, examples:

1073742787__CatalogContent
43648__CatalogContent

this

SELECT * FROM tblContentSoftlink WHERE ContentLink LIKE '%[_]%' AND ContentLink NOT LIKE '%CatalogContent'

returns 0 rows, so all of them for sure ends with CatalogContent

ran:

SELECT * FROM tblContentProperty CP INNER JOIN tblContentSoftlink S ON CP.LinkGuid = S.fkReferencedContentGUID WHERE S.ContentLink LIKE '%[_]%'

returns ~ 4k rows

this:

SELECT * FROM tblContentProperty CP INNER JOIN tblContentSoftlink S ON CP.LinkGuid = S.fkReferencedContentGUID WHERE S.ContentLink LIKE '%[_]%' AND String NOT LIKE '%CatalogContent'

returns 0 rows, also looks like String column is as it should be

ran:

SELECT * FROM tblWorkContentProperty CP INNER JOIN tblContentSoftlink S ON CP.LinkGuid = S.fkReferencedContentGUID WHERE S.ContentLink LIKE '%[_]%'

returns about 8k rows

this:

SELECT * FROM tblWorkContentProperty CP INNER JOIN tblContentSoftlink S ON CP.LinkGuid = S.fkReferencedContentGUID WHERE S.ContentLink LIKE '%[_]%' AND String NOT LIKE '%CatalogContent'

returns 0 rows as well

So it looks like all of contentLink/string fields that have __ in middle(that are commerce records) ends with CatalogContent, I assume its correct as it is the same way in other(9.x) projects as well

Is that the correct way how to diagnose if links are correct?

#144075
Edited, Feb 05, 2016 9:16
Vote:
 
<p>Yes I think so, is quite weird they are all correct. &nbsp;I think the only way we can solve this is to open a support case and get access to the database etc.</p>
#144081
Feb 05, 2016 10:41
Vote:
 

Used reflector to attach and see what exactly fails:

So it fails on content with ID=363 and Provider name is null for it

running:

SELECT * FROM [tblContent] WHERE [pkID]=363
SELECT * FROM [tblContentType] WHERE [pkId] IN (SELECT [fkContentTypeID] FROM [tblContent] WHERE [pkID]=363)

returns:

pkID        fkContentTypeID fkParentID  ArchiveContentGUID  CreatorName  ContentGUID                          VisibleInMenu Deleted ChildOrderRule PeerOrder   ContentAssetsID  ContentOwnerID  DeletedBy  DeletedDate  fkMasterLanguageBranchID ContentPath  ContentType IsLeafNode
----------- --------------- ----------- ------------------- ------------ ------------------------------------ ------------- ------- -------------- ----------- ---------------- --------------- ---------- ------------ ------------------------ ------------ ----------- ----------
363         75              1           NULL                             5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 1             0       3              100         NULL             NULL            NULL       NULL         18                       .1.          2           1

(1 row(s) affected)

pkID        ContentTypeGUID                      Created                 Filename Name         Description                IdString  Available SortOrder   MetaDataInherit MetaDataDefault WorkflowEditFields ACL   DisplayName  ModelType                                                                                                                                               DefaultWebFormTemplate  DefaultMvcController  DefaultMvcPartialView  ContentType
----------- ------------------------------------ ----------------------- --------------------- -------------------------- --------- --------- ----------- --------------- --------------- ------------------ ----- ------------ ------------------------------------------------------------------------------------------------------------------------------------------------------- ----------------------- --------------------- ---------------------- -----------
75          4FEF3ED0-6776-41E0-9450-3FE8A995E52F 2014-07-01 11:50:14.777 NULL     RootContent  Used as root/welcome page  ?id=      1         NULL        0               0               NULL               NULL  NULL         EPiServer.Commerce.Catalog.ContentTypes.RootContent, EPiServer.Business.Commerce, Version=9.7.0.1360, Culture=neutral, PublicKeyToken=8fe83dea738b45b7  NULL                    NULL                  NULL                   2

(1 row(s) affected)

running these:

SELECT * FROM [tblContentProperty] WHERE [ContentLink] = 363 OR [LinkGuid]='5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3'
SELECT * FROM [tblWorkContentProperty] WHERE [ContentLink] = 363 OR [LinkGuid]='5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3'
SELECT * FROM [tblContentSoftlink] WHERE [fkOwnerContentID]=363 OR [fkReferencedContentGUID]='5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3'

returns:

fkPropertyDefinitionID fkContentID fkLanguageBranchID guid                                 Boolean Number      FloatNumber            ContentType ContentLink Date  String  LongString  LongStringLength LinkGuid                             ScopeName  pkID
---------------------- ----------- ------------------ ------------------------------------ ------- ----------- ---------------------- ----------- ----------- ----- ------- ----------- ---------------- ------------------------------------ ---------- -----------
552                    849         18                 B4A62714-6FC7-49AB-A51E-51D71347BDBA 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       32325
552                    2229        18                 E3F2BC1E-01C5-419F-81AA-FE2445442B8D 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       32226
552                    2231        18                 F904F78B-881B-4806-99DF-64480995F523 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       32236
552                    2232        18                 10948C82-0AFA-48BB-974D-C3A1C81F0AD1 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       32242
...........................
552                    2305        18                 BE042D3D-E95A-450B-92EC-F54E69F228BE 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       62711
552                    2306        18                 4552091C-2E92-4912-AF25-434831266A18 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       32096
552                    2307        18                 EAA236E4-9A50-4F44-B833-AC5A8D3B453A 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       32100
552                    2326        18                 5307BD0D-CFDE-4F82-A5FA-A1D9722BED92 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       32027
552                    2327        18                 0BD406E6-CE1F-41C3-9A55-2168729ECC03 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       32032
552                    2328        18                 295888C1-F4B5-4B62-B623-D3D381476810 0       NULL        NULL                   NULL        363         NULL  NULL    NULL        0                5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3 NULL       32035

(23 row(s) affected)

pkID        fkPropertyDefinitionID fkWorkContentID ScopeName  guid                                 Boolean Number      FloatNumber  ContentType ContentLink Date  String  LongString  LinkGuid
----------- ---------------------- --------------- ---------- ------------------------------------ ------- ----------- ------------ ----------- ----------- ----- ------- ----------- ------------------------------------
9565        552                    2435            NULL       1CEBF535-9FD4-4165-AF6A-785F0EE484B4 0       NULL        NULL         NULL        363         NULL  NULL    NULL        5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3
9571        552                    2437            NULL       99110341-8374-4020-B832-AA5A90859198 0       NULL        NULL         NULL        363         NULL  NULL    NULL        5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3
9580        552                    2440            NULL       D37DC93A-F44F-41C0-869D-E2D02AA9A769 0       NULL        NULL         NULL        363         NULL  NULL    NULL        5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3
9583        552                    2441            NULL       932D5A53-931B-466E-8777-D13FCCA5DA66 0       NULL        NULL         NULL        363         NULL  NULL    NULL        5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3
.......................                                                                                                                                                              
47077       552                    16133           NULL       F46E50E4-E319-4456-A92F-07B95DA68EC4 0       NULL        NULL         NULL        363         NULL  NULL    NULL        5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3
47088       552                    16135           NULL       B9E4C39A-C920-478B-BA4B-5F0D3EEAFFE1 0       NULL        NULL         NULL        363         NULL  NULL    NULL        5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3
47100       552                    16146           NULL       7C183B7D-A380-4AD5-951A-C0D4B90A87A6 0       NULL        NULL         NULL        363         NULL  NULL    NULL        5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3
49953       552                    16968           NULL       4BF9A2DF-E561-4685-8726-50A22B724650 0       NULL        NULL         NULL        363         NULL  NULL    NULL        5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3
49959       552                    16969           NULL       BE042D3D-E95A-450B-92EC-F54E69F228BE 0       NULL        NULL         NULL        363         NULL  NULL    NULL        5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3

(109 row(s) affected)

pkID  fkOwnerContentID LinkURL  LinkType    LinkProtocol ContentLink  LastCheckedDate  FirstDateBroken  HttpStatusCode LinkStatus  fkReferencedContentGUID  OwnerLanguageID ReferencedLanguageID
----- ---------------- -------- ----------- ------------ ------------ ---------------- ---------------- -------------- ----------- ------------------------ --------------- --------------------

(0 row(s) affected)
#144089
Feb 05, 2016 14:00
Vote:
 

I dont seem to have an entry in tblContent for my root page on a normal version 9 site.  Can you take a backup and then try removing and see if that fixes it.

#144118
Feb 08, 2016 8:55
Vote:
 
delete FROM [tblContentlanguage] WHERE [fkContentID]=363
delete FROM [tblWorkContent] WHERE [fkContentID]=363
delete FROM [tblContentAccess] WHERE [fkContentID]=363
delete FROM [tblContentProperty] WHERE [fkContentID]=363
delete FROM [tblContentProperty] WHERE [LinkGuid]='5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3'
delete FROM [tblWorkContentProperty] WHERE [LinkGuid]='5FE98EF2-2A6C-46BD-A802-39B6E5F0A1D3'

delete FROM [tblContent] WHERE [pkID]=363

Ran these sripts + iisreset, and afterwards it works,

also smoke tested whole solution, and nothing else seems to be broken by removing instance of this commerce root content

So my best guess is that they are there in database since commerce 1R2 or 7.x and migrationg to 9.x did not clean that up, or there could be many other reasons.

Anyway it now works fine, thanks Mark!

#144155
Edited, Feb 08, 2016 16:54
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.