One or more of the following steps of the nightly RiskFabric Processing job fail (step IDs noted parenthetically):
One or more of the following errors are captured in the SQL Server Agent history log:
Executed as user: [<domain>\]<account>. The process could not be created for step 22 of job 0x08792F55D0A7C1488FF33273CF89270D (reason: The system cannot find the file specified). The step failed.
Executed as user: [<domain>\]<account>. The process could not be created for step 23 of job 0x08792F55D0A7C1488FF33273CF89270D (reason: The system cannot find the file specified). The step failed.
Executed as user: [<domain>\]<account>. The process could not be created for step 25 of job 0x08792F55D0A7C1488FF33273CF89270D (reason: The system cannot find the file specified). The step failed.
Executed as user: [<domain>\]<account>. The process could not be created for step 26 of job 0x08792F55D0A7C1488FF33273CF89270D (reason: The system cannot find the file specified). The step failed.
Executed as user: [<domain>\]<account>. The process could not be created for step 27 of job 0x08792F55D0A7C1488FF33273CF89270D (reason: The system cannot find the file specified). The step failed.
Version : 6.x
Component : Database Utilities
The path to the command specified in the failing RiskFabric Processing job step is either incomplete or points to a location that does not exist on the filesystem.
To resolve this error, first identify the path specified in the failing job step(s) by following this procedure:
SELECT js.step_id,
js.step_name,
js.subsystem,
js.command
FROM msdb.dbo.sysjobsteps AS js
INNER JOIN msdb.dbo.sysjobs AS j
ON js.job_id = j.job_id
WHERE j.[name] = 'RiskFabric Processing'
AND js.step_id IN (22,23,25,26,27);
Determine whether the path(s) returned in the command column for each failing job step exist on the filesystem. If a path does not exist, either create it on the filesystem or modify the command path for the job step by following this procedure:
F:\Program Files\Bay Dynamics\Database Utilities\TaskRunner\TaskRunner.exe TaskRunner.Tasks.Custom.DBUtilitiesVersionUpdater