Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I am trying to setup vanity url in AEM 6.4. Followed and verified the below stepsInstalled the VanityURLS-ComponentsAllowed ‘Read’ permission to /libs/granite/dispatcher/content/vanityUrls for the ‘everyone’ group on the publish serversAdded a filter rule in the dispatcher to allow the vanity URL/0100 { /type "allow" /url "/libs/granite/dispatcher/content/vanityUrls.html" }Added a caching rule to prevent caching of this URL/0001 { /type "deny" /glob "/libs/granite/dispatcher/content/vanityUrls.html" }Added the vanity_urls configuration to the farm:/vanity_urls { /url "/libs/granite/dispatcher/content/vanityUrls.html" /file "/xxx/vanity_urls" /delay 300 }Restarted webserverCreated a file inside file location and provide required write permission. -rwxr-xr-x 1 apache apache 0 May 14 14:26 vanity_urlsVerified /libs/granite/dispatcher/content/vanityUrls.html page is accessible from pub as anonymous requestVerified /libs/granite/dispatcher/content/vanityUrls.html page is accessible fr
When we ask System admins how they are communicating with their end users, there really isn’t a “one size fits all” answer. Some Admins talk regularly with their end users, some only communicate when there are major changes. Some engage directly with people, while others go through Group Admins or SMEs.In this on-demand webinar, originally broadcast on July 26, 2023, a panel of current and former Admins - Lyndsy Denk (@lyndsy-denk), Marketing Training and Enablement Manager at IDEXX, Rachelle Dilley (@rachelledilley), Enterprise Group Admin at Adobe, and Cynthia Boon (@cynthiaboon), Customer Success Manager at Workfront – shared their strategies for communicating with users and what they think all Admins should know.Specifically: Common types of communications sent to usersTips for deciding which channels to use for your communicationsHow to think of your communications strategy in an iterative way, starting from where you are and maturing as you goYou can view the recording here&
I am trying to select the special characters from the RTE but when I select the special character the cursor is not moving forward because of which the next character is added in front of first character. In the below screenshot, first I have selected "£" next "—" and then "©".So it should show up as "£—©" but since the cursor is not moving it is displayed as "©—£".Below is the screenshot of the issue. Can someone please help me how to resolve the issue.
Introduction This post serves as a high-level guide to ingesting data into Customer Journey Analytics (CJA) using Adobe Experience Platform (AEP) datasets. By connecting to CJA via Connections, AEP datasets provide a comprehensive view of customers' attributes, journeys, and behaviors. The post provides an overview of the methods available for AEP data throughput to CJA Connections, including batch and streaming ingestion, the Adobe Analytics source connector, the Adobe Experience Platform Web and Mobile SDKs, the Adobe Experience Platform Edge Network Server API, and source connectors as sources. These various data ingestion methods enable businesses to gain powerful insights into their customers' journeys and behaviors in CJA. Data Ingestion Into Customer Journey Analytics Data ingestion is the process of collecting, importing, and processing data from various sources into a data repository. In the context of CJA, data ingestion refers to bringing data from various sources into C
Hi,The "Social network sharing links" personalization block has very old code/links. None of which are still functioning. (Example: Facebook - http://www.facebook.com/share.php) Is there any updated code for current social sharing of emails?
I wanted to ask about the expectation of nested components with LiveCopy/Blueprint configurations: I have a Blueprint (Parent) page that has a nested component structure like so: ------- Component 1 (Parent)-------------- Component 2 (Child 1)Then I have a Livecopy Child Page that inherits from Parent and initially looks the same: Then on Child Page (Livecopy of Blueprint):------- Component 1 (Parent)-------------- Component 2 (Child 1)Then on the child page, I break inheritance of Component 2, delete it and copy from another page a 3rd Component to replace it, so it looks like this on the Child Page:------- Component 1 (Parent)-------------- Placeholder Message for Child 2 that was Deleted-------------- Component 3 (Child 2)Now, I go back to the Parent page, and add a new component. However, if I return to the Child Page, and refresh the page - Component 3 is gone, but the new component is added. Now my page structures looks like this: Parent page: -----
Hi community! Hope you are all fine.Could you please help with the following case: Goal: I need to make a couple of IMS users Administrators on non-prod author servers.Actions:as advised in official docs, in IMS admin console I created a group, for example 'Non-prod admins (IMS)' and assigned 'AEM Administrators-xxx' and 'AEM Users-xxx' products for a couple of non-production environments.Then I added users to my custom group ('Non-prod admins (IMS)').Result:users can access non-production environments (I believe thanks to group 'AEM Users-xxx'), BUT are not administrators there, although 'AEM Administrators-xxx' product was assigned to 'Non-prod admins (IMS)' custom group.Further investigation:if I assign 'AEM Administrators-xxx' product directly to these users - they become administrators on respective environemnts. But it is not convenient to add individual products per each user.Question:should 'AEM Administrators-xxx' product be assigned only directly to users
I can find pages that contain a string pattern: type=cq:Page fulltext=*tion group.1_path=/content/site/en orderby.sort=desc p.limit=10This seems to print the pages that have the pattern *tion within: { "path": "/content/site/foo", "excerpt": "some text here", "name": "page name", "title": "page title", "lastModified": "timestamp", "created": "timestamp" }, I want a result that also include the matches themselves, either individually or as multi-values like this: { "path": "/content/site/foo", "match0": "https://contruction.com", "match1": "tionesta", "match2": "bastion", "excerpt": "some text here", "name": "page name", "title": "page title", "lastModified": "timestamp", "created": "timestamp" },or: { "path": "/content/site/foo", "match0": "https://contruction.com, tionesta, bastion", "excerpt": "some text here", "name": "page nam
My company uses AEM 6.5 Assets and Dynamic Media/Scene7. We use Scene7 to generate URLs for each of our individual assets, both images and PDF documents. The asset URLs are then pushed to a variety of downstream systems (Marketo, Sites, digital publishers, etc.). By using URLS for individual assets, whenever a update is made to any of our assets (including PDFs), the downstream systems point to the most current version of the asset. Many of our assets are PDF documents (white papers, case studies, etc.)Oddly enough, Scene7 auto-publishes images but not PDF documents. Scene7 only auto-publishes PDF documents as e-catalog, which we don't use. Each time we upload a PDF document, we have to manually publish the PDF.Does anyone have any experience with this? If not, is there someone I can reach out to at Adobe to suggest a feature enhancement for Scene7 to auto-publish PDF documents?Any help or suggestions are greatly appreciated!
I created a template in aem sdk it's showing as blank when I open it, what might be the issue I'm not able to see parsys aswell.
Hi, I'm trying to create a servlet to create an Oauth client using a local account. This servlet works in one scenario and doesnt work in another scenario, I want to know what im missing.Scenario 1 (Which works):For this scenario, lets say I used local account - oauthserviceuser1Step1: Manual Creation: When I login to aem using a local account and go to /libs/granite/oauth/content/clients.html, and click on the create button, I am able to create an Oauth client and able to download the private key for that Oauth client. This creates a node under /home/users/oauth for the new oauth client created and also generates a store.p12 file.Step 2: Call the Servlet to create another Oauth Client: The servlet I created, which calls the following endpoints is Successful. This also creates a node under /home/users/oauth for the new Oauth client created and also generates a store.p12 file.1. GET - http://localhost:4505/libs/granite/oauth/content/newclient.html
Avoiding Delegation Pattern Pitfalls with Core Components by Veena Vikraman Overview There was an issue mentioned in the forum (https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/delegation-pattern-for-sling-models-doesn-t-populate-all-the/m-p/600054#M150165) which was caused by the Delegation Pattern. This blog explains the issues you can encounter while using the delegation pattern and how to resolve them. Read More Here Q&A Please use this thread to ask questions relating to this article and tag @veenavikraman for quick responses.
Hi All, I am using the AEM tool version 6.5 to create and edit a PDF file. The original page numbers is 29 but when I open it in the tool it only shows 18 pages and removes the static pages.
Load assets in browser on publisher instead of downloading them by Ruxandra Nitu Abstract This article talks about how to load an asset on publisher in the browser instead of downloading it.Description The customer needs to load some images in the publisher browser but the image is automatically downloaded instead For example, the customer has a published image with the link: publish-pXXXXXX-eYYYYYY.adobeaemcloud.com/content/dam/images/image.png. They need to load this image on the browser but by default, it is downloaded. Read Full Blog Load assets in browser on publisher instead of downloading them Q&A Please use this thread to ask the related questions.
I can't build my project because I can't download the maven artifacts. It appears that the problem is the repo.adobe.com is broken; when I visit that site, I get something like this for any page: ResourceNotFoundThe specified resource does not exist. RequestId:c737433e-101e-001f-2fa1-3fd11a000000 Time:2022-03-24T17:04:43.6647596Z I'm trying to get adobe-forms-client, adobe-livecycle-client, adobe-usermanager-client, and adobe-output-client. Are these artifacts available anywhere else? Thanks! -- Mike
Session Details Join us in our session where we’ll guide you in recognizing and solving challenges that affect your end-user customers, ensuring an outstanding experience through: Improving the efficiency of your AEM as a Cloud Service Project Measuring the influence of external services for your AEM as a Cloud Service system Making the most of customized and tailored views Discover the process for accessing New Relic, a feature included by default with AEM as a Cloud Service. Don’t hesitate to engage with your inquiries and questions. Housekeeping details: Duration: 60 minutes including 10 minutes of Q&A Audience: Customers, Partners, and Adobe Employees Recording and slides will be made available to the public after the session The session is free of charge, registration will be required Session Recording Session Schedule Wednesday, September 20, 2023, 8:00 AM (PST) OR 5:00 PM (CET) OR 8:30 PM (IST) Session Q&A Question Answer would it be possible to allow access t
Hi Team, When I added the below Servlet class deployment failed in the AEM cloud environment , and in local its working fine import java.io.IOException;import java.io.PrintWriter;import java.util.HashSet;import java.util.Set; import javax.jcr.Node;import javax.servlet.Servlet; import org.apache.sling.api.SlingHttpServletRequest;import org.apache.sling.api.SlingHttpServletResponse;import org.apache.sling.api.resource.Resource;import org.apache.sling.api.resource.ResourceResolver;import org.apache.sling.api.servlets.HttpConstants;import org.apache.sling.api.servlets.SlingSafeMethodsServlet;import org.apache.sling.commons.json.jcr.JsonItemWriter;import org.osgi.framework.Constants;import org.osgi.service.component.annotations.Component;import org.slf4j.Logger;import org.slf4j.LoggerFactory; @Component(service = Servlet.class, property = { Constants.SERVICE_DESCRIPTION + "=JSON renderer Servlet","sling.servlet.methods=" + HttpConstants.METHOD_GET, "sling.servlet.re
Hi, My use to get the latest 5 content fragments using the graph ql, I have used the jcr:lastModified in the query but its throwing the error. Pls suggest how to get the latest content fragments as per the published date.
Hello Experts,We are facing the below issue. We are using svg and png images in our website. png images are working fine and some .svg images are not showing up in the preview or not working when we drag and drop in the file upload field. However, few svg images are working fine and showing up in the preview.
when i build remote spa react code and tried running locally with serve -s build command: below error was came and content was not rendering in browser: Uncaught (in promise) TypeError: "l" is read-only at e.exports (readOnlyError.js:2:9) at aem-react-editable-components.js:1:8433
Dear Experts, I'm using Adobe Life Cycle Designer to create a form. binding through a data connection. wanted to hide a few fields depending on a value. Depending on the value a field becomes invisible, but a blank area will always remain on the screen. If the field is hidden, do assist in removing the blank area from this page. Regards Pravasini
How to Download Report: Go to Admin > All Admin > Data Configuration & Collection > Logs > Usage & Access Log Specify a date range filter. You can enter a date manually in the format YYYY-MM-DD or click the Calendar icon to select a date. Note: You cannot select a period longer than three months a time when downloading Usage Log data. Using the “Event Type” dropdown, you can filter through your user’s actions to download the datasets you are more interested in viewing. Select an event type and hit “Search.” The results will display event type data from your organization’s users during the specified date range. Event type Description No Category Could be any event type. Login failed User login process failed. Login successful User logged in successfully. Admin Action An admin action occurred, like editing a report suite, changing company settings, creating a user, etc. Security setting change A security setting was changed. R
Hello Team, Welcome to the Adobe Analytics Community Mentorship program! This is the featured Community Discussion thread for your Adobe Analytics Community Mentor, Jen Yacenda (aka @jenyacenda), who will be here to guide and support you and your peers with your Adobe Analytics questions as you prepare for the Adobe Analytics Expert Business Practitioner Certification (Exam ID: AD0-EE208), through to the end of the program. A little bit about your Adobe Analytics Community Mentor, Jen Yacenda: Jen is an Analytics professional with experience leading at strategic and tactical levels, across multiple disciplines. Passionate about travel and hospitality, with a background using data and analytics to create actionable insights and recommendations that help define customer marketing and engagement strategies. A thought leader and experienced speaker, bringing data-driven strategies to life and evolving intelligence for luxury and li
Hello Trying to do dispatcher(dispatcher-sdk-2.0.91) set up on Mac following https://github.com/adobe/aem-enablement/tree/master/AEMAsACloudService/08_Dispatcher_SDK_Validator documentation . Able to execute till Step 3 but while executing Step 4 i.e. Running "./bin/docker_run.sh ./out docker.for.mac.localhost:4503 8080" command getting "docker: invalid reference format: repository name must be lowercase." error Can anyone help me identify the root cause of the issue .
Hello everyone. I just created a richtext component and added the RTE plugin with some features. But the justify features are the only thing that is not working. As you can see, the first paragraph shows as centered. When I do click in Done, the editor doesn't show the update in the text. But, when I do click in the Edit button, the center style appears: After close the edit mode, the text continues as centered, but in View as Published doesn't shows as centered.I don't have any CSS that is doing overlay or something like that. Just the RTE Here I attached the console, the <p> doesn't have the style = text-align:center Have anyone ever seen this case? or has the solution? Pls I need help with this case!
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.