During the installation process, JAMS searches for all local Task Scheduler tasks, and if any are detected, a converter window opens listing these jobs.
To convert the local Task Scheduler tasks to JAMS Jobs, right-click on a listed Task Scheduler task and select the Convert to JAMS command from the context menu.
![]() |
Note: Task Scheduler tasks are supported for these operating systems: Windows XP, Vista, Windows 7, 8 and Windows Server 2003, 2008 and 2012. |
All Task Scheduler tasks located on an external machine can be queried using the Task Scheduler Monitor.
To convert a remote Task Scheduler task to a JAMS Job, highlight the job and press the Convert to JAMS button on the Ribbon Bar or use the steps below:
For more information on how to convert Task Scheduler tasks, please refer to the help topic: Using the Task Scheduler Monitor.
To convert multiple Scheduler tasks to JAMS Jobs. . .
SQL Agent jobs are converted using the same steps as the Windows Task Scheduler tasks, described in the previous section.
To convert a Server Agent job to a JAMS Job, select the job and use the Convert to JAMS button on the Ribbon Bar or follow the steps below:
For more information on how to convert SQL Jobs, please refer to the topic: Using the SQL Agent Monitor.
To convert multiple SQL Agent jobs simultaneously . . .
JAMS can quickly convert CRON jobs to JAMS Jobs using a free UNIX Cron2JAMS converter. This tool converts your crontab configuration files to a single PowerShell script which can then be run from the JAMS Client.
Inputfile: the path to the crontab file to be converted to JAMS Job definition. If the crontab file is in same location as the Cron2JAMS.exe file, just use the file name.
Outputfile: the path and filename for the PowerShell script that Cron2JAMS creates. If the output file is in the same location with the Cron2JAMS.exe file, use the file name.
JAMSServer: the JAMS Server where the JAMS Jobs reside. If the Cron2JAMS converter is located on the same machine, you can substitute with “localhost”.
JAMSSystem: the system definition where all the converted Jobs are placed.
AgentNode: the name of the JAMS Agent that run the Jobs.
UserName: the JAMS UserName that can run the Jobs.
Example: Cron2JAMS.exe crontab.txt output.ps1 BRADY Default REDHAT1 JAMS