I'm interested in testing the Smart Tags feature on a local instance. I took a look at the instructions in the video at Adobe Experience Manager Help | Set up Smart Tags with AEM Assets and have a few observations:1) My OSGI console doesn't have the DAM Similarity configuration available2) When I hi...
Hi,I want to compare the size of asset as below :AssetDetails asset = new AssetDetails(assetResource);if(asset.getSize() < 200KB) { // Do Something}As size returns string, so can't use this syntax. Any idea to compare the size of assets in AEM?Thanks,
How can I clear all INBOX NOTIFICATIONS (<localhost>:<port>/aem/inbox) at once. For suppose if I have some 10,000 inbox notifications, Do I need to clear all of them manually or is there any way to clear all of them at once?
Hi All,I am not able to see image rendition in touch ui though the rendition exists and are displayed in classic ui.AEM version 6.3.1.0Touch ui : no rendition images displayedClass ui, all renditions are displayedPlease let me know if somebody faced similar issue.ThanksYagyesh
We are recently migrating from AEM 6.1 to AEM 6.3.In Production we have large DAM assets content and post migration we identified that in AEM 6.3 if you delete any single DAM assets itself it gives the exception as The query read more than 500000 nodes in memory. To avoid running out of memory, proc...
We have some validation while adding tags in asset metadata, so this validation taken care in addtags listener of cq:tags. Now got a requirement to restrict this addtag validation for one particular content path. So while I try to get contentPath from inputField, but it always comes as null.Please s...
Hello all, I am quite new to the Adobe world and trying to understand one of my client's requirement, where they want to integrate AEM DAM with Bridge. While; I researched over the net and came to the below comparison. Also, I understand that bridge is more specialized for graphics and visual users ...
Hi Guys,I would like to set up Dynamic media on Media on my local system (AEM 63).I am following the below online documentation.Configuring Dynamic Media However in this document it says in order to enable Dynamic media we need to run the server on the "dynamicmedia" runmode .Can some one confirm i...
Hi,I'm working on this replication listener to capture events on my publish instance whenever DAM assets are published in our author instance.This replication listener is used to filter paths and if matches our desired filters, it will also trigger replication to other publisher.Basically, our setup...