Skip to main content

Configuration Settings

JAMS contains a number of configuration settings that are listed below. You can change these settings using the Configuration shortcut on the JAMS Menu.

Contact

ContactDescription
Company NameThe company name to include in error reports.
Contact NameThe person in your organization responsible for JAMS deployment.
Contact PhoneThe responsible person’s phone number.
Contact EmailThe responsible person’s email address.
Automatically Report ExceptionsWhen set to true, failures of the JAMSServices will be automatically sent to JAMS technical support.

E-MailDescription
Default Notify E-mail AddressA comma separated list of e-mail addresses that will receive all notifications. You can remove inherited addresses by prefixing the address with a minus (-) sign. You can remove all inherited addresses by entering -*.
Mail ServerA Connection Store object that stores information for the SMTP Server. For new installations, the information from the "Default From Address for Sent Messages" and "SMTP Server for Sent Email Messages" fields in the installer is used to create the "Default_SMTP_Connection_Credential" Credential and "Default_SMTP_Connection" Connection Store object. See Installing JAMS for more information.
If you upgraded from JAMS 7.7.3 or earlier, the field contains the “Default_SMTP_Connection” Connection Store object that holds the information from the SMTP Server, SMTP Retry Count, and SMTP Retry Delay fields that have been removed from this screen. After the upgrade, the default Credential named "Default_SMTP_Connection_Credential" that stores the From Address information is also added to the "Default_SMTP_Connection" Connection Store object as a Mail Credential.
Maximum Log SizeLog files that are larger than this value will not be attached to notification e-mails.

System

ACL Security BypassDescription
Grant Administrators BypassOption to allow individuals in the Administrator group to bypass ACL security.
Grant Bypass GroupIndividuals listed in a specified group to bypass ACL security.

ACL Import/ExportDescription
Restrict ACL on ExportSelect the check box to prevent ACL information from being included in the XML when exporting any object, such as a Job or an Agent, from JAMS. To restrict the ACL for a specific object, use the Export-JAMSXML PowerShell cmdlet with -IgnoreACL. When selected, the Restrict ACL On Export option overrides the cmdlet.

Note: Ensure the JAMS Client and JAMS Scheduler have been updated to the same version to use this option.
Restrict ACL on ImportSelect the check box to prevent ACL information from being included in the XML when importing any object, such as a Job or an Agent, into JAMS. Inherited ACL information from within JAMS will still be applied. To restrict the ACL for a specific object, use the Import-JAMSXML PowerShell cmdlet with -IgnoreACL. When selected, the Restrict ACL On Import option overrides the cmdlet.

OptionsDescription
Schedule ExamplesExamples of natural language date specifications displayed in date editors.
Base URLThe base URL for this JAMS Scheduler web site.

EncodingDescription
Default input EncodingThe default input encoding for routine jobs.
Default Output EncodingThe default output encoding for routine jobs.

File LocationsDescription
Default Log Location*The default location for Job log files.
Common Log LocationUsed in a failover configuration to define a location that is common to both servers.
Temporary File LocationThe location for temporary files.

HistoryDescription
History Lookback PeriodThe number of days in the past to query history inside a detail dialog.
History Query LimitMaximum number of history records to return in a single query? (zero means unlimited)
History Query Time LimitThe maximum time to wait (in seconds) for a response to a history query.

Projected ScheduleDescription
Projected Schedule LimitThe maximum number of jobs to return in a projected schedule.
Projected Schedule Time LimitThe maximum time to wait (in seconds) for a response to a projected schedule.

MonitorDescription
Keep CompletedKeep completed Jobs in the Monitor for a specified period of time.

WorkdaysDescription
Work MondayIs Monday usually a workday?
Work TuesdayIs Tuesday usually a workday?
Work WednesdayIs Wednesday usually a workday?
Work ThursdayIs Thursday usually a workday?
Work FridayIs Friday usually a workday?
Work SaturdayIs Saturday usually a workday?
Work SundayIs Sunday usually a workday?

Presentation

ThemeDescription
Light ThemeThe theme shown to end-users when they select Light Theme.
Dark ThemeThe theme shown to end-users when they select the Dark Theme.

DocumentationDescription
HeaderThis HTML fragment is placed before all documentation content configured within this server.
FooterThis HTML fragment is placed after all documentation content configured within this server.

E-MailDescription
E-Mail HeaderThis HTML fragment is placed before all e-mail content configured within this server.
E-Mail FooterThis HTML fragment is placed after all e-mail content configured within this server.

*The DefaultLogLocation is a .NET format string used to construct the full file specification for a Job's log file. The data values passed in the formatting operation are:

  1. Directory specification
  2. Filename
  3. File Extension
  4. Folder Name
  5. Job or Sequence Name
  6. Run occurrence number
  7. JAMS Entry Number
  8. Timestamp date & time
  9. Timestamp year
  10. Timestamp month
  11. Timestamp day
  12. Timestamp hour
  13. Timestamp minute
  14. Timestamp second
  15. Timestamp millisecond