Expere Engine: configuring Transforms.xml and creating/installing the application
This procedure explains the process for installing or upgrading Expere.
- Verify prerequisites are satisfied. See Prerequisites for more information.
- Verify you have the certificates imported and access to private keys provided
- The user should be in administration on the server where Expere components will be installed. You may need to run in an administrative command prompt.
- For new installs ONLY: verify the
content.manifestfile is present in the following folder:ExpereRepository\DeployedERLContent\ORG.WoltersKluwerFinancialServices.Root.The file content should consist of the following:<?xml version="1.0" encoding="utf-8"?> <ContentManifest> </ContentManifest>Note: If you have already deployed content, this file does not need to be purged. - Stop Wildfly and run the uninstall Wildfly script to uninstall all Wildfly components. In an administrative command prompt, run 'sc delete Wildfly.' Verify that it is removed from the services list before running the installer.bbbbh
-
From
ReleaseFiles\Expere\InstallTransformKitfolder, access theTransforms.xmlfile, change all server names to the desired server name or URL. See Appendix: Expere Engine Sample Transforms.xml file for more information.Note: Using "LONGTERMSQLSERVERHOSTNAME," name the archive database the same as the main database but append the word “archive” to the database name.Note: You must add the following properties to theTransforms.xmlfile:- WAS_HOST_BIND
- WAS_PORT_BIND
Note: If configuring an environment with multiple servers to be load balanced, you must add the following properties to theTransforms.xmlfile:- ENABLE_ORGANIZATION_CACHE (default setting is "true")
-
Run
run.batto create the Expere Wildfly installation file (for example: ExpereInstaller.msi; this name matches the FileName property in theTransforms.xmlfile) in theInstallsfolder. -
Create a
ExpereRepositoryfolder; create the following folders insideExpereRepository:BuildContentDeployedContentDeployedERLContentTempSchemasUploads
A sample Expere Repository has been provided here:ReleaseFiles\DocGenServices\ExpereRepository_Sample.zip -
Share
ExpereRepositoryfolder with the accounts running DocGenServiceHost and Manangement. - Run the .msi installation file and accept the defaults.
- Accept all defaults and click Install.
-
Check the event logs to troubleshoot any database errors. See
Appendix: Using Log
Files.
Note: You may receive a message stating that an issue exists with the Windows Installer package. Click OK and note that your installation was successful.
-
To verify Expere is functioning normally, enter
https://localhost:8080/Common/CacheManager. -
After installation: in
C:\Program Files\WKFS\Expere\wildfly-18.0.0.Final\standalone\deployments\ExpereServices-20.1.0.2778.ear\lib\config\ehcache.xml, change the following (100 to 10000):<sizeOfPolicy maxDepth="100000" maxDepthExceededBehavior="abort"/>.