Error: Invalid Data. Review all error messages below to correct your data.
Solution Title
Switch Web Portal 2019 not showing metadata or receiving 'Job does not exist or access denied' error when trying to view a job in a Checkpoint
Solution Number
00000800
Solution Details
Problem description The Switch 2019 Spring release uses a higher version of node.js, which has certain limits that earlier versions of node.js didn’t have. If you have a lot of Submit Points/Checkpoints (+20), you might experience the following issue:
meta data fields not being visible in the client
when trying to view a job in the client, you get a message: “Job does not exist or access denied”
Current workaround The current workaround is to force node.js to remove one of those limits. This can be done this way:
Windows:
Ensure you are logged in as the administrator of the system (when working in a domain, it is possible you’ll need to login as a domain administrator instead of a local administrator), and execute the following command on the command line:
setx -m NODE_OPTIONS --max-http-header-size=80000
Macintosh:
When your Switch Server is NOT started automatically when the user logs on