Hi everyone,I've followed the instructions step by step as provided by Adobe: https://helpx.adobe.com/marketing-cloud/how-to/aam-campaign.html ...I am trying to update a recipients segment via Campaign. The instructions seem pretty simple (step 11)....query the recipient table, find who you want, us...
Hi,We're currently working on upgrading our staging instance from 6.1 build 8724 to 6.1 build 8985. We've the following error while installing the package.Ignoring resources file: /usr/local/neolane/nl6/bin/lang/nlserver.engSRV-810031 Bad version for the shared memory block 'NlServerContext6.0'. Cur...
Hi all,a web service is returning JSON response like this example: {"name" : "Milan", "tool": "ACM", "reason": "This is a " test"} You may see the extra double quotes (marked red above) which are causing error. This JSON is properly escaped when is send from server (with one backslash) but after is...
Hi,I have created a email delivery where i need to insert date in the format August 21st,2019 (or) August 21st, 2019.I have used this script <%= formatDate(new Date(), "%Bl %D,%4Y") %>From this, I am able to get August 21,2019. but i want 'st',' nd,' rd', 'th' after the date. How can i get ...
I have to update the data which is already available in custom schema using API. For that I am using Below java script snippet.Workflow is Running without any error. But The data is not updated in tables. Please help me to solve this.var query = xtk.queryDef.create( <queryDef schema= "temp:fileI...
Team,I checked and see that, there is a field in recipient called 'cryptedId' in AC console. I see that, this is generated using 'AESEncrypt(@id)' function. I want to know what is the expiration time for this value?Because we're using this recipient id when we're sending link in the email delivery.T...
Hi team,We are using BuildPreviewFromId function in javascript, please let me know if we can add more personalization like 'targetData.amount' while calling the function. Below is the function definition:-var res = nms.delivery.BuildPreviewFromId( deliveryId, <params content="html" filter="@id=12...
Hi all,We have an external account configured to connect to MySQL. We've had to recently change the credentials so I've updated the account and password. Testing the connection also seems to be working fine. However, using the generic query editor on a schema that uses the account still tries to use...
Hello,We have a workflow that downloads files from a SFTP location. The download is successful but the current timestamp gets appended to the filename. We want to keep the filename as is when the download happens. Is there any way to disable this?Here's the screenshot..ThanksSree