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

Asutosh_Jena_
Asutosh_Jena_
Online

Badges

Badges
44

Accepted Solutions

Accepted Solutions
341

Likes Received

Likes Received
1183

Posts

Posts
1139

Discussions

Discussions
182

Questions

Questions
957

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Asutosh_Jena_
Customize the badges you want to showcase on your profile
Re: Migrate Assets form Onedrive, Sharepoint to AEM DAM on AEM as Cloud - Adobe Experience Manager 08-08-2022
Hi @achennapragada Yes we have already thought about this but it's a tedious process to gather all the data from different locations and move it into S3 in a organized manner and then process using bulk uploaded. Also it will have additional cost involved.

Views

241

Likes

2

Replies

1
Migrate Assets form Onedrive, Sharepoint to AEM DAM on AEM as Cloud - Adobe Experience Manager 08-08-2022
We are planning to migrate a huge amount of assets available at different locations, such as Onedrive, Sharepoint, Dropbox and few on S3. For S3 we can use the Bulk Asset upload mechanism and we can pull the binaries. But for all other modes, what will be the best way to pull the assets into AEM? Assets size are almost around more than 200 TB combining all the sources.

Views

248

Likes

0

Replies

8
Re: How to save session on aem cloud using system resource resolver? - Adobe Experience Manager 12-07-2022
Hi @rohinin94643925 First of all you should not give administrator access to the system user as it defeats the purpose of system user.Also I see you have given the read access to all the paths, instead of it, you should give read and write access to the path where you are writing the data. Can you confirm which location you are trying to write the data? As you mentioned, you are able to save the session when using the request.ResourceResolver which is anonymous I feel it's must be somewhere you ...

Views

147

Like

1

Replies

3
Re: How to save session on aem cloud using system resource resolver? - Adobe Experience Manager 12-07-2022
Hi @rohinin94643925 If you are using a system user to get the resource resolver, please ensure to provide the correct read and write permission to the system user with the path where you are performing the write operation. If the permission are missing you will not be able to save. You can set the permission using repository initializer.org.apache.sling.jcr.repoinit.RepositoryInitializer-myproject.config scripts=["create service user service-userset ACL on /content/myproject allow jcr:read for s...

Views

160

Likes

3

Replies

5
Re: AEM Cloud Publisher | Sling servlet response is empty - Adobe Experience Manager 12-07-2022
Hi @pradeepdubey I see you are using a GET request. Can you please confirm if the request is not cached? Also please check if the request is sent to publish instance or not and what response you got back from publish instance. Next you need to check at the dispatcher log to see where it is failing. Thanks!

Views

137

Like

1

Replies

0
Re: Define and throw a dedicated exception instead of using a generic one - Adobe Experience Manager 23-02-2022
Hi @Babita11 You should not throw generic exceptions. You should be subclassing Exception and then throwing your subclass, so that the type of the exception actually provides information about what is going on, allowing clients of the function to catch and treat it appropriately. Example:Here Exceptio is generic in nature and you should not be using it. Instead of that you should use the specific category type i.e., either "LoginException", "RepositoryException", depending upon the nature of exc...

Views

1.2K

Likes

2

Replies

0
Re: AEM as a cloud service - production build fails in step custom functional testing - PublishPageValidationIT - Adobe Experience Manager 22-02-2022
Hi @Sebastiane_Edberg_ Please raise a request with Adobe Support. This seems to be an issue with Product and needs to be fixed by product team. Thanks!

Views

521

Like

1

Replies

1
Re: How can I access preview mode on individual components in edit mode? - Adobe Experience Manager 22-02-2022
Hi @flavortron You can use the selector based approach if I understood the ask properly. Let's say you have different component called abc and xyz. Now each of the component will have it's own script i.e., abc.html and xyz.html. if you want to check the preview, you might include another script i.e., preview.html in each of the component and then you can access the page with pageurl.preview.html. This will ensure the preview.html script for each component to load and you can see the preview inst...

Views

202

Likes

2

Replies

0
Re: Service Pack 6.5.11 java xml bindings are not working after applying SP11 - Adobe Experience Manager 22-02-2022
Hi @skattamuri Have you updated the uber jar version to 6.5.11 ? Also are you getting error in compile time or runtime? com.adobe.aem uber-jar 6.5.11 provided Also upgrade the JAXB Maven dependency to latest version. javax.xml.bindjaxb-api2.2.3 Thanks!

Views

161

Like

1

Replies

0
Re: How to make Navigation componnent visible in component list of Edit mode? - Adobe Experience Manager 22-02-2022
Hi @Hugh_Shao You should be able to navigate to "Content Tree" section by clicking on the "Toggle Side Panel" and it will allow you to see all the components used on the page if you are not able to see it in edit mode. Thanks!

Views

126

Like

1

Replies

0