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

Jagadeesh_Prakash
Jagadeesh_Prakash
Online

Badges

Badges
26

Accepted Solutions

Accepted Solutions
31

Likes Received

Likes Received
139

Posts

Posts
120

Discussions

Discussions
38

Questions

Questions
82

Ideas

Ideas
7

Blog Posts

Blog Posts
3
Top badges earned by Jagadeesh_Prakash
Customize the badges you want to showcase on your profile
Re: Workflow Error - Adobe Experience Manager 19-08-2022
@skumari1 Can you confirm on below questions can you check if any of the existing workflows are still running? And also do you see by any chance that the XF is locked by any other user? Do you have enough permissions to run the workflow.

Views

64

Like

1

Replies

0
Re: Dispatcher cache clear strategy for service - Adobe Experience Manager 19-08-2022
Hi @VinayHegde You can try below code in vhost file. You can set the maxage for cache and refresh the data periodically. Header set Cache-Control "max-age=120,s-maxage=0,stale-while-revalidate=43200,stale-if-error=43200" "expr=%{REQUEST_STATUS} < 400" Header set Age 0 If you need to clear the cache on page publish you can also do a event handler

Views

74

Likes

2

Replies

0
Re: Not able to reply to any queries on the community - Adobe Experience Cloud 19-08-2022
@ManuMathew1994 There was some downtime on the communities site and now it is resolved. I remember seeing a message saying that it was down. But now i see every thing is working fine

Views

43

Likes

2

Replies

0
Re: Sling Content distribution in local AEM SDK - Adobe Experience Manager 19-08-2022
@Nishma If you are trying to validate only in the local SDK, Why not you try replication tree to publish. But if you wanted to evaluate in AEMaaCS replication tree will not work and so I suggest you to use “Publish Content tree” https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/operations/replication.html?lang=en

Views

45

Like

1

Replies

0
Re: Event Handler Path property is throwing null - Adobe Experience Manager 19-08-2022
@Nishma I tried the same scenario in AEMaaCS and it worked for us. Please refer to below code snippet @Component(immediate = true, property = { "event.topics=org/apache/sling/distribution/importer/package/imported", "event.filter=(|(distribution.type=ADD)(distribution.type=DELETE))" })public class AkamaiSlingDistributionEventHandler implements EventHandler { public static final String DISTRIBUTION_PATHS = "distribution.paths"; @Override public void handleEvent(Event event) { if (event.getPropert...

Views

76

Likes

2

Replies

5
Re: component HTML has changed but local publisher is still showing the old version - Adobe Experience Manager 15-08-2022
@jayv25585659 Below are some of the questions i have can you check that in your local instance. 1. Is your replciation agent working fine in your author instance please check ? 2. Can you trigger a build to publisher instance using below command mvn clean install -PautoInstallPackage -Daem.port=4503 and also please check your bundles if they are active or not ? 3. Once when trying to replicate the page or html please check logs for any errors.

Views

67

Likes

3

Replies

0
Re: How do I see who has granted me permission to impersonate them? - Adobe Experience Cloud 15-08-2022
@Kate_Sumbler I recommand to try the "Users to CSV Exporter" of ACS AEM Commons. This will give you the list of users along with permissions https://aem4beginner.blogspot.com/how-to-export-list-of-users-from-aem

Views

39

Likes

2

Replies

0
Re: apps/components folder structure - Adobe Experience Manager 14-08-2022
Hi @webdev91 The project structure and the guidelines depends on the type of project architype that you have created. If you can try creating the new project from below link reference it would be easy for you AEM cloud project can be created from new project wizard, please refer to link below https://experienceleague.adobe.com/docs/experience-manager-cloud-manager/content/getting-started/project-creation/using-the-wizard.html?lang=en Sample project for on-prem https://github.com/adobe/aem-projec...

Views

110

Likes

2

Replies

1
Re: Allow "READ" operations using the Adobe Experience Manager Assets HTTP API without required "WRITE" access - Adobe Experience Manager 06-08-2022
@mikeetiuPH I did not understand. is it a post mistake ? Users who are not given a write-only access should still be able to fetch asset data using the Assets HTTP API even if they don't have WRITE access You mean to say read-only ?

Views

86

Likes

0

Replies

0
Re: Different way to migrate user, usergroup from one AEM environment to other environment - Adobe Experience Manager 06-08-2022
@gmahesh From the example i understood that you wanted to move it from environment to environment and not between AMS to cloud. I suggest you to follow the ACL package transfer https://labs.tadigital.com/index.php/2018/10/29/aem-users-and-groups-migration/ But if it is a migration user mapping can be done using CTT tool before you start migration. Refer to below link https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/migration/moving-to-aem-as-a-cloud-service/content-...

Views

66

Like

1

Replies

0