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

kautuk_sahni
kautuk_sahni
Online

Badges

Badges
99

Accepted Solutions

Accepted Solutions
1168

Likes Received

Likes Received
1684

Posts

Posts
7510

Discussions

Discussions
4476

Questions

Questions
3094

Ideas

Ideas
55

Blog Posts

Blog Posts
146
Top badges earned by kautuk_sahni
Customize the badges you want to showcase on your profile
Re: Workflow Exception - Process resource is null - Adobe Experience Manager 15-10-2015
Hi anwars60445763Yes, please let me know in either of the case.Thanks and RegardsKautuk Sahni

Views

1.1K

Likes

0

Replies

0
Re: Workflow Exception - Process resource is null - Adobe Experience Manager 15-10-2015
Hi anwars60445763Please try the following thing:-one of the workaround is by adding -XX:-UseSplitVerifier option to the JVM .This issue seems to be an with CQ 5.6 and java 7Refer to the link:- https://forums.adobe.com/thread/1204006Example, if you’re starting AEM using start.bat, then you need to update JVM options in start.bat file.::* default JVM optionsif not defined CQ_JVM_OPTS set CQ_JVM_OPTS=-Xmx1024m -XX:MaxPermSize=256M -Djava.awt.headless=true -XX:-UseSplitVerifier Thanks and RegardsKau...

Views

1.0K

Likes

0

Replies

0
Re: Subscribe functionality with verification e-mail - Adobe Experience Manager 15-10-2015
Hi AEMingPlease read the following articles and you can implement your OSGI doing the same.Only major thing to do here is to create an activation key that would be associated with particular user/Email, store this key in DB and send that key to the user in form of URL. So once User clicks that URL(this URL would be verification along with activation key, eg. “Abc.com/verify?email=xyz@email.com&hash=lksdjljljljsj"), the key would be send as GET parameters back to the server, and this would get ve...

Views

278

Likes

0

Replies

0
Re: LDAP - Group Sync - Adobe Experience Manager 15-10-2015
Hi Dan MartinoPlease have a look at following article that might will help you.Link:- https://docs.adobe.com/docs/en/aem/6-0/administer/security/ldap-config.html (CONFIGURING THE SYNCHRONIZATION HANDLER)I hope this would help you. Thanks and RegardsKautuk Sahni

Views

150

Likes

0

Replies

0
Re: YouTube Integration Problems on AEM 6.0 - Adobe Experience Manager 15-10-2015
Hi AlexRizzuto Please go through the link mentioned, it’s an article covering YouTube integration with AEM.Link: - http://www.tothenew.com/blog/youtube-integration-with-cq5/ORLink:- https://docs.adobe.com/docs/en/aem/6-0/author/assets/dynamic-media/video.html#Publishing%20videos%20to%20YouTube I hope you may able to check your steps with respect to steps mentioned in this article. If problem still persist them please share your error message. Thanks and RegardsKautuk Sahni

Views

672

Likes

0

Replies

0
Re: Activate only active pages but not modified pages - Adobe Experience Manager 15-10-2015
Hi Ronny FallasPlease look at the cURL commends mentioned. Activate curl -u admin:admin -X POST -F path="/content/path/to/page" -F cmd="activate" http://localhost:4502/bin/replicate.json Deactivate curl -u admin:admin -X POST -F path="/content/path/to/page" -F cmd="deactivate" http://localhost:4502/bin/replicate.json Tree Activation curl -u admin:admin -F cmd=activate -F ignoredeactivated=true -F onlymodified=true -F path=/content/geometrixx http://localhost:4502/etc/replication/treeactivation.h...

Views

1.2K

Likes

0

Replies

0
Re: Why dialog properties are getting inheritance in touch ui whereas classic ui doesn't inherit dialog properties - Adobe Experience Manager 15-10-2015
Hi Sandeep Rawat Just adding to what Scott already have mentioned to give you more clarity, slingSuperResourcetype: It is used to inherit / extend components from foundation or other components. There is a good example to understand it completely. Consider components a , b, c, x, y with the below mentioned properties for each of them :/absling:resourceSuperType = acsling:resourceSuperType = bxsling:resourceType = cysling:resourceType = csling:resourceSuperType = aThe type hierarchy of/x is [ c, ...

Views

558

Likes

0

Replies

0
Re: Restrict Dialog Opening Conditionaly through Listener AEM6.1 - Adobe Experience Manager 15-10-2015
Hi Akanksha PratiharWe can use the cloning to overcome this problem. Though it’s just a workaround.Before closing the “box”, we can create its clone, and can set an event listener on edit button to preserve to initial state.Eg:-var Temp ;function(box) { var currentPage = $('#design_basepage').val(); if(currentPage == undefined){ alert('This component can be edit in the Base page only.');//CloningTemp = box.clone(true); box.close(); }}// Event Listner(“.edit”).click(function() { Temp.appendTo ($(...

Views

491

Likes

0

Replies

0
Re: cURL commands in AEM6.0 - Adobe Experience Manager 15-10-2015
HI Deepak ChadhaThe command Use by you is correct.Please make sure that Server port is correct or Path of Package mentioned in correct Or User name Password is correct. For your Reference, please find few commands :-Package Management Commands: List of all the packages in your AEM instance :- curl -u admin:admin http://localhost:4502/crx/packmgr/service.jsp?cmd=lsBuild an existing package :- curl -u admin:admin -X POST http://localhost:4502/crx/packmgr/service/.json/etc/packages/my_packages/samp...

Views

245

Like

1

Replies

0
Re: Facing issue in consuming restful webservices - Adobe Experience Manager 15-10-2015
Hi Vijaya ImmadisettyPlease make sure that you are doing as mentioned below :-1. Both jar should be used: - " httpclient-4.0.jar (or an older version) and httpcore-4.3.2.jar ".Its working for me.I hope this will solve your problem. Thanks and RegardsKautuk Sahni

Views

473

Likes

0

Replies

0