Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Export campaign without workflows in a package

Avatar

Community Advisor

Hi,

 

I am trying to share one campaign (with several and heavy workflows) between different environments.

The xml package has around 60MB and rich client is crashed every time. Tried to upload file to the server and to import package with nlserver command but error is raised.

 

In serverConf.xml Javascript memory is raised to 512 MB.

 

Is there any way to export only campaign (folder and basic data) and then continue with importing workflows one by one?

 

Regards,

Milan

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

Follow these steps:

  1. Update workflows set @campaign-id = -{campaign-id} where @campaign-id = {campaign-id} (set the negative bit for campaign-id)
  2. Export campaign
  3. For each workflow in @campaign-id = -{campaign-id}:
    1. Export
    2. Set @campaign-id to {campaign-id}

 

Thanks,

-Jon

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

Follow these steps:

  1. Update workflows set @campaign-id = -{campaign-id} where @campaign-id = {campaign-id} (set the negative bit for campaign-id)
  2. Export campaign
  3. For each workflow in @campaign-id = -{campaign-id}:
    1. Export
    2. Set @campaign-id to {campaign-id}

 

Thanks,

-Jon

Avatar

Community Advisor
Excellent! It is kinda scary but it is working like a charm!