Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

image-20240723-180617.png

The above error message when launching the Velocity thick client may be attributed to one of the follow reasons.

  • Velocity Services are not running on the Velocity server

  • DNS not resolving the hostname of the Velocity Server

  • Networking related issue not allowing traffic over TCP port 2025

  • Misconfigured database settings

  • Lack of resources on the Velocity Server due to too many active alarms.

Troubleshooting

Velocity Services are not running on the Velocity server

Open services.msc and ensure the Velocity services are running. The Velocity Security Domain Service specifically needs to be running to allow thick client connections.

image-20240723-181214.png

DNS not resolving the hostname of the Velocity Server

Velocity connects to the Velocity Application via the hostname. Therefore, Windows DNS setting should allow the the hostname of the Velocity Server to resolve. You can try the command on the client workstation to see if DNS is resolving the hostname.

nslookup VelocityServerHostName
image-20240723-182201.png

Networking related issue not allowing traffic over TCP port 2025

Using Microsoft’s TCPView from the Sysinternals suite. Can help troubleshoot potential issues with the network connection. In the below example, we can see Velocity performed a Sys Sent over TCP port 2025, but did not receive a message back from the Velocity Server.

image-20240723-183028.png

Misconfigured database settings

Running the following SQL query results in the value of the what Velocity client is trying to connect to when launching Velocity. The appropriate response should be the hostname of the Velocity Application Server.

USE Velocity
SELECT Value FROM Registry
WHERE ComputerName = 'HostNameOfClient' AND Property = 'RemoteServerIP'
image-20240723-183559.png

If the value is incorrect, then you can contact your SQL database administrator to correct the issue via SSMS, or you can reinstall the Velocity client ensuring you are entering the correct value for the ‘Velocity Server location’.

image-20240723-183812.png

Lack of resources on the Velocity Server due to too many Alarms.

See the following document on reviewing the number of active alarms and how to clear them.

Delete Velocity Alarms

  • No labels