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

Prince_Shivhare
Prince_Shivhare
Offline

Badges

Badges
34

Accepted Solutions

Accepted Solutions
71

Likes Received

Likes Received
157

Posts

Posts
424

Discussions

Discussions
119

Questions

Questions
303

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by Prince_Shivhare
Customize the badges you want to showcase on your profile
Re: PDF Viewer Not Displaying on Published Website - Adobe Experience Manager 29-07-2021
@robertt3523754 Here I could see two scenarios -1. you have pdf in div but not visible.2. pdfviewer div is not present.Since you are facing {2} issue, can you please check your configuration by matching this properties and markup.https://www.aemcomponents.dev/content/core-components-examples/library/page-authoring/pdf-viewer.htm...if {1}, then you will have to check if your pdf is published or not, if yes, then dispatchcer is restricting pdf extension.# This rule allows content to be access/0010...

Views

273

Likes

2

Replies

0
Re: Adobe Experience Manager desktop app is not responding - Adobe Experience Manager 19-07-2021
Hi Mayur, You can install the desktop app version aem-desktop-win64-2.1.2.0.exe.it will work fine. Thanks,Prince

Views

340

Likes

2

Replies

1
Re: Enabling CORS not working in AEM Cloud - Adobe Experience Manager 07-07-2021
If you are trying to access the other endpoints from AEM, then it would requie to whitelisting of AEM cloud url from other endpoint side.

Views

690

Like

1

Replies

1
Re: Can anyone please explain about the below note on AEM... - Adobe Experience Manager 30-06-2021
@shelly-goel 1. When you're capturing the user rating, are you saving it in AEM publisher by any chance or directly sending it to bazaarvoice in the client code? If you'll capture it in AEM publisher, means you would send it to bazaarvoice from server and then receive it back via SFTP after approval.- Yes, We are saving it to the author and then sending it to the publisher by replicating it by code.2. Once you receive the approved rating, is it captured AEM author or publisher or both - is it on...

Views

586

Likes

0

Replies

0
Re: Curl Command to set property on the Page - Adobe Experience Manager 28-06-2021
Thanks for Sharing

Views

291

Likes

2

Replies

0
Re: Can anyone please explain about the below note on AEM... - Adobe Experience Manager 28-06-2021
Thanks Markus, so based on given scenarios we can still use the .getBinary.getStream() right?

Views

624

Likes

0

Replies

0
Re: Can anyone please explain about the below note on AEM... - Adobe Experience Manager 28-06-2021
Hello Markus,You have provided a detailed explanation and that is really helpful to me. we can change the location to /etc to /content. that won't be a big problem for us. so as per your comment on stream, we can read the jcr:data by doing .getStream right?As per your questions -1. are these data files that contain the generated content (UGC)? Ans - Yes, data is generating dynamically on basis on jcr content node. we are collecting a data from content nodes and creating a xml. and once it is cre...

Views

654

Likes

0

Replies

0
Re: Can anyone please explain about the below note on AEM... - Adobe Experience Manager 28-06-2021
Hello Markus,Thanks for your reply.sorry for the wrong content but the screenshot was correct. so I got your comment that we should not stream the binary.So I will explain my issue, I am using bazaarvoice in my application for product ratings & reviews.We are trying to integrate the AEM cloud with the SFTP server. where we can send and get the file from the SFTP server. now once we have those files into AEM, we are using the node jcr:data to read the content which requires the below code.So can ...

Views

690

Likes

0

Replies

0
Can anyone please explain about the below note on AEM cloud? - Adobe Experience Manager 28-06-2021
I know about this Article - Apart from this if any other information.https://medium.com/adobetech/introduction-to-aem-as-a-cloud-service-asset-upload-http-api-fc560ffd7221No Reverse Replication AgentsReverse replication from Publish to Author is not supported in AEM as a Cloud Service. If such a strategy is needed, you can use an external persistence store that is shared amongst the farm of Publish instances and potentially the Author cluster.

Views

731

Like

1

Replies

9
Re: AEM cloud Touch UI Console Customization - Adobe Experience Manager 24-06-2021
Hello Everyone,The solution for this thread is -Since we cannot override the disabled folders from libs to apps.we will need to write the custom js for it with clientlib category of cq.authoring.dialog.(function($, $document) {"use strict";$(document).on("click", ".js-editor-GlobalBar-previewTrigger", function(e) {var protocol = window.location.protocol;var hostname = window.location.hostname;var pathname = window.location.pathname+"?wcmmode=disabled";var url = protocol+"//"+hostname+pathname;va...

Views

329

Likes

2

Replies

0