Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
AEM Content Fragments: Links Localization. Part 1 by Exadel Abstract In our previous articles we have prepared a custom CF model, created a CF structure, and configured its translation. In this article we’ll take a look at CF content localization. A New AEM Content Fragment Translation Project A translation project helps organize and manage AEM Content Fragment translation within Adobe Experience Manager and acts as a container for similar translation jobs. We can use a project to create translation jobs for an entire site, an entire directory, or a single page, depending on your needs. Let’s create a translation project for our site: Go to /projects.html/content/projects Click Create → Project Select “Translation Project” template AEM Content Fragment Localization Workflows In the CF console, we can create a language copy, update a language copy (all variations), and update a particular AEM Content Fragment variation. A corresponding workflow in AEM is being triggered with each a
Reimagining Replication Agents on AEM as a Cloud Service by Damian Langsweirdt Abstract Part of the journey when evaluating how to migrate to AEM as a Cloud Service involves taking a look at your current AEM implementation to see if there are any incompatibilities or areas which will require refactoring. This may include reviewing documentation, code, and running the Best Practices Analyzer (BPA) tool. One area which may be highlighted during your review is replication agents. In the pre-Cloud Service model, numerous situations called for replication agents. This article won’t cover all use cases, but you can read more background here. With Cloud Service and its new architecture, the rules have changed in this area. Read on for some tips on navigating this change. Author to Publish For standard publishing, or copying content from an author environment to a publish environment, this is handled out-of-the-box with Cloud Service — no custom agents required. See here. Publish to Author
How to Re-Sync a Live Copy Language Root to a Blueprint in AEM MSM by Sourcedcode Abstract How to Re-Sync a Live Copy Language Root to a Blueprint in AEM MSM On some occasions, the rollout behavior becomes dysfunctional where our rollout behavior no longer rollout content to the expected content structure within AEM. Authors will be frustrated and start to manually create singular live copy pages from the language master to the designated content tree, and this job just becomes very tedious. AEM MSM tools like, http://localhost:4502/libs/wcm/msm/gui/content/livecopies.html/content/we-retail/language-masters/en, become buggy and stop working as expected. It can be very frustrating when the MSM rollout feature stops working. In this article, we will walk through how to re-sync the live copy locale root to re-connect to the language master. Luckily for you, It’s just missing configurations! Read Full Blog How to Re-Sync a Live Copy Language Root to a Blueprint in AEM MSM Q&A Please
Adobe Experience Manager's Sling RepoInit: Have You Tried It Yet? by Bounteous Abstract There’s a lot to do when it comes to managing the initial repository state in Adobe Experience Manager (AEM). Keeping all the environments in sync with the required basic code, content, and configuration is a challenge. So is ensuring a consistent local setup for all the developers on a project—content, users and groups, node structures, configurations, and more. Enter - Sling RepoInit! What Is Sling RepoInit? Sling RepoInit is a mechanism used by Sling for base repository initialization. It also includes the ability to register configurations making it available to projects to further configure the repository. It is implemented as a Domain Specific Language (DSL) with a parser and JCR implementation. With immutable instances becoming the norm, it has taken on a more important role. With RepoInit you can write instructions or scripts that define JCR structures, ranging from common node structure
Hello Everyone ,Last published topic Part 8 out of 8- OSGI and Servlet Container, Sling Servlets & Filtershttps://www.techinnovia.com/osgi-and-servlet-container/Sling FrameworkApache Sling - custom servletSling Servlet requestSling Servlet DeclarationSling Servlet ResolverSling Servlet AnnotationsSling FiltersReferencing ServicesSummaryDon’t forget to watch video to get some more details!Feel free to share your feedback on blog Happy Learning!Cheers!!
Hi guys I need help from you facing 504 Gateway Time-out error while publishing the home page I can see this 504 error under network tab from the /bin/replicate.
Hello Finders, Hope you are having a funfilled Thanksgiving. I am grateful for keeping up the pace and growing together in this learning journey. Today we are going to look at most important aspect Real-time Customer Data Platform (Real-time CDP). Real-time CDP includes tools for data governance, identity management, advanced segmentation, and data science so that you can build profiles and define audiences, as well as derive rich insights while being able to enforce strict data governance policies. Read the complete guide to RT CDP. Destinations are pre-built integrations with destination platforms that allow for the seamless activation of data from Adobe Experience Platform. You can use destinations to activate your known and unknown data for cross-channel marketing campaigns, email campaigns, targeted advertising, and many other use cases. Read the complete guide to destinations. Let’s relate all of them in “what to do” Build the customer profile. Personalize the us
Hi Community.I am working in a specific implementation of a new RTE plugin, but I found that when trying to remove the custom implementation let´s say JavaScripts files, custom clientlibs etc, the RTE keeps showing that custom implementation also I checked the JCR, libs folder from top to bottom when I removed it, and I didn´t find nothing related to my custom implementation, then I don´t know where or why the RTE is keeping my custom functionality after removing files. Thanks in advance for the help.
Hello, I have the need to retrieve assets through GET calls, only if I'm logged in (reserved assets).I've tried using the CUG, setting an user as a viewer then, when I've published the folder and also the asset, I try with Postman to access the resource with basic authentication (of course the user that is in the CUG settings of the folder) and I get a resource not found 404 error.What is the correct process to retrieve those assets with a GET call? Thank you, Guglielmo
I have followed this link: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/graphql/multi-step/graphql-and-external-app.html?lang=en to do the setup for GraphQL in AEM. To use the data generated from GraphQL queries, a react app is used. For that a git repository command is given in the documentation. That didn't work for me. So, I cloned this git repository: https://github.com/adobe/aem-guides-wknd-graphql and in that it is mentioned to run these commands in the react app folder :npm installnpm startBut when I do this, the page is loaded but shows this error:How to solve this error?
Hi all.There is a problem. When some property value exists in blueprint and it's blank, it's autofilled with 'undefined' string in live copies. Which can sometimes break the validation. How can I avoid this autofilling? UPD: 'undefined' string only appears when Edit Dialog is opened
Hi all,I have upgraded AEM 6.2 to 6.5. Then, my bundle shows 'Installed', not "Active" and I cannot start the bundle.I have already updated the uber jar into 6.5.0.I found the following issue under the bundle. May I know how to solve it? For 'Cannot be resolved but is not required' jar, can I remove it from our pom.xml file? For 'version=[X.X,X) -- Cannot be resolved', is it need to update the compatible version? If yes, may I know the compatible version? For 'Cannot be resolved but is not required and overwritten by Boot Delegation', May I know how can I solve it?Thanks.
Hello, I am currently struggling with defining policies on my code using the .content.xml under wcm/policies. For example I have a Section Container component that has a responsivegrid inside its HTML. My idea is to only allow the components group "Content" in there, so in my policies I added the following snippet: <section-container jcr:primaryType="nt:unstructured"> <policy_1595870812979 jcr:primaryType="nt:unstructured" jcr:title="Section Container" sling:resourceType="wcm/core/components/policy/policy" components="group:KG AEM Commons - Content"> <jcr:content jcr:primaryType="nt:unstructured"/> </policy_1595870812979> </section-container> But when I do a clean install with the command mvn clean install -PautoInstallPackage and I check my policies the group was not added correctly
Hi,We have intregated the AEM Publisher instance to SAML. We want to implement the logout functionality for the application.We are successfully logout from the SAML session somehow AEM Session is still there, because we see the login-token cookie in the browser even after the SAML logout.In Author instance, we are using /system/sling/logout.html it is able to clear the login-token cookie from the browser.But In publish instance, if we are using /system/sling/logout.html, we are getting the below error.Not FoundThe requested URL /system/sling/logout.html was not found on this server.
Hey again,I’m sure there is a tricky new information about Run Mode you'll get it in the video.Recent published topic Part 7 out of 8- AEM Run Modeshttps://www.techinnovia.com/run-modes/Repository based configurationRun modes & OSGI configsConfiguration managerOSGI property typesSummaryplease have a look!Feel free to share your feedback on blog Happy Learning!Cheers!!
https://hemalathachockalingam002.medium.com/build-phygital-pysical-digital-customer-experiences-using-aem-screens-part-1-352c5cf16a40
Release 8.2.8 October, 2021 Inbound Interaction: Real-time interaction management is now available for inbound channels. For more information, refer to the detailed documentation. Campaign Optimization: This module lets you control, filter and monitor the sending of deliveries. For more information, refer to the related Campaign Classic v7 documentation. Unicity Service: Unicity Service is a new Cloud Database Manager component. It helps users preserve and monitor the integrity of unique key constraints within Cloud Database tables. This allows you to reduce the risk of inserting duplicate keys. Check out the new capabilities, improvements and fixes in the latest Campaign v8 Release: Release 8.2.8 Feel free to reach out for questions and feedback through the below comment section.
Release 21.1.4 - Build 9343 October, 2021 Patches Fixed an issue which could prevent proper offer management when using the Interaction module with the Power Booster option. (NEO-39263) Fixed an error ‘The ipaffinity xxx is not found on mid server xxx’ which could happen on delivery sending when using more than one IP affinity on a multi mid-sourcing instance. (NEO-37514) Check out details of what Security enhancements, Improvements, Other Changes, and Patches have been made in the latest Campaign Classic v7 Release: Release 21.1.4 - Build 9343 Feel free to reach out for questions and feedback through the below comment section.
According to document, there should be an option "Site from template" when Click create button. But these is no this option in my author environment.
I build a pages (content) package through package manager in crx/de, but I met this error : Going to check the log, I found this relevant error : 19.11.2021 15:25:25.889 *ERROR* [qtp1274534587-9081] org.apache.felix.http.jetty Exception while processing request to /crx/packmgr/service/script.html/etc/packages/my_packages/sho1.zip (org.eclipse.jetty.io.RuntimeIOException: org.eclipse.jetty.io.EofException) org.eclipse.jetty.io.RuntimeIOException: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.ResponseWriter.isOpen(ResponseWriter.java:133) [org.apache.felix.http.jetty:4.0.8] at org.eclipse.jetty.server.ResponseWriter.format(ResponseWriter.java:467) [org.apache.felix.http.jetty:4.0.8] at org.eclipse.jetty.server.ResponseWriter.printf(ResponseWriter.java:439) [org.apache.felix.http.jetty:4.0.8] at com.day.crx.packaging.impl.response.StreamedScriptResponse.writeCallback(StreamedScriptResponse.java:228) [com.adobe.granite.crx-packagemgr:1.2.74] at com.day.crx.pa
We've scheduled another Fusion User Group, this time we'll look specifically at integrating external systems into Workfront. You'll see examples of customers using Fusion to connect Salesforce, Marketo, CVent, Jira, and maybe even a few more if there's time. At least half will be Marketing / Creative use cases. You definitely won't want to miss it! RSVP here.
As promised! We've scheduled another Fusion User Group, this time we'll look specifically at integrating external systems into Workfront. You'll see examples of customers using Fusion to connect Salesforce, Marketo, CVent, Jira, and maybe even a few more if there's time. You'll definitely want to save the date! RSVP here.
Campaign Workflow HeatMap consists in a color-coded graphical representation of all the workflows that are currently running. It is only available to Campaign Administrators. By providing a quick overview on the number of concurrent workflows, the Workflow HeatMap enables the Adobe Campaign platform administrators to monitor the load on the instance and plan workflows accordingly. The Workflow Heatmap report documentation has been updated and improved with more details. Check it out here: Workflow HeatMap In case you have any questions, please feel free to post them below or reach out through the community Q and A section. In case you have any ideas and/or suggestions regarding the Campaign Classic product, then kindly submit them here.
Hi Everyone, We'd love to have those of you interested in table management take a 5 minute, unmoderated, usability test in Maze. Please be sure to use a computer as mobile is not supported. As always, we SO appreciate your feedback. You truly help design and product management make Workfront a better product. Usability test link: CLOSED Thanks, Elissa
Hi Community,I have following setup:an AEM Form with a dropdownthe dropdown items are loaded from an "Items load path"the datasource in the items load path uses an OSGI service the form is used within a common AEM content pageThe problem:I changed the configuration in the OSGI servicethe datasource actually delivers (seen while debugging) the correct new configured itemsthe dropdown within the form at the page has the old configured items setupIt seems that the items where cached anywhere in the AEM Forms logic, because when I restart the bundle "com.adobe.aemds.guide.aemds-guide-core", the new items where loaded. How can I prevent the caching of the items? Setup tested on Publisher AEM 6.5. SP 9 Thanks for helping me!Andrea
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.