Hi,Could anyone let me know how to specify the delay parameter in the curl command while taking online backup on AEM v6.2.The I use for AEM 5.6 is as follows :/usr/bin/curl -u admin:${PASSWORD} --data "delay=0&force=false&target=${DEST}/AEM_${ID}_${DATE}.zip" http://${SERVER}:${PORT}/libs/granite/ba...
Hello,I am in the process of upgrading my AEM 6.0 instance to AEM 6.2. We have a rather large blog that utilizes the cq-social-blog (com.adobe.cq.social.cq-social-blog). I realize that the social blog was deprecated in AEM 6.1 and completely removed in AEM 6.2. I need this functionality back for AEM...
Hi All,We are upgarding from CQ5.6.1 to AEM 6.2. In the earlier version we had a code that search the content of Ldap using javax.naming.directory* classes.Like the wayDirContext ctx = new InitialDirContext(env); //Creating context NamingEnumeration<SearchResult> ldapResults = ctx.search(base.get(),...
Hello,There is xtype editorgrid in Classic UI:https://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets/xtypes.html (Search for 'editorgrid ')[img]https://docs.adobe.com/content/docs/en/cq/5-6-1/developing/widgets/xtypes/_jcr_content/par/image_10.img.png/1393618760711.png[/img]Is there something si...
Any idea why Link checker service on AEM 6.2 publish instance is showing broken links for the following urls. How will I get to know how these URL are invoked. This happens with only one of the instance and not for other publish instance. This is on a dev environment."http://www.adobe.com/cfusion/se...
Is there any best practices or Guidelines that needs to be followed for the Authoring Guides preparation for the websites that has been developed in AEM.?Regards,Kk
Is it possible to enable clientLibs minification for only one project in an AEM instance where there are multiple projects?For eg: In an AEM instance there are multiple projects like:/apps/<division1>/<subdivision1>/<project1>, /apps/<division1>/<subdivision1>/<project2>, /apps/<division1>/<subdivis...
Hi All,I have a question regarding storing excel file in crxde by uploading thru onClick of a new button which I have already added under 'More..' option in DAM.After clicking on a folder, under 'More..' option, I have added a new button as "Upload File"..To achieve this, I have added /apps/mytest/c...