var kEvents = xtk.queryDef.create(<queryDef schema="xxlmig:newValidation" operation="select"><select><node expr="@student"/></select></queryDef>).ExecuteQuery();for each (var row in kEvents){logInfo("@student: "+row.@student);logInfo("----End----");}
Hi there, I am attempting to update my schema structure, and when I navigate to Tools > Update Database Structure, I receive the following error. This issue occurs on the Stage instance, but everything seems to be functioning correctly on the Prod instance, where no errors are appearing. Please sug...
I have workflow like that.In JS node I write the request to Target delivery API. Then it responds with JSON with products for a particular user. Delivery API has such a constraint. Do you have any ideas how I can workaround this in Campaign workflow? I am a little newbie to Campaign that's why I am ...
HiHow to get the data in a csv file while an email copy sent to customer, its like BCC but the BCC search was not very quick to find a emails as we send 100k emails some times more. In this case how to find a copy of email copy stored? for better quick search.
Hi there,"I am passing the recipient's email through a survey URL generated in Adobe Campaign and need to decrypt this email address. I'm using a JavaScript function to extract the email parameter from the URL, decrypt it, and send the data to a table. However, the decrypted string is still appearin...
Hi All ,We want to update the frontal server's config file so that it only listens to specific hostnames (for example the "mkt" hostnames) instead of all of them. Right now, the config file is set to host='*', meaning it listens to all hostnames.We want to change it to use a list of specific hostna...
Hi, got the below error when preparing a delivery. What could be the possible reasons? XSV-350122 An error occurred and the process has been stopped.SOP-330011 Error while executing the method 'PrepareMessage' of service 'nms:delivery'.SOP-330011 Error while executing the method 'PrepareMessageImpl...
Hi, I have some issues since the last upgrade of adobe campaign classic v8.To give more context, i use sysfilter in all schema.Since this morning, the specific user operator can't read the list that he create. Only admin can create and read list. Someone can help me Mohamed
Hi, We currently execute large adhoc push deliveries up to 600k at a time sometimes multiple times a day in Campaign Standard and have found this to be very inconsistent with delays of up to 15-30 mins. Has anyone with access to Campaign V8 that sends similar volumes noticed any performance improvem...