When opening MultiTrans, although correct server info is entered, we get no textbases and termbases at all. When opening the server window, even after re-entering my credentials, I get "Login failed, please try again". This happens on each employee's computer. You may also see the following error message in the log file "C:\ProgramData\Donnelley\Tracing\MultiTrans.log": LogIn : Exception occurs while loging in to Session Server : "An error occurred while making the HTTP request to https://[my-multitrans-server].com/MultiCorporaServices/DirectorySession/Service.svc. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server" |
Ask your IT department for assistance. Basic checks1. Check that the versions for MultiTrans Client and the MultiTrans Server are the same. There are known conflict issues if the versions do not match. Here is how to check the installed version:
2. Users may be using the incorrect address or protocol from the MultiTrans Client. You can check the configuration via Preferences > Configure Server > Edit. Do not copy and paste the server address - always type it manually as additional blank spaces or formatting characters may also be inserted by mistake. 3. If your password has recently changed, re-enter your login credentials via Preferences > Configure Server > Edit. 4. Restart the MultiTrans Services on the server and see whether this solves the issue. If your server is hosted by RWS, log a support case in the RWS Support Gateway. Check your networkCheck with your IT department whether your network settings have recently changed. Check the following:
Enable TLS 1.2Both solutions below require administrator privileges. Ask your IT department for assistance.
TLS 1.2 - Solution 1: Add the following the registry key
TLS 1.2 - Solution 2: Edit the following configuration files1. Make sure the MultiTrans Client is closed and then open the following file in Notepad:C:\Program Files (x86)\Donnelley\MultiTrans 6.0\MultiTrans Client\MultiTrans.exe.config 2. Add the snippet highlighted in red below so that the file structure looks like this:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
...
<appSettings>
<system.serviceModel>
...
</system.serviceModel>
<runtime>
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSchUseStrongCrypto=false" />
</runtime>
<configuration>
3. Open the following file in Notepad: C:\Program Files (x86)\Donnelley\MultiTrans 6.0\MultiTrans Client\MultiTrans.Client.exe.config 4. Add the snippet highlighted in red below so that the file structure looks like this:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
...
</configSections>
<appSettings>
...
<appSettings>
<system.serviceModel>
...
</system.serviceModel>
<system.diagnostics>
...
</system.diagnostics>
<modules>
...
</modules>
<startup>
...
</startup>
<userSettings>
...
</userSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
...
</assemblyBinding>
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSchUseStrongCrypto=false" />
</runtime>
<configuration>
5. Save the changes to both of these files and then restart the MultiTrans Client. |
1. The server connection details were not configured correctly or needed to be updated. 2. The MultiTrans server may have been in a faulty state, in which case restarting the MultiTrans services may resolve the problem. 3. A network outage or a network configuration change may prevent the MultiTrans Client from connecting to the server correctly. 4. TLS 1.0/1.1 have been disabled on the server and the MultiTrans Client has not been configured to use stronger encryption. |