Job Configuration
Configure the settings of the job including start and end times, notifications, auditing and retention
Job Configuration Fields
Standard Options
|
Field |
Description |
|---|---|
|
ID |
The unique identity of this Job. If running jobs using the RESTful interface or command line, this is the Job ID to enter. |
|
Name |
Descriptive Name of the Job that will be displayed throughout the UI. |
|
Make this job actionable from the Discovery View |
Check this box if you want to be ale to enable a job to be actionable for Discovery View so that you can select documents to send to the job as source input. |
|
Delete Document* |
Turn this option on in order to enable de-indexing which will allow 3Sixty to remove documents from the source. *Only available for incremental jobs |
|
Content Service Connector |
If using a Content Service Connector, set it here, and it will be appended to every record processed. This field is required for Federation Integration jobs. |
|
Repository Connection |
The Repository Connection used for this Job. |
|
Output Connection |
The Output Connection used for this Job. |
|
Type |
The Type of 3Sixty Job. |
|
Job Tags |
Another option for separating jobs into groups. If any jobs have tags, they will appear as a filtering option when listing jobs. Tags are case sensitive. |
|
Include documents modified after this date and time |
Referred to as "Start Time", this time will be used to check the last modified date of files before processing them. |
|
Include documents modified before this date and time |
Referred to as "End Time", this time will be used to check the last modified date of files before processing them. |
Note: START AND END TIME
These values are only set by users for Simple Migrations. For Incremental Migrations, they are calculated based on when the job was last run. Event and Polling jobs don't use them at all
Notifications
Notifications will only function is email is enabled. This allows the user to set conditions in which the listed email addresses will receive confirm status reports when a job completes.
Advanced Options
|
Field |
Description |
|---|---|
|
Repository Connection Thread Count |
The number of individual workers which will process and queue documents. Implementation may vary in certain systems. |
|
Output Connection Thread Count |
The number of individual workers which will process and post documents. Implementation may vary in certain systems. |
|
Batch Size |
If greater than 0, Documents will be assigned a batch ID. Batch Ids are a combination of the job id and the job run id (the timestamp of when the job was started), plus the batch number. The batch Id will also be set as the highest parent folder for the document. (Ex. /home/simflofy will become {batchId}/home/simflofy). Some connectors have their own batch configuration, which is compatible with this field. |
|
Max Queue Size |
Limits the number of documents that can be queued at once, making repository workers wait. This can slow down output speeds, which may be useful if your output repository can be throttled. |
|
Max Errors Allowed |
Maximum errors before the job stops. Leave 0 for unlimited errors. |
|
Process Relationships |
Check this to tell Target Connector to process Document Relationships. This feature only works for the CMIS Connector. |
|
Include Hash |
Check to tell Repository Connector to create hash of content if possible. |
|
Repository and Output Time Zone |
These values will be used to adjust date fields (Created, Modified, and Mapped) to the appropriate timezone for their destination. |
|
Chain Job |
Select a job to run after this one completes. |
|
Chain Job Wait Interval |
Amount of time to wait after job completes before starting next job in format: 5s 5m 5h 5d |
|
History Retention |
How long to keep the Job Run History for this job before the Job History Clean up Service clears the content. |
Auditing
-
Audit: Where to write audit data too. Note that Job Restart and Document Search will only work if Mongo is selected.
-
Mongo: Audit to the Mongo Database or SQL Database if running in SQL mode.
-
Log4j: Audit to the 3sixty-admin.log
-
None: Auditing is turned off.
-
-
Record Audit When: The audit level or what to audit.
-
All (Read, Written, Skipped, Deleted and Failed): Full Auditing
-
Failures Only: Audit only those records that fail during a job run.
-
Failed and Deleted: Audit a record that failed during the job run or was deleted from a Sync Job.
-
Failed and Skipped: Audit a record that failed during the job run or was skipped.
-
Written, Failed and Deleted: Audit a record that failed during the Job run or was deleted from a Sync Job or written by the Output Connection.
-
Written, Failed, Skipped and Deleted: Audit a record that failed during the Job run or was skipped or deleted from a sync job or written by the Output Connection.
-
More detail on Auditing in 3Sixty
Related Links