Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

tusharbias
tusharbias
Online

Badges

Badges
20

Accepted Solutions

Accepted Solutions
26

Likes Received

Likes Received
95

Posts

Posts
71

Discussions

Discussions
18

Questions

Questions
53

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by tusharbias
Customize the badges you want to showcase on your profile
Re: /Conf folder in crxde changes to git - Adobe Experience Manager 26-07-2022
@Manikanth_gvs ,can you please elaborate what exactly you are trying to achieve. Are you planning to move your changes from code repository to environment? or you are planning to make changes in CRXDE and wants it to float to your local repository?

Views

99

Like

1

Replies

2
Re: AEM6.5 how to decide on publish instance required - Adobe Experience Manager 25-07-2022
As others suggested there are many things you need to consider for calculating how many Publish server is needed. Cache efficiency is crucial for the website speed Complexity of Templates & Applications complexity = applicationComplexity + ((1-cacheRatio) * templateComplexity) Based on the complexity, you can determine the number of servers (or CPU cores) you need for the publish environment as follows: n = (traffic * complexity / 1000 ) * activations If you have a more complex website, you also...

Views

82

Like

1

Replies

0
Re: AEM 6.5 login-token 404 issue - Adobe Experience Manager 25-07-2022
IMO Sticky Session will not work in this case. Either you need to refresh the authentication token before it expires or you need to gracefully logout the user may be you can redirect the user to homepage once session expires using JS/Jquery this is possible.

Views

49

Like

1

Replies

0
Re: AEM6.5 OOTB Adobe granite workflow purge not working from weekly maintenance page - Adobe Experience Manager 25-07-2022
Did you try a restart of a system? If this does not work: Following steps seem to stop the background process: Make sure workflows are terminated via the normal /workflows window. Open ip:port/system/console/bundles: STOP Adobe - XMPFiles Worker host com.adobe.xmp.worker.files.host STOP Adobe XMPCore com.adobe.xmp.xmpcore5.0.20 STOP Day Communique 5 DAM Asset Handler Implementationcom.day.cq.dam.cq-dam-handler 5.6.6 STOP Day Communique 5 WCM Workflow com.day.cq.wcm.cq-wcm-workflow 5.6.4 STOP Day...

Views

55

Like

1

Replies

1
Re: Regex for allowedPaths to hide template after some levels level - Adobe Experience Manager 25-07-2022
Template Availability - AEM offers multiple properties to control the templates allowed under Sites. However, combining them can lead to very complex rules that are difficult to track and manage. Therefore, Adobe recommends that you start simple, by defining: only the cq:allowedTemplates property only on the site root For an example, see We.Retail: /content/we-retail/jcr:content The properties allowedPaths, allowedParents, and allowedChildren can also be placed on the templates to define more so...

Views

77

Likes

3

Replies

0
Re: AEM Workflows - Adobe Experience Manager 25-07-2022
First this looks to me as a weird requirement. Never heard of similar requirement in past. However, even if you need to do it then I am assuming you are only talking about custom workflows. 2 ways I can think of: 1. In workflow process/model, you can define and add a condition to not execute this workflow on following folder/assets/pages (this should be configured) 2. May be you can use condition defined in launcher where you can mention that this workflow should not be executed when you have fo...

Views

167

Likes

2

Replies

0
Re: Bundle-SymbolicName header missing, cannot install bundle - Adobe Experience Manager 25-07-2022
Are you sure that your bundle has been built correctly? You should validate the MANIFEST.MF file contains a proper SymbolicName header. You can also refer below link to define the symbolic name of OSGI bundle. http://wiki.osgi.org/wiki/Bundle-SymbolicName Also, you should check for - in pom.xml's packaging tag use bundle instead of jar. replace tag jar with bundle

Views

70

Like

1

Replies

0
Re: Experience Fragment Implementation Issue - Adobe Experience Manager 25-07-2022
Couple of things you should do: 1. Check with some other experience fragment whether you are getting same issue or not. 2. Always, refer logs for any issues and if you don't find any relevant information in logs then enable the debug logs and then analyze. I will hope, one of these step will help you to find the root cause.

Views

49

Like

1

Replies

0
Re: Workflow Package Creation not Working - Adobe Experience Manager 25-07-2022
It is always better to first refer to logs for any issues. And if you don't find relevant information then I would suggest you to enable the debug logs and then analyze the logs during the operation. I am sure this will definitely give you clue what is incorrect. Also, while asking any question, it is advised to give some preliminary information like which version of AEM, logs analysis report etc.

Views

46

Like

1

Replies

0
Re: Start Email Notifications on triggering and activites on deployment pipeline - Adobe Experience Cloud 21-07-2022
I think you should refer this - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/notifications.htmlthere are ways by which you can change the setting and email notifications can be sent.Also, using webhooks on Adobe I/O you can integrate the deployment pipeline and sent notification to collaboration channels like Teams, Slack etc.

Views

72

Likes

0

Replies

0