Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi All, We started seeing a weird issue about query optimization a few months ago. When we issue a query as:/jcr:root/content/site//element(*,cq:PageContent)[@sling:resourceType='site/components/page/news-detail' and (@cq:tags = 'department:drama')] order by @date descendingWe will see a warning message about traversing too many nodes, org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy Traversed 60000 nodes (212558 index entries) using index cq:tags with filter Filter There is a node "cqTags" under oak:index, as The weird thing is that if we modify the query a bit, /jcr:root/content/site//element(*,cq:PageContent)[@sling:resourceType='site/components/page/news-detail' and (@cq:tags = 'articles:drama')] order by @date descending. Changing the tag value from "department:drama" to "articles:drama" will not issue any warning, given that both tags are valid in the /etc/tags. Also, the issue only takes place in the publish
Check out this blog post by our Community Advisor @Marcel_Szimonisz about Adobe campaign custom schemas: Adobe Campaign all about the schemas and more Blog Abstract: If you work with Adobe Campaign for some time you might figured out that almost any client’s sane or insane requirement can be put down and implemented in Adobe Campaign. Every new feature starts with defining the database table structure that will store data coming from the forms. First we need to ask do we extend already a schema that is in place or do we create a new table. Complete Blog Post: Adobe Campaign all about the schemas and more In case of queries, feel free to reach out through the below comment section.
Dispatcher Flush Authoring UI by Aemrules Abstract Our Authoring team faces day to day challenges while deleting/flush the dispatcher cache. when the changes are not visible on server. They have to be depended on the IT operations/Dev ops teams to do the same. Which some time get very much time consuming for a small work. In this article we will see it can be configure and used by Author UI itself. This will allow AEM authors (or “super authors”) to flush parts of the dispatcher cache manually without the involvement of IT Operations. How to Use 1. Log in to AEM Author 2. Down load the ACS commons tool from ACS Commons Official page 3. Install the downloaded package via aem package manager. 4. Make sure you create the dispatcher flush agents on Author for all Dispatchers. from http://<>/miscadmin#/etc/replication/agents.author, check the NOTE part at the end of page. 5. Navigate to Tools 6. Under the acs-commmons/dispatcher-flush folder, create a new Page of Template ty
Hi all, I'm trying to build a maven project and I was running the below command. mvn clean install -PautoInsallPackagebut it's running for a long time and it did not finish neither it throws an error. I tried restarting my system then tried with only mvn clean install but still it's not working. can anyone help me with this ? It got stuck with the below line
We installed AEM Forms JBoss 6.5.12 on WIN SERVER 2019. A recently Tenable nessus scan showed some log4j CVEs specifically v.1.2.14 from the following locations: <plugin_output> Path : M:\Temp\adobejb_server1\ArchiveStore\40\log4j-1.2.14.jar Installed version : 1.2.14 Path : M:\Adobe\Adobe_Experience_Manager_Forms\sdk\client-libs\thirdparty\log4j-1.2.14.jar Installed version : 1.2.14 Path : M:\Adobe\Adobe_Experience_Manager_Forms\deploy\adobe-edcserver-jboss.ear Installed version : 1.2.14</plugin_output> The solution from tenable is to upgrade this to latest 2.17.2. This v.1.2.14 version came with the installed package along with v.2.x. After talking to
Hey all, I am currently on AEM 6.5.12. We are looking into annotations and comments for a specific use case where an author with read-only permissions on a page should be able to add annotations and comments. However, I get an error when I try to add the annotations and comments on a page as a read-only user.ERROR: Annotation create operation failed. Similar error for comments.Is this by design? Couldn't find anything in the docs. Thanks!
Hi,I am using AEM 6.5 (SP 10) and trying to include a select box in the page properties as per business requirement. The select box is not show all options on click and creating vertical scroller on the browser. This behavior is confusing for authors while creating page, However the view is consistent when opening existing page props. Screen shots attached for reference and please suggest a work around to resolve this issue.Screenshot :
I am trying to use the Google Cloud Storage Client Libraries for the Google Cloud Storage API within AEM 6.5. The eventual goal is for a job to export some AEM content straight into a Google bucket. But for now, I'm trying to run some tests, and it doesn't work. The bundle with the Google Cloud storage codel,refuses to activate due to the cloud storage not being able to be resolved. com.google.cloud.storage -- Cannot be resolved As per https://cloud.google.com/storage/docs/reference/libraries, in my main pom.xml file, I have this: <dependencyManagement> <dependencies> <dependency> <groupId>com.google.cloud</groupId> <artifactId>libraries-bom</artifactId> <version>3.2.0</version> <type>pom</type> <scope>import</scope> </dependency>... </dependencies&g
Hoodoo Digital to Host Workfront and AEM Integration Webinar by Peter Nash Abstract While there are many businesses that utilize both Workfront and Adobe Experience Manager (AEM), there are few that realize that these two platforms can be integrated. Adobe Workfront is Adobe’s work management system designed to assist organizations in organizing and streamlining their workflow. AEM is the premier content management system designed to simplify and automate the process of creating and managing digital experiences. Integrating these two systems allows them to communicate and share information. Ultimately, this transfer of information allows businesses to improve their efficiencies, reduce duplicated work, and track statistics in their workflow management. As businesses start exploring the prospect of a Workfront + AEM integration, one of the primary questions we are asked is, “How can my business use this type of integration most effectively?” We are excited to announce that we will be
Hi Everyone, In our effort to reward the monthly top two users with a gift card for their participation on the Adobe Campaign Standard and the Adobe Campaign Classic v7 and Campaign v8 Community forums, we present to you the two top users in the Community for the month of May 2022 - @cedricrey and @parvesh_parmar Congratulations and a big thanks to both of you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top user and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
Hi. Need tips and study materials to clear AD0 E315 Certification Exam
Hello Marketing Nation, On the back of the Program Member Custom Fields feature , we are excited to introduce Program Members Custom Field sync with Salesforce in closed beta. The feature will be on Beta from Jun 24th 2022. We want to learn from you so we can refine Marketo Engage into a product you enjoy using every day that brings value to your business. This is also an opportunity for you to learn how to use this functionality in your business before everyone else does. Additionally, you can: Tell us when this functionality is ready for general release Validate the new features Give us feedback and suggestions on documentation Provide us with feature requirements for future iterations Help us catch bugs and design flaws Are you in? Sign the Adobe DX Beta Agreement now (and specify Prasannb@adobe.com as your Adobe Contact)! FULL BETA INSTRUCTIONS AND FEATURE OVERVIEW Feature Documentation Questions
We are using AMS service and using ACM to deploy the packages in our environments. For Permission(ACL) packages we are using manual approach to deploy in instance. For lower environments we are taking care of it and higher environments adobe rep helping us on deploying the packages. Is there any way we can use ACM deployment to instance ACL packages only in author instance for each environment?
Storing and handling form data is one of the most important aspects to consider while designing forms. In a production environment, it is recommended not to store submitted form data in the AEM repository. The default implementation of Forms Portal Store, Store Content, and Store PDF submit actions store form data in the AEM repository. These submit actions are meant only for demonstration purposes. Also, the Save and Resume and Auto Save features use portal storage by default. Therefore, consider the following recommendations:Storing draft data: If you are using the Draft feature of adaptive forms, you should implement a custom Service Provider Interface (SPI) to store draft data in more secure storage like a database. For more information, see Sample for integrating drafts & submissions component with database.Storing submission data: If you are using Form Portal Submit Store, you should implement a custom SPI to store submission data in a database. See Sample for
I have created a form in aem using core form container and have defined two fields username and password.I want to get this data inside a servlet. @Overrideprotected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws ServletException, IOException{String groupName="Janhavi";String userName = request.getRequestParameter("userName").getString();String password= request.getRequestParameter("password").getString(); this is my function to get username and password. When I am creating static user and password the code works fine but when I use the above mentioned function I am not able to get data from the Form. is there any issue in request.getRequestParameter or is there any other method to retrive Form Data? Thank you in advance
【問題/事象】「s_sq」Cookieの発行を停止したいのですが、その方法がわかりません。 【解決手順または回避手順】「s_sq」Cookie は、Adobe Analytics の Activity Map 機能において、訪問者がクリックした場所とクリックした内容に関するデータを保存する Cookie です。 この Cookie の発行を停止するためには、下記の ClickMap に関する設定を変更します。 ・Adobe Experience Platform のタグの Adobe Analytics 拡張機能の LINK TRACKING 設定で ClickMap を有効化している場合は、「Enable ClickMap」のチェックを外します。 ・また、Adobe Analytics 拡張機能のカスタムコードで「s.trackInlineStats=true」を記述して ClickMap を有効化している場合は、「s.trackInlineStats=false」に変更します。 (参考情報)・trackInlineStatshttps://experienceleague.adobe.com/docs/analytics/implementation/vars/config-vars/trackinlinestats.html <留意事項>・上記は以下記事の翻訳となります。How to stop issuing "s_sq" cookies, June 1, 2022, https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-19449.html, (参照 2022-06-1). ・本記事にいただいたコメントへの返信はお約束できません。あらかじめご了承ください。
i have a situation where i need to authenticate to AEM using oauth 2.0 without user interface
Hi, We have added our customer old redirection rules in conf.d/rewrites/rewrites.rules file. But every time we need to add a new rule, we need to update our code and have to do deployment on production site. We don't want to do deployment frequently just for the rewrite rules and customer wants to manage these rewrite rules themselves. Is there any way or third party tool to accomplish this request? Thanks
hi folks, My AEM publish servers suddenly stopped reading the OSGi files for configuration. I haven't changed the files in months, years for some of them. BTW I never configure via the console. But when I look at the system/console/configMgr console, the correct values for the run modes (publish,stage) aren't there. It is like the server configuration has reverted back to the default values and naturally lots of our features don't work. Has anyone seen anything like this before ? I'm going to open a help ticket anyway thanks
Hello, I wanted to check if anyone in the community has done an integration between Adobe Assets/DAM and Adobe Commerce/Magento, such that, DAM is accessible from Magento.If not, in case of a headless commerce integration between AEM and Magento, where are the images stored and rendered on AEM pages? Any input will be highly appreciated. ThanksRuchi
Hi Everyone, In our effort to reward the monthly top two users with a gift card for their participation on the Adobe Campaign Standard and the Adobe Campaign Classic v7 and Campaign v8 Community forums, we present to you the two top users in the Community for the month of May 2022 - @CedricRey and @Parvesh_Parmar Congratulations and a big thanks to both of you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top user and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
Are you a new Marketo Measure (formerly known as Bizible) customer using Dynamics? Or maybe you’re just new to reporting with Marketo Measure data in Dynamics? This post is for you! If you’ve already installed the Marketo Measure solution into your Dynamics environment, you’ll notice that it comes with some starting reports (shown in the 1st picture below). This is great, but they’re not quite ready to go – they need some tweaking to be useful. These instructions are meant to outline the steps to take to get useful reports. We will be building 2 reports together: Buyer Touchpoints by Lead ID Buyer Attribution Touchpoints by Opportunity ID First, navigate to “Reports.” For me, that’s accessed under the Tools section as you’ll see in the screenshot below. *Note, although Marketo Measure is the new name – we haven’t updated the CRM solution yet so you may still see “Bizible” naming conventions in your CRM org. Let’s build the Buyer Touchp
I have an AEM 6.3 to 6.5.13.0 upgraded instance that's showing a broken link for the profile button under the user's avatar (at top right of TouchUI screen). The link shown in the hover text is invalid - it's missing v2 and the case of userEditor.html also causes the link to break and no Profile button to appear - i.e. - /libs/granite/security/content/userEditor.html/home/users/x/yybut this link works:/libs/granite/security/content/v2/usereditor.html/home/users/x/yy- note v2 and case change of usereditor.html. I noticed the correct URL format when viewing users in /security/users.html. This happens for all users. In this case admin logged in via: /libs/granite/core/content/login.htmlbut also happens when users login via SAML 2.0. I also see a broken Adobe link on the login screen.I know it's possible to turn off the link checker, but I'd like to resolve potential issues first. Thanks for any help!
Hi, We are working on a POC to call a google cloud storage API from AEM to retrieve an image file following the documentation - https://www.baeldung.com/java-google-cloud-storage . My class is as below ,currently in the early stages to establish the connectivity. import java.io.IOException;import com.google.api.gax.paging.Page;import com.google.cloud.storage.Bucket;import com.google.cloud.storage.Storage;import com.google.cloud.storage.StorageOptions;public class GoogleCloudConnector {public static void main(String[] args) throws IOException {System.out.println("This is main");StorageOptions.Builder b = StorageOptions.newBuilder().setProjectId("lt-test-lwr");Storage storage = b.build().getService();Page<Bucket> buckets = storage.list();for (Bucket bucket : buckets.iterateAll()) {System.out.println(bucket.toString());}}} The maven dependency I have added for using this API is as below.<dependency><groupId>com.google.cloud</groupId><artifactId>
Hi All, I am working on a migration project, i need to convert <components jcr:primaryType="cq:Widget" fieldLabel="Allowed Components" name="./components" xtype="componentselector"/>componentselector xtype into touch ui field, Any lead will be appreciated
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.