Explore product-specific spaces to ask questions, share insights, and learn best practices.
Als letztes aktiv
Enabled a custom UI test in cloud manager pipeline which work fine and able to see the corresponding Download Details tab, clicking on which a detailed set of logs and test reports are generated. Is it possible to retrieve same set of reports using the aio cli command ? On checking the repository https://github.com/adobe/aio-cli-plugin-cloudmanager, I could not find a corresponding command for downloading the details and all available commands just download the entire log.
why csv file is still not uploading when trying to map csv to xdm schema in adobe experience platform.I have tried several times now by restarting the browser,system and also checked the file.Everything seems to be fine,This is the first time i am facing such issue.
Creation of Content Fragments through Rest client (Postman) by <Sivakumar Kanoori> Overview Creation of Content Fragments through Rest client (Postman) Adobe Experience Manager (AEM) Content Fragments are text-based editorial content that may include some structured data elements associated but considered pure content without design or layout information. Content Fragments are typically created as channel-agnostic content, that is intended to be used and re-used across channels, which in turn wrap the content in a context-specific experience. Content Fragments, independent of layout, can be used directly in AEM Sites with Core Components or can be delivered in a headless manner to downstream channels. Using Content Fragments on web pages Exposing Content Fragments as JSON using AEM Content Services Manual Creation of content fragments : https://experienceleague.adobe.com/docs/experience-manager-65/assets/content-fragments/content-fragments-models.html?lan
Hello all,I am running "npm run develop" command inside ui.frontend but it's not working and not syncing with local instance.inside package.json :-"scripts": { "develop": "aemsync -w ../ui.apps/src && webpack serve --env clientlib --config ./webpack.dev.js" } > aem-maven-archetype@1.0.0 develop> aemsync -w ../ui.apps/src && webpack serve --env clientlib --config ./webpack.dev.jsaemsync version 5.0.5Watch over: C:\Hitachi Energy\Develop\ui.apps\srcTargets: http://admin:admin@localhost:4502Exclude: **/jcr_root/***/@(.git|.svn|.hg|target)**/@(.git|.svn|.hg|target)/**Delay: 300 stuck here please help. Thanks,Swarup
Dear All, I have one customized content fragment model called smartwidget as shown below. ************************************** START ***********************************************<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"jcr:primaryType="cq:Template"allowedPaths="[/content/entities(/.*)?]"ranking="{Long}100"><jcr:contentcq:lastModified="{Date}2020-05-11T10:51:40.812-05:00"cq:lastModifiedBy="admin"cq:scaffolding="/conf/content-fragment-models/settings/dam/cfm/models/smartWidget/jcr:content/model"cq:templateType="/libs/settings/dam/cfm/model-types/fragment"jcr:description="Author Landing Pages Content Pages"jcr:primaryType="cq:PageContent"jcr:title="Smart-Widget"sling:resourceSuperType="dam/cfm/models/console/components/data/entity"s
I want to show featured image, title alone in one of our List component variations but in core list component ,only when we select display as teaser option, image is showing. along with that description also coming which I don't need.How to segregate the image from teaser and show it. From code they are getting as resource <sly data-sly-resource="${item.teaserResource }"></sly> @estebanbustamante @avinash_gupta_ @arunpatidar
Hi All, We are seeing below issue in Sonar for below inline code, tried different approached but not able to resolve the issue: Sonar Issue:java/io/File.createTempFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File; reads a file whose location might be specified by user inputVulnerabilityMajor findsecbugs:PATH_TRAVERSAL_INcwe,owasp-a4,waschttps://www.adobe.com/go/aem_cmcq_path_traversal_in_en Code:String fileName = pdfArray[pdfArray.length - 2];File tempDir = Files.createTempDirectory(null).toFile();File htmlFile = File.createTempFile(FilenameUtils.getName(fileName),PlatformConstants.HTML_SUFFIX, tempDir); Thanks in advance
Hello,What are the reasons the Segmentation service (both is build and in sharing attributes for Destinations) thinks there's no data in a dataset column? The Dataset & Schema are enabled for Profile and segmentation can see data in other columns. I'm using the OOTB Loyalty Fieldgroup with no modifications. In the images below, it's saying there's no data in the loyalty.tier column but the Dataset preview and the Query Service clearly shows there is data. Any way I can fix this?
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Post: I love forums. The nerdier the better. One of my absolute favourite ones in the Java Ranch. (http://www.coderanch.com/how-to/java/HowToAskQuestionsOnJavaRanch) Why? Because they have a good tradition of asking good question. This, unfortunately, seems to be something that is mostly absent in many forums. Let me share with you a small guide on how to ask question on a forum. Asking questions in general is an art. The quality of the answers depends a lot on the quality of the question. When you do not get the answer you wanted, you should always ask yourself "could I improve the question". The first rule of getting a good answer is "Show Some Effort". Remember that people are not getting paid to answer your questions on this forum. You are going to take their time, so make sure you at
If you have a follow-up question from the Skill Exchange session Resourcing Excellence: Customizing the Workload Balancer with Steven Enos from Liberty Mutual Insurance (@stevenen) and Myka Bohnsack from Adobe (@myka-bohnsack) 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!)
Out of the box RolloutManager provides below 3 methods by using that we can rollout the page programmatically. 1) void rollout(RolloutParams params) throws WCMException;2) void rollout(ResourceResolver resolver, LiveRelationship relation, boolean reset) throws WCMException;3) void rollout(ResourceResolver resolver, LiveRelationship relation, boolean reset, boolean autoSave) throws WCMException; When using 2nd and 3rd method we are able to rollout the page but the references will not get updated to the corresponding locale.This is because we are not providing the rollout trigger in 2nd and 3rd methods, so referenceUpdate action is not getting triggered. In order to update the link references in the rollout page we need to use 1st method and pass/set the required details in RolloutParams class. Below is example code for setting the RolloutParams &n
Hi,I try to achieve the following:a component inside a LayoutContainer should span middle 8 columns for Desktop.However in iPad Retina Mode it should span all 12 columns.If I have resized component to 8 columns in layout mode desktop.switch to iPad device:If I try to expand the component back to all 12 columns it always snaps back to 8 columns.Any hint what I might be doing wrong ?Thanks a lot for your support in advance.--Volker
Hi all,Working on aio app builder(asset compute worker) to integrate the Photoshop action api. I have the Photoshop action file which has to do the below actionsApply a Photoshop Action (supplied) that will:Convert Colour Profile – sRGB (layers)Deep Etch (Flattened Image) Single Layer MaskClipping Path (post Deep Etch)and want to save the output as Layered PSD (non destructive to enable mask editing)JPG/PNG retaining clipping pathI have configured the processing profile to call the appbuilder worker code with the photoshop action file. I am getting the output rendition in the form of psd and png.. but i can able to see that psd rendition is not having the mask applied and png rendition is not having the transparent background. Getting background removed for both the psd and png rendition. When i check the same photoshop action file in the adobe photoshop, its working fine. my doubt is do we need to separate logic in the worker code. below is my piece of code. And i noticed th
Thank you for joining us in the session! I hope you find these additional resources helpful!Debugger documentation:https://experienceleague.adobe.com/en/docs/experience-platform/debugger/home Chrome store extension link:https://chromewebstore.google.com/detail/adobe-experience-platform/bfnnokhpnncpkdmbokanobigaccjkpob _satellite functions:https://experienceleague.adobe.com/en/docs/experience-platform/tags/client-side/satellite-object Experience Identity Service Opt-in Reference:https://experienceleague.adobe.com/en/docs/id-service/using/implementation/opt-in-service/api Alloy commands:https://experienceleague.adobe.com/en/docs/experience-platform/web-sdk/commands/appendidentitytourl#commands Mobile Verbose logs:https://developer.adobe.com/client-sdks/home/getting-started/enable-debug-logging/ Assurance Logs:https://experienceleague.adobe.com/en/docs/platform-learn/implement-mobile-sdk/app-implementation/assurance Mobile Luma tutorial:https://experienc
Good morning,we manage an AEM site for our customer.We already have LDAP configured for authentication on author. We also have configured the Sync Handler.Our customer asked us to implement SSO with SAML.To configure SAML we checked these resources:discussion https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/set-up-aem-sso-authentication/td-p/369707AEM documentation https://experienceleague.adobe.com/en/docs/experience-manager-65/content/security/saml-2-0-authenticationhandlerOur customer told us to keep LDAP configuration, they want to have both options to log into author. Our question is: can LDAP and SAML configuratons conflict, or can we implement both ?
It seems that ECID sets a “test” cookie, but it is set with SameSite=None, but not being set securely. My client’s IT flagged this as a security problem. How do I resolve this? I think basically ECID should not be setting that "test" cookie.ECID is loaded via the Adobe Launch extension (using v5.2.0 as of this writing). I have already verified its settings as follows:secureCookie = truesameSiteCookie = None
On a recent Marketing Nation thread, a developer had questions about the Get Folders API endpoint, one of Marketo’s paginated endpoints that returns folders in batches of (up to) 200: While paging through /rest/asset/v1/folders.json using the offset parameter, we are seeing duplicate folder ids in later pages that were returned in earlier pages.e.g. with a maxReturn=200 and offset=0, we get folder id 130 in the results. Then with the same maxReturn=200 and offset=200, we again get folder 130 in the results. A brief moment of 😵 is understandable, but this behavior makes perfect sense. See, each page is computed upon request. There’s no pre-computed result set containing all pages as of a point in time. (More on this in the notes.) So the underlying database state can easily change while you’re fetching pages. Take a folder tree like this: Let’s fetch the root and the first subfolder: https://123-ABC-456.mktorest.com/rest/asset/v1/folders.json
Hi Adobe Staff,I understand Adobe LiveCycle is outdated, but would appreciate any help/insight as to why this error is received when generating a form. This LiveCycle runs in WebLogic, and the form templates are kept in the same server's file system. This error is received when generating a PDF using LiveCycle, and including an static PDF located in a different server. These two PDFs are then emailed to user. The 'Details' button shows the below exception followed by the list of .dll files. ************** Exception Text ************** DexFlow.Framework.DXException: Object reference not set to an instance of an object. at CMModule.CMStorage.GetLockFilePath(ContentID cmid, StorageMediaBase tmedia) at CMModule.CMStorage.UnlockContentFiles(ContentID cmid, StorageMediaBase tmedia) at CMModule.CMStorage.CommitSessionCopy(Int64 sessionId) at CMModule.CMStorage.FinishSession(Int64 sessionId) at CMModule.CMModule.CloseSession(CNETInputKeeper i_pInputKeeper, CNETOutKeeper o_
Has anyone rolled out Workfront Planning, or is in the implementation process, and has any best practices or "watch-outs" that they would recommend to someone about to start the process?
Session Details Real examples of best ways to extend AEM OOTB UI to meet your project needs, as well as automate the content production tasks our business users deal with every day. See examples & techniques on the extension of Content Fragment & Universal Editors Session Recording Session Schedule 12th November, 2024 | These are pre-recorded and available at any time (on demand). Speaker(s) Natalia Angulo, Software Development Engineer, Abobe & Remo Liechti,Software Development Engineer, Adobe Moderator(s) Adobe Product(s) AEM Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for watching this on-demand session using the registration link shared above.
Here are some of the links on Workfront related to Admin Console and its documentation to help you out. - Checklist for WF migrationshttps://experienceleague.adobe.com/en/docs/workfront/using/administration-and-setup/admin-in-admin-console/prep-for-admin-console - FAQs on WF to Admin Consolehttps://experienceleague.adobe.com/en/docs/customer-one/using/workfront/faq - WF within the Adobe Admin Console & Unified Experience(external)https://rise.articulate.com/share/KPDDVUo4VBAEIX34dPL7zNJT9QO0k-j7#/ https://helpx.adobe.com/enterprise/admin-guide.html https://helpx.adobe.com/enterprise/using/admin-console.html https://experienceleague.adobe.com/en/docs/workfront/using/administration-and-setup/add-users/create-manage-users/admin-console
Session Details [Level: Beginner] AEM offers new services that decrease maintenance costs, constantly deliver the latest improvement to users, and may be customized and extended with a modern front-end technology stack. In this session, we will make an overview of new Content Fragment UI services and provide a step-by-step example of how to create an extension for the Content Fragment Console. Session Presentation Presentation link: https://bit.ly/3EmDMCV Session Recording Session Schedule 9th November, 2022 | 12:00-12:45 PST OR 20:00-20:45 UTC OR 21:00-21:45 CET Speaker(s) Volodymyr Kublytskyi, Engineering Manager, Adobe & Maximilian Voß, Sr. Engineering Manager, Adobe Moderator(s) Adobe Product(s) AEM Full Schedule Check Here Session Q&As Questions Answers Meaning the backend remains the same and we will be enhancing the UI to show actions based on permissions Not yet. But that's the plan. We will be restricted based on the user's role. Also, we plan to have
We are officially open for business for Adobe Analytics Rockstar tip submissions! Join me on stage at Summit while you present your best TWO Adobe Analytics/Customer Journey Analytics/Adobe Product Analytics tips and the audience votes on their favorites for huge prizes! You have until December 15, 2024 to submit your ideas here: adobe.ly/aarockstar (and if you'd like, watch 2024's Summit session here) (and if you'd like to see some tips from previous years: adobe.ly/aarockstartips - 2024 tips now live!) IMPORTANT REMINDERS:🤘 These tips are meant to be unique ways that you utilize Adobe Analytics, Customer Journey Analytics, and Adobe Product Analytics to advance your analyses. We want to see the powerful ways in which you are using the products today. 🎸 If selected, you'll be sharing these two tips in just 8 minutes! So make sure you have a plan for sharing them succinctly and impactfully!🎤 If you have mo
@heidi05 , couple of questions 1. Are you using Interactive image component from Dynamic Media? If yes it should work automatically by publishing the image with hotspot. 2. Are you showing pop up with product information , remember to publish product catalog items too. Please check the below video it will be helpful https://s7d5.scene7.com/s7viewers/html5/VideoViewer.html?videoserverurl=https://s7d5.scene7.com/is/content/&emailurl=https://s7d5.scene7.com/s7/emailFriend&serverUrl=https://s7d5.scene7.com/is/image/&config=Scene7SharedAssets/Universal_HTML5_Video_social&contenturl=https://s7d5.scene7.com/skins/&asset=S7tutorials/InteractiveCarouselBanner
For Edge Delivery Services, how do we perform multisite manager, say for example we havewww.applepro.com/ca/fr/home.htmlwww.applepro.com/ca/en/home.htmlwww.applepro.com/us/en/home.htmlwww.applepro.com/us/es/home.htmlWe are using document authoring.For example given that we are working on a large website like www.volvotrucks.com, how does their website create so many different market's and languages? https://www.volvotrucks.com/en-en/select-market.html
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.