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

Amit-Tiwari
Amit-Tiwari
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
12

Likes Received

Likes Received
32

Posts

Posts
46

Discussions

Discussions
10

Questions

Questions
36

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by Amit-Tiwari
Customize the badges you want to showcase on your profile
Re: Aem Reverse Replication - Adobe Experience Manager 01-08-2019
Sorry, I was dealing with some other things and we switched of reverse replication in our project and storing the user generated data on ms dynamics.Apologizes for inappropriate response.

Views

11.3K

Like

1

Replies

0
Re: Aem Reverse Replication - Adobe Experience Manager 18-07-2019
Reverse Replication is not supported by AEM 6.4 and above.I think you should look for ASRP , MSRP , JSRP that are the alternatives.If you have any user generated content.

Views

11.3K

Like

1

Replies

3
Re: aem 6.4 solr integration - Adobe Experience Manager 12-07-2019
Silly question but have you embed your dependency in your core pom?Something like thissolr-solrj,zookeeper,other dependency;inline=true

Views

6.5K

Like

1

Replies

1
Sightly exception after migrating fom 6.2 to 6.4.2 - Adobe Experience Manager 13-06-2019
Hi,I am facing an intermittent issue after migrating form 6.2 to 6.4.2 and this is only on single publisher,sometime on pub1, sometime on pub2 or 3 or 4(at least any of them is affected) and restarting that publisher resolve the problem. i am trying to understand the pattern but till now no luck.here is the screenshot:I am using aem 6.4 sp2 and uber jar is also 6.4.2sometime restating (Apache Sling Scripting HTL Engineorg.apache.sling.scripting.sightly) bundle also helps.but i am looking for a p...

Views

552

Likes

0

Replies

0
Unable to delete the selected value in coral3 selection - Adobe Experience Manager 28-03-2019
In one of our component we are developing , we have a scenario selecting on the path browser we will get the child nodes and set these values into the selection field.we have created a listener and on selection of the Path browser we will make a ajax an call and get all the child nodes of it and i am setting values in the selection filed.The problem is was unable to delete the only selected value it is appending to my child list. var test2= $("[name='./childproperty']")[0];var length = $(".coral...

Views

607

Likes

0

Replies

1
Re: component is not visible - Adobe Experience Manager 12-01-2019
1. make sure you have dialog in your component2.make sure your component name and jcr:title property value are not same

Views

729

Like

1

Replies

0
Re: How to view user generated form data? - Adobe Experience Manager 07-01-2019
Hi,Try bulk editorlocalhost:4502/etc/importers/bulkeditor.html?rootPath=/content/usergenerated/here you can select your root path to the project specific and can see all data it supports custom properties

Views

898

Like

1

Replies

0
Re: how get the user profile path(/home/users/username/profile) from the session? - Adobe Experience Manager 24-05-2018
I dont know why you need the path but you can get the value,I am getting logged in user property like this..(i am using AEM 6.2 )Session session = slingRequest.getResourceResolver().adaptTo(Session.class);UserManager userManager = AccessControlUtil.getUserManager(session);if (session != null) {final User currentUser = (User) userManager.getAuthorizable(session.getUserID());userEmail = currentUser.getProperty(USER_EMAIL) != null ? currentUser.getProperty(USER_EMAIL)[0].getString() : null;userName...

Views

1.8K

Like

1

Replies

0
Re: How to now publish mode & edit mode in HTL? - Adobe Experience Manager 10-04-2018
yes, you need to use below js to get runmode: Read AEM runmodes from Sightly · GitHub (here you can find it in detail) Lets say it runmode.jsvar SlingSettingsService = Packages.org.apache.sling.settings.SlingSettingsService; use(function () { // Get runmodes and transform them into an object that is easier to read for Sightly var runmodesObj = {}; var runmodesSet = sling.getService(SlingSettingsService).getRunModes(); var iterator = runmodesSet.iterator(); while (iterator.hasNext()) { runmodesOb...

Views

4.2K

Likes

0

Replies

0
Re: How to now publish mode & edit mode in HTL? - Adobe Experience Manager 09-04-2018
on publishon author

Views

4.4K

Likes

0

Replies

0