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: Send mail from AEM6.1 using Weblogic as application server - Adobe Experience Manager 15-10-2015
Hi Anil Kumar As correctly mentioned by Scott, that you may write an OSGI bundle and can call it using Sling servlet or as a Service. Please have a look at the code below:-String to = "sonoojaiswal1988@gmail.com";//change accordingly String from = "sonoojaiswal1987@gmail.com";change accordingly String host = "localhost";//or IP address //Get the session object Properties properties = System.getProperties(); properties.setProperty("mail.smtp.host", host); Session session = Session.getDefaultInsta...

Views

234

Likes

0

Replies

0
Re: Problem while configuring vault eclipse for AEM6.1 - Adobe Experience Manager 15-10-2015
Hi arnab26I guess this article will help you :-https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-eclipse.htmlThanks and RegardsKautuk Sahni

Views

161

Likes

0

Replies

0
Re: AEM 6.1 - Configuring OSGi Bundles - Version Manager - Adobe Experience Manager 15-10-2015
Hi ansar shaikThere is a concept of "version purging" in AEM. Please have a look at mentioned link https://docs.adobe.com/docs/en/cq/5-6-1/deploying/version_purging.html .It allows you to intervene to remove old versions of a node, or a hierarchy of nodes, according to these parameters:The maximum number of versions to be kept in the repository.When this number is exceeded, the oldest version is removed.The maximum age of any version kept in the repository.When the age of a version exceeds this ...

Views

171

Likes

0

Replies

0
Re: What is Task Routing for? - Adobe Experience Manager 15-10-2015
Hi Kim Routing· Actions: Completion options that are presented to the user upon completing the task. The selected action determines the subsequent route to follow. Click Add item and type a name for the action. The name and order of the actions appear in the Complete Task dialog as they appear in the properties dialog.Using Task Actions for RoutingWhen a user selects an action when completing a task, the Workflow engine stores the action name in the data map of the workfow instance. You can refe...

Views

360

Likes

0

Replies

0
Re: Delete button showing disabled in SiteAdmin console for Parent page/site - Adobe Experience Manager 15-10-2015
Hi Abhilash ReddyPlease try to use some other template.Such invalid nodes can appear in the tree if they were created outside of WCM (i.e. using CRXDE, or Content Explorer), or by importing a package containing such invalid nodes.I might be the case this template is erroneous.Thanks and RegardsKautuk Sahni

Views

322

Likes

0

Replies

0
Re: Delete button showing disabled in SiteAdmin console for Parent page/site - Adobe Experience Manager 15-10-2015
More Information :- https://helpx.adobe.com/experience-manager/kb/how-to-deny-access-to-site-admin-actions.html

Views

322

Likes

0

Replies

0
Re: Delete button showing disabled in SiteAdmin console for Parent page/site - Adobe Experience Manager 15-10-2015
Hi Abhilash ReddyIf you are using WCM siteadmin and wish to create a new page/site using the available buttons, they may appear disabled so that you are unable to click on them. Firstly, you should check your permissions for these actions and/or check with an administrator or admin account. If these problems persist it may be related to an issue in your repository structure.ReasonThese buttons can also be disabled if there is an invalid Page node in the /content tree. A cq:Page node must have a ...

Views

322

Likes

0

Replies

0
Re: <STYLE> TAG NOT WORKING IN RTE - Adobe Experience Manager 15-10-2015
Hi SINGAIAH CHINTALAPUDI Agreeing with edubey, its working fine for me too.Please have a look at the link: - https://docs.adobe.com/docs/en/cq/5-6-1/administering/configuring_rich_text_editor.htmlI hope this will help you. Thanks and RegardsKautuk Sahni

Views

148

Likes

0

Replies

0
Re: What is different between Running and Stale Status - Adobe Experience Manager 15-10-2015
Hi Kim JunsungRunning Status :- The workflow instance is running.Stale Status :- Progression of the workflow instance requires that a background job executes, however the job cannot be found in the system. This situation can occur when an error occurs when executing the workflow.Please find document for the same:- https://docs.adobe.com/docs/en/aem/6-0/administer/operations/workflows/wf-admin.htmlAnd to to Monitor Workflow via JMX please have a look at :- https://helpx.adobe.com/experience-manag...

Views

1.2K

Likes

0

Replies

0
Re: how do we use AEM SIGHTLY to populate drop down values (values will come via js file) for "SELECT" html tag - Adobe Experience Manager 15-10-2015
Hi nandhin Option 1 Please refer to the link mentioned below. In this article we have a component, where there is a dropdown “Cool Weapon”. This Drop down is getting populated as mentioned in Java Script.Here we are creating custom component that is defined by Custom xtype by JavaScript.//Code Referencethis.devWeapon = new CQ.Ext.form.ComboBox({ triggerAction : 'all', lazyRender : true, mode : 'local', width : 225, fieldLabel : 'Cool Weapon', fieldDescription : 'Select the weapon in which you ca...

Views

2.6K

Likes

0

Replies

0