Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
In the adobe campaign classic V8, we have getting continuous failure on the deliveries with the below error, please help to resolve it The delivery has failedXSV-350122 An error occurred and the process has been stopped. SOP-330011 Error while executing the method 'PrepareTarget' of service 'nms:delivery'. SOP-330011 Error while executing the method 'PrepareTargetImpl' of service 'nms:delivery'. ghts xr WHERE xr.iOperatorId IN (8114271, 8322291)) OR R1.iFolderId=0)) AND (((R1.iFolderId IN (SELECT xr.iFolderId FROM XtkRights xr WHERE xr.iOperatorId IN (8114271, 8322291)) OR R1.iFolderId=0)) AND (((R1.URECIPIENTID = W0.UID)))))' could not be executed. TRING(), I
Within our Marketing instance we send batch email campaigns for both “Marketing” emails which require opt out language and also “Servicing” communication. Because our configuration supports one Address/Quarantine schema we are finding that our clients are marking marketing email messages as SPAM instead of interacting with the opt out link and preferences. When this happens the SPAM/Denylist status is preventing email execution for servicing type deliveries that a client may have specifically requested be paperless (statements/confirms).Our clients are experiencing a disjointed experience here and we are exploring CANSPAM rules to see if there is best practice guidance around allowing servicing emails to bypass the denylist configuration to block the email distribution (distributing from same email domain, and the same instance).I can see how within typology and the delivery checkboxes we could bypass the denylist rule for these communications, however it’s not clear what the industr
I am getting this error when sending an audience to the TikTok Destination within AEP. Any suggestions? {"message":"externalAudienceId could not be parsed","code":"500 INTERNAL_SERVER_ERROR"}
Hi AEP Community,I’m doing a POC, ingesting Experience Event data and Individual Profile data, into Adobe Experience Platform and I’m seeing this behavior: Data Lake ingestion works (5 records appear) Real-Time Customer Profile shows 0 records / 0 identity matches Here’s my setup: (Please note all are dummy data).Sample Dummy Profile Schema Payload:{ "_object": { "StCd": "CA", "CNUM": "1125" }, "_id": "/uri-reference", "personID": "Sample value"} Primary Identity: CNUM Namespace: CNUM Sample Dummy Event Schema Payload:{ "_object": { "EnEvenObj": { "CNUM": "1125", "Type": "Dep", "EventDate": "2026-02-20T20:20:39+00:00" } }, "eventType": "adve.comp", "timestamp": "2026-02-20T20:20:39+00:00", "identityMap": { "key": [ { "id": "Sample value", "authenticatedState": "ambiguous", "primary": false } ] }}Observations: Namespace and Primary Identity are defined in both schemas Data was ingested after Profile was enab
Hi,I have created a custom Lucene index in AEM (damAssetLucene-13-custom-1) and when I run a query, the execution plan shows estimatedEntries: 0 even though the query successfully returns 1 result.Execution Plan:[dam:Asset] as [dam:Asset] /* lucene:damAssetLucene-13-custom-1 indexDefinition: /oak:index/damAssetLucene-13-custom-1 estimatedEntries: 0 luceneQuery: +:ancestors:/content/dam +jcr:content/metadata/lob:lob:lls propertyCondition: jcr:content/metadata/lob lob:lls */Execution Time:Total time: 1ms Number of nodes in result: 1What I have tried:Reindexed the custom index (@reindex = true) — still shows estimatedEntries: 0 The correct index is being picked up by the query planner The query returns the correct resultMy understanding from Oak docs: The Apache Jackrabbit Oak documentation states "For a unique index and 'x = 1' condition, the estimated number of entries is either 0 or 1 depending on whether the key is found."Since the result is being found (1 node returned),
After building the code the bundle is in still installed state.it showing the below import is missing like that it is showing . Can you please helps on this .this aem 6.5+TCRegardsSesha sai.Cc : @VeenaVikraman , @patidar.rajesh , @santosh_sai2011 .
We have some GraphQL persisted queries that show up in the AEM Query Recorder logs as having large scans to return a single result. Here’s an example of what we see in the logs. [72.135.49.53 [1773258109390] POST /graphql/execute.json/mycompany/getProductDetails HTTP/1.1] org.apache.jackrabbit.oak.query.stats.QueryRecorder count: 2400 query: SELECT main.* FROM [dam:IndexedFragmentData] AS main WHERE ISDESCENDANTNODE(main, 'x') AND main.[@string@model] = 'x' AND (name(main) = 'x') AND ((ISDESCENDANTNODE(main, 'x')) AND (main.[string@serviceCode] = 'x') AND (main.[jcr:primaryType] IS NOT NULL) AND (main.[jcr:primaryType] IS NOT NULL) AND (main.[jcr:primaryType] IS NOT NULL)) ORDER BY main.[jcr:path] OPTION (INDEX TAG[contentFragments], TRAVERSAL FAIL)What’s jumping out to me is the “QueryRecorder count: 2400” when there is only 1 record returned. And when I run the same query locally and look at its performance in the Query Performance tool it shows as scanning only 1 row. So I’m wonder
Hello everyone, I'm looking to migrate from an old, headful CMS to AEM Headless. The database of our current headful CMS is PostgreSQL 15, and the content is marked up with a proprietary template. We plan to distribute information to multiple devices, such as native apps and IoT devices, and therefore want to use GraphQL.Does anyone have information on how to migrate from a third-party CMS like this? I understand that the Content Transfer Tool (CTT) is for data migration between AEM instances, but what's the best practice for migrating data from another CMS?https://experienceleague.adobe.com/ja/docs/experience-manager-cloud-service/content/migration-journey/cloud-migration/content-transfer-tool/overview-content-transfer-tool Thanks.
Search Facets editor is appearing empty , No properties are visible to edit.http://localhost:4502/libs/cq/core/content/tools/customsearch.html/conf/global/settings/dam/search/facets/assets/jcr:content
Hi all, We are working on delivering adaptive form as headless so a react spa can render it. We have used react starter kit as a base to do the POC. At this point, i have following questions while i try to wrap my head around these things and frame a picture. Any help in explaining would be greatWhen i view https://www.npmjs.com/org/aemforms , i see a af-react-components and af-react-vanilla-components , how are they distinguished ? i see a latest commit into the af-react-components. I also noticed, af-custom-functions, how is this used ? i understand that we can include the same functions in our client libs and instead of loading them, the af-react-renderer would identify as they are included as dependency ? In order to use Scribble signature from Core components, we have been also provided with a custom theme, since this is headless, should i ask Adobe to include the theme into the react version, so it includes it as dependency ? Instead of using af-react-vanilla-components, in case
Hi Everyone, How to provide a preview experience (or a WYSIWIG editor) for a native mobile app that uses AEM headless for content delivery? Content is authored on 'AEM sites' pages using core components that expose data as .model.json For an SPA or a web app, using the SPA editor or universal editor makes this possible. But how to approach this for a brand that has only native apps and no web presence?Please recommend any possible or recommended approaches that you might have encounteredThanks in advance!
I’m looking for suggestions and practical approaches followed by anyone or to follow for the migration of binary from Box to AEMaaCS? I know one way, which is Box(~15TB) → AWS/Azure/GCP → AEMaaCS but apart from that, I’m looking for more or less direct migration from Box to AEMaaCS! are there any native Box tools that support this or anything from Adobe itself by any chance(couldn’t figure it so far but in case if I miss)
For all of the pipelines, production and non-production, the code coverage results always 100%, but this is impossible, because we haven’t all of coverage and in local with JaCoCo is less then cloud environments.What could be the problem?
We are seeing from time to time the following exception in the logs of the publish instance, related to sling distribution.We haven't configured anything specific for sling distribution, so it is working ootb.We haven't experienced any particular issue related to this exception, but we see it often, and wonder if it's a real error or if it should be ignored.It's logged as INFO, which is already a bit confusing.02.10.2025 09:04:27.513 level=INFO [pool-45-thread-1] org.apache.sling.distribution.journal.impl.subscriber.Announcer Failed to send discovery message for agent publishSubscriber, Error sending POST request to url=http://content-distribution.ns-team-content-distribution.svc.cluster.local:8080/distribution/topics/discovery/sources/148472-1512067-b22574e0-501f-478a-a829-35c1c2a8acc2/types/DiscoveryMessage, status=500, reason=org.apache.sling.distribution.journal.MessagingException: Error sending POST request to url=http://content-distribution.ns-team-content-distribution.svc.cluste
Hi all,We are using AEP B2B and Marketo as marketing automation which sends out the emails. We have the marketo person, marketo activity etc as AEP data source.We are receiving every click/ open etc events in the marketo activity source. Now we need to find the content which generated the marketo event. Can someone please shed some light on this, I am not able to find any column related to parameter and not sure if I am missing something here
Hi! I’m trying to map an array into the planning update records module, I run into a validation failed error when I map an array, but it works fine when I pass it as individual IDs. I also tried creating a JSON and updating the record with the planning Custom API module, but that also throws the same error. How can I go about this?
現在、Marketoの標準機能ではSFDC同期時に発生する特定のエラーメッセージ(例:CANNOT_UPDATE_CONVERTED_LEAD など)を直接検知してトリガー(自動通知)に利用することができません。そのため、スマートキャンペーンの「実行結果」タブを定期的に手動確認するかエラー対象を個別に確認・対応するといった運用が必要となり、件数が多い場合は対応工数が大きくなっています。 以下のような機能追加をご検討いただけないでしょうか。 SFDC同期エラー内容(エラーメッセージ/エラーコード)を条件として検知できる仕組み スマートキャンペーンや通知トリガーで使用できる 特定エラー発生時に自動通知が可能になる 同期エラー対象レコードを一括抽出(エクスポート)できる機能 修正後、再アップロード(インポート)することで一括更新できる仕組み 同様の課題を抱えているユーザーも多いと考えられるため、将来の製品改善としてぜひご検討いただけますと幸いです。
Excited to co-host with @DavidBarnes11 an open AEP / AJO / RTCDP community discussion on March 24 at 11 AM EST.This will be a fully audience-driven session - the challenges, blockers, and ideas we explore will come directly from the people who show up and share their experiences.If you work with Adobe Experience Platform or Adobe Journey Optimizer, bring your toughest questions:• What’s blocking you?• What limits are you hitting?• What do you wish the platform could do better?The goal is simple: learn from each other and tap into the collective knowledge of the community.🔗 Learn more & RSVP:https://lnkd.in/eYfJ8XWC💬 If you want to influence the discussion, message @Asheesh_Pandey or @DavidBarnes11 with the AEP / AJO challenge that’s keeping you up at night. @NimashaJain @Sukrity_Wadhwa @Stephanie Dam
Excited to co-host with @DavidBarnes11 an open AEP / AJO community discussion on March 24 at 11 AM EST.This will be a fully audience-driven session - the challenges, blockers, and ideas we explore will come directly from the people who show up and share their experiences.If you work with Adobe Experience Platform or Adobe Journey Optimizer, bring your toughest questions:• What’s blocking you?• What limits are you hitting?• What do you wish the platform could do better?The goal is simple: learn from each other and tap into the collective knowledge of the community.🔗 Learn more & RSVP:https://lnkd.in/eYfJ8XWC💬 If you want to influence the discussion, message @Asheesh_Pandey or @DavidBarnes11 with the AEP / AJO challenge that’s keeping you up at night. @NimashaJain @Sukrity_Wadhwa @Stephanie Dam
we have APIs to submit the sql query using queryService API. The other APIs then allows to check the status of queryService run. https://platform.adobe.io/data/foundation/query/queriesBut how do we get the result of that sql query using the API method ?
how do we populate the timeZone attribute in Preference Details field group ? is there a computed attribute formula we can use to convert city or postal address to derive the timezone ?
Hey everyone, Sharing some cdn configs tricks - that I discovered while working on AEM as a cloud service projects - 🔐 Basic auth at CDN level - we all know it - but how to exclude for a certain domain? 🌍 Geolocation-based reverse proxy routing🚀 Supporting phased country rollouts without DNS changesCurious to know — are you using origin selectors creatively in your projects?👉 Securing and Routing Traffic in AEMaaCS Using CDN Configs
We get a lot of stock imagery from Getty. I’m wondering if anyone knows if there is an integration that exists between Getty and AEM?
I am wondering if there is a way to save renditions in AEM that are in essence individual assets? Here is an example:We have over 20 different lines of business and 4 separate brands. This leaves us with a lot of logos. And each logo has multiple variations: 4 color, 2 color, black and white, etc. Then there are separate file formats and resolutions for those as well. I do not trust any system to render logos out using presets so we have each of these created to meet our specific branding needs when it comes to the colors and their breakdowns. This leads to an oppressive amount of individual assets in the DAM that a user has to sift through and makes it difficult for non-creatives to know which file is the one they should use for their need.I’m hoping there is a way to set up one asset in the DAM, we’ll call it Brand 1 Logo, and then upload the rest of the variants as renditions of that one asset that we can give titles to that are related to the use (For example, Large format print, W
Request for Feature Enhancement: Assets View - Insights only allows upload and download filter based on “Last 30 Days” and “Last 12 Months”. Which restricts logged In user to only limited analytics. To make this feature more useful for end users - the insight should support filters so that user can view filtered statistics:User can filter insights by one or more of the following (based on available custom metadata attributes): Brand Sub-brand Geo / OU Agency Adaptations Name & ID Master Name & ID Experience Name & ID Filters support: Single-select and multi-select Combination filtering (e.g., Brand + Geo + Time) Filter options reflect only values available to the user. Selected filters are clearly visible and can be reset.
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.