One doubt, below CSV files are already available in DAM..right? String[] filePathList = {"/content/dam/asset-1.csv", "/content/dam/asset-2.csv"}; In my case, I need to create the csv file and I am trying to that using below code snippet and I am getting the error. csvPage is the attribute, which...
Hi,I am working on a report in which I need to create a ZIP file with multiple CSV files inside it. In my local AEM instance it is working fine, but when I move my code to Dev Author instance(Cloud) I am getting this error - java.base/java.io.FileOutputStream.open0(Native Method). Below is the code ...
Hi All,Since I can't add my project resources to Server, I got an alternative way. This might be useful to someone else in the future.After successfully building the entire code base, I am manually installing the below Jar files into my local AEM instance using http://localhost:4502/system/console/b...
Hi Prakash,
Server is getting added without any resources. I tried to add the resources as you suggested, but I am getting below message(PFB screenshot). I tried to add the resources before and after server starting.
Hi,
I have imported my maven project into eclipse and using "install new software" option(comes under Help) I have added AEM Server(Name - AEM & Location - https://eclipse.adobe.com/). After that when I opened AEM as Perspective, I could see this option - No Servers are available. Click this link to...