Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Dear Communityonce again its me having a question about XML-Forms.Currently i am using the Live Cycle Designer 3 Version and unfortunately, the generated XML-Formatis not compatible with Adobe Sign (Adobe Document Cloud).I am wondering if there is ANY way to make these files compatible and/or if the newer Software Versions (ES4 or AEM Forms) offer different XML Export Options to have them XML documents compatible with Adobe Sign.Many thanks in advanceAndrea
I'm working on creating a reference report using the ACS Commons Reports tool in AEM.The goal of this report is to allow users to enter an asset path and generate a list of pages where the asset is used. The report includes columns such as the containing page, modified date, and replicated date.However, I've encountered an issue where the queries (like "contains" or "fulltext") do not search through grandchild nodes, potentially leading to incomplete results. Additionally, I need to ensure that the Page's modified date is more recent than the replicated date. Could you provide guidance on how to write effective queries for this purpose or suggest alternative approaches to achieve accurate and comprehensive results? Thank you
Hi Team, We are planning to ingest assets from GCP into AEM. The total size of the assets will be around 1.5 GB. Should we disable any asset-related workflows, such as Batch Update or DAM Update Asset workflows, during this process? We will initially ingest 30% of the assets into the AEM development environment, and then move the complete set of assets to the Stage and Production environments.AEM as Cloud service version of AEMThanks,Geo
Hi, I am working on a project that spans several years and am noticing over the last week or so that the 'Create Proof' button in the Workfront document UI has starting infinitely hanging with a 'Generating proof' status. For background, here's what I am doing as it's an API process: At a hight level, using the Workfront API (v16) we do the following steps to create an issue with documents attached: 1. Upload files -> retrieve file ID2. Create issue -> retrieve issue ID3. Create 1 document per file -> attach document to issue4. Assign reviewers In the API document create, we set the 'createProof' property as true, which kicks off the proof generation after the document is created. When Workfront kicks off the proof creation step, it never passes the 'generating proof' status. However, in ProofHQ the proof is created. We've also verified that manually logging into Workfront > navigating to the document > clicking 'Create Proof: Si
Hi everyone, I had to customize OOTB index /oak:index/damAssetLucene-11 with stopwords, some new indexRules and suggestions for AEMaaCS. I built my customization on /oak:index/damAssetLucene-11. I added tika.config.xml as well. Example of my index you can find below:<damAssetLucene-11-custom-2 jcr:primaryType="oak:QueryIndexDefinition" async="[async,nrt]" compatVersion="{Long}2" evaluatePathRestrictions="{Boolean}true" excludedPaths="[/some/path]" includedPaths="[/content/dam]" maxFieldLength="{Long}100000" tags="[visualSimilaritySearch,assetsOmnisearch]" type="lucene"> <aggregates jcr:primaryType="nt:unstructured"> ... </aggregates> <analyzers jcr:primaryType="nt:unstructured"> <default jcr:primaryType="nt:unstructured"> <tokenizer jcr:primaryType="nt:unstructured" name="Standard"/> <filters j
AEM: 5 Best practices for overlays by Theo Pendle Abstract How to overlay in AEM AEM offers two ways to customize OOTB resources: 1. Overlays which allow you to re-define existing resources (i.e.: replace current behaviour). 2. Overrides which allow you to extend existing resources (i.e.: add new behaviour). This article assumes you have already used overlays and will discuss some of the best practices for for doing so. If you are not clear on how overlays work or how they are different from overrides, I recommend this article from Adobe or this helpful comparison of overlays and overrides from aemvardhan which includes a quick tutorial. Read Full Blog AEM: 5 Best practices for overlays Q&A Please use this thread to ask the related questions.
If you're looking to make a shift in your career, or a student trying to discover your future career, this panel-styled webinar is for you! Come learn how to break into Adobe Digital Experience, and see what type of roles are open in this field and ask questions live to Adobe Journey Optimizer experts at Accenture. See below for details:Register today here: https://event.adobe.com/dxdiscovery0909
How can we use ACS Commons Redirect Map Manager with IIS. The documentation for the module only lists the use of the module with Apache. The question is 2 folds:-1) Is the ACS commons module built to support IIS if yes then do we have a documentation for that.2) Will the module still work without the webserver configuration change in case IIS support is not available.
Watch the recording of Adobe Journey Optimizer Essentials webinar and learn the essentials of building Campaigns, mapping Customer Journeys, and creating Landing Pages for maximum impact: Adobe Journey Optimizer Essentials - Creating Campaigns, Customer Journeys, and Landing Pages By the end of this session, beginners will possess the confidence to start leveraging Adobe Journey Optimizer to create impactful customer experiences that drive results. Please reach out through the below commnet section in case you have any questions or feedback.
Tagging - Customize Sidekick Library in EDS for Document-Based Authoring by Arun Patidar Overview The blog post provides a detailed guide on customizing the Sidekick Library in Adobe Edge Delivery Services (EDS) to include advanced tagging options for document based authoring. The existing tag plugin in the Sidekick Library only supports flat tag lists, while the advanced tagging feature introduces hierarchical tags, making it easier to manage complex tag structures. Key Highlights: Existing Tag Plugin: The current plugin supports simple flat tags that can be copied and pasted into documents. However, it lacks hierarchical structuring, which is often required in complex content management scenarios. Advanced Tag Feature: The advanced tag plugin uses hierarchical data authored in Google Sheets and exposed as JSON. This JSON is then converted into a hierarchical format to display tags as a tree structure in the Sidekick Library. It allows users to search, sele
Use Case:Search for similar assets in AEM DAM/Azure Storage using the FAISS vector database. For example, searching for images classified as male.This approach is particularly useful when metadata is unavailable for a given set of assets and duplicate/similar assets needs to be searched.OverviewFetch Images: Retrieve images from the repository.Filter Images: Use face detection and gender classification to filter the images.Extract Features: Convert the filtered images into feature vectors.Index and Search: Index these feature vectors using FAISS and find similar images.Prerequisites for Local Setup: An AEM instance with assets in DAM, Python, FAISS installed, and necessary Python libraries.Models UsedResNet50: A deep learning model utilized for extracting features from images. The final classification layer is removed to use only the feature extraction part.Steps1. Fetch Images from AEM DAMThe script retrieves images from the AEM DAM.2. Image ProcessingFace Detection: Use Haar ca
My organization has permanently licensed hundreds of Adobe stock photos. We'd like to import these into our DAM but have run into several issues:1. It's only possible to select a page with 10 photos at a time and each one has its own download button, it doesn't appear possible to do a bulk download let alone that of a single page. If download icon is selected after multiples are checked, only the first image is downloaded. 2. If this functionality is available, is it possible to transfer these stock photo assets we've purchased directly into the DAM since they're both Adobe programs?3. If not, can a request be made to Adobe to bulk transfer these assets to a specific One Drive location? We have over 2K photos and downloading one at a time is not how any customer wants to spend their time.
Hi, Currently we are not able to view the sidekick in Classic UI mode in AEM on prem version 6.5.21. This happens in the Microsoft Edge browser v128. However, the sidekick is displayed in Chrome v128 and we can use it for authoring.
Need help for building CI/CD pipeline for adobe cloud manager usinf build tools like Git, Maven, webpack, Github action . Where I can get reference for this ..Refernce means any syntax/sample example where I can take looks and modify according to my requirement. I have gone through generic doc for CI/CD pipeline in AEM, but they will be helpful post writing pipeline I believe. https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/cicd-pipelines/configuring-non-production-pipelines#full-stack-code https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/cicd-pipelines/introduction-ci-cd-pipelines#web-tier-config-pipelines Your help is much appreciated .Thank you
Hi community, The rise of Generative AI presents incredible opportunities, but it also comes with responsibilities. Check out this comprehensive post that outlines essential guidelines for leveraging Generative AI in a responsible and ethical manner across our Adobe Experience Cloud solution communities. Join the discussion and share your insights! Read more here: Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community Thanks!
When directly hardcoding the privateKey value into the OSGi configuration, it functions correctly. However, when attempting to use an environment variable in Adobe Cloud Manager to store and reference the same privateKey value, the application fails with an error message. Below value works in OSGI - Notice "\r\n\" characters for new line{privateKey: "-----BEGIN RSA PRIVATE KEY----\r\n\BsdfdsfjdsewedXAfah1g74bNyrxY31ewqewZ3caLDngewqedwFp01RvhewjewD\r\nKOlwvUreUK6dBbnOvrewqeWw5yMFewoYFaPeksMFSRXC7Sreewed3w6WoewqeO+R4KDSHU/Yi9P\r\nPHvH6bfVwew957eqwegrUvuIb/CBYUGg4S3R6I/zNAJeewemeSJr344XAGxewqe6hIkZA/i/boW013\r\nLl1dXMyNqxwt6SZBcmeX/6FJUi6Fcebhba5aLnWkLF1036MfMsh\r\ncoXqs1kXtgfj0XJlIcH+T7rP0xJjIdTIjaPoQVeG+sKzWhRoRHjSaQehwendshadsadhsadsadj==\r\n-----END RSA PRIVATE KEY-----\r\n"} Now, when i store the above value in the variable(pvtKey) in the AEM cloud manager, and reference in OSGI config, it doesn't work. I have replaced \r\n\ with space.Getting following error. I have verifi
Hello Team, Welcome to the Adobe Analytics Community Mentorship Program 2024! This is the featured Community Discussion thread for your Adobe Analytics Community Mentor, Hari Krishna Devanabowina (aka @harikrishnadevanabowina), who will be here to guide and support you and your peers with your Adobe Analytics questions as you prepare for the Adobe Analytics Developer Professional Certification (Exam ID: AD0-E213), through to the end of the program. Aspirants mapped to Mentor, Hari Krishna, @harikrishnadevanabowina Bhuwan_B AEM_U1 Akanksha Kaushal Indra Kumar Reddy Madhuru Hui-Hwoo Sai_07 srikanthpogula How to participate Aspirants’ goal is to clear their Adobe Analytics Certification during the duration of the program: July 24th, 2024 – September 4th, 2024. Aspirants: Post your Questions in this thread to connect with Mentor, Hari Krishna, @harikrishnadevanabowina, and your fellow Aspirant p
Hello Team, Welcome to the Adobe Real-Time CDP Community Mentorship Program 2024! This is the featured Community Discussion/Contextual thread for your Adobe Real-Time CDP Community Mentor, Sambhav Jain! Sambhav Jain will be your dedicated mentor, providing valuable support and guidance on your Adobe Real-Time CDP queries as you upskill yourself and prepare for Real-Time CDP certification throughout the program. Know your Mentor Sambhav Jain (aka @sambhav-jain ) Sambhav has done 8+ AEP Implementations. He is recognized Martech industry leader and brings knowledge of full Adobe Stack. Aspirants mapped to Sambhav Jain1) Nitin Parashar aka @nitinparashar 2) Aditi aka @16705330 3) mahimitra chirala aka @mahimitrach 4) Ademola Mohammed aka @ade4 5) Ronaldo Canete aka @ronaldo_09 6) Deepankar aka @deepankar 7) Sally Wilson aka @salpal21 😎 Michael Mangos aka @michaelma80 9) Joshua Thomas aka&
What would you suggest as "Trigger Size" value for a replication agent in batch mode?I understand that it should be a balance between not being too small (so package get created and replicated continuously, but not too big (because create and replicate big packages can also create problems). What would you suggest as a balanced value? 50 mb, 100 mb, more?
Hi All, There was a requirement to change the content structure, due to which we have to move some of the pages from one location to other. While doing changes post rollout some of the pages are missing the live copy relation with all the markets(languages). Now editors tried to create some of the live copies manually in different markets and we are able to see live copy references under blueprint tab. As number of markets are more in number and we don't want to spend efforts in creating live copy manually. How can we get all live copies created. We tried rollout of the parent page where all markets are referenced in blue print tab, but it is not working. When creating a new page then also we are getting all markets reference under rollout. So we tried to delete the page and again create with the same name but still only manually created live copies reference is shown under rollout. Same happens when we tried to create page at different location and move to required loca
Hello Team, Welcome to the Adobe Analytics Community Mentorship Program 2024! This is the featured Community Discussion thread for your Adobe Analytics Community Mentor, Ezhil Raja (aka @ezhil_raja), who will be here to guide and support you and your peers with your Adobe Analytics questions as you prepare for the Adobe Analytics Developer Professional Certification (Exam ID: AD0-E213), through to the end of the program. Meet your Mentor: Aspirants mapped to Mentor, Ezhil,@ezhil_raja Ragulraj ChaithraN1 Suresh Aski Sumit30908642ioye Divyakant1 VilasPatil rameshpennam GuilhermeCu How to participate Aspirants’ goal is to clear their Adobe Analytics Certification during the duration of the program: July 24th, 2024 – September 4th, 2024. Aspirants: Post your Questions in this thread to connect with Mentor, Ezhil,@ezhil_raja, and your fellow Aspirant peers. *You are all preparin
On our last MUG Q&A call, a Marketo vet asked about a webhook setup recommended by a certain vendor (who will remain anonymous to save embarrassment). The vendor’s setup guide included this striking note: For items like date, system tokens can be used since the API does not, in most cases, include a timestamp in its response. And an accompanying screenshot: This was mind-blowing for everyone on the call. Despite being — I think it’s safe to say! — a Marketo webhooks guru, I’d never seen this attempted before. We extended the Q&A by a half hour just to test it out live. Problem is it doesn’t actually work. The response mapping does do something to the person record, and if you’re not paying close attention (and/or are not an experienced Marketo user, as was probably the case at the vendor) you might think it works. Setting up a test I set up a webhook hitting one of my test servers, which always returns this static JSON: { "car_count" : 1
If you have a follow-up question from the Skill Exchange session From Chaos to Clarity: Level Up Your Data Quality with Jen Desmond (@jendesmond) and Matt Mitchell (@mattmi3) from Adobe that originally aired on August 15, 2024, you’re in the right place! Leave your comment below and our speakers will do their best to reply. And if you see a question below that you know the answer to, don’t be shy! We’d love for you to answer from your own experience and perspective. Have questions about another Skill Exchange session? You can see the full list of discussion threads here. On-Demand Viewing - This session is now available on-demand, you can find the recording here. (Tip: Use the links in the left navigation to watch other Skill Exchange sessions!)
Did you attend the Workfront Skill Exchange on August 15, 2024? Whether you attended live or plan to watch the on-demand recordings, you may find you have questions for our speakers after the event day. We’ve created discussion posts for each of the sessions and encourage you to leave your questions in the appropriate thread to chat with our presenters directly. Don’t be shy! These folks have been in your shoes and are here to share their experience, so you don’t have to learn things the hard way!Here is a handy list of all the sessions and speakers:Workfront Product Keynote: Richard Whitehead, Adobe LEARN TRACKLearn Track Emcee & Host: Ai Nguyen, Adobe From Chaos to Clarity: Level Up Your Data Quality: Jen Desmond, Adobe, and Matt Mitchell, AdobeHome Sweet Home: Tailoring Workfront Home Pages 101: Jeremy Flores, Adobe Workfront Fusion + Boards: A Powerful Productivity Pairing: Ewan Hruska, Adobe, and German Batiston, AdobeExperience Makers Spotlight: Transformi
How to read excel from AEM Dam and covert it to a json file
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.