Overview:
The File-Load-Summary tab shows the load status of the files being read by the visualizer.
The presence of a red exclamation point in the tab title indicates that an error was encountered during the file
load process.
The Visualizer operates in two modes, from the VehicleForge server and locally.
Instructions:
The table shows the results of each attempt to load a data file.
The column URL identifies the file and the column Status displays the result of the read attempt.
The status will usually be one of OK, Not Found, or Parser Error. If any other error is
reported, create a ticket on the VehicleForge Helpdesk.
- OK
- The file loaded successfully.
- Not Found
- The file was not found.
- Parser Error
- The contents of the file could not be parsed. Check the contents and verify that they are in valid JSON format.
Clicking on the
URL name of any file in the table will attempt to display it. For
Not Found errors this can be used to
verify whether the file is available. For
Parser Errors the contents of the file may be examined.
From VehicleForge Server
When running the visualizer from the VehicleForge server:
- Confirm that you still have network connectivity.
- Confirm that the file is actually located on the server.
- Confirm that the file is correctly listed in the project file.
If you are unable to correct the problem, create a ticket on the VehicleForge Helpdesk for assistance.
Local
In local mode, the files that are loaded reside on your disk.
- Confirm that the file is present on your disk.
- Confirm that file is correctly listed in the project file.
- Confirm that file permissions permit the visualizer to read the file.