Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I am trying to delete a project from the developer console but when i do i get the message "This project cannot be deleted". Then i get linked to this documentation(https://developer.adobe.com/developer-console/docs/guides/projects/#delete-a-project). It says I cannot delete a project that contains a plugin. I tried to see if I was able to delete the plugin file(zxp file) from the project and then maybe I could delete the project itself, but that failed. Are there any work arounds to this?
I am trying to connect server via sFTP and I did code that is given below-- const fetch = require('node-fetch')const { Core } = require('@adobe/aio-sdk')const { errorResponse, stringParameters, checkMissingRequestInputs } = require('../utils')const sftpClient = require('ssh2-sftp-client');// main function that will be executed by Adobe I/O Runtimeasync function main(params) {// create a Loggerconst logger = Core.Logger('main', { level: params.LOG_LEVEL || 'info' })let sftp = new sftpClient();try {// 'info' is the default level if not setlogger. info('Calling the main action')// log parameters, only if params.LOG_LEVEL === 'debug'logger.debug(stringParameters(params))//Check for missing request input parameters and headersconst requiredParams = ['host', 'port', 'username', 'password']const requiredHeaders = []const errorMessage = checkMissingRequestInputs(params, requiredParams, requiredHeaders)if (errorMessage) {// return and log client errorsreturn errorResponse
Hi, I got an email with subject "[Action Required] Your integrations using Service Account (JWT) credentials will need to migrate" to ex staff member account. I wanted to check if he finished it and if so what web apps are using it. I don't see any web apps calling it (but it seems to only go back 6 months) and "Last Service Activity" also shows "None Recorded". I tried contacting Adobe support and they told me to post here. Help please. Danny
I am performing migration from AEM on-premise to AEM cloud. I am currently migrating client-libraries from /etc/design location to /apps/myproject location. After completion of this activity I ran a BPA tool and the BPA report is highlighting all the client libraries.I am taking reference of below link for client-lib migration:Using Client-Side Libraries on AEM as a Cloud Service | Adobe Experience Manager I am tried with geometrixx project as well but Geometrixx client-libs are also highlighting in BPA report. Below is the reference for geometrixx project:https://opensource.adobe.com/aem-modernize-tools/pages/plan-operate/evaluation.html
Hii, I was creating my PDF converter using Laravel 10, but while installing the PDF service using Composer, I am facing an issue. It is asking me for a username and password to install the package. I am using my client_id as the username, and instead of a password, I am using client_secret. However, I am getting an error in cmd with an invalid credential message. Please help me here.thank you
Hi, I am ingesting some data from Amazon S3 bucket every 15 mins and i noticed that the data which is already ingested is getting ingested again and again as a separate row in the dataset. Is there a way to make sure that data already ingested is not ingested again?
Hi , I’m noticing a discrepancy in the average time on site. When I view the time for a specific segment, the total average time is shown a minute, but when I break it down by day or week, the average time increases significantly around 6 minutes.Could you help clarify why this difference occurs? But when I breakdown by custom date segment it showing "around 1 mins" If I need to show the break down by month is there any other way I could present data. ThanksRamya
Hey guys, My RDE environment in cloud manager is showing RDE as "Deployment Failed"However, the aio:aem:rde install command is not reporting any such issue,Checking the developer console it shows the pod as active -If I try to open the author or publish service I get the below - Any help why the discrepancy? thanks,CL
Hi all, Quick question here. I am currently in the process of adding mkto_UTM Campaign & mkto_UTM medium hidden fields to my forms, and up until now, I was using the URL parameter selection to pull from because we use URL parameters to track our email efforts and our paid search. If I continue to set it up this way, and someone navigates to my landing page from a page with UTM parameters on it, but then doesn't convert and goes somewhere else on the site and converts from a different form, will the original UTM parameters carry through from the original source URL? My initial thought is no, not unless I change my default values to pull from cookies. However, if I update it to pull from cookies, will the form then ignore the URL parameters from the direct page? If I have to pick one or the other, the URL tracking is definitely more important, but ideally, I'd like to capture both! Thanks in advance! Felicia
Hello, I read through the available documentation on the new IP warming feature. I understand a user can have multiple phases in an IP warming plan. Each phase can have multiple runs. Also, a user can split runs. What are the benefits of having both phases and runs?When building my IP warming plan, why not just use 1 run per phase or 1 phase with all runs?Thank you in advance for any insight you can provide. Jeff
Hello, I selected the report suits as xxxx prd in the project within Workspace, and I was able to retrieve the product column. However, when I also selected the report suits as xxxx prd in Data Feed, I couldn't find the product column. Why is this happening? WorkSpace: Data Feed:
How to retrieve current campaign internal name in query additional data within same campaign query activity without using javascript? @somasundaramhaldurai Any inputs?
I have an image drag and drop field. Upon dragging image i want the image alternative text to be inherited from DAM and show up in the dialog field below. How to go about this? Any help appreciated
I am trying to display an image in a project view using exactly the instructions provided in this documentation (https://experienceleague.adobe.com/en/docs/workfront/using/reporting/reports/custom-view-samples/vie...) and am not getting the expected results. Unfortunately, the documentation on this function is limited so I have not been able to troubleshoot. I have saved the image in question to a OneDrive location and set the permissions to "anyone with a link" so that sign in is not required - all that is needed is the link. Instead, I am getting an icon that looks to indicate a broken link (screenshot below). The text mode that I am using is a direct copy & paste from the documentation:descriptionkey=namedisplayname=Link Projectimage.name=Link Projectimage.valuefield=URLlink.linkproperty.0.name=projectIDlink.linkproperty.0.value=IDlink.linkproperty.0.valuefield=IDlink.linkproperty.0.valueformat=intlink.lookup=link.editlink.page=/viewlink.valuefield=objCodelink.valuefor
Hello Adobe community, there is a growing need to safeguard audiences, journeys, and content fragments. I need different roles have different permission level to edit certain audiences, journeys, and content fragments. Some people are allowed to edit certain segments whereas others can use those segment and not able to edit it. Could you please provide me if there is any documentation about this? Thank you so much!
Hello im having problems setting up gtm with adobe AEM, im using AEM with react in a headfull aproach.I've added the tag in the <head> in the index.html and in the react frontend its identifying the tag:but on publish its not being found, what am I missing?
I need to create a few email alerts that will help us monitor our auto merge static list. Here are the 2 email alerts I am trying to set up but don't know how to set up the filters to make it happen: Send alert if no records have been added to the "To Be Merged" static list in the last 7 daysSend alerts if the same record gets added to the "To Be Merged" static list more than 3 times.
In my current AEMaaCS setup, I’ve created a scheduled Sling job to make daily calls to an external API, storing the API response in the repository at /var/api-data. Here’s a breakdown of how it works:A scheduled job runs once a day to call the external API.The API response is stored under /var/api-data, which minimizes the daily load on the API server.A custom service reads this data from /var/api-data, making it accessible to the Sling Model, which then provides the data to the frontend components.This setup has effectively reduced API calls and ensured data availability throughout the day.However, I’m curious if there might be a more efficient or best-practice approach within AEM for this type of implementation. Are there other strategies for handling scheduled API data updates in AEM that could offer improved performance, persistence, or scalability?
Hello Workfront Community. Is anyone using a proof inside a SharePoint folder? Currently, we are facing an issue where, when uploading a proof to a SharePoint folder, Workfront does not provide a Version 2; instead, it remains as Version 1. We then have to manually change the document name to indicate that it is Version 2. Additionally, comments within the proof are not carried forward. Is there a way to resolve this?The current solution we are using is to create a Workfront folder instead of a SharePoint folder.
I was wondering if it was possible to query customers whose birthday is today using their date of birth field (date field).
Hi Super League, Can the Calendar viewing permission be added automatically to a group permission in Workfront? Thank you!
Facing this issue for several weeks now. After editing projects, I cannot save those. I am the owner of these projects (I have created those and so have all permissions). Tried "Save as", "Save with notes", Save to different folder...but it fails 99% of the time. If I open a project and save it immediately without changes, it works. Any edits and it starts failing.
Hi Guys, I have the below problem statement -"The AMS Environment has runmodes for dev (1 to 6), stage (1 to 4), qa (1 to 3), performance (1), integration (1) and production (1). All these environments have their runmode configurations". These environments are used by multiple business teams spread out geographically and divided along business units.We need to find a mechanism to retain all these runmodes on AEM Cloud - The least viable option being we add 10 dev environments and tying each environment to one runmode in AMS which even then would be tricky as the runmode for instance config.author.dev6 and config.author.dev5 in AMS would still have to be put under config.author.dev in AEM Cloud. Thanks in advance,CL
Dear Team,I need to track the search filters, which have various options, and define a data layer structure for this.Here’s the data layer suggestion we’re considering: adobeDataLayer.push({"event": "JobSearchFiltering","event_info": {"searchTerm": "software development", // Value of the search term"searchResultCount": "2", // Number of search results after applying filters"searchFilters": "Berlin, Software Engineering, Professional" // User-selected search filters}});For `searchFilters`, I’d like to confirm if this format is appropriate:- Option 1: `"searchFilters": "Berlin, Software Engineering, Professional"`- Option 2: `"searchFilters": ["Berlin", "Software Engineering", "Professional"]`Could you advise which format is more suitable? or both are wrong?Additionally, I want to capture the filter values in `List eVar1` in Adobe Analytics using Adobe clinet data layer. Could you guide me on setting this up? Thank you!
Hi there, Is it possible to retrieve parameters from the URL and check whether a response has already been submitted in the custom schema I created? I want to perform this check when a user clicks on the WebApp Survey link in the email. I’ve defined variables and set them as parameters under the WebApp’s properties:ctx.vars.feature_cd1, ctx.vars.feature_cd2, ctx.vars.feature_cd3, ctx.vars.feature_cd4. Can I add a JavaScript activity right before the page activity to check if a response has already been submitted for feature_cd=1, which corresponds to the feature_name1 column in the schema? If a response or value exists for that feature and the email ID, the user should see a "Thank you, you have already submitted the response" message. Similarly, if the URL contains two features (e.g., feature_cd=1&feature_cd2=2), the page should display two questions. However, if the user has already answered one but not the other, I’d like to hide the answered question and dis
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.