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: How to Rollout pages via Programmatically - Adobe Experience Manager 14-02-2022
@imadullakhan  Please share your code to understand better 

Views

154

Like

1

Replies

0
Re: Fetch Content from AEM between two dates using Query - Adobe Experience Manager 11-02-2022
Here is an example to find content between two datesSELECT * FROM [nt:unstructured] AS s WHEREpath=/content/campaigns/type=nt:unstructuredproperty=sling:resourceTypeproperty.value=cq/personalization/components/campaignpage1_daterange.property=jcr:created1_daterange.upperBound=101115734783581_daterange.upperOperation=<=2_daterange.property=jcr:created2_daterange.lowerBound=1793478378Result would be

Views

363

Like

1

Replies

2
Re: Best Approach for multi-country multi-language site - Adobe Experience Manager 09-02-2022
Considering the future expansion and scalability for the other markets and countries I would recommend to create first level English master copy which will then have live copy at second level to represent English version for all countries along with further sub master associated with languages like German, Canada etc./Brijesh Yadav

Views

265

Likes

2

Replies

0
Re: HTTP ERROR: 405 Problem accessing /system/console/bundles - Adobe Experience Manager 08-02-2022
Its usually happen when bundle is not OSGi compliance. How did you build the bundle ? Was it using maven command or converted a Java jar file to OSGi bundle ?Does other bundles installation works or its same issue for other bundles also ?Did you try to install via package manager ?If possible share your bundle or share bundle manifest file along with logs while uploading the bundle /Brijesh Yadav

Views

140

Like

1

Replies

0
Re: Issue with content Migration using CRX2OAK (AEM 6.1 to AEM 6.5) - Adobe Experience Manager 02-02-2022
Hi,It seems that you are trying to migrate whole repository by single command that causing the issue.Try with small amount of content migration to verify that commands works or not. For example : Command prompt script for the windowset source=D:/AEM/servers/author6.1/crx-quickstart/repositoryset target=D:/AEM/servers/author6.5/crx-quickstart/repositoryjava -Xmx1g -jar crx2oak-1.10.0-all-in-one.jar --include-paths=/content/we-retail/language-masters/en segment-old:%source% %target% >> ContentMigr...

Views

136

Like

1

Replies

0
Re: Logout functionality in Publish - Adobe Experience Manager 07-10-2021
@parabellumium Cookies play a important role to maintain the login session. So in case for AEM ( Author or Publisher) you can simply remove the "login-token" which makes user logout.

Views

302

Like

1

Replies

0
Re: AEM data backup - Adobe Experience Manager 09-07-2021
For the statement "packages kept/removed inside /crx-quickstart/install folder". I meant if any package inside the install folder was added.Here is the documentation of automatically installing aem package at the time of start which is also known as file-based upload and installhttps://experienceleague.adobe.com/docs/experience-manager-65/administering/contentmanagement/package-manager.html?lang=en#file-system-based-upload-and-installation

Views

717

Like

1

Replies

0
Re: AEM data backup - Adobe Experience Manager 09-07-2021
Few people use auto installation of aem packages using

Views

723

Like

1

Replies

0
Re: Cannot serve request to /content/graphiql/ in org.apa... - Adobe Experience Manager Headless 09-07-2021
Hi Dipti,GraphQL currently only available for AEM SDK or AEM as Cloud Service. GraphQL will be released for SP 6.5.10 or later. Here you will find AEM SDK documentation for GraphQL api.https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/graphql/multi-step/setup.html?lang=en See below screenshot for AEM SDK with GraphQL to my local instance

Views

755

Like

1

Replies

1
Re: Cannot serve request to /content/graphiql/ in org.apa... - Adobe Experience Manager Headless 09-07-2021
Hi @bpeddapudi ,You should have AEM 6.4.2.0 for content fragmentation because GraphQl api works on content fragments.Also GraphQL currently only available for AEM SDK or AEM as Cloud Service. Some help can be found here https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/g...Here are other useful documentation for further helpEnable the GraphQL interfacehttps://experienceleague.adobe.com/docs/experience-manager-cloud-service/assets/admin/graphql-api...

Views

772

Like

1

Replies

3