When working with a Planning tool in combination with Studio Server, the number of produced pages may at some point become out-of-sync with the number of planned pages. When this is the case, a decision needs to be made whether or not the pages should be synchronized.
In Studio Server, this is done as follows:
- In Studio for InDesign, a message is shown asking the user if the produced pages should be synchronized with the planned pages. The user can choose between Yes and No. By default, the Yes button is active.
- In InDesign Server, no user interaction is possible. The default behavior is that the pages are synchronized.
Overruling the default behavior
Because synchronizing pages may result in content loss (pages that are removed may contain content), it is safer to have 'don't synchronize the pages' as the default option.
This behavior can be set by using the PageSyncDefaultsToNo option:
- For InDesign Server, the PageSyncDefaultsToNo option can be set either in the configserver.php file of Studio Server or in the WWSettings.xml file of each installation of Studio for InDesign Server.
- For InDesign, the PageSyncDefaultsToNo option can only be enabled through the WWSettings.xml file of each Studio for InDesign Server installation. (InDesign ignores the option set in the configserver.php file.)
Configuring the configserver.php file
Info: Performing the described step requires direct server access. Depending upon how your system is hosted and the level of access you have to that system, coordination may be required with your Partner or WoodWing Support team. For a full overview of the steps that need to be done by WoodWing and how to request them, see WoodWing Cloud - Change management.
- File: configserver.php file (recommended: config_overrule.php file)
- Name of option: PageSyncDefaultsToNo
- Area: SERVERFEATURES
- Example:
new Feature( 'PageSyncDefaultsToNo'),
Note: For the InDesign Server Automation feature, the PageSyncDefaultsToNo option is already enabled in the configserver.php file.
Configuring the WWSettings.xml file
- File: WWSettings.xml file
- Name of option: PageSyncDefaultsToNo
- Location: anywhere between the
<Settings> </Settings>
tags - Example:
<SCEnt:PageSyncDefaultsToNo/>
Important: Make sure to validate the WWSettings.xml file for correct content. See Validating the WWSettings.xml file.
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.