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

Ravi_Pampana
Ravi_Pampana
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
113

Likes Received

Likes Received
387

Posts

Posts
375

Discussions

Discussions
104

Questions

Questions
272

Ideas

Ideas
2

Blog Posts

Blog Posts
2
Top badges earned by Ravi_Pampana
Customize the badges you want to showcase on your profile
Re: Canonical URL and hreflang tag automation - Adobe Experience Manager 18-08-2022
Hi, Checkout https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/wcm/api/variants/PageVariantsProvider.html for adding hreflang tags Ex: List pageVariants = pageVariantProvider.getVariants(currentPage, slingRequest);

Views

52

Like

1

Replies

1
Re: Which is having higher precedence ACL or Closed Group. - Adobe Experience Manager 03-08-2022
Hi, I think all 10 users should have access to the folder as all of them are given read access.

Views

152

Like

1

Replies

0
Re: Error while exporting Experience Fragment to Adobe Target - Adobe Experience Manager 27-07-2022
Hi, Check whether the API created in admin console is having sufficient access to target workspace.

Views

92

Like

1

Replies

0
Re: Delivering an static HTML pages maintained outside AEM but using the same hostname configured with AEM - Adobe Experience Manager 22-07-2022
Hi, You can upload the html's to dam folder and have dispatcher changes to redirect the docs/ to /content/dam/{yourproject}/docs/ and render the html. If you are using Akamai or similar architecture then you can redirect to apache or cdn based on the url path (containing docs/ then redirect to apache where the html's are located)

Views

109

Like

1

Replies

1
Re: Error while changing in service-users.yaml file - Adobe Experience Manager 19-07-2022
After copying the yaml file in https://codebeautify.org/yaml-validator found 2 issues at line no 11(add space) and 32 (remove space) after correcting that the yaml file is validated properly.  

Views

52

Like

1

Replies

1
Re: Cannot publish Experience Fragment - Adobe Experience Manager 19-07-2022
Hi, Check this post might be helpful https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/publishing-error-failed-to-retrieve-references-for-selected/td-p/213854

Views

53

Like

1

Replies

0
Re: Error while changing in service-users.yaml file - Adobe Experience Manager 19-07-2022
Hi,See if there is any syntax errors in the file. yaml file will throw error if there are extra spaces or tabs space instead of normal space. If you can share full file then it will be easy to find the error which is throwing the above exception.

Views

71

Like

1

Replies

3
Re: Experience fragment Localization issue - Adobe Experience Manager 14-07-2022
Hi, You can write custom class which implements ExperienceFragment and in initModel() update the XF path as per your requirement.

Views

91

Likes

2

Replies

0
Re: Exporting products list to Excel in AEM Cloud - Adobe Experience Manager 13-07-2022
Hi,You can create a custom servlet and write a query to list down the assets by entering parent asset path to reduce the load on images and the same service you can add a button to down the list in excel. In this way we don't need to override ootb code to add a custom button

Views

45

Likes

2

Replies

0
Re: Replacing Image in Assets Does Not Update Pages Using that Image Across Site - Adobe Experience Manager 13-07-2022
Hi,Are you using /content/dam or Cloud Service (Dynamic Media/ Dynamic Media Scene7 or any other cloud service) for loading image ? If replaced image is with the same name then mostly it might be caching issue either at dispatcher or if you are using cdn cache on top of dispatcher.

Views

70

Like

1

Replies

1