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
Contact | Description |
---|---|
Company Name | The company name to include in error reports. |
Contact Name | The person in your organization responsible for JAMS deployment. |
Contact Phone | The responsible person’s phone number. |
Contact Email | The responsible person’s email address. |
Automatically Report Exceptions | When set to true, failures of the JAMSServices will be automatically sent to JAMS technical support. |
Description | |
Default Notify E-mail Address | A 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 Server | A 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 Size | Log files that are larger than this value will not be attached to notification e-mails. |
System
ACL Security Bypass | Description |
---|---|
Grant Administrators Bypass | Option to allow individuals in the Administrator group to bypass ACL security. |
Grant Bypass Group | Individuals listed in a specified group to bypass ACL security. |
ACL Import/Export | Description |
Restrict ACL on Export |
Select 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 Import | Select 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. |
Options | Description |
Schedule Examples | Examples of natural language date specifications displayed in date editors. |
Base URL | The base URL for this JAMS Scheduler web site. |
Encoding | Description |
Default input Encoding | The default input encoding for routine jobs. |
Default Output Encoding | The default output encoding for routine jobs. |
File Locations | Description |
Default Log Location* | The default location for Job log files. |
Common Log Location | Used in a failover configuration to define a location that is common to both servers. |
Temporary File Location | The location for temporary files. |
History | Description |
History Lookback Period | The number of days in the past to query history inside a detail dialog. |
History Query Limit | Maximum number of history records to return in a single query? (zero means unlimited) |
History Query Time Limit | The maximum time to wait (in seconds) for a response to a history query. |
Projected Schedule | Description |
Projected Schedule Limit | The maximum number of jobs to return in a projected schedule. |
Projected Schedule Time Limit | The maximum time to wait (in seconds) for a response to a projected schedule. |
Monitor | Description |
Keep Completed | Keep completed Jobs in the Monitor for a specified period of time. |
Workdays | Description |
Work Monday | Is Monday usually a workday? |
Work Tuesday | Is Tuesday usually a workday? |
Work Wednesday | Is Wednesday usually a workday? |
Work Thursday | Is Thursday usually a workday? |
Work Friday | Is Friday usually a workday? |
Work Saturday | Is Saturday usually a workday? |
Work Sunday | Is Sunday usually a workday? |
Presentation
Theme | Description |
---|---|
Light Theme | The theme shown to end-users when they select Light Theme. |
Dark Theme | The theme shown to end-users when they select the Dark Theme. |
Documentation | Description |
Header | This HTML fragment is placed before all documentation content configured within this server. |
Footer | This HTML fragment is placed after all documentation content configured within this server. |
Description | |
E-Mail Header | This HTML fragment is placed before all e-mail content configured within this server. |
E-Mail Footer | This 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:
- Directory specification
- Filename
- File Extension
- Folder Name
- Job or Sequence Name
- Run occurrence number
- JAMS Entry Number
- Timestamp date & time
- Timestamp year
- Timestamp month
- Timestamp day
- Timestamp hour
- Timestamp minute
- Timestamp second
- Timestamp millisecond