Skip to main content

Configuration

Viewing the Configuration Settings

JAMS contains a number of configuration settings that are listed below. You can change these settings as needed.

  1. Click System from the main menu.
  2. Click Configuration. Several tabs are displayed.
  3. Modify the settings listed in the tables below.

Contact Tab

ContactDescription
Company NameThis property specifies the company name to include in error reports.
Contact NameThis property specifies the person in your organization responsible for the JAMS deployment.
Contact PhoneThis property specifies the responsible person’s phone number.
Contact EmailThis property specifies the responsible person’s email address.
Automatically Report ExceptionsSelect the checkbox to have failures of the JAMSServices automatically sent to Technical Support. Clear the checkbox to not have the failures sent to Technical Support.
E-MailDescription
Default Notify Email AddressThis property specifies a comma-separated list of email 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.
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 SizeThis property specifies the maximum value/size for log files. Files that are larger than this value will not be attached to notification emails. The default value is 1,000,000.

System Tab

ACL Security BypassDescription
Grant Administrators BypassSelect the checkbox to allow individuals in the Administrator group to bypass ACL security within JAMS. Clear the checkbox to require individuals in the Administrator group to use the ACL security.
Grant Bypass GroupEnter the group name that can bypass ACL security.
ACL Import/ExportDescription
Restrict ACL on ExportSelect the checkbox 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 checkbox 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 ExamplesSelect examples of natural language date specifications that will be displayed in date editors within JAMS.
Base URLThe base URL for this JAMS Scheduler web site.
EncodingDescription
Default input EncodingThis property specifies the default input encoding for routine Jobs.
Default Output EncodingThis property specifies the default output encoding for routine Jobs.
File LocationsDescription
Default Log Location*This property specifies the default location for Job log files.
Common Log LocationThis property is used in a failover configuration to define a location for the log file that is common to both servers.
Temporary File LocationThis property specifies the location for temporary files.
HistoryDescription
History Lookback PeriodThis property specifies the number of days in the past to query history inside a detail dialog.
History Query LimitThis property specifies the maximum number of history records to return in a single query. (Zero means unlimited.)
History Query Time LimitThis property specifies the maximum time to wait (in seconds) for a response to a history query.
Projected ScheduleDescription
Projected Schedule LimitThis property specifies the maximum number of Jobs to return in a projected schedule.
Projected Schedule Time LimitThis property specifies the maximum time to wait (in seconds) for a response to a projected schedule.
MonitorDescription
Keep CompletedThis property specifies the amount of time to keep completed Jobs in the Monitor.
WorkdaysDescription
Work MondaySelect the checkbox to set Monday as a workday within JAMS. Clear the checkbox to set it as a non-workday.
Work TuesdaySelect the checkbox to set Tuesday as a workday within JAMS. Clear the checkbox to set it as a non-workday.
Work WednesdaySelect the checkbox to set Wednesday as a workday within JAMS. Clear the checkbox to set it as a non-workday.
Work ThursdaySelect the checkbox to set Thursday as a workday within JAMS. Clear the checkbox to set it as a non-workday.
Work FridaySelect the checkbox to set Friday as a workday within JAMS. Clear the checkbox to set it as a non-workday.
Work SaturdaySelect the checkbox to set Saturday as a workday within JAMS. Clear the checkbox to set it as a non-workday.
Work SundaySelect the checkbox to set Sunday as a workday within JAMS. Clear the checkbox to set it as a non-workday.

*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