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...
I wanted to add the font size feature in the Rich Text Editor. I followed the Adobe Document for creating but still I am not able to get the font size feature. In the document it said that we had to add a property enableFontSize , but even after adding it is not working.Adobe Document Linkhttps://h...
We currently have Dynamic Media disabled (dynamicmediaconfig set to false), but on the front-end we are still images loading renditions from JCR (Example - _jcr_content/par/image/imageBottom.img.png/56234345534.png). Any idea why this might be happening? Why is it serving a rendition to an asset tha...
Hi ,I have a service deployed in AEM 6.1 which takes two params. i) fromDate ii) toDate. This services queries repository to find assets modified between fromDate & toDate , do some processing on data and returns xml DOM object as response . I have a JSP page where I am rendering response from thi...