I am getting both a "program not found" and file error 35 when I try to use the @server code. My server name is Decision1 and my config file, in part, is as follows:
#
#Search path for programs.
CODE_PREFIX @decision1:G:\apps\UPW2018 G:\APPS\DB2018
#
#Errors control
ERRORS_OK ON
#
#Search path for data files.
FILE_PREFIX @decision1:G:\apps\UPW2018
ICON G:\apps\UPW2018\DSI.ICO
#
My run time config file uses the following and works just fine. Why is my @server not working? Is my syntax wrong? thanks
#Search path for programs.
CODE_PREFIX G:\apps\UPW2018 G:\APPS\DB2018