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: 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: AEM instance is not starting - Adobe Experience Manager 11-07-2022
Hi @DEBAL_DAS - This is Suvendu here. I am also facing the same issue. I have already installed Java & maven. Also environmental variable has been set. While double click on AEM jar file from author folder AEM instance is running but not 100%. It seems like pause after 70 or 75%. I have tried deleting the crx folder & run through cmd from the author folder, but no luck. It's already my half of the day finished. What could be the cause ? NOTE - System config - Windows 11, 16gb RAM, 512gb SDD, i5 ...

Views

108

Like

1

Replies

0
Re: How to Mock ResourceResolver in Sling Model using AEMContext - Adobe Experience Manager 05-07-2022
@shyams67489715 The AemContext object provides access to mock implementations of:OSGi Component ContextOSGi Bundle ContextSling Resource ResolverSling RequestSling ResponseSling Script HelperAdditionally it supports:Registering OSGi servicesRegistering adapter factoriesAccessing JSON ImporterExamplepublic class ExampleTest { @Rule public final AemContext context = new AemContext(); @Test public void testSomething() { Resource resource = context.resourceResolver().getResource("/content/sample/en"...

Views

89

Likes

2

Replies

0
Re: sling:alias property not updating in language copies - Adobe Experience Manager 21-06-2022
yes @arunpatidar tested.. not working..

Views

176

Like

1

Replies

0
Re: Invoking workflow programmatically and creating translation project - Adobe Experience Manager 16-06-2022
Hi Ravi, Is there a way to automate the process to update asset language copy by invoking a workflow?

Views

32

Like

1

Replies

0
Re: Image Presets - Removing Background off of an image that has an alpha channel - Adobe Experience Manager 15-06-2022
Hi @Juansska Please check similar issue: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/dynamic-media-png-image-with-transparent-background-served-with/td-p/454303Hope that helps to resolve yours one!Regards,Santosh

Views

69

Like

1

Replies

0
Re: AEM Publishing Issue - Adobe Experience Manager 14-06-2022
Hi, As suggested by others, first check if you are able to see the changes via the IP address on the publish instance.If yes, the problem is at the CDN end. In that case, you need to check the TTL and other Cache parameters you might have set in the header. In the other case, if the changes are not getting reflected at the publisher instance, then we need to check the replication queue, if there is anything blocked or not. Thanks

Views

91

Like

1

Replies

0
Re: Landing page partials or includes - Adobe Experience Manager 14-06-2022
Is this for Marketo or AEM? I think I might have posted my question in the wrong thread.

Views

54

Like

1

Replies

0
Re: Get Values from Session-storage in AEM java - Adobe Experience Manager 14-06-2022
Hi @JeevanRaj ,I think my question was confusing. It is not session-storage.It is httpSession only and we are able to save to http session and able to get the same.Issue is resolved.But thank you so much for the info @JeevanRaj and @Ravi_Pampana

Views

55

Like

1

Replies

0
Re: responsive layout old breakpoints are not getting deleted through build - Adobe Experience Manager 10-06-2022
Can you check by unzipping the package and see whether it is having two or only 1. With this we can eliminate whether code is having both values or while installing the code is not getting replaced.

Views

85

Like

1

Replies

0