User's Guide > About the User's Guide > Word and Excel Templates > How to Setup Word Export Server
How to Setup Word Export Server
* 
This functionality requires additional licensing, contact PTC Sales for the same.
Prerequisite
Locate the cb-msoffice-integration-<version> .jar file in <CB install directory> /msoffice/ directory.
* 
Since Codebeamer release 22.10, the files in the <CB install directory>/msoffice/ directory have been renamed to cb-word-export-impl-<version>.jar and cb-word-import-impl-22.10-SP8.jar.
Installed Java version, check the java version of Codebeamer.
* 
Using Codebeamer release 22.10 or above, the following switches must be added to the java parameters:
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
--add-opens=java.base/java.util.concurrent=ALL-UNNAMED
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
Certificate files in case HTTPS is needed.
Was this helpful?