Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Devs/Archs, i Have a requirement to restrict user to build and install prod author through package manager. when user clicks on build or install, should show an error message as "you should not build or install on Prod author". Kindly help me is there any override option available to show the error message.Environment : AEMasCS. Thanks in advance.
AEM 6.5.17 on-prem. We're having trouble where our project, Core AEM bundles and AEM is restarting when custom bundles are deployed on every deployment . We're not certain when this bug was introduced or how to solve it.
Hi, This is regarding the Security Update for Dynamic Media/Dynamic Media Classic TLS update.Adobe will be updating infrastructure to support further capabilities of Dynamic Media and Dynamic Media Classic (p.k.a Scene7). From 30th April 2024, the following protocols will no longer be supported: TLS 1.0,TLS 1.1, SSL 2.0, SSL 3.0, and the list of ciphers for TLS 1.2 mentioned in documentation links shared below.AEMaaCSAEM 6.5DM Classic.This will impact Dynamic Media on Experience Manager Cloud Service, Managed services, On-Prem, Dynamic Media Hybrid and Dynamic Media Classic. Making API calls to Dynamic Media using old TLS protocols/ciphers connections will be impacted. This will also affect delivery where a set of old Browser + OS combinations (mentioned in documentation) which communicate using older ciphers will be blocked for delivery for the organization's customers. You will ne
We were just updated from 6.5.0 to 6.5.17. We are unable to save or generate PDF preview for some forms, getting the log error "Index value out of range". There are no scripts on the forms. The error gives no indication of where the problem lies - no object or line info. Forms are also not, and have never been, attached to any kind of database. They are simply designed and published for the public to download. I tried copying individual objects into a new form, saving each time to see if I can isolate the error - no error was generated. Please tell me there is a simple fix. Oh, and this is only if saving the form as a static PDF, a must for the format we post our forms in. Dynamic does not seem to have a problem - but still can't generate PDF preview. If saved as XML form, it all works. 7/26: I have more info: The problem occurs when you have a grouping inside a List Item inside a List. Unwrap the List Item, and preview can generate OR Ungroup the grouped item, prev
There is an Adobe Creative Cloud App in Microsoft Teams where you can share Creative Cloud assets. Is there any step by step instructions on how this process works for companies that want to share and edit files using CC as the storage place for files and assets? Our company is new to all of this and with syncing gone, it feels confusing on how to begin to get this process up and running for our specific team. Even just a pointer to some articles would help. I have done some research on the internet but no luck in finding complete explanations on "how to" so far. Thank you!
Hi, I installed AEM Desktop app on my computer. When I sign in, the screen says "There are no assets to display" and there is a banner that says "The specified item could not be found". I've refreshed the app and rebooted my computer, but no luck. I'm not sure if I connected incorrectly or if this is a permissions issue or something else. Any advice on troubleshooting?For context, I am a dam user but not an admin. I have read permissions for most folders and edit permissions for one. Thank you,Morgan
Hello Community - I have encountered an issue related to missing jcr_root in the generated package. The project has the modules (all, ui.apps, ui.config, core and ui.content) and if I check the zip file from the ALL module, it does not have any jcr_root(eventhough the project has the jcr_root folder available in the project) and It has only the meta-inf folder in it. I checked the zip files from the individual modules, ui.apps looks good but I see some issues with ui.config and ui.content. I have checked the filter.xml & pom.xml from the individual modules and don't find any issues and in all the modules. In my other aem project which has the similar setup and I couldn't replicate this issue. Can someone tell me what could be the issue?
Hi All,I configured the OKTA SSO Sign-out URL in the AEM publisher SSO config file.But when we try to sign-out, the user is signed out of AEM session but not from OKTA session.I'm calling slingAuthenticator.logout(req, resp) in the servlet when user tries to logout.Does anyone know how to configure this? Thanks
We have a requirement to sort custom columns in SearchResults Page, when we use filter option in sites console or global AEM Sites search. We have custom columns like Book Title, Book No, Book Author & Book Cost. Request URL: http://localhost:4502/mnt/overlay/granite/ui/content/shell/omnisearch/searchresults.html We are getting values for all these custom columns in sorted order based on only one single property as follows: Path: /apps/settings/cq/search/facets/sites/jcr:content/items/orderby Property: Value listOrder: 4 metaType: hidden name: orderby sling:resourceType: granite/ui/components/coral/foundation/form/hidden value: jcr:content/cq:lastModified We want to sort data on click of each header columns up/down arrow in ascending & descending order. Please suggest the way to implement this particular requirement. @arunpatidar @nirmal_jose @nitesh_kumar-1 @pulkit_jain_ @smacdonald2008 @ki
I have a CUG login form component created, that can compare against local user accounts and return username and groups the user is assigned to in the author instance. When I ran this in my local publish instance, it returned results fine. However, it seems like that /libs/granite/security/currentuser.json is not available at all on cloud manager publisher instances. It is only returning 404. Am I doing something wrong by trying to reach that file to log users in and get user detail, or am I missing something?
Hi Devs/Archs, I used latest version of aemsdk (2023.12) and used form-add-on 2023.10. when i start my fresh aem instance(java aem-author-p4502.jar) and copy past the aem forms add-on(author\crx-quickstart\install), im getting service not available error. Kindly please advise on this issue. Does it require license for aemascs as well.?
I would like to install pdfservices-sdk-4.0.0.jar in my local AEM instance and it is asking to upgrade slf4j api to 2.0.0 version or higher. I tried to install/upgrade the slf4j-api bundle from slf4j-api-1.7.32.jar to slf4j-api-2.0.9.jar in my AEM system/console. But it is unable to upgrade the version and other bundles are having dependency with the 1.7.32 version. Because of this it is breaking the environment. Is there any solution to upgrade the bundle with higher version and all other bundles will refer to the newer version of slf4j api. Or is it a good idea to make use/copy paste the available classes from pdfservices-sdk-4.0.0.jar into our maven project so that we can skip the use of dependency into our custom project.Appreciate your suggestions. Thanks!!!
user is unable to view the extensions when logged into experience.adobe.comallowed pop-up, still the same, reset IE, still sameshared my screen and tried, it workedRecreated user windows profile, still the sametried on an alternate machine, still the same.Logged into a newly imaged machine wth my credentials, it workedLogged out and had the user try, it worked.
AEM Community, I am facing an issue with OSGI service variables. I have two author instances of AEM v6.5.17 running on 4502 and 4504 ports. I use mvn clean install -PautoInstallPackage command to build and deploy the project on any of the two instances. I also have some configurations in place in the OSGI that work as environment variables for me. The issue is when I target 4504, the OSGI service variables are persistent. However, when the target is 4502, the OSGI service variables are removed. I have tried to remove instance on 4502 and run a fresh new instance on 4502, but still the same behaviour. Any support regarding this is highly appreciated.
Hello Support, We are facing a issue in ACS AEM Common page Audit log report. We have created a report which will show following data 1. Page path2. User (Who published the page)3. Activity (Action)4. Time Our page undergoes an approval workflow overseen by an administrator. When a user makes changes, a workflow is initiated, sending the page for approval to the master admin. Upon approval by the master admin, the page is then published. In the page audit log report, the name displayed as 'workflow-process-service' instead of the master admin. How can we address and resolve this issue?Additionally, we have explored the solution below and attempted to implement it, but unfortunately, it did not work. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-workflows-publisher-name-not-gets-reflected-in-page/m-p/305308 Please guide us on this.Thanks
Hi All,Is it possible to consume API to load dropdown in AEM site page. Do we have any related documents about that?
I'm using LocaleUtils.isavailableLocale to check if locale is valid or not it's working for few locales but for en_SA it's showing as invalid locale and en_SA is not present in available locales list. Is there any other list which contains en_SA as locale.Thanks in advance.
Hello,I have an image icon on the date pciker input ,using vanilajs-datepicker.js. When I click it ,does not show the date picker.But when I click on the input text input it comes up .How to resolve this issueIn the datepicker component we have added an image like belowelem.insertAdjacentHTML("afterend",`<span class="suffix"><i class="calendar-icon" aria-hidden="true" ></i></span>`); Regards,Srinivas
Hi,We are using the AEM Forms Designer 6.5 Standalone.On the licencing website (licensing2.adobe.com) we can only download the version from 2017 (I guess) which needs "Microsoft Visual C++ 2010 redistributable". But since "Microsoft Visual C++ 2010 redistributable" is flagged as end of life it is not allowed to install it in our company environment. Where can I download a newer version of it without having an Adobe Experience Cloud subscription or account linked to AEM Cloud?Thanks
Hi Team, we have our app built with react and aem for content management. We want to convert our entire app into an npm package and want to publish it. Please guide me on how to do this. Thanks in advance
Hi Any idea about UJEE monitoring in adobe aem cloud servers?. Enabling UJEE monitoring does it have many performance issue. ThanksDillibabu
Embarking on the journey to become an Adobe Commerce Architect demands not only dedication but also a strategic approach to mastering the AD0-E722 exam. Aspiring professionals understand the pivotal role that proper preparation plays in achieving success. In this article, we delve into the significance of Adobe AD0-E722 exam questions and how Buddy4Exam's practice test can be your ultimate companion on this certification journey. Understanding the Adobe AD0-E722 Exam Question: A Gateway to Excellence The Adobe AD0-E722 exam serves as a critical assessment for individuals aspiring to become Adobe Commerce Architects. This exam evaluates one's knowledge and skills related to designing, developing, and implementing Adobe Commerce solutions. Success in this exam not only validates your expertise but also opens doors to exciting career opportunities in the world of e-commerce.https://www.buddy4exam.com/adobe-exams/quizhttps://www.buddy4exam.com/adobe/ad0-e127/free-questionshttps:/
Greetings Adobe Target Community! Please join me in congratulating your Adobe Target practitioner peer, Claire Adamson (aka @clairea39507456) for being recognized as the Adobe Target Community Contributor of the Month for January 2024! @clairea39507456, thank you for driving productive discussions with your Community peers~ your contributions have been tremendously helpful! 👏 Click here to check out who our Top Contributor was last Month, and be sure to stay tuned to find out whose contributions stand out in the month of February! Cheers, Amelia
Hi, Given I have content fragments , graphql queriesHow to execute gql queries on backend osgi services? Is there any authentication needed (any authentication token etc or service user etc) or just mention URL end point, query, variables to get response? How is this done? given content fragment data, queries present on both author , publish instances. Also, if someone accessing this from a react or angular application , how does this react or angular application gets authenticated? to access headless data. I appreciate inputs.
Hi Campaigners, Explore these concise blog posts by our Campaign Community Advisor, @Marcel_Szimonisz, offering effective and practical tips on improving your Campaign skills: Use variables in query expression builder: When the time comes, you will find yourself in a situation where you would like to set up query builder condition expressions as dynamic values. We can achieve this and more with Adobe Campaign Classic. How to map enumeration with file extract: I was recently asked about the purpose of a checkbox, and believe it or not, it turned out to be the function I thought was missing in Adobe Campaign Classic – but it’s actually there. Please feel free to reach out in case you have any questions through the below comment section.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.