Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi All, We are doing REST API call integration. For this REST API call integration, we need to add a trusted SSL Certificate.We are exploring 2 approaches: 1. Add the certificate into AEM Truststore, and then get the truststore as a keystore object. Next, added the keystore object into SSLContext, and added the sslContext into HTTPClient to call the API. We are getting this "org.apache.sling.engine.impl.SlingMainServlet service: Uncaught Problem handling the request javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_required" exception. 2. The second approach is - to add the certificate to the java keystore (cacerts), restarted AEM instance and called the API using HTTPClient. We are still getting the same "org.apache.sling.engine.impl.SlingMainServlet service: Uncaught Problem handling the request javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_required" exception. If anyone has done a similar implementation, please ad
Register at: https://adobe.ly/3mRcYEv Session Details Join us for our virtual office hours - led by members of the inaugural 2022 Adobe Experience Manager Champion Program - as we discuss best practices, share tips, and engage in a live Q&A. Experience Manager Champions will answer pre-submitted and live questions about Adobe Experience Manager Sites functionality, your particular instance, and specific use cases. Whether you're new to AEM Sites or an experienced developer, you're sure to gain some valuable insights from our Experience Manager Champions. Pre-submit a question to our Champions by asking it here: https://forms.office.com/r/XSXw50bn1L Session Schedule Thursday, March 16th, 7:30 AM (PST) OR 3:30 PM (CET) OR 8:00 PM (IST) Panelist(s) Brett Birschbach, Bounteous (Senior Vice President - Adobe Practice), Greg Dimeris, T. Rowe Price (Web Content Product Owner), Vengadesh Shanmugavelu, Qatar Airways (Senior AEM Architect), Rami El Gamal, RENY Consulti
Hello all, I would like to share a finding about the latest AEM Forms 6.5.16 Add-ons in hope that it would help those who experienced the same issue as well as an explanation as to what's happening. In our server environment using AEM 6.5.15 + AEM Forms 6.5.15 with JDK 11.0.15.1, after upgrade to AEM 6.5.16 SP + AEM Forms 6.5.16 Add-ons + JDK 11.0.18, the out-of-the-box REST endpoint submission type starting to fail with following error in the log even when the upgrades were clean and successful: com.adobe.aemds.guide.utils.GuideSubmitUtils.getRedirectParameters(Lorg/apache/sling/api/SlingHttpServletRequest;)Ljava/util/Map; at org.apache.jsp.libs.fd.af.components.guidesubmittype.restendpoint.post_POST_jsp._jspService(post_POST_jsp.java:373) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [org.apache.sling.scripting.jsp:2.3.6] at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [org.apache.felix.http.servlet-api:1.2.0]
Hi All i have implemented a workflow model where we have dialog step and participant steps with multiple reviewers and approvers . when user initiating a workflow to provide all the required inputs in dialog step and request for review the data. am trying to auto populate values from workflow history in dialog participant step when it got rejected by any of the reviewer for additional information. can someone advise how to achieve this. Thanks in advance .
*Update: To watch a presentation given on this topic by the author, click here.The artificial intelligence revolution has arrived. New AI models are being released at lightning speed, and they are drastically changing the way we interact with the digital world.Below are some incredible recent advances:DALL-E 2 and Mid Journey: Generate compelling images from a prompt, to provide unique imagery that speaks directly to the user and their specific need.ChatGPT, LaMBDA, and LLaMA: Return text completion in natural language from any text prompt such as a phrase or a sentence. Can generate convincing human-level essays, outlines, or marketing copy.Codex: Turns natural language prompts into coding suggestions across dozens of programming languages.This level of customization won’t be limited to generating pictures, copy or code from text. Its capabilities will span to movies, TV and music, even generating totally new styles of by mingling a person's preferences into an AI musician. Som
Updated on Mar 8th, 2023: Find additional resources and live webinar Q&A in this article. -- Hi Marketo Engage Community, Everyone learns differently, and learning from experts accelerates your journey of climbing over the mountain. We are thrilled to announce that we are bringing you the “Learn from your peers” webinar series. Join us in these webinars to see power users in action and take your Marketo Engage knowledge to the next level. Here’s a sneak peek of our upcoming session in March: Content creation for your marketing programs is a long haul. Applying templates and tokens helps you build scalable processes across teams and achieve more with less in Marketo Engage. Join us live with Lauren McCormack (@laurenmc9), an award-winning marketing leader, and 2x Adobe Marketo Engage Champion -- as she shares her years of wisdom to make your Marketo Engage content scalable. In this webinar, you'll learn: - Using tokens and templates to buil
Hi all, Am seeing this error when am trying to build my project . am trying to read the adaptive form’s submitted data is in xml format using WorkitemUserMetadataService have imported the following package. import com.adobe.fd.workspace.service.external.WorkitemUserMetadataService; added dependency as follows in main/core pom xmls as follows: <dependency> <groupId>com.adobe.aemfd</groupId> <artifactId>aemfd-client-sdk</artifactId> <version>6.3.0</version> <scope>provided</scope> </dependency> &nbs
Hello All, We have noticed on several of our websites the response headers are duplicated: Response Headers: Content-Type: text/html; charset=UTF-8Date: Mon, 10 Feb 2020 14:17:19 GMTServer: Apache/2.4.6Strict-Transport-Security: max-age=63072000; includeSubdomains;Transfer-Encoding: chunkedVia: 1.1 ourinstancewebsite.comX-Content-Type-Options: nosniffX-Content-Type-Options: nosniffX-Frame-Options: SAMEORIGINX-Frame-Options: SAMEORIGIN I don't see anything wrong in the dispatcher file and replication agent for these websites. Any idea whats wrong and how to resolve it? Thank you in advance. Ivo
We are proud to announce the Adobe Experience Cloud Community Members of the Year for 2022! This year, we expanded our program to recognize Community Members across all key Adobe Experience Cloud product Communities. The program recognizes the most engaged, passionate, and supportive members of the Experience League and Marketo Engage Communities. These outstanding individuals from around the globe have demonstrated unparalleled dedication and investment in their respective Communities. They have gone above and beyond to provide support, drive community engagement, lead by example, and provide valuable feedback to improve our products. They truly are the best in class! 👏👏👏 🎉Please join me in congratulating our Adobe Experience League Community Members of the year! 🎉 🙌 Adobe Target – @Gokul_Agiwal, Capgemini 🙌 Adobe Analytics – @Jennifer_Dungan, Metroland Media Group &
Hi everyone, I'm new to Workfront integration and I'm currently stuck with syncing of folders from Workfront to AEM using 6.5 version. I followed the guide and video tutorials but it doesn't seem to work on my end. May I know what are the possible cause for this issue?
The Marketo Person’s First Name is “Sandy”. What will the output be of this Velocity snippet? Test 1: Hello ${lead.FirstName}, we're your ${esc.h}1 fan! Test 2: #set( $greeting = "Hello ${lead.FirstName}, we're your ${esc.h}1 fan!" ) ${greeting} Test 3: #set( $greeting = "Hello ${lead.FirstName}, we${esc.s}re your ${esc.h}1 fan!" ) ${greeting} Test 4: #set( $greeting = 'Hello ${lead.FirstName}, we${esc.s}re your ${esc.h}1 fan!' ) ${greeting} Test 5: #set( $greeting = "Hello ${lead.FirstName}, we''re your ${esc.h}1 fan!" ) ${greeting} Test 6: #set( $greeting = 'Hello ${lead.FirstName}, we''re your ${esc.h}1 fan!' ) ${greeting} Test 7: #[[ #set( $greeting = 'Hello ${lead.FirstName}, we''re your ${esc.h}1 fan!' ) Hello ${lead.FirstName}, we${esc.s}re your ${esc.h}1 fan! ]]# Test 8: #set( $greeting = 'Hello ${lead.FirstName}, we''re your ${esc.h}1 fan!' ) #evaluate( $greeting ) Before you click the ▶ Spoiler below to get the answer, rest assured that few people on
Hello everyone I have configured the SAML2.0 following https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/saml-2-0-authenticationhandler.html the ipd login page loads and send the post, then when the http://localhost:4503/content/xxx/saml_login is handled gives me this response: 09.03.2023 19:46:02.576 *DEBUG* [qtp965154916-494780] org.apache.sling.auth.core.impl.SlingAuthenticator setAttributes: ResourceResolver stored as request attribute: user=admin 09.03.2023 19:46:33.765 *DEBUG* [qtp965154916-494880] org.apache.sling.auth.core.impl.HttpBasicAuthenticationHandler forceAuthentication: Not forcing authentication because request parameter sling:authRequestLogin is not set 09.03.2023 19:46:33.765 *DEBUG* [qtp965154916-494880] org.apache.sling.auth.core.impl.SlingAuthenticator getAuthenticationInfo: no handler could extract credentials; assuming anonymous 09.03.2023 19:46:33.766 *DEBUG* [qtp965154916-494880] org.apache.sling.
I am writing the ResourceChangeListener . I want current page path at ResourceChangeListener.PATHS. PFB snippet where I want currentpage's path.@8220494(immediate = true, service = ResourceChangeListener.class, enabled = true, property = {"process.label = JSON Event Handler",ResourceChangeListener.PATHS+ "=CURRENTPAGEPATH",ResourceChangeListener.CHANGES + "=ADDED", ResourceChangeListener.CHANGES + "=CHANGED" })
Hi All, How can we dis-allow external emails in Asset Link Share popup. Is there an OOTB way to do it?
Freeman is experiencing significant problems with the Workforce Widget in Salesforce. Has anyone else experienced it or found a workaround? We have submitted it and escalated but looking for any communal knowledge.
We have this configuration - Apache Felix Jetty Based Http Service and we need to make few updates to it. We think keeping this xml configuration in the codebase will be risky in terms of security point of view and System Admin or DevOps should manually control the entries in this configuration. I am wondering what is the forum's recommendation and best practices about maintaining with some critical configurations in AEM?
I'm facing issues with some of my AEM DAM folders while trying to open them from the touch UI. It shows 'failed to load data' while opening the folder and the folder doesn't opens at all. This behaviour is observed with DAM folders with 'Adaptive Media Encoding'. The issue is only observed in the touch UI card view, while list and column views works perfectly. Also I'm able to access and add files to DAM using the classic UI as well.Any direction towards this issue would be appreciated. Thank you!
Hi All -I have extended the PDF viewer core component into our app : /apps/app-name/ and also created the "Content Aware configuration" under /conf/app-name/ and added the property "sling:configRef" that points to Context Aware Config path under /content/site/ but the pdf viewer component is still not visible. I have followed the exact steps provided by @asutosh_jena_ in the post https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/pdf-viewer-core-component-won-t-display-on-page/m-p/406069#M5381 but it's still not working. I verified and client id is correct and domain is also set as localhost as I am trying to configure on my local. The component div is getting created but it's empty. Please advise
Hi there,We are reaching out to notify customers about an upcoming change that impacts the Marketo’s Launchpoint Integration service with Cisco Webex (i.e., Webex Events). Cisco is retiring its Webex Events (classic) product from March 31, 2023. After this date, Cisco will be switching its Webex Events customers to Webex Webinars starting April 1, 2023. Cisco has already communicated this message to their customers and Adobe is relaying this message to a broader audience.Marketo’s Launchpoint Integration with Webex is a connector-based integration with Webex Events (Classic) and does not support Webex Webinars yet. To avoid causing inconvenience to Marketo Engage customers, Adobe and Cisco have decided to provide an extension for the use of Webex Events for Marketo customers for a brief period until the next steps with Launchpoint integration are decided.This is on an individual case basis with an explicit request for extension of Webex Events for Marketo's Launchpoint Integrat
Hi, I have a requirement to allow particular component inside Parsys for Static Template. How can we achieve this? Whenever we create a page based on that template, it should allow to add that particular component in Parsys in edit mode.
Target Standard/Premium 22.15.1 (March 8 & 9, 2023) This release will be available according to the following staggered schedule: March 8: Americas region March 9: Europe, Middle East, and Africa (EMEA) region March 9: Asia-Pacific (APAC) region This release contains the following new features and enhancements: Feature Details Optimized A4T metrics for Auto-Allocate and Auto-Target Target lets you choose metrics based on binomial events or metrics based on continuous events when using A4T for Auto-Allocate and Auto-Target activities. Be aware of the following time-sensitive change in supported metrics: Target preserved the previous behavior for existing activities until September 9, 2023. After this date, activities using non-supported metrics will be discontinued to force existing activity migration to the new behavior. For more information, see Supported goal metrics in A4T support for Auto-Allocate and Auto-Target activities. Auto-Allocate using Analy
at.js version 2.10.2 Fixed an issue that caused the trackEvent function to always return an error. *For more information about all at.js releases, see at.js version details in theAdobe Target Developer Guide. Seed Q&A Please use this thread to ask the question related to this release.
Hi everyone! Check out the aggregated list of all the Marketo Engage and Marketo Measure sessions occurring at Adobe Summit 2023. This includes links to each session's dedicated registration page on the Adobe Summit Session Catalogue as well as links to the discussion threads for each session. Be sure to use the latter to put on any questions or comments you may have leading up to or after the session! Register for Summit Now! Check out the Summit Session Catalogue for Marketo Engage Session Title Links Scheduling Date & Time Speaker(s) S213 Accelerate Campaign Creation with Marketo Engage & Workfront Session LinkDiscussion Thread Thursday, Mar 23, 11:00 AM - 12:00 PM PDT Niranjan Kumbi (Adobe) Dylan Vargas (Commvault) Julia Hoover (Commvault) Sivaraman Mani (Commvault) S717 How GM Financial Transformed Customer Experience Session LinkDiscussion Thread Wednesday, Mar 22, 1:00 PM - 2:00 PM PDT Bruno Paiva (GM Fin
I have caconfig editor package as a maven dependency <dependency> <groupId>io.wcm</groupId> <artifactId>io.wcm.caconfig.editor.package</artifactId> <version>1.12.0</version> <type>zip</type></dependency> The caconfig editor renders like this, it looks a little different from what I've seen documented, so I do wonder if its configured correctly. When I publish though, non of the resource nodes under the configuration are replicated into the publish environment.
Use this thread to discuss any questions or comment you may have before, during, or after the Summit session! Register for Summit Register for Session Session Details In 2021, Grand Design RV kicked off its journey toward digital transformation with Adobe Workfront and Adobe Experience Manager, with the destination being real-time personalization. Their priority is to connect with the customer throughout the entire experience, both in person and online, and they're using nearly the entire Adobe Experience Cloud suite to do this. The company's goal is to make all its customers and business partners feel connected with Grand Design no matter where they are in their outdoor journey.Learn how to: Use Adobe Experience Platform to personalize the customer journey across all touchpoints and seamlessly integrate Adobe Commerce and Experience together using CIF Use Experience Manager as a centralized content hub for commerce, websites, and n
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.