I'm trying to put together a SQL2 query to find all of the rtePlugins under a cq:dialog node within a path.Here is what I have so far:select * from [nt:unstructured] as p where isdescendantnode (p, [/apps]) AND NAME(p)="rtePlugins"But I'm missing the part where it needs to be under a cq:dialogIt sho...
I'm trying to install AEM 6.2 as a windows service following the normal procedure at https://docs.adobe.com/docs/en/aem/6-2/deploy/custom-standalone-install.html. However, when i edit instsrv.bat to set the prunsrv to prunsrv_ia64.exe and then run the batch file, it gives an error, "This app can't r...
We have som issues sorting results from querybuilder.json (AEM 6.2). We want to be able to sort data on different properties, specified by the user (i.e. path, lastModified, title++). Ordering data by "path" and "title" works fine:querybuilder.json?path=%2Fcontent&type=cq%3APage&p.hits=selective&p....
Hi,Need one input on below article:https://helpx.adobe.com/experience-manager/using/touchui_webservices.htmlfollowed all steps and when finally hitting the page, getting error:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not foun...
Hi all,Any help with the following would be greatly appreciated. I have a dropdown selection box inside a dialog as shown below:When light is selected and the dialog submitted the correct value for theme is recorded in the crxde but this value isn't shown as the theme when re-opening the dialog as s...
Dear all,I've created a bundle that have some servlets, and after I deployed them to author instance, the servlets could be accessed and invoked.While after I replicated the bundle to publish instance, the invoking of servlets return 404.The server version is 6.2, and I found below message in the er...
How do I find all the assets that has been published for more than 1 year using JCR SQL2 ? Because each asset has a different cq:lastReplicated value, I believe I need to do something like SELECT parent.* FROM [cq:Page] AS parent INNER JOIN [nt:base] AS child ON ISCHILDNODE(child,parent) WHERE ISDES...
Hi, I'm trying to integrate solr 5.5 with AEM 6.2 but it does not seems to work as per the documentation given on adobe docs: https://docs.adobe.com/docs/en/aem/6-2/deploy/platform/queries-and-indexing.html. Moreover the documentation is relevant to integrate solr 4.x especially the commands to star...
Here the trace of error i got,C:\myproject\content\src\main\content\jcr_root>vlt --credentials admin:admin co --force http://localhost:4502/crx/server/-/jcr_root /apps/myproject Java HotSpot(TM) Client VM warning: ignoring option PermSize=128m; support was r emoved in 8.0 Checkout http://localhost:4...