@echo off lmstat -c 27000@tekla-lic-server -a > C:\Logs\tedds_lic_%date:~-4,4%%date:~-10,2%%date:~-7,2%.log if %errorlevel% equ 0 ( echo License OK ) else ( echo License ERROR - restart service net stop "Tekla License Server" net start "Tekla License Server" ) This paper is intended for educational and operational planning purposes. Always refer to the latest Tekla Licensing Policy from Trimble Inc.

Read more

Tekla Tedds License -

@echo off lmstat -c 27000@tekla-lic-server -a > C:\Logs\tedds_lic_%date:~-4,4%%date:~-10,2%%date:~-7,2%.log if %errorlevel% equ 0 ( echo License OK ) else ( echo License ERROR - restart service net stop "Tekla License Server" net start "Tekla License Server" ) This paper is intended for educational and operational planning purposes. Always refer to the latest Tekla Licensing Policy from Trimble Inc.