To import a campaign, session, or flowchart
*
unica_acsesutil -s <sesFileName> -h <partitionName> 
-i <importFileName> [-f { flowchart | campaign | session }]
[-b { abort | replace | skip }]
[-S <datasource> -U <DBusername> -P <DBpassword>]
Example 1: import campaign
unica_acsesutil -s "campaigns/Campaign C000001_C000001.ses" -h partition1 
-i campaign.exp -f campaign
This example uses the previously generated campaign.exp file and imports Campaign C000001 data to the system tables on the target system, as well as to the "campaigns/Campaign C000001_C000001.ses" file located on partition1.
Example 2: import flowchart
unica_acsesutil -s "campaigns/Campaign C000001_C000001_ 
Flowchart1.ses" -h partition1 -i import.exp -f flowchart
This example uses the previously generated flowchart.exp file and imports the data associated with Campaign C000001_Flowchart1 to the system tables on the target system, as well as to the "campaigns/Campaign C000001_C000001_Flowchart 1.ses" file located on partition1.