Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

BrijeshYadav
BrijeshYadav
Online

Badges

Badges
26

Accepted Solutions

Accepted Solutions
21

Likes Received

Likes Received
73

Posts

Posts
108

Discussions

Discussions
38

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BrijeshYadav
Customize the badges you want to showcase on your profile
Re: AEM data backup - Adobe Experience Manager 08-07-2021
@ariesyinn After taking the backup by the recommended way mentioned by @shelly-goel , an important point to remember while using the back copy at another place that there should not be any packages inside /crx-quickstart/install or the location of AEM installation director should have the same path otherwise you will end up with corrupted repository or missing data. For example:Source path of taking backup is c:/aem/author/crx-quickstart/installthen target path to another machine should be the s...

Views

746

Like

1

Replies

5
Re: User and group report - Adobe Experience Manager 28-10-2020
AEM doesn't have such an inbuilt utility to extract user's information.You can use acs-commons https://adobe-consulting-services.github.io/acs-aem-commons/features/exporters/users/index.html

Views

663

Like

1

Replies

2
Re: AEM User / Group permissions for subfolders - Adobe Experience Manager Assets 09-05-2020
Add rep:Restrictions policy at /content/team/Clients. Here is an example of rep_policy.xml

Views

5.7K

Like

1

Replies

0
Re: Best approach to delete a large folder in aem - Adobe Experience Manager 08-05-2020
Connect AEM via WebDav to deal with large data. WebDav gives direct access to the content repository through your desktop.https://docs.adobe.com/content/help/en/experience-manager-64/administering/contentmanagement/webdav-access.htmlhttp://www.aemcq5tutorials.com/tutorials/aem-webdav-upload-file-cq-server-windows7/#aem-webdav-window10

Views

2.6K

Like

1

Replies

0
Re: Crxde lite query or home search does not show any res... - Adobe Experience Manager 05-02-2020
It indicates that problem is with indexing. Did you try to re-index your AEM instance ? Read more about indexing here https://docs.adobe.com/content/help/en/experience-manager-64/deploying/deploying/queries-and-indexing.html

Views

13.0K

Like

1

Replies

0
Re: Crxde lite query or home search does not show any res... - Adobe Experience Manager 04-02-2020
Hi Chinmay, User should be logged in to AEM in order to search in crx/de console. /Brijesh Yadav

Views

13.0K

Like

1

Replies

3
Re: AEM QueryBuilder 'type=cq:Page' condition is not working - Adobe Experience Manager 03-12-2019
Same query absolutely work fine and return results.Did you tried querybuilder generated Xpath query in tools query console from crx/de to verify that result is same at both place?/jcr:root/content/we-retail//element(*, cq:Page)[(jcr:contains(jcr:content/@jcr:title, '*cost*')or jcr:contains(jcr:content/@jcr:description, '*cost*'))]order by @jcr:scoreHere is result from querybuilder

Views

2.8K

Like

1

Replies

0
Re: Sling Models - @Named annotation not working in AEM 6.4 - Adobe Experience Manager 21-11-2019
Use this for AEM 6.4 com.adobe.aem uber-jar 6.4.1 provided apis javax.inject javax.inject 1 provided

Views

3.1K

Like

1

Replies

0
Re: Scheduler not working in AEM 6.3 - Adobe Experience Manager 25-10-2019
Hi Sneha,I would recommmend you to use osgi annotation instead of felix scr specific annotations, although there is no hard rule to adapt to the latest versionimport org.osgi.service.component.annotations.Activate;import org.osgi.service.component.annotations.Component;import org.osgi.service.metatype.annotations.AttributeDefinition;import org.osgi.service.metatype.annotations.Designate;import org.osgi.service.metatype.annotations.ObjectClassDefinition;import org.slf4j.Logger;import org.slf4j.Lo...

Views

4.0K

Like

1

Replies

0