The campaign workflow cannot be started in the Adobe Campaign classic environment: After I click the start button after created a campaign workflow, it will not run, only in the "Start as soon as possible" status, all the process control buttons are gray.I've checked the log, it shows "Command 'Wake...
Hi, I'm uploading a Job with several columns, one of them is the "gender" column but since it's an "integer type" I'm not being able to get the update of this column done and it keeps showing as "None specified".
Hello!We have a Telemarketing channel and external account setup and it is of Delivery Mode = Bulk deliveryWe have a JS connector to the external account:function processDeliveryPart (deliveryPart) {var msgs = <messages successOnSent="true"/>;for each( var msg in deliveryPart.message ) {msgs.appendC...
Hello, I am using an image the email but I want to personalized the image link from the data value. For instance, <a img src="http://www.abc.com/images/email_hero_<%=targetData.ImageLink%>.jpg" width="580" /></a> But it's not working. Any idea? Thanks!
Hello, I am using greater than sign '>" to compare two data values and show a value.For instance, there are two data fields: Men and Women. Men value is '10', and Women value is '5': Men10Women5 1: I am using following syntax but its not working: <% if (targetData.Men > targetData.Women) {%>show thi...
I am displaying/hiding form elements based on a user dropdown select option, the following script is meant to add/remove required attributes on the fields, however, it seems that validation is not taking this into account, could it be that validation script only runs on page load rather than on dyna...
Hello, I would like some more information on how to use the SQL activities in adobe campaign classic.let's say for example Instead of using the generic query editor to query the recipient's table for email = "helloworld@123domain.com" I wanted to use the SQL activity and write: SELECT T0.[iRecipient...
I created a FDA connnection to a MySQL database. And then I use the activity "data loading(RDBMS)" to synchronize the data from the MySQL tables, the table has aout 30 million rows in it, after I run the activity for 10 mins, the SQL process in the MYSQL database missing from the processlist. How ca...