Wednesday, May 10, 2023

Unicorn Serialization Items appear as Ids in file system

 

Hi All,

During these days, I am working on a project where we are using Unicorn to sync the Sitecore items. But I faced weird behavior during the update of items. A few items come as a path, but a few are stored under the parent ID folder in the file system. Like below:

 


 

Ex. highlighted items in the image All come under "GetSupport Form Labels" but as mentioned, two items come under the same parent item in the file system, and the other is stored under the parent item ID folder, even though that is the item ID for the "GetSupport Form Labels" folder.

So I decided to find out the exact configuration for the same, or if that is the issue, then try to resolve it. During my analysis, I found the below Sitecore stack exchange link very useful.

https://sitecore.stackexchange.com/questions/33126/unicorn-serialization-items-appear-as-ids-in-file-system

The above article explains that "there is nothing wrong with our setup. Due to the long file system path, Unicorn decided to keep IDs instead of full paths.

Later, I analyzed this more and found the following very interesting and fruitful, which explain this issue in depth.

https://blogs.perficient.com/2018/10/03/sitecore-unicorn-serialization-paths-too-long-in-azure/

I hope you enjoy this Sitecore blog. Stay tuned for more Sitecore related articles.

Till that happy Sitecoring :)

Please leave your comments or share this article if it’s useful for you.

Monday, May 8, 2023

Sitecore automation for Kick idle or inactive users


Hi All,

Sitecore licensing can be based on the number of concurrent user sessions. To many ideal user, this can create an issue of slowness in Sitecore.

There is a manual way to do kick off ideal users, but I want some automation there that can take care of kicking the ideal user.

I'm facing this scenario in my current project, so I tried to find out a solution. I found the below blogs very useful for the same.


https://www.bugdebugzone.com/2013/10/sitecore-kick-idle-or-inactive-users.html


I hope you enjoy this Sitecore blog. Stay tuned for more Sitecore related articles.


Till that happy Sitecoring :)

Please leave your comments or share this article if it’s useful for you.