In this episode of tenacious troubleshooting, we are focused on the -97 error.
1. The easy part is finding what the FlexNet error codes mean. It is noted here:
http://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Common-FlexNet-error-codes.html
2. When this error happens on the license server, just look at the server log file to determine what the problem is. You can also check out this blog post for more info as well.
http://upandready.typepad.com/up_and_ready/2014/06/flexnet-licensing-error-97121.html
3. In this instance, on the client workstations, when we launched the product, the FlexNet Finder window would keep on looping and the error was 0.0.0.
a. We confirmed that the license server at the site was running the current version of NLM (11.12).
http://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Autodesk-2015-product-will-get-a-0-0-0-error-when-using-11-11-NLM.html
This is also noted in the log file on the license server.
b. We then increased the error messages for licensing by adding this environment variable on the workstation.
http://knowledge.autodesk.com/search-result/caas/sfdcarticles/sfdcarticles/Increasing-verbosity-of-FLEXlm-errors-s.html
c. We finally get the dreaded -97 error message.
In the dialog box, we confirmed that client was looking at the correct server and the Windows Firewall was correctly configured as noted in steps 4-6 in the Quick Start Setting up a License Server blog post.
The client machine indicated that the server was not running. A known issue is having with other 'vendors' on the server along with Autodesk products. The symptom is that the server log file will appear like it is running but it is not actually running. The solution is basically to stop the Autodesk license server and edit the license file and add a port to the license file as noted below:
SERVER TOR2UA13809X0 3CD92B5B4B2E 27001
USE_SERVER
VENDOR adskflex port=2080
PACKAGE etc
INCREMENT etc
Once the file has been edited, just restart the license server and the software should launch correctly.
For more info on the this issue, please check out the following posts/articles:
http://upandready.typepad.com/up_and_ready/2014/07/autodesk-network-license-manager-1112-and-other-products-using-flexera-licensing.html
http://knowledge.autodesk.com/search-result/caas/sfdcarticles/sfdcarticles/License-Manager-11-12-and-The-Foundry-conflict.html
Thanks to Sean Couture for confirming this workflow was indeed the problem.