I tried giving Read,create permission for /content/dam but it is not allowing to upload.If I give modify it is allowing user to edit the asset though I am able to upload.
Hi all,This is my first post on this forum. I was wondering if anyone has best practices to share around how to setup the DAM for multiple countries and multiple languages. If there are any resources out there which people have found useful and don't mind sharing here, that would be great! I am tryi...
Have been analysing slow component, came to conclusion that it is due to the slow running Query:map.put("property","jcr:primaryType"); map.put("property.value","dam:AssetContent"); map.put("2_group.property","metadata/item:enabled"); map.put("2_group.property.1_value","true"); map.put("orderby","@jc...
Hi,I'm working about a replicator agent.When the user activate the page, 2 replicators starting. One manages the publishing and one another thing.I need to advise the user if the second replicator raise an exception.In this case the square becomes green, is there a way to force the square to orange?...
Hi, Why the user id is getting encrypted in AEM 6.1 during user creation. It is creating a issue when moving the code from one instance(AEM 6.0) to other instance(AEM 6.1). Is it version dependent?Please guide me to resolve this issue. [img]User.JPG[/img];[img]CRXDE.JPG[/img] Regards,Kirith...
Our current AEM version is 5.6.1 and we are working on to upgrade to 6.0 crx2 following the steps given in In Place upgrade >>https://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade.html#par_title_4. After the upgrade we were not able to build the app using .bnd file and attached is the error encounte...
Collections is a new feature introduced in CQ5.6.1. I wanted to know why adobe does not support publishing collections like how we have for folders in assets.
Hi all,I am facing a random issue in my project.I have pages in my project which is properly authored and published. It works fine on local instances (author and publish both). On production server when user hit a page, sometimes it redirects the user to a login page. As there is no login functional...
We have a requirement to use OpenDDR/ApacheDeviceMap for Server side Device Detection. What would be the effort in integrating OpenDDR/ApacheDeviceMap with AEM so that it replaces WURFL by supporting all the features that are supported by WURFL like managing device groups, supporting emulator, etc a...
Hi, I am creating restlet API to create asset in DAM. I am trying to validate the login and create session object based on the user who logged in. I can get the encrypted token, but dont know to get the user id and pwd from it. please adviceThanks in advance