This is using Sitecore 8.1 Update 1, Coveo on-premises version 7 (8388.7) free edition, and Coveo for Sitecore version 4.0.222.0. I have a document that's been secured such that everyone is denied access to it in inheritance, but then certain groups are granted read permissions, so that only those in ....
Sitecore questions and answers
Sitecore Rebuild Index: Request size exceeded Azure Search Service limits
During index rebuild at Azure, I am getting error System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AggregateException: One or more errors occurred. ---> Sitecore.ContentSearch.Azure.Http.Exceptions.RequestEntityTooLargeException: Request size exceeded Azure Search Service limits ---> Sitecore.ContentSearch.Azure.Http.Exceptions.AzureSearchServiceRESTCallException: The page was not displayed because the request entity is too large. ....
What is the call depth limit in Sitecore PowerShell and can it be overridden?
I have a recursive script that hits a System.Management.Automation.ScriptCallDepthException exception. What is the call depth limit in Sitecore PowerShell and can it be overridden? Note: Yes, I can probably refactor to avoid recursion. EDIT: For a little clarity, it's a script to copy items from one site to another, maintaining ....
How to ensure two scheduled tasks won't run in parallel
It looks like out of the box Sitecore is able to prevent the same scheduled task from running simultaneously if a previous run hasn't finished yet (time interval between runs is less than time required to finish a task) I've found this info in this blog: https://briancaos.wordpress.com/2017/08/18/sitecore-scheduled-task-schedule-time-format-and-other-quirks/ According to this ....
Installing Sitecore Package deletes content
When installing a package with overwrite option, some items are being automatically deleted where the package is installed. Will installing a package with overwrite option delete content items? ....
SXA search Facets for field
I want to make the facet using that PropertyDetailsBeds (No Bedrooms) field inside the "Property Details" so that I can use that facet in the Search filter. What needs to be done in order to use that in the Facets? Has anyone done something similar to that? ....
Do not create rendering for a template during jss deploy
I am using Sitecore 9.3 Instance with JSS. I need to create a component that consists of 2 templates - say - Template1.sitecore.js and Template2.sitecore.js and 1 rendering - RenderingName/index.js. So that, when I deploy it using jss deploy app command, only one json rendering is created in sitecore/Layouts/Renderings/ folder. ....
Can we increase max size of the search box in usermanager?
Can we increase max size of the search box in usermanager? which currently only 20 character. I am trying to implement this email search using link https://sitecorecontextitem.wordpress.com/2014/11/10/search-by-email-in-the-sitecore-user-manager/ but search box has only 20 character allowed in Usermanager ....
How do I programmaticaly set an image on glassmapped item
So I have a glassMapped item with an image. public interface IChain : IGlassBase { Image Logo { get; set; } } Witch I then try to set: using (new SecurityDisabler()) using (var db = new SitecoreContext(Sitecore.Context.Database)) { var item = db.Create<IChain, IGlassBase>(parent, model.Name); item.Logo = new Image { MediaId ....
Good or bad:: Keeping large volume of documents in sitecore 8.1 Media Library
Do we have any limitation for documents( pdfs , excels , msword ) in media library in sitecore 8.1. Actually We are planning to upload around 60,000 documents in media library. As I know the purpose of CMS is that we can full have control on content as per our ....
- WordPress questions and answers
- SharePoint questions and answers
- Drupal questions and answers
- Magento questions and answers
- Salesforce questions and answers
- Joomla questions and answers
- Tridion questions and answers
- Craft CMS questions and answers
- CiviCRM questions and answers
- Sitecore questions and answers