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: Users reverse replication - Adobe Experience Manager 07-05-2019
Can you share the usecase where you require users on author as well? As per the design, you should use tunnel service to check the users but all operations should be performed on publish side.

Views

12.7K

Like

1

Replies

0
Re: System user is not migrating as part user migartion - Adobe Experience Manager 02-05-2019
Hi Yadav BrijeshThanks for update, it worked after removing from exclude list and able to reflect the changesThanks,Amarnath Polu

Views

1.5K

Likes

0

Replies

0
Re: Why is admin user not a member of administrator group in AEM6.4 - Adobe Experience Manager 02-05-2019
smacdonald2008​ and JaideepBrar​I know that admin user is a superuser and have full administrator access but I am interested to know what is the reason and benefit not have admin user as a member of "administrator" group, instead giving permission at the user level.

Views

5.7K

Like

1

Replies

0
Re: AEM Assets 6.4 - Export DAM assets to Filesystem - Adobe Experience Manager 29-04-2019
Did you check Page Exporter and created custom config node for assets?The ideal way to expose Assets to third party is using Brand Portal and other similar solutions so that you have one source of truth rather than periodic dumping of assets based on your use case.If you want to go with static agent route, then share the configs as Brijesh mentioned.

Views

4.5K

Like

1

Replies

0
Re: How to move bulk Asset in DAM - Adobe Experience Manager 15-07-2019
In our case we need to rename thousands of assets. Will the AssetManager API take care of all Collections where these assets have been referenced? If you use the UI manually the collections get updated but if you use the JCR API and session.move() they are not. Thanks,Bobby

Views

7.3K

Like

1

Replies

0
Re: What's the correct way of storing passwords in AEM? - Adobe Experience Manager 17-04-2019
Hi,You might be missing Service User Mapping configure for the bundle. Check your erro.log and see if you have below error:" org.apache.sling.jcr.resource.internal.JcrSystemUserValidator The provided service user id 'serviceuser--Lab2019.core' is not a known JCR system user id and therefore not allowed in the Sling Service User Mapper."Read here for service user configurations Service Users in AEM

Views

4.0K

Like

1

Replies

0
Re: How do I access an OSGI service from any class? - Adobe Experience Manager 19-04-2019
Technically speaking, there is a chance to get the bundlecontext of the bundle, which the class is part of. And from there get references to other services. But that's not easy to implement, and additionally this reference is not managed, thus you need to take care of the lifecycle events of the surrouding services. Probably not what you want.Instead I would suggest that you convert your custom class into an OSGI service (or Sling model), because then the full tooling is available, and the frame...

Views

2.0K

Like

1

Replies

0
Re: where to put properties filesthat are being used by external customized jar files - Adobe Experience Manager 08-04-2019
If another team is not including property file in the same jar then you can try below code.Store config.properties file somewhere on the server and read it via InputStream in your OSGi custom bundleProperties properties = new Properties();InputStream inputStream = new FileInputStream("D:/properties/config.properties");properties.load(inputStream);String departmentName = properties.getProperty("departmentName");

Views

10.9K

Like

1

Replies

0
Re: system user - Adobe Experience Manager 29-03-2019
Sorry..its my bad...ResourceResolver resourceResolver = resourceResolverFactory.getServiceResourceResolver(param);Its working now...

Views

1.8K

Likes

2

Replies

0
Re: Cloning AEM Instance from One Server to Another Server - Adobe Experience Manager 02-04-2019
Consistency check did not show any issue related to repository corruption. However, below is the first error i see before instance show Authentication service missing error. Any one come across this error?01.04.2019 16:41:25.679 *ERROR* [Apache Sling Repository Startup Thread] com.adobe.granite.repository.impl.SlingRepositoryManager Exception in a SlingRepositoryInitializer, SlingRepository service registration abortedjava.lang.RuntimeException: Failed to set ACL (java.lang.NullPointerException)...

Views

2.6K

Like

1

Replies

0