I have tried the document you suggested and get the same error. Below is the runit.bat file contents, is there a way to verify that we are getting to the right place for the license?
set MFCES_INIT_LOCATION=\\easternbank.com\dfsroot\spears\ces.ini
set PATH=\\easternbank\dfsroot\spears\fpasrun;%PATH%
rem set PATH=\\ServerName\Share_bin64;%PATH%
rem set PATH=Location_of_Apps;%PATH%
mfcesdchk.exe >nul
if errorlevel 1 goto startlic
goto startapp
:startlic
start /B mfcesd -b
:checkloop
mfcesdchk.exe >nul
if errorlevel 1 goto checkloop
:startapp
fpbday
All of the runtime modules are in the FPASRUN folder including my code.
Thanks