Integration with Other Applications > Windchill Workgroup Manager Documentation > CATIA V5 > User > Advanced Techniques for CATIA V5 > CGR File Management for Large Assemblies > Server-side Generation of CGR Files for CATPart Documents
  
Server-side Generation of CGR Files for CATPart Documents
Beginning at Windchill 10.1 M010, creation of CGR files during publishing is supported for all CATPart documents. CATProducts continue to use the existing mechanism to flag for CGR creation.
The following is a sample configuration that is added to the wvs.properties file for CATIA V5:
publish.cadconvert.CATIAV5=com.ptc.wvs.server.publish.CadConvertCATIAV5,
cgrall=part,useworkerdownload\=$(wt.home)$(wvs.dir.sep)auth.properties
Where:
publish.cadconvert.CATIAV5=com.ptc.wvs.server.publish.CadConvertCATIAV5 is the required setting for publishing the CATIA V5 viewable
cgrall=part is the operational setting for enabling CGR part generation
useworkerdownload\=$(wt.home)$(wvs.dir.sep)auth.properties is the operational setting for enabling file synchronization
If server-side CGR generation is enabled, disable the client-side CGR generation by setting the upload.cgr.files preference to No.
You do not need to perform any further configuration on the worker or change any Windchill preferences.
* 
In addition to the CGRs for CATPart, it is also possible to generate a SUPER CGR output (assembly-level CGRs) for CATProduct that is controlled by the Windchill preference Assembly-Level CGR parameter (boolean) as well as the Theorem Adapter property "adapter/output_CGR " that is used in the Worker mode for generating those Super CGRs. This requires the purchase of an additional CGR Theorem License Feature.