Appendix: DocumentService Sample Transforms.xml file
Below is a sample of the Transforms.xml file used in the DocumentService installation.
<Transforms>
<Transform FileName="Installs\DocumentService.msi" Category="CatName">
<Property Id="DocumentService.STSService.Url" Value="https://adminstg.wolterskluwerfs.com/STS/" />
<Property Id="DocumentService.ApiName" Value="wk-dgs-core" />
<Property Id="DocumentService.ApiSecret" Value="dc1c4955ebb64489912264cbfe3b622" />
<Property Id="DocumentService.AccountBulkhead.MaxParallelization" Value="500" />
<Property Id="DocumentService.EDSHostName" Value="stg-expere.wolterskluwerfs.com" />
<Property Id="DocumentService.EDSUsername" Value="stsuserName" />
<Property Id="DocumentService.EDSPassword" Value="stspassword" />
<Property Id="DocumentService.EZTransformHostName" Value="http://localhost:8082/EZTransform"/>
<Property Id="DocumentService.EZTransformInstalled" Value="false"/>
<Property Id="DocumentService.RabbitMqURL" Value="rabbitmq://localhost">
</Transform>
</Transforms>
Additional considerations
Consider additional guidelines when using the following properties:
- DocumentService.EDSUsername: The username name of the STS account;
- DocumentService.EDSPassword: The password name of the STS account;
- DocumentService.EZTransformInstalled: If set to 'false," the health check passes if EZ Transform is not installed;
Note: username and password values identified in the example above should
be replaced with your unique values.