Super confused. I have an environment where we have 11 terminals running aloha. There are a few terminals that I don't want to be running as Masters since the restaurant turn those off and turn them on when the restaurant gets full.
The following below is the IBER I have on TERM 1 for example. But when master goes down TERM1 still takes over even tho I have SET MASTERCAPABLE=FALSE something doesn't make sense. It is like it is ignoring the IBER. Anyone have similar issues?
SET IBERROOT=aloha
SET LOCALDIR=C:\Aloha-system\aloha
SET CALIBRATE=C:\Calib.bat
SET EDCPATH=\\ldcserver3\bootdrv\ALOHA\EDC
SET TERMSTR=TERM
SET TERM=1
SET NUMTERMS=11
SET SERVER=LDCSERVER3
SET MASTERCAPABLE=FALSE
SET SERVERCAPABLE=FALSE
SET DOUBLECLICK=TRUE
SET AUTOEXIT=TRUE
SET REBOOTNT=TRUE
COPY %LOCALDIR%\newbin\*.* %LOCALDIR%\bin
ECHO y | DEL %LOCALDIR%\newbin\*.*
START C:\Aloha-system\aloha\BIN\IBER.EXE
The following below is the IBER I have on TERM 1 for example. But when master goes down TERM1 still takes over even tho I have SET MASTERCAPABLE=FALSE something doesn't make sense. It is like it is ignoring the IBER. Anyone have similar issues?
SET IBERROOT=aloha
SET LOCALDIR=C:\Aloha-system\aloha
SET CALIBRATE=C:\Calib.bat
SET EDCPATH=\\ldcserver3\bootdrv\ALOHA\EDC
SET TERMSTR=TERM
SET TERM=1
SET NUMTERMS=11
SET SERVER=LDCSERVER3
SET MASTERCAPABLE=FALSE
SET SERVERCAPABLE=FALSE
SET DOUBLECLICK=TRUE
SET AUTOEXIT=TRUE
SET REBOOTNT=TRUE
COPY %LOCALDIR%\newbin\*.* %LOCALDIR%\bin
ECHO y | DEL %LOCALDIR%\newbin\*.*
START C:\Aloha-system\aloha\BIN\IBER.EXE