Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all,I just started a new local env with SDK 2021.9.5800.20210903T095431Z (released on 6 sep 2021) on Windows 10 but I'm facing an issue during some packages upload on CRX.With some packages I get the failure message "package file parameter missing". But these package are not corrupted, they are the same ones I used to upload on a local server using a previous version of the SDK, without any problem. Reading on other questions, I found out that this problem could be related to the lack of space of the java temp folder, so I figured out how to change the Java temp path with a custom folder but still I get the same error message.I just added properly these configuration on the start bat and on my starting command:-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=absPathOfMyNewJavaTemp-Djava.io.tmpdir=absPathOfMyNewJavaTempChecking on System Properties of the server, java temp folder was changed successfully, but the issue persists and packages cannot be uploaded with
Hi All,I am getting below error while trying to upload package manually in my local AEM 6.5 instance.Also when I am trying to install bundle my local instance start showing 404. I created a fresh instance but the same issue.Could you please tell me what is the issue?
Hello, I created a campaign in AJO targeting profiles based on a streaming audience. However, I noticed that even after the profiles were updated in AEP, the emails sent via the campaign still reflect the older profile data. Is this expected behavior? In journeys, it works perfectly fine, but in campaigns, I consistently see the outdated profile data (it seems to rely on a profile snapshot). How can this be handled if we need newer profile data in campaign as well. Thanks, Arpan
Hi Team, There is a requirement in my Project where we are fetching 3rd party data using GraphQL.This 3rd party data has properties details (which will be rendered as filters on page for end users). To make this Filters functionality works we need full data set at FE.To get the full data set from 3rd party we need to make multiple calls, this led to performance issues.We thought of using'server-side pagination’, since we need full data set at FE, this option is not suitable for us.Persisted queries, doesn’t help much here (I guess).Batching GraphQL queries, my 3rd party system doesn’t support.Is there a better way to avoid these performance issues in this case? Thanks,Raju.
Hi all, I'm trying to create a report that displays a parent task and its due date if a graphic designer is assigned to a child task. For example, in a project, if there is a parent task (these are our deliverables, which are not assigned to anyone) named Postcard , and a graphic designer is assigned to any of the child tasks under Postcard, I want to be able to run a report that shows the deliverable name (Postcard), the due date for this postcard, and which graphic designer is assigned. Please note that I don't want each individual child task to display, only the Parent (deliverable) name, its due date, and the graphic designer assigned to a child task. Our graphic designers are often assigned to two or even three tasks within one Parent task deliverable, and the graphic design leader would like a condensed down report that only shows each designer's assigned deliverables. Hoping someone has a solution! Erica Lorenzo Writer-Editor BKD,LLP
Hi, We are looking to utilise the Adobe Embed API, unfortunately we have many domains so I have taken up the task of creating a new project for each domain. I have so far created 20 projects with Adobe Embed API credentials for each.I have just attempted to add the 21st project and corresponding allowed domain but I get the spinner to save and then the field is emptied, with no error. I'm therefore unable to proceed. Any thoughts on cause? I wonder if there is a maximum number of projects for each product type? ThanksT
Does anybody else use Workfront as your IT Service/Help Desk ticketing system?
Hey guys, Another question for handling of links in AEM Cloud -We have a simple footer component with footer links -href="${columnTwoList.subSectionLink @ context='uri'}"In AMS, the URL is evaulating to /content/a/b.htmlHowever, in AEM Cloud the URL is evaluating to /content/a/b.Query 1 - Why the difference for the same code? Query 2 - The publisher is leading to 404 for URLs without .html at the end.As per my understanding, AEM automatically appends .html for the URLs to be resolved as part of Apache Sling Resolver. thanks in advance,Nagesh
We identified a big change that we needed to make to the creative assets for one of our journeys. Becasue it was just the creative assets and because we had another version currently being worked on (meaning I could not create a new version) I decided to make the update directly in live journey. It is a multi-email journey and I updated two of the 12 emails and then "saved the journey". This has now been republishing for over an hour+. I have seen it go live then begin republishing several times now which makes me think it is in some sort of doom loop. I don't see and options for checking if there are any errors, I can't stop the process and I'm not sure what actions I should take next.Has anyone dealt with this or does anyone have any recommendations for something like this?
I need to import a list of records into a static list. All of these records already exist in Marketo, we are just creating audiences in an external tool and need to populate a list weeky.Looking at the 'Add to list' endpoint, this would import 1 record at a time, correct?Is there a more efficient way to bulk import lists of thousands of leads into a list?
Hi, I have a doubt regarding nurture setup. Currently, I have more than three nurtures running with the leads receiving communication from each nurture once a week. How to ensure that a lead is in only one nurture at a given time and enters the next nurture once the content in the 1st is exhausted? Also, is there a way to set a priority/order in which lead runs through the multiple nurtures i.e can we decide which nurture it should go through 1st, 2nd, and so on?
Looking at the 'add to list' endpoint specifically. If I need to run through 1000 records, would that be 1000 API calls to add all the records to a static list?
There has been several times now over the last year where some strange issue occurs and it is related to something in the Admin Console- the specifics have varied. But I get bounced around between Adobe support, Workfront Support, and some other layer of Adobe support.... I can have three tickets/cases created and closed. If it is an urgent issue this gets a little frustrating. Who should my first point of support be? Support on the Adobe Admin console page (there is no workfront menu option in their ticket form there)? Or Workfront?
We have a field called Requested priority on our projects. Is there a way to show the value of a custom project field on a proof approval report.
Hi all, Can someone suggest me how to cache the HTML5 renditions of a form that is stored under /formsanddocuments in dispatcher? Since the rendition URL looks "http://localhost:4503/content/dam/formsanddocuments/Sample_Test.xdp/jcr:content", Does it mean it should be cached under /content/dam/formsanddocuments ? I could not find any. Is this implementation even possible? i was hoping to cache frequently rendered HTML5 versions and serve them through dispatcherThanks,Abhishek
Hi everyone.I´m trying to calculate the Bounces in Data Feed, But the count are not matching from the adobe dashboard counts for bounces. For Example: I have done the calculation for 1july2024 only one day data.below is the count for Adobe Dashboard and the my logics count :My logic count: 5864Adobe dashboard count : 4319 Logic : SELECTCOUNT (DISTINCT CONCAT (post_visid_high, post_visid_low, visit_num, visit_start_time_gmt)) as Bounces,date(date_time) Day,FROMtable WHERE exclude_hit = '0' ANDvisit_page_num = '1'AND visit_num = '1'AND page_event NOT IN ('10','11','12')AND post_page_event = '0'AND duplicate_purchase ='0'AND date_time BETWEEN ('2024-07-01 00:00:00') AND ('2024-07-01 23:59:59')AND hit_source NOT IN ('5','7','8','9') GROUP BY DayORDER BY Day; I appreciate the help to solve this problem. Regards Akshay Shrivastava
I have created a custom workflow under '/conf/global/settings/workflow/models' and deployed to aem I am able to see the workflows in crx/de but not visible in 'http://localhost:4502/libs/cq/workflow/admin/console/content/models.html'also the workflow is not present under '/var/workflow/models' below is the .content.xml file of the wf:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" jcr:primaryType="cq:Page"> <jcr:content cq:designPath="/libs/settings/wcm/designs/default" cq:lastModified="{Date}2025-01-09T05:48:13.628Z" cq:lastModifiedBy="admin" cq:template="/libs/cq/workflow/templates/model" jcr:primaryType="cq:PageContent" jcr:title="test-wf" sling:resourceType="cq/workflow/components/
Issue Faced:Video can't be added to dynamic media component.Dynamic media component appears hidden when added to the page (visible in the content tree but not on the page).Checked:Confirmed that videos and related assets are published in 'video presets'.Reviewed Image Preset.Checked configuration for dynamic media.
I am integrating an external application with an AEM Author instance to fetch data and display it in the application. I have implemented an OAuth-based server that generates access tokens using credentials (Client ID and Client Secret) from a project configured in the Adobe Developer Console. However, the access token I receive results in a 401 Unauthorized error when used to access the AEM instance.I need clarification on the difference between:Technical accounts configured via the Adobe Developer Console.Technical accounts from the "Integrations" section in the AEM Cloud Service environment.How can I effectively use the technical accounts from the AEM Cloud "Integrations" section to authenticate and fetch data?
Hi all I'm a system admin for my organization, and we have an existing group of Adobe Target users who requires viewing Analytics report suites for Target activities. I do have an existing Analytics user group that provides this for our target users but I'm unable to pinpoint the specific permission that enables this linkage between Analytics and Target. Does anybody know the exact permission/function that needs to be turned on? I'm asking as the current user group is also providing access to bunch of unnecessary functions so I want to whittle it down but at the same time not take away the intended purpose of this group. Many thanks in advance!
Hello everyone,considering custom activities, and the fact they should have at least 1 minimum required field associated, I'm wondering if there is an "easy" way to report on any single value for any same custom activity. Let's make it simple: we have website search custom activities working and I'd like to see any single search query done by any user.We have the Last Search Keyword at the user level, but in this way, we are losing historical values. For sure, I've already considered the API for querying the Custom Activities, but this solution needs effort to be developed.Thanks!
No text available
Hello,Our client has asked us to creat user groups that can only contribute to specific folders of the project ( ie: "/content/war") but can still see the rest of the folders in order to have a guide on how to contribute or even copy components. The way i have tried to go about it seems very flawedI understand that using denies and allows on folders in the same path is a no go? since it seems to be causing issues.How should i approach it? the idea is that a contributor user in this group can replicate, write and overall manage the content inside "/content/adp" "/content/dam/adp" and "/content/experience-fragments/adp-fragments" but only read the rest of the content in the project. Thanks in advance!Best Regards.Daniel
HiI am on Campaign Classic v7.I want to send an alert to different users depending on rules defined in the workflow.I have been able to select the relevant operators from the operators table, or to define the email address to be targeted in the workflow variables.However, referencing the variable in Alert : Assignment Type : Filter doesn't seem to work (is there a way to do this? do I need to include some script in Alert : Advanced Tab : Initialization script to pass this through?), and I can't feed selected operators into the alert to target them like a delivery.I have one other idea which I am yet to test (selecting operators in the workflow, assigning them to a group in the workflow, targeting the group, then emptying the group before the workflow runs again) but wanted to check if there was an easier way.Many Thanks
Hi All,I was trying to setup a local server after setting the jar file. While deploying code to local server I am facing some errors. Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:npm (npm install --legacy-peer-deps) on project aem-tatasteelltdaemprogram-project.ui.frontend: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1].Thanks,Deepankar Mahto
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.