Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
when a new field is introduced in the schema after it already been enabled for the profile and have the data ingested, how do we ingest the historical data for newly introduce field ? One approach I am ware is create a new dataSet with primary key and new field, and then use that dataset to ingest both historical and incremental data. however this approach may not be scalable, if we introduce new field every quarter, then it would lead to multiple dataset
As (Beta) Google Ad Manager 360 connection | Adobe Experience Platform is still Beta, is there anyone using it right now and interested in sharing their thoughts? Any limitations that you experienced, that came up while using it? Thanks a lot and best wishes. Björn
Hi All,I'm having trouble understanding a fundamental AEM concept and could use some guidance.I have a configuration folder for the config.local.author runmode.I want to exclude this folder from deployment so that any changes made via the OSGi Configuration Manager are retained and not overwritten during code deployments.This is my filter.xml:<?xml version="1.0" encoding="UTF-8"?><workspaceFilter version="1.0"> <filter root="/apps/fc2/osgiconfig"> <exclude pattern="/apps/fc2/osgiconfig/config.prod" /> <exclude pattern="/apps/fc2/osgiconfig/config.perf" /> <exclude pattern="/apps/fc2/osgiconfig/config.qa1" /> <exclude pattern="/apps/fc2/osgiconfig/config.qa2" /> <exclude pattern="/apps/fc2/osgiconfig/config.local.author" /> </filter></workspaceFilter>I expect that the changes made on the local author instance via config mgr will be retained, and the configuration provided in the code sho
Hi TeamI am working on AEM assets. Currently when an asset is expired, we are getting a flag mentioning asset is expired. I have identified it is coming from /libs/dam/gui/coral/components/admin/contentrenderer/card/asset/propertyList.jsp so I have overlayed to /apps/dam/gui/coral/components/admin/contentrenderer/card/asset/propertyList.jsp I want to understand how the below line is resolved so that I can get expirydate and display it when I hover over flag icon. boolean isAssetExpired = request.getAttribute(IS_ASSETEXPIRED) != null ? (boolean) request.getAttribute(IS_ASSETEXPIRED) : false; Kindly suggest @amitvishwakarma @aanchal-sikka @santoshsai @adilos-cantuerk @lukasz-m
Folks, need some suggestions, we are looking to migrate around 500GB of content from on-prem AEM to 3rd party tool preferably azure, the content is about 500GB and we want to preserve all our versions of our assets and documents. what is the best way to approach this?, when we migrate to 3rd party tool or azure, we want the content to be available for atleast 10Yrs.
I am experiencing an issue in AEM (version 6.5.9.0) when I click the Add Variable button in the Workflow, no dialog appears at all. The UI does not respond or show any window for adding variables.I checked the browser console and found the following two errors:Handlebars.compile is not a functioncomponentTemplate is not a functionPlease can you advise if you know how to resolve this?Thank you for your time.
Hi,I am trying to add an additional multiselect dropdown field to the 'Create Workflow' dialog but I am running into issues creating an overlay for /libs/dam/gui/content/commons/createworkflowdialog. I've setup the structure under /apps, but when I try to copy/paste the createworkflowdialog node, I am getting this error: I've also tried the "Overlay Node ..." but that fails to overlay as well. I have found that I can slightly get around this if I create the node in my codebase and add a custom .content.xml, a cq_dialog folder, a .content.xml under the cq_dialog folder with all the information from the libs createworkflowdialog, however if I try to do it that way, the dialog fails to render at all. How have folks set this up in the past? What configurations where necessary to get the overlay to work to add an additional field to this dialog? I've additionally attempted to overlay /libs/dam/gui/content/assets/jcr:content/actions/selection/create/items/createworkflow
i have recently installed new project arch in my laptop but while i was creating a new page i am unable to see default templates and core components in AEM mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=53 -D appTitle=NikhilAEMProject -D appId=nikhil-aem-project -D groupId=com.mycompany.aem -D frontendModule=general -D includeExamples=y -D includeDispatcherConfig=y -D includeFormTemplates=y -D includeErrorHandler=yand also getting error while creating page can some one help. me here
Hi Team, I want content package to move to aem as cloud in DEV env.But crx and package manager is not accessible there. As i am new to cloud .kindly suggest what is the preferred way to move this content from local machine to dev cloud
Hi All, I'm gearing up for the AEM 6.5 (AD0-E126) certification exam. Could someone kindly recommend reliable and up-to-date study materials for this certification? Can you confirm if there are two certifications available for Business professional like earlier, it used to? Thanks you in Advance for help!NM
Hi , we are facing one issue with Manage publication.Steps : Selected parent page and then clicked on Manage publication and then clicked on include children option (All)on Chrome : All Child Pages gets added without any issue. on Safari browser : few child pages gets skipped and throws exception as Selected resources are not valid. (results are also inconsistent )Page count is only 22. Attached screenshot.
Hello @everyone,After installing a service package through the AEM Package Manager, my AEM instance fails to start properly. It was working fine before installing service-pkg.My System Setup:Java: 17.0.12 (LTS)Maven:3.9.9Node: v14.15.4NPM:6.14.8 Would appreciate any pointers or troubleshooting tips!Thanks
Hi @16227148, I'm exploring Interactive Images in AEM — specifically the feature where you can enhance static images by dragging and dropping “shoppable” hotspots to create rich, engaging experiences. I have a few questions:Is this Interactive Images feature available only in AEM as a Cloud Service, or can we use something similar in local AEM SDK (e.g., AEM 6.5)?What’s the authoring workflow like? Can authors add interactive hotspots using the standard authoring interface?Are there any official Adobe articles, documentation, or tutorials that explain how to implement or configure this?If this is a Cloud-only feature, are there any alternatives or custom implementations that can be done on-prem/local?I’m looking to create something similar to shoppable images — where clicking a hotspot reveals product info or links to PDP pages. Any guidance or links to relevant docs will be really helpful! Thanks in advance! 🙌
Within a translation project, the status presented on the translation job's title is Ready for Review, while the items (sites or assets doesn't matter) in the job are all Approved and other workflow actions tied to the job's Approved status are triggered as well. So it seems like just a visual error, as everything works smoothly in the background, only the status is not what it is. Is this something that can be fixed by me, or maybe is it a bug in AEM?
I labeled Target destination like that - "Onsite Personlization": Then I tagged audience like that:C4 - No targeting of any typeC7 - No on-site content targeting However I still was able to activate this audience: Why I was able to activate that audience? Am I missing something?
Hi all, I’m using AEM’s out-of-the-box session extension feature configured through the OSGi service org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl, with refreshToken=true. This works as expected in my local author and RDE publisher environments. When a user performs activity after half the session timeout, the session is extended. I’ve verified this by checking the rep:exp property under /home/users/<user>/.tokens/<tokenId>, which gets updated correctly. However, in the AEM as a Cloud Service (Dev Publisher) environment, this behavior is not observed:Sessions expire exactly at the timeout, regardless of user activity.I also don’t see any .tokens node under user home paths. Is this a known limitation or behavior difference in AEM Cloud publishers?Has anyone faced something similar, or found a workaround? Appreciate any insights!Thanks.
Content fragments located in assets folder (/content/dam/) doesn't sort when Created is selected. Is it possible to sort all the content fragments in AEM Cloud? I tried to test it via on-premise, sorting works as expected
Hi All,I can able to see the adobe rules firing in the console, but same i am not able to see in the debugger and the data also not getting collected Thanks in advance,Edwin
Good afternoon, I've created an Email Script Token ({{my.SFDC_Type}}) as follows: #if( $lead.SFDC_Type.equals("Lead") ) #set( $sfdcindicator = "1" ) #elseif( $lead.SFDC_Type.equals("Contact") ) #set( $sfdcindicator = "2" ) #else #set( $sfdcindicator = "0" ) #end ${sfdcindicator} The token is to be appended to email links as a querystring, e.g. companynam.com/global/en/corporate/?sfdc_type={{my.SFDC-Type}} and when the email is previewed, the URL renders as expected, e.g. companynam.com/global/en/corporate/?sfdc_type=1 However, when the email is sent, the value is not present in the email URL: What might be the reason for this, especially because the value does display when the token is included in the email body: Any help would be greatly appreciated. Kind regards Karl
I see some of the models are not editable, how do I see that steps are involved in not editable models.
Hello everyone,I'm new to AEM and currently learning through self-study. I've imported the project and executed "mvn clean install -PautoInstallSinglePackage". However, when I attempted to edit the page, it appeared blank. Upon checking the bundles, I encountered some errors related to Sling. Could someone please assist me with what needs to be done to resolve this?Thank you!
Hello,I am encountering the following error while trying to access an image that uses the AdaptiveImageServlet. If anyone has experienced this issue before, please share the resolution or suggestions to address it. The AEM version in use is 6.5 SP22.Here’s what I’ve checked so far:All renditions of the image are available in DAM.The width/size of the image is moderate and not excessively large.I have verified that the images are not corrupted.When I create a package and validate the pages/assets in a different environment, no issues are found.The version of the WCM Core Components is identical across all instances (both working and non-working environments).I restarted the instance, but no luck.Error log:23.06.2025 13:10:22.000 *ERROR* [198.203.175.233 [1750684221990] GET /content/brand/en/test/_jcr_content/root/layout_container_619122462/content/xx/content/layout_container/content/image.coreimg.85.1200.png/1750339300167/testimg.png HTTP/1.1] org.apache.sling.engine.impl.SlingRequestPr
I've read the help on page templates and can see that we can hardcode a logo, other image, of background image into the design. I know that we can define text variables and display these on the page template. But what do we do if we have images that vary by publication, and we want to display one of those dynamic images on a location on the page? For example, a cover image of the product or additional symbols or logos specific to the publication. Is it possible to define an image variable that can be placed on the page layout design?
How do you conditionally deploy a clientlib or component only in the AEM Stage or Prod environment in AEM as a Cloud Service - without using runmodes, which are no longer supported in the traditional sense?Most documentation still refers to classic AEM paradigms. Curious to know how others have approached this in AEM Cloud-native setups.
Hello,I am moving one of my organization's pages to a new url within the same site. In order to redirect users who have the old url bookmarked and to keep SEO intact, what is the best way of moving the page? Will moving the site and listing the old url as a vanity url or an alias suffice, or will I need to keep the old page intact with a 301 redirect in order to keep SEO intact while redirecting the old url to the new one?Thanks!
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.