Run
Run -p relative-path-from-partition-root -u Unica_Marketing_Platform_user_name [-h partition] [-c catalogFile] [-s] [-m]
The Run command opens and runs a specific single flowchart file, where relative flowchart path and file name, partition, catalog file and user name are given.
You can use the following syntax:
[-S dataSource -U db_User -P db_Password]*
*
Options for the Run command
Indicates an alternative location in which to store the process log file. This option should be followed by a path relative to the Campaign installation, as in \partition1\logs. Do not specify a file name with this option, because the file name is assigned automatically.
*
Using this option also requires that the AllowCustomLogPath configuration property in the Campaign > partitions > partition[n] > server > logging category is enabled. See the Marketing Platform Administrator's Guide for details on setting configuration properties.
Specifies the IBM® EMM user name
[-v "varname=[']value[']"]*
[-x xml-filename]
Example of XML file for -x argument
This sample XML file sets the user variable named UVAcctType to the value Gold.
*
Campaign sets the user variable's value exactly as written in this file. Do not enclose the value in quotation marks if the value should not contain quotation marks.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<UserVariables>
<UserVar Name="UVAcctType">
<Values>
<Option>Gold<Option>
</Values>
</UserVar>
</UserVariables>