SYMPTOMS
Legal Processing uses the task scheduler (command/action) to execute jobs which are scheduled per Matter.
CAUSE
Command line statements to run scheduled jobs with options.
RESOLUTION
Below are the commands used for:
Starting a job:
"C:\Program Files (x86)\ZyLAB\EDiscovery\Ediscoveryservice\ZyLAB.EDiscovery.DataService.JobInvoke.exe" "http://localhost/EDiscoveryService/DataService.svc/StartNewJob?versionId=[VERSION ID]"
Stopping a job:
"C:\Program Files (x86)\ZyLAB\EDiscovery\Ediscoveryservice\ZyLAB.EDiscovery.DataService.JobInvoke.exe" "http://localhost/EDiscoveryService/DataService.svc/StopJob?jobId=[JOB ID]"
Stopping all jobs:
"C:\Program Files (x86)\ZyLAB\EDiscovery\Ediscoveryservice\ZyLAB.EDiscovery.DataService.JobInvoke.exe" "http://localhost/EDiscoveryService/DataService.svc/StopMatterJobs?id=[MATTER ID]"
APPLIES TO
3.10
Comments
0 comments
Article is closed for comments.