This documentation is for an older version of HVR.
Error: F_JG0F02: Could Not Convert List
Issue
While attempting to suspend an hvrstats job, the following error appears:
F_JG0F02: Could not convert list ((os_user "xyz") (job () )) into JSON because it did not match requiredprototype "os_user' : <str> 'jobs' : (jobname<str>+)'.
Environment
HVR 5
Resolution
To resolve this issue, do the following:
- Remove the empty job group.
- Right-click the
hvrtstats
folder. - Click Delete.
- Right-click the
- Re-create the job using one of the commands listed below for the applicable hub database.
- Oracle hub database:
hvrstats -Cj <hubdb username>/<hubdb password>
- SQL Server hub database:
hvrstats -hsqlserver-Cj <db>
- Oracle hub database:
Cause
This issue occurs when one of the previous hvrinit fails midway, and the hvrstats job is not created. The error means that you are trying to suspend a job that is not present in the list.