One or more of the following steps of the nightly RiskFabric Processing job fail (step IDs noted parenthetically):
One or more of the following corresponding 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:
RiskFabric
relational databaseSELECT js.step_id,
js.step_name,
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] = N'RiskFabric Processing' AND
js.subsystem = N'CmdExec';
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:
RiskFabric
relational databasestep-name
> window will open"
), as in the following example:
"E:\Program Files\Bay Dynamics\Database Utilities\TaskRunner\TaskRunner.exe" TaskRunner.Tasks.Custom.DBUtilitiesVersionUpdater