Johannes Johannes
Subscriber

I am having a similar issue trying to run LSTC LS-Dyna. The system is Red Hat (actually Rocky Linux 8.7). I initially set the variables as follows:

export LSTC_LICENSE=network
export LSTC_LICENSE_SERVER=31010@159.196.42.234
export LSTC_INTERNAL_CLIENT=off
 
which gave the following error output:
 
*** Error lstc_client failed: No such file or directory
 
 *** License problem ***
 Network license:
 
 *** Error Could not run license client
 
 
 *** Error 70022 (OTH+22)
 
Based on this thread, I then changed the way I set the variables to:
 
export LSTC_LICENSE="network"
export LSTC_LICENSE_SERVER="159.196.42.234"
export LSTC_INTERNAL_CLIENT="off"
 
which gave a slightly different error:
 
 *** License problem ***
 Network license:
 
 *** Error License client died!
 
 *** Error 70022 (OTH+22)
 
After that, I also tried temporarily disabling the licence server's firewall, which resulted in the same error. I don't know if the first or second configuration is closer to correct.
 
Does anyone have advice about the possible causes of this error?