S04002
Error Code
S04002
Error Message
The function view <xxx> does not exist. RefId: S04002
Probable Causes
This error occurs when granting a user the VIEW_EXEC privilege to a function view that does not exist.
Solutions
Log in as the admin and execute rpc(getControllerAlias(),
getFunctionViews) to check if the specified function view
exists. If not, add this function view before granting the VIEW_EXEC privilege.
