Hi, Using AEM forms JEE 6.5 service pack 23 installer, connecting to SQL Server 2023 when enabling integrated security we get the following error:Caused by: java.sql.SQLException: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/IDP_DSAdminui not able to be acce...
I have 3 years of experience working with AEM 6.5, and 1 year ago, I achieved the Sites Developer Professional certificate. Now, I'm confused about how to advance my career further. Should I explore other Adobe products, such as Target, Web SDK, and AEP, or should I focus more on AEM and aim for the...
2 questionsHow I check if the redirect happens in my unit test?I cannot get a proper mock of an OSGI service that provides me access to an OSGI config. When I try to debug my unit test and the execution enters the filter, provider is null. How can I code it so it's not null?some code (unit test + fi...
I'm unable to push code or use any commands like aio aem:rde:status. I've used the following command also to disable SSL checking and still the error is being thrown.Used the export NODE_TLS_REJECT_UNAUTHORIZED=0 npm config set strict-ssl false commands also, I have selected my org but through aio...
Hi Community,I have a simple service with an OSGi config. After deploying, the service always uses defaults what I have in code - not picking from the environment valiables.Here is my codepackage com.acme.core.schedulers;import org.apache.sling.commons.scheduler.Scheduler;import org.osgi.service.com...
Hello Team, Anyone has implemented OKTA integration with AEM running on AMS? I am fine with this configuration steps on Author: https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/authentication/okta-saml-integrationBut, wanted to know about publish env. Sample scenario:En...
Hi I’m trying to use a simple Sling Model from HTL, but the model never instantiates (null bindings). I suspect I’m missing something obvious with the adaptable.Sling Modelpackage com.acme.core.models;import javax.inject.Inject;import org.apache.sling.api.resource.Resource;import org.apache.sling.mo...
Hi, We have implemented the Azure OIDC auth mechanism for our internal AEM site. Normal functionalities are working fine, including:User creation if not presentAdding to groupsAdding the propertiesUpdating propertiesUser logoutHowever, we encounter the following errors when the load is high.09.09.20...
Hi,As part of optimizing authoring activity , business is looking to deactivate and delete 10k pages on prod author using groovy script.We think this might impact cache flush on dispatcher.As 10k cache flush request will be created.Is there any suggestion to better handle this part ?Thanks,
Hi Team,I have created a simple form using Google excel in EDS.Google excel file name: user-formSheet Names: 1) helix-default - To create form fields2) incoming: - To store the data3) helix-branch - For dropdown options Please see the screenshot below. helix-default sheet incoming sheet This ...