Example: Exporting a campaign or flowchart

The following examples show how to use the session utility (unica_acsesutil) to export a campaign or flowchart.

unica_acsesutil -s <sesFileName> -h <partitionName> 
  -e <exportFileName> [-f { flowchart | campaign | session }]
  [-S <datasource> -U <DBusername> -P <DBpassword>]

Example 1: Exporting a campaign

unica_acsesutil -s "campaigns/Campaign C000001_C000001.ses" -h partition1 
     -e campaign.exp -f campaign

Example 1 generates an output file named campaign.exp for exporting the campaign associated with Flowchart1, based on the "campaigns/Campaign C000001_C000001.ses" file located on partition1.

Example 2: Exporting a flowchart

unica_acsesutil -s "campaigns/Campaign C000001_C000001_ Flowchart1.ses"  
     -h partition1 -e flowchart.exp -f flowchart

Example 2 generates an output file named flowchart.exp for exporting flowchart C000001_Flowchart1, based on the "campaigns/Campaign C000001_C000001_ Flowchart1.ses" file located on partition1.