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

zeeshanKhan0786
zeeshanKhan0786
Offline

Badges

Badges
19

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
34

Posts

Posts
104

Discussions

Discussions
13

Questions

Questions
91

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by zeeshanKhan0786
Customize the badges you want to showcase on your profile
Re: UnarchiverProcess Deprecated Inheritance Feature - Adobe Experience Manager 21-07-2017
hitry after removing the version or check the dependency in your AEM in dependency finder in cponsole.

Views

708

Likes

0

Replies

0
Re: Caching Redirect Responses With Dispatcher? - Adobe Experience Manager 21-07-2017
Hi you have to write rewrite rule in your Server httpd file :this will help mod_rewrite - Apache HTTP Server Version 2.2 OR you can do in AEM by writing jsp.http://www.aemcq5tutorials.com/tutorials/implement-301-302-redirect-aem/ More AEM/CQ5 SEO Best Practices: Redirects, Vanity URLs, and XML Sitemaps | Olson Digital Hope these will Help!Thanks

Views

3.2K

Likes

0

Replies

0
Re: View an external .csv file at a site of an AEM project - Adobe Experience Manager Assets 21-07-2017
Hi,Every time reading the data from external file from NTFS or TFS will somehow degrade the performance.If the .csv file is not updated regularly and the file size is not huge then you can provide the option to upload the .csv file into the particular folder into DAM and then on upload write a workflow to read the file and create the node and update the node in some location and set all value of CSv in the property of nodes.For triggering the workflow you have to create workflow launcher and set...

Views

1.5K

Likes

0

Replies

0
Re: UnarchiverProcess Deprecated Inheritance Feature - Adobe Experience Manager 21-07-2017
Hi MK,In the latest version of AEM 6.3 it is supported and didn't find the depricated class in this.I go through the Api com.day.cq.dam.core.process.UnarchiverProcess UnarchiverProcess ("The Adobe AEM Quickstart and Web Application.") Here i did not find the UnarchiverProcess is depricated.Please check the version of dependency used in Pom.xml In adobe cq 5.5 api the document is not supported No usage of com.day.cq.dam.core.process.UnarchiverProcess Uses of Class com.day.cq.dam.core.process.Unar...

Views

696

Likes

0

Replies

0
Re: OOTB Workflow inbox item is taking more time to load - Adobe Experience Manager 21-07-2017
Hi sandeep,That being said, I would suggest purging some of your workflows - you'll get better performance when you keep the number of workflows low. There is a purge tool you can use to help with this [0][0] http://labs.sixdimensions.com/blog/2013-10-03/new-aem-561-workflow-purge-scheduler/Hope this will increase the performance of loading the inbox workflows.Thanks

Views

700

Likes

0

Replies

0
Re: FATAL: javax.jcr.NamespaceException: http://ns.esko-graphics.com/grinfo/1.0/: is not a registered namespace uri. - Adobe Experience Manager 21-07-2017
Hi This exception occur due using of ":" in your property or node name it's probably easiest to avoid the colon (":") character in property or node names.Thanks

Views

687

Likes

0

Replies

0
Re: List of maps in Sightly - Adobe Experience Manager 21-07-2017
HiIn your java code LIstOfMaps is a method which is returning like like below sample code.public List> getValues() {List> results = new ArrayList>();if (json != null) { for (String value : json) { Map column = parseItem(value); if (column != null) { results.add(column); } } } return results;}If this is right then below is the modified Sightly code. path : ${listItems['path']} title : ${listItems['title']} Hope this will help !Thanks

Views

1.7K

Like

1

Replies

0
Re: AEM 6.2 MSM: Cancel individual property inheritance in Touch UI component - Adobe Experience Manager 20-07-2017
Hi Chris,i think you want to cancel the inheritance for dialog in MSM ,may this help Extending the Multi Site Manager Thanks

Views

2.8K

Likes

0

Replies

2
Re: AEM Business Practitioner Certification Exam...Mobile? - Adobe Experience Manager 20-07-2017
Hi Jessielouthan,Ya they add AEM mobile capabilities in AEM6 Business Practitioner Exam.Here you will find all Exams related to AEM, you can see the description and experience details based on that you can select your Exam.Adobe Certification Exams | Adobe Training & Certification Hope this will Help!

Views

914

Likes

0

Replies

0
Re: Multiple Query parameters and Customer Properties on BulkEditor - Adobe Experience Manager 20-07-2017
Hi Sergio,Hope this will help https://docs.adobe.com/docs/en/aem/6-2/administer/operations/bulk-editor.html#Searching and Editing ContentBulk Editor Thanks

Views

2.1K

Likes

0

Replies

0