Show TOC

Agentry Server: [Agentry] Configuration SectionLocate this document in the navigation structure

The following table lists the available configuration options, acceptable values, and descriptions of the settings in the Agentry set of properties found in the SAP Control Center. These settings are also those found in the [Agentry] section of the Agentry.ini file.

Configuration Setting Acceptable Values Description
systemName Any Text Value This optional parameter specifies the name of the Agentry Server. This value is displayed in the title bar of the Server’s GUI interface on the console. If no value is specified, or if the setting is omitted from the section, the default value of “Agentry Server” is displayed.
messageLogFile Valid file name or path and file name. Default: messages.log This parameter contains the name of the file to which message log items are written. In most cases the default of messages.log is sufficient. It can be changed to specify a different file name or location. The path can be relative to the Server’s installation folder; or a full path including drive letter.
eventLogFile Valid file name or path and file name. Default: events.log This parameter contains the name of the file to which event log items are written. In most cases the default of events.log is sufficient. It can be changed to specify a different file name or location. The path can be relative to the Server’s installation folder; or a fill path including drive letter.
logMaxSize Numeric value, assumed to be in bytes. Default: 0 The maximum size of the messages.log file in bytes. A value of 0 indicates no maximum size. Any other value will result in the log file roll behavior when the messages.log file exceeds the value set here.
logRollTime Time of day in 24 hour clock format. Hour and minute of the hour only. Default: 1:45 The time of day, in 24 hour format (HH:MM) when the events and messages log files should be rolled. The Server must be running at the time specified here in order for the files to be rolled.
logRollCommand Valid batch file name or path and batch file name. Default: roll.bat The name of the batch file or command to roll the events and messages log files. The default roll.bat is installed with the Server. The command referenced here is executed when the log roll time (logRollTime) is reached, or the maximum log size (logMaxSize) is exceeded.
logRollsAtTime Boolean value of “true” or “false.” Default: true Boolean value of true or false indicating whether to roll the messages and events log files based on the time in logRollTime.