The Job Handler JSP, when called, immediately starts, resumes, or terminates a standalone job in Data Archive. Use a specially formatted URL to call the
JobHandler.jsp
from an external application to run a standalone job in Data Archive without logging in to the ILM application. The JSP uses the parameters that are specified in the URL to run the job.
If you use a third-party scheduler to schedule jobs in other applications, you can schedule and coordinate jobs across multiple applications at the same time. For example, you may want to run standalone jobs in Data Archive after you run monthly maintenance routines in other applications.
You can call
JobHandler.jsp
for the following standalone jobs:
Archive Structured Digital Records
Copy Application Version for Retirement
Create Archive Folder
Create Cycle Index
Create Indexes
Create Indexes on Data Vault
Create Seamless Data Access
Create Seamless Data Access Script
Create Tables
DB2 Bind Package
DGA Data Collection
Data Vault Loader
Delete Indexes on Data Vault
Load External Attachments
Move External Attachments
Purge Expired Records
Restore External Attachments from Archive Folder
Sync with LDAP Server
Test Email Server Configuration
Test JDBC Connectivity
Perform the following steps to start, resume, or terminate standalone jobs from external applications:
Configure security. Specify the machines that have access to call the JSP.
Form the URL that calls
JobHandler.jsp
. In the URL, specify the parameters for the job.
Add the URL to the external application code. When the external application calls the JSP, Data Archive uses the parameters in the URL to run the standalone job.