Hi,
Is there any query available for not exists condition.
We need to find list of pages whose cq:lastModified property is not available.
I tried with below but it seems not proper.
path=/content/hr/stock/ubs1_property=@jcr:content/cq:lastModified1_property.operation=not existsp.limit= -1
Hi,
In sites.html under list view, when we try to sort some folders based on modified date, we are getting below error.
Any one came across these kind of issue?
/mnt/overlay/wcm/core/content/sites/jcr:content/views/list.0.40.html/content/hr/benefits/leaves HTTP/1.1] org.apache.sling.engine.impl.Sl...
We have received the solution.
Opened port from publisher 1 to dispatcher 1 and publisher 2 to dispatcher 2.
Also in dispatcher.any files of both 1 and 2, the hostname we have changed from Global name to each publishers name.
After that it started working.
Hi,
We are facing below issue,
Our authors are not able to view the Create -Page option under column view or some folders in AEM 6.5 sites.html console.
But same in List View they are able to see Create page option:
what can be the cause for this behavior. It is not for every folder.
Hi,
We are doing SAML integration in our Author and publisher instances.
In QA environment we have 2 publishers.
In both we have done the configuration and tested keeping 1 in LB and other out of LB.
Both publishers were working fine if one is in LB and other out of LB- No issue with code.
Issue...
Hi,
We came across below issue in our instances.
Initially we were doing bundle deployments manually always to author and publishers and everything was working fine.
Recently we did Jenkins integration for deployment and that also working fine.
But Issue is, after Jenkins deployment, any tim...
Hi,
We have a requirement to get list of activated pages with specific component in it.
I got the list of pages with that component by running a query, but unable to add the condition whether the page is activated or not.
So I have below query which is giving list of pages having the component.
pa...