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 QueryBuilder 'type=cq:Page' condition is not working - Adobe Experience Manager 19-06-2021
I had the same problem and was trying to find out the root cause since this was working fine on higher environments and then when executed that query at http://localhost:4502/libs/granite/operations/content/diagnosistools/queryPerformance.html, i got the root cause which was following -I had two custom indexes with cq:Page which was causing this problem and I deleted the one which I had created for some POC purpose and I am getting the result now -/oak:index//indexRules/cq:Page - 2 such indexes ...

Views

663

Likes

0

Replies

0
Re: AEM User / Group permissions for subfolders - Adobe Experience Manager Assets 20-05-2020
Good question and unfortunately, the answer is "not exactly." Your issue is an ongoing governance issue as new Company folders are added. The other solution provided will work as a one-time fix, but if you wanted to manage permissions every time a new Company folder was created you could do so through the normal /useradmin interface--there's no special benefit to directly editing the rep:policy node. When we've had situations like this, we've found the best solution is normally to make the Compa...

Views

4.5K

Like

1

Replies

0
Re: Best approach to delete a large folder in aem - Adobe Experience Manager 08-05-2020
I would not recommend either process as there might be references to other projects/pages/nodes which you might remove not knowing. The best approach will be to go to Touch UI and delete it from there. You can look into deleting at a parent level folder if you would like to do it in one go. But this process will make sure all references are properly removed and no issues are observed later.

Views

3.0K

Like

1

Replies

0
Re: trying to install CQ public instance ? - Adobe Experience Manager 03-03-2020
Please check the extension of the .jar exists twice .Same happened in my scenario.

Views

2.3K

Likes

0

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: Sling Models - @Named annotation not working in AEM 6.4 - Adobe Experience Manager 21-11-2019
Hi,If you are asking about Apache Sling Models APIorg.apache.sling.models.api) version, it is 1.3.8Usecase is we are using a sling model for a component where for example if property name is pId but would prefer variable name in respective sling model as productId, we were using below code in AEM 6.2 which was working fine@Inject@Named("pId")private String productid;We recently upgraded to AEM 6.4 where the above piece of code stopped working.We have replaced @Inject with @ValueMapValue but coul...

Views

3.0K

Like

1

Replies

0
Re: Scheduler not working in AEM 6.3 - Adobe Experience Manager 25-10-2019
Ah! May be I missed the Cron expression. I thought it is set to run every minute so that I can verify The log statement getting printed. I will try the Cron expression that you mentioned, by changing it to 1 min instead of 30mins. Thank you!

Views

3.6K

Like

1

Replies

0
Re: Lots of content - AEM Author performance issues - Adobe Experience Manager 30-10-2019
Hi Surenk,would you mind to post a small summary about how you were able to solve your issue after you completed the work with support? I am quite sure others are interested as well.Thanks,Jörg

Views

2.1K

Likes

0

Replies

0
Re: TagManager.getNameSpaces giving null - Adobe Experience Manager 09-10-2019
Hi sagarv13144480 ,As you're using the service user to read the tags.Can you please make sure the below things:After creating the service user , you need to add an entry in the “Apache Sling Service User Mapper Service”. This entry is to allow your bundle to access the permissions of the system user.Go to Configuration Manager in the system console and search for “User Mapper Service” := Reference: How to get Service Resource Resolver? – Rahul Mengji Check whether the service user has read permi...

Views

2.0K

Like

1

Replies

0
Re: How to check dependency version in uber jar - Adobe Experience Manager 13-05-2019
Yes, com.google.zxing is part of cq-wcm-mobile-qrcode bundle.You can add desired dependency version to your bundle pom file in order to override UberJar

Views

6.7K

Like

1

Replies

0