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

Veena_Vikram
Veena_Vikram
Online

Badges

Badges
59

Accepted Solutions

Accepted Solutions
130

Likes Received

Likes Received
636

Posts

Posts
1132

Discussions

Discussions
310

Questions

Questions
822

Ideas

Ideas
6

Blog Posts

Blog Posts
8
Top badges earned by Veena_Vikram
Customize the badges you want to showcase on your profile
Re: AEM As a Cloud | Allow versioning but restrict page deletion - Adobe Experience Manager 20-04-2022
That might not work for them right now. We need the create version button enabled for the authors while delete option is disabled.

Views

88

Like

1

Replies

0
Re: Smart crops for a video asset thumbnail - is it possible? - Adobe Experience Manager 14-04-2022
@Dmytro_Panchenk As far as I know you cannot as thumbnail in AEM are auto generated based on first visible frame of video, it is not stored as physical asset in AEM. Smartcrop features only work for a digital asset physically uploaded and processed in AEM with smart crop profiles configured. Please let me know if you find any alternatives.May be uploading thumbnails as physical assets and then using them as manual thumbnails in video assets and writing custom logic to goto thumbnail asset and pi...

Views

132

Like

1

Replies

0
Re: Not able to create AEM project in local - Adobe Experience Manager 04-04-2022
Instructions on how to use repo are displayed on https://repo.adobe.com/index.html Please use "https" protocol instead of "http" Also, have a look at: https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-17454.html?lang=en

Views

184

Likes

0

Replies

0
Re: Opening a dialog on click of a button component - Adobe Experience Manager 25-03-2022
Hi @rohits64600205 , were you able to get any solution for this use case?

Views

190

Likes

0

Replies

0
Re: folder handler did not accept xxx.js (500) - Adobe Experience Manager 21-03-2022
After deleting empty folders under client lib its working for me. It looks like AEM will parse for empty folders while installing package on AEM server, so we are getting 500 error for this call while deploying the package as part of maven build.@dragon2A Thanks!!

Views

266

Likes

0

Replies

0
Re: Dynamically redirect to appropriate AEM page that is SEO friendly - Adobe Experience Manager 10-03-2022
I agree with @anish-s , but rather than handling via servlet the best approach (in my personal opinion ) would be a Filter. You can check if the request path is product path and send only those paths for further processing with whatever logic you have to find the valid/active products. Rest of the requests , you can let pass through. eg: Hope this helps Veena ✌

Views

124

Likes

2

Replies

0
Re: CRXDE Lite Xpath contains() query only returning results when property is specified - Adobe Experience Manager 09-03-2022
Hi Veena, I'm not sure what you mean by setting up another server parallel. Also, an answer was marked as correct, but I did not mark it as such--the answer marked as correct did not solve my issue. Just mentioning this so that people who have my same issue in the future understand that there's something else going on.

Views

344

Like

1

Replies

0
Re: Content doesn't load in touch UI edit mode, intermittently - Adobe Experience Manager 09-03-2022
I cannot say it with 100% surety but it could be installation error too. I am not sure. I have seen such issues long back. I re-installed the server and it worked for me. But since this is not your local server you are talking about may be you can try raising a service ticket with Adobe .

Views

189

Like

1

Replies

0
Re: AEM workflows | AEM 6.5 - Adobe Experience Manager 09-03-2022
Hi @shikhasoni1, I think you should commit both paths /var and /config.Here is the main reason why: under /config you are storing your workflow models as a base, but under /var you are storing executable version of your model.When you will run new instance of workflow executable version, so the one stored under /var, it will be used to create new workflow instance. If you will not keep your /var updated you will end up with state that outdated workflow models are used. It is also good to keep /c...

Views

178

Likes

2

Replies

0
Re: The annotation @Reference is disallowed for this location - Adobe Experience Manager 02-03-2022
Hi All, I my case, I removed the below dependency from pom.xml files and it solved the issue. biz.aQute bndlib

Views

44

Likes

2

Replies

0