Session Details Discover the brand-new AEM Assets docs landing page—a redesigned, narrative-driven entry point that brings together key capabilities, user journeys, and strategic features of AEM Assets in one place. This session will walk you through how the new landing page serves as a one-stop de...
Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
How to integrate Adobe Campaign Standard via AEM cloud services? I am not able to integrate the AEMaaCS with ACS ? Please let me know if anyone is having any idea regarding the same.
Hi Everyone - In AEM 6.5.10, we have configured Asset Expiry Notification job. In the email which we are receiving, there are only 10 image paths even though, for testing, we have configured 15 images to expire. We have tested this scenario multiple times and each time images included in the email v...
Hello there,As part of our 6.5 upgrade, we've decided to derive a standby instance from the primary author instance. I've thoroughly followed the steps mentioned in the official adobe documentation. However, when I goto the JMX console on the primary author, It says 'channel unregistered'. Whereas, ...
Hi, I have gone through the document https://adobe-consulting-services.github.io/acs-aem-commons/features/contextual-content-variables/index.htmland followed every step as mentoned in the doc for the CCVAR. I followed HTML rewriting approach but still I am not able to even showcase the basic OOTB p...
Hi All, We found the oak running into a problem consuming a lot of resources so we are trying to improve the XPath queries. Our AEM is 6.0 on OAK 1.0.22. According to https://jackrabbit.apache.org/oak/docs/query/query-troubleshooting.html, queries should not traverse more than 1000 nodes. We start o...
In our AEM 6.4.3.0 Author instance we are seeing a lot of generated workflow packages (~1800) in /etc/workflow/packages. Much more than there are running workflow instances. The Workflow Purge is configured to remove COMPLETED workflows older than 30 days but this doesn't seem to remove associated w...
We have a custom Workflow where it move the asset from one location of the dam to other. Once after the move even workflow Status is completed. Asset Status would display as "In workflow" not "New"Added purge event for workflow payload after the completion of the process. Still no go. Any idea how t...
I have to get the json export for a sling model in another sling model. The code that works is: String exportedJson = modelFactory.exportModelForResource(resource, "jackson",String.class, new HashMap<String, String>()); This works when the code actually executes, but when I am trying to write a juni...
This is for performance testing of asset upload to AEM as a cloud service using JMeter scripts running outside of AEMaaCS. Used aem-upload module provided by Adobe for cloud service. Able to upload assets size not exceeding 100MB but fails with 413 error for101Mb file. Need to mimic Adobe' way of ch...