Hi,I've requirement where I need to populate component path in the component's dialog. For example, I've a component called 'Hello' and page 'XYZ'. I'm dropping the component into the page parsys. Then component path would be something: /content/XYZ/jcr:content/parsys/HelloNow, when I edit the compo...
As seen in the question, how does CQ5.5 housekeep all the audit log and workflow instance by default. Our user is having a situation that the audit log and workflow instance are growing rapidly and become very large overtime.Also, can the audit log and workflow instance history export to CSV/PDF b...
I'm using Adobe CQ5.5 and I want to create a campaign that is for all visitors. So there wouldn't really be any segmentation. I don't see an option for that. Is it possible? Suggestions?
We have a problem with a corrupt file in the tarJournal of our two-node author cluster (CQ5.4, CRX2.2.0.70), and I was hoping someone might have some advice on how to recover from this situation. Our nightly tar optimisation run gets stuck on the corrupted file, which is causing the tarJournal to gr...
Hi,Tried updating a property on a page in CQ5.6.1 and received an Internal server error. Surprisingly this is only happening in the Publishers. Authors are happily happily updating properties.Script: import groovyx.net.http.HTTPBuilder import java.text.SimpleDateFormat import static groovyx.net.http...
I have a running CQ Instance on our common development server which is installed by some one else who left the company now. Due to running regular server patch jobs this dev machine was restarted.Now I am trying to restart the CQ Author instance but it gave Fatal Error "FileNotFoundExcedption" as a ...
How to restrict a component by page name without using Design mode. I have a component that has to be allowed only when a root page is named as 'na'. Is there any way to do this in CQ?
HI , At present, I use the url path to the Image to download the image using HttpWebRequest/webclient in c# , asp.netIf the image size is large, it takes a lot of time to download the image, and for images with low size, the download time is less.Is there any way to download large images with in a s...
Hi,We have a scenario, where we have to provide author the ability to upload multiple files using dialog. Initially we were using xtype:html5smartfile , when only single file upload was required. But now as the requirement is there to add multiple files , can you please suggest any good approach for...