Error: F_JR0570 User Not Found
Issue
While switching between hubs, the following error appears:
F_JR0570 User <username> Not Found
Environment
HVR 6
Resolution
To resolve this issue, do the following:
- Run the following Command Line Interface (CLI) command to export the hub configuration as a JSON file:
hvrhubconfig -o path/to/save/<jsonfilename>.json <hub_name>
- Open the exported JSON file and locate the
Creator
field to identify the associated user. - Check whether the username in the
Creator
field matches the username referenced in the error message and determine whether the user has been deleted. - If both are true, replace the username in the
Creator
field with the username of an active user. - Import the updated JSON file back into the hub configuration using the following command:
hvrhubconfig -a -i path/to/save/<jsonfilename>.json <hub_name>
For more information on using the hvrhubconfig command, see our hvrhubconfig documentation.
If the username in the Creator
field doesn't match the username referenced in the error, or the referenced user is active, contact our support team.
Cause
Each hub's configuration specifies a creator. To function correctly, the hub's creator must be an active user. This issue occurs when the user who creates a hub is deleted, but the hub's configuration isn't updated with an active user's username.