When this parameter is not set, the shared directory location is automatically passed by MoSes to Symphony. In addition, the system checks for the existence of the shared MoSes directory when the service makes a createSession() call.
When this parameter is set, you need to specify the location of the shared directory.
Specify the Windows directory used by MoSes as a UNC path. This is the same shared directory used for MoSes standard master/worker mode. Symphony writes calculations results to this directory, MoSes retreives results from this directory.
In addition, the system checks for the existence of the specified shared directory when the service makes an onCreateService() call.
By default, log level is set to view all messages that are logged in the information level.
You may want to change this in a production environment to log only some levels.
Note that lower log levels include higher log levels. For example, if the log level is set to WARN, messages included are WARN, ERROR, and FATAL.
This parameter represents the number of times the service will retry a drive mapping operation if the first attempt fails. Default value is "0", i.e., no retries. This means that if you do not specify this parameter in your configuration and a drive mapping fails during a binding operation, the mapping will not be retried and the OnSessionEnter() method will issue an exception immediately.
This parameter represents the number of seconds to wait between retry attempts. Default value is "10", i.e., wait 10 seconds before the next retry.
MOSES_INT_DRIVEMAP_RETRIES_MAX="3"
MOSES_INT_DRIVEMAP_RETRIES_INTERVAL="5"
If the initial drive mapping fails, the service will wait 5 seconds and then retry the operation up to 3 times until it either succeeds or gives up after retrying for the third time. A 5 second wait will be applied between each subsequent retry of the mapping.
This parameter represents the number of times to retry the opening and reading of the errlevel.txt output file from the Moses32.exe worker if the first attempt fails. Default value is "1", i.e., 1 retry. This means that if the service cannot open the errlevel.txt file at the end of the task invocation, the service will try one additional time to open and read the file again after a 2 second (default) delay.
This parameter represents the number of seconds to wait between retry attempts. Default value is "2", i.e., wait 2 seconds before next retry.
MOSES_INT_ERRLEVEL_RETRIES_MAX="5"
MOSES_INT_ERRLEVEL_RETRIES_INTERVAL="5"
If the initial attempt to open and read the errlevel.txt file fails, the service will wait 5 seconds and then retry the operation up to 5 times until it either succeeds or gives up after retrying for the fifth time. A 5 second wait will be applied between each subsequent retry to open and read the file.