How to upload large files in Sitecore

Hi guys, I recently stumbled on an issue of uploading large files in Sitecore. While searching about the same I found many blogs stating the solution of setting the size for Media.MaxSizeInDatabase. In Sitecore 10 the default value is 500MB which I increased to 1024MB. <setting name="Media.MaxSizeInDatabase" value="1024MB"></setting> The above solution didn't work for me.... Continue Reading →

{:en}Embed Social Feed into your website using Juicer{:}{:ja}Juicerを使用してソーシャルフィードをWebサイトに埋め込みます{:}

{:en} One fine day at office I had a client requirement for displaying their aggregated social media content on the Sitecore website we developed for them. The best API I came across to perform this operation is Juicer API. Juicer works with Sitecore for majority of the social accounts which LinkedIn, Facebook, twitter, Instagram etc.... Continue Reading →

{:en}Implementing Sitecore CI/CD On-premises using Azure Devops Part-2{:}{:ja}Azure DevopsPart-2を使用したオンプレミスでのSitecoreCI / CDの実装{:}

{:en}This is continuation of Implementing Sitecore CI/CD On-premises using Azure Devops Part-1 Let’s configure CD in Azure Deployment groups A deployment group is a logical set of deployment target machines that have agents installed on each one. Deployment groups represent the physical environments; for example, "Dev", "Test", "UAT", and "Production". In effect, a deployment group... Continue Reading →

{:en}Implementing Sitecore CI/CD On-premises using Azure Devops Part-1{:}{:ja}Azure DevopsPart-1を使用したオンプレミスでのSitecoreCI / CDの実装{:}

{:en}Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration can then be verified by an automated build and automated tests. This approach leads to significantly reduced integration problems, and you can detect errors quickly,... Continue Reading →

Adding Computed Field in Sitecore 9

I would like to share an instance in Sitecore 9 when I was trying to add a computed field in SOLR . For which I added the following configuration Below is the configuration from Sitecore version before 9 : Post that I rebuild the indexes to create the field. But here is the situation that... Continue Reading →

{:en}What’s new in Sitecore 9 – Report from Sitecore SUGCON 2018{:}{:ja}Sitecore9の新機能-SitecoreSUGCON2018からのレポート{:}

{:en}SUGCON (Sitecore user group conference) India 2018 was a Sitecore community driven conference packed with the latest insights and advice from some of the most experienced, skillful Sitecore experts in the world, from both Sitecore and the community. Whether one is new to Sitecore or a diehard veteran, they could take advantage of this opportunity to... Continue Reading →

{:en}Source Tree :- fatal: protocol error: bad line length character: <!DO{:}{:ja}ソースツリー:-致命的:プロトコルエラー:行の長さが正しくありません:&lt;!DO{:}

{:en}Nowadays we all prefer using the famous Atlassian Version Control Product: Source tree. It helps us manage all our repositories(hosted or local) through Source Tree's simple interface. Lately, I was experiencing an issue: "fatal: protocol error: bad line length character: <!DO". After some research, I was able to fix it and would like to share... Continue Reading →

{:en}Continuous Integration using TeamCity for Sitecore Helix Part-2{:}{:ja}TeamCity for Sitecore HelixPart-2を使用した継続的インテグレーション{:}

{:en}GitThis is Part 2 for TeamCity Configuration for Helix Architecture. You can have a look into Part 1:- Installing Teamcity and Connecting to BitBucket. Part 2 will be covering the following points:- Setting up project and creating first 4 build configurations. Installing node module. Copying Sitcore Libraries. Nuget Restore Build Project To cover these steps... Continue Reading →

{:en}Continuous Integration using TeamCity for Sitecore Helix Part-1{:}{:ja}TeamCity for Sitecore HelixPart-1を使用した継続的インテグレーション{:}

{:en}Sitecore Helix Continuous Integration(CI) is the practice of having all developers in the team integrate their work with the work of others. You would want to do this process frequently and automatically leveraging a build server. By using continuous integration you can expect to reduce the number of issues that arise and hence be more... Continue Reading →

{:en}Customizing Sitecore workflow’s Email Notification Roles Based{:}{:ja}SitecoreワークフローのEメール通知ロールベースのカスタマイズ{:}

{:en}Sitecore has out of the box workflow's Email Notification functionality but one of the major part of workflow implementation is to send email to proper Sitecore role with current state and custom tokens. We are sending email notification to sitecore role instead of single person because a role can have multiple persons who can approve... Continue Reading →

{:en}Handle 301 redirects for .html extension and serve static html files too{:}{:ja}.html拡張子の301リダイレクトを処理し、静的htmlファイルも提供します{:}

{:en}I came across a scenario where my client wants to handle .html extensions. They want to create 301 for .html and also wanted to serve few html files as it is in our Sitecore application. My first thought was to create .html Handle into web configuration for handle .html extension. When I did so, I... Continue Reading →

Create a website or blog at WordPress.com

Up ↑