Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
[Fatal Error] :32:114: The prefix "granite" for attribute "granite:class" associated with an element type "dynamicmediaGroup" is not bound. [ERROR] ValidationViolation: "jackrabbit-docviewparser: Invalid XML found: The prefix "granite" for attribute "granite:class" associated with an element type "dynamicmediaGroup" is not bound.", filePath=jcr_root/apps/zb-corporate/components/content/image/.content.xml, nodePath=/apps/zb-corporate/components/content/image Can anyone please suggest on how to resolve it ?
I've created a marketing demand plan but in the views area it's not allowing me to choose the Gantt and Calendar views. See screenshot: Any suggestion as to what I need to do?
Hi, I created a sample AEM Forms project using archetype 54 and core components dependency. I am submitting form data to locally deployed servlet using 'Submit to Rest Endpoint' option.The form submission is failing with internal server error and I can see the exception like below in the log(I added separate logger for 'com.adobe' and 'org.sling'). From the exception, it looks like issue with Model class initialization. 18.09.2025 12:22:11.956 *DEBUG* [qtp1218449186-2121] org.apache.sling.adapter.internal.AdapterManagerImpl Trying adapter factory org.apache.sling.models.impl.ModelAdapterFactory@7c3093ff to map JcrNodeResource, type=myform/components/adaptiveForm/textinput, superType=null, path=/content/forms/af/myform/training-form-fragment/jcr:content/guideContainer/textinput to interface com.adobe.cq.export.json.ComponentExporter18.09.2025 12:22:11.956 *DEBUG* [qtp1218449186-2121] org.apache.sling.jcr.resource.internal.helper.jcr.JcrItemResourceFactory createResource:
Is it possible:- to write output to custom dataset? In UI available in only system dataset - in API dos I see that it might be custom - activate that dataset to cloud destination? Would like to confirm 😄 - is it possible to somehow schedule it to run it repeatably?
I recently attended a virtual event where it was mentioned that the new Request Queue Dashboard will be officially released on 10/16. I've started exploring it, but the layout and functionality are quite different from the current dashboard we're used to. In our current setup, we're able to easily view the original request, the converted project, and the full project path. This structure helps us keep track of each project's status. In the new dashboard, everything appears to have a status of "In Progress," which makes it difficult to monitor where each project actually stands in its lifecycle. Is there a way to configure the new Request Dashboard to show similar details to the current version - specifically the converted project and its progress/status? Appreciate any insights or tips. Thanks!
Hi,I’m running AEM locally on my machine and I often need to upload a large number of assets (images, PDFs, etc.) into the DAM. Is there a recommended way to bulk-upload assets into local AEM? I know I can drag-and-drop in the Assets UI, but that isn’t practical for hundreds/thousands of files. Appreciate your help!
Can we migrate from Flexible Port Egress to Dedicated Egress IP in AEM as a Cloud Service, and if so, what's the recommended process including whether we need to delete the existing configuration first, how it affects different environments, and if there will be any downtime or code changes required?
Hello! I have an interesting request to capture all tasks that were closed over the weekend, specifically between Friday at 6 pm ET and Monday at 8 am ET. I think I can find a way to do this using Fusion, but I wanted to check if anyone here had an idea for creating a report in Workfront to capture this.
I want to see how many visitors were on a specific page between 10-10:30. In reporting, I've filtered the time frame to look between 10-10:30 on a specific page. 1) If a user came at 9:50 and stayed idle on that page, will they be included in the total unique visitors between 10-10:30 in reporting? 2) If user came at 9:50 to the page and clicked on a CTA at 10:05, ill they be included in the total unique visitors between 10-10:30 in reporting?
how to add multiple people using a Bulk feature or Filter to the Assignments drop down in WF >> Solution to adding one person at a time, how do I create a bulk "team" group that would consistently be Assigned to Tasks?
Hi,I'm wondering if a TTL (time to live) for specific type of events within profiles in AEP (leveraged by both Audience Manager and CJA) affect what events are being used to stitch identities for CJA? Wondering if, when a TTL is established for profile events from a dataset, and it eliminates events from the dataset in profiles that would be needed as reference for stitching-- past that TTL time range-- would it indeed affect graph-based stitching in CJA? I.e. even though X days ago someone's ID got stitched w primary ID in their profile, once the TTL hits after that X days then the stitching reference goes away. Or, does the TTL does not affect how graph-based stitching is done for CJA, and it only affects the events that appear for a profile when building an audience in Audience Manager?
Helo ~ I am trying to add a column to a Proof-centric report that lists the name(s) of people tagged in a proof as a Reviewer. All I can seem to do is list the Approver. Has anyone done that?Thanks,~ Bradley
Hi all I Created a simple Journey - see attached imageThe Alert : The Web channel items are empty or missing. (CJMMAS - 2033-422) The channel config appears to be correct Any ideas?
When attempting to query the Models API for a particular Auto-Target activity we are not getting any features returned. Does anyone know what the window is before feature data is available to be pulled down via the API? I know that the Automated Segments and Important Attributes require 15 days of data, I'm hoping it's not the same for the Models API.
When I try to fetch list of datasets through the API call, I get maximum 100 records. I can set limit = 100 as maximum value. Is it possible to increase the limit, so that I can pull mora than 100 datasets.Link: https://platform.adobe.io/data/foundation/catalog/dataSets/
If you've tried to report on these Billing Record fields and can't, please upvote this idea Billable Hours Billable Expenses Billable Revenues All native fields should be reportable
Over the past two weeks, I’ve been encountering a recurring issue when editing dashboards in Adobe Analytics. After making changes, I receive the following error message: "Unable to save your project at this time. You may want to refresh your page and try again."Unfortunately, refreshing the page or closing and reopening the browser does not resolve the issue. The only workaround I've found is restarting my device entirely, though this isn’t a consistent fix either—sometimes the dashboard will save successfully without issue, seemingly at random.Has anyone else experienced this? Any insights or solutions would be greatly appreciated!
TLDR: I'm trying to investigate query param caching (example: /archive.html?page=xxx&year=yyyy) in my local dispatcher and I'm not sure how to test for it.-----------1. If I visit https://www.myhost.com/content/myapp/sg/en/faq.html, I'm pretty sure an HTML file is created in the dispatcher filesystem (maybe in /var/www/html).If I visit http://localhost:8080/content/myapp/sg/en/faq.html, where can I find the HTML file for this page?I tried this command (after running docker exec) but it only found the default Apache HTTPD index.html. Any ideas? Thanks54177f4f6b8b:/# find / -iname "*.html" -type f 2>/dev/null /var/www/localhost/htdocs/index.html--------2. I am trying to test Cache-Control but no matter what value I set, it seems the value is always the same. ("public,max-age=60,s-maxage=300,stale-while-revalidate=86400,stale-if-error=86400")As a test I tried thisHeader set Cache-Control max-age=0Is this normal behavior?------EDIT1: I tried both docker_run_hot_
Hello, Is it possible to create a report view that tells me the type of proof a teammate used on their document? Our team is trying to monitor process adoption and would like to know if folks are still using simple proofs vs advanced/automated. Thanks for you insight!
Hello,We are looking into using content fragments together with AJO. We found a lot of documentation including a step by step of how to do this in the community here. The content fragment seems to be a reference, since it can also be edited directly from AJO but the documentation states that it is imported here.My question is : is it imported or a reference to the AEM platform ? If it is a reference, does each call to a content fragment count as a content request on the AEM sites licence ?If it is imported, how is the update managed ?Thanks in advance !
Hello Community, In our AEM setup, assets are synchronized with Dynamic Media upon activation. On the Author instance, the dam:scene7FileStatus attribute is updated to PublishComplete after activation. However, on the Publisher instance, this attribute remains as PublishIncomplete, which makes it unreliable for confirming whether the asset was successfully published to Dynamic Media. Given this scenario, what is the correct approach to determine on the Publisher instance that an asset has been successfully published to Dynamic Media and that its Dynamic Media URL can be safely used? Are there alternative attributes, APIs, or workflows that can help verify this status on the Publisher side? Regards,Rustam
I have had a SPA website running for the last 4 years. Recently, I encountered an issue where the homepage—or any page with child pages—turns blank. After debugging, I found that the SPA's out-of-the-box model.json does not fetch the responsive_grid nodes or the components inside them.To investigate, I copied the homepage and made it independent (i.e., with no child pages), and then tested the model.json response. In this case, it provided the expected output, including both locked and unlocked components. The issue occurs 2 publishers out of 6.I have tried the following steps, but none have resolved the issue. Restarted the com.adobe.cq.core.wcm.components.core and org.apache.sling.models.jacksonexporter bundlesRestarted the serverUpgraded to core.wcm.components.all-2.29.0, as I was previously using an older version (2.15.x)Took the /conf and /content from the working instance and deployed them to the impacted instanceAdded dummy properties in the template and content to re
Unfortunately its not said directly in documentation - segment job is actually refreshing audience on demand?
Hi! Has anyone used the Workfront calendar to show all birthdays of your team/dept/org?If yes, how do you set it up? We are currently using Workfront to show when people are out of office (they input their own time off). And, we are also using schedules to mark company holidays. Both impact hour availability (admin manage this one).It would be great if we can also see birthdays on there, which does not impact hour availability. Right now, we are toggling between the Workfront calendar and an external one. Appreciate any thoughts or feedback!
https://learningmanager.adobe.com/app/learner?accountId=32503#/course/9862252 Could someone help me on making the link work? 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.