Hi, Is it possible to flush the Dynamic media CDN's cache on demand from AEM using APIs or any other way? Please note that in my setup, the AEM is configured in Hybrid mode. I know that it's possible to do via API when in Scene7 mode. Any direction to do this would be helpful. Thanks
We've been running Desktop App 1.8 but with our recent update to Mac OS 10.15.6, the installer isn't opening Desktop App. We've added Desktop App 1.10 but the design team is seeing performance issues and INDD crashing.
I am trying to run the following code to create content fragments programmatically. The code runs fine but there is no content fragment created in the DAM. I am able to create the content fragments manually but not programmatically. //Does not create a content fragmentResource templateRes = resource...
I can upload .txt, .csv and .xlsx files into the DAM, but then when editing a page, I can only find the xlsx file in the Asset Finder (left panel). I suspect this issue is around the mimetype. The files not displaying have a mimetype of text/plain and text/csv. The xlsx, which does show up, has a...
Hi, I am new to AEM. I am looking for a sample code or tutorial demonstrating the implementation of custom authentication handler. Please note that the user credentials (i.e. user id and password) are stored in MySQL database. I will appreciate a help in this regard.
Hi, I am new to AEM. I am looking for a sample custom login component implementation for a web application wherein user information is present in MySQL database. Please help me in this regard.
I have a requirement where I need an export report of all pages and assets that are on each of the four dispatcher servers also include last modification date (cq:LastModified). One report for each one of the dispatcher servers. Any help or suggestion will be highly appreciated.
I have a requirement to build an API to make available to mobile app the images stored in AEM as assets. The tricky part is that the API must return the image rendition correct for the device screen size. AEM have available the methods to determine the correct image rendition for the screen?
Hi, We are trying to create renditions for assets. Currently using aem 6.5 (service pack version -6.5.0) . We got to know that DAM update workflow will create renditions as per given measurements if we upload any image in dam. We could not edit or create a new workflow model in workflow models cons...
Hi AEM Gurus, Is it possible to use jcr sql2 query to find pages that contain the same id value (supposed to be unique but got duplicated some how) in one of the custom page property? I have tried with this sql2 query but it fails since we can't compare a dynamic operand against a dynamic operand. S...