Issue:
For Autodesk Vault after 2022.1 when an SSL Configuration Enhancement was introduced that made it easier to configure the Vault server to use the Secure Sockets Layer (SSL) that can benefit the Vault Backup schedule task, which is included in the IMAGINiT Utilities for Vault Server.
But you may find that the related Vault Defragment scheduled task fails with the same apparent SSL settings procedure.
Causes:
The Vault Defragment Task needs all four of the config files to be updated like the SSL-enable procedure before Vault 2022.2 which is detailed here that updated these four config files:
- Connectivity.ADMSConsole.exe.config
- Web.config
- Connectivity.WindowService.JobDispatch.exe.config
- SiteConfiguration.xml
Solution:
In addition to the four config files listed in the Vault 2021 Help topic listed above, one more config file for the IMAGINiT Utilities for Vault Server will need to be updated, here:
C:\Program Files (x86)\IMAGINiT Technologies\IMAGINiT Utilities for Vault Server\VaultBackupConfig.exe.config, in this context:
Replace "Localhost" with the Fully Qualified Domain Name (FQDN) for the server.
<add key="Server" value="localhost" />
like this, for example:
Note: Make sure to use "https" before the Server's FQDN, rather than "http". The scheduled task will fail if the "https" is not used or is missing, before the FQDN.
Special thanks to Nikki Hurmence of GENESYS for confirming this solution.
About the Author
Follow on Linkedin More Content by Bob Felton