A 953 Error (often appearing as 953 - Error Communicating with Server) typically indicates a breakdown in communication between the GibbsCAM client and the NLO (Network Licensing Option) server. This usually occurs because the client cannot find the server on the network or the specific port is being blocked.
1) On the client delete the roaming XML from:
GC2025: C:\ProgramData\CAMBRIO\GibbsCAM\LicenseData\250.0GC2026: C:\ProgramData\Gibbs\GibbsCAM\LicenseData\260.0
To adjust the HOST name in the license file, use Notepad to open the client's *.lic file and make sure the HOST name is correct, using one of the following examples.
Example 1: If the license file references the server by hostname (such as "myServer"):
#LSHOST=myServer
HOST myServer
Example 2: If the license file references the server by IP address (such as "10.101.102.103"):
#LSHOST=10.101.102.103
HOST 10.101.102.103