We had a client ask a question around what happens with campaign tracking/reporting if the campaign server is down? For instance, we send an email in the morning and 5 minutes later the Campaign server goes down. Is the reporting during the downtime lost?
We have Adobe Campaign Classic (v7) installed on a Windows server and want to setup an import workflow to pull data from a Shared network drive.We are doing this because there is a restriction on SFTP.However, the workflow refuses to recognize the network drive.Is this a limitation or do we need to ...
HiI've created a data extraction within Adobe. Curious, but I need to add a trailing record that includes ABC and then the count of records in the file.Any ideas?
Hi All,Can we copy the column data in a schema into another?I'm trying to change the data type of an attribute in a schema and worried that i lost the previous data which are already present in the attribute when i change the datatype.For eg: Column/Attribute A of type INTEGER has some data. Now i'...
Hi All,We have a requirement to get the file name from data loading activity.In a manual data loading workflow how to get the filename say File1.csv in another js (C:\Users\Documents\File1.csv)Thanks,Maheswari
Hi,consider i have created a web application and a schema for it.Web page have name, age and email and a submit button. when he fills the form and submit it, data is getting added in schema successfully.But in schema i want an additional column like "registered time". In that, schema automatically w...
HI Team,I hope you are doing good.I am working on a project in which we are trying to capture the feedback form data. The form is send as an email and when the user enters the details , they must be stored directly in the database and a thank you message should appear there only.Problem : Mostly whe...
Hi,How to list the content of a ZIP file with ZipFile?In the documentation, we can only extract a file if we know its name (see ZipFile.getEntry(name) in https://docs.campaign.adobe.com/doc/AC/en/jsapi/c-ZipFile.html ).How can we list the files inside? Or extract the first file? We tried ZipFile.ent...
HelloI've created a workflow that has an output of 10mil records. I created my data extraction object. I am returning on 4 fields and none of them are calculated.As of writing this question on the forums, the data extraction step is at 25minutes. Is this expected? If not, is there anything I can do...
I want to run a small utility java jar inside the campaign workflow. I tried to use DOS Script , tried to set a path and classpath before running java -jar .But this didn't run. Any documentation or sample code on this code will be helpful.Thanks,