VI Analyzer Error Codes (VI Analyzer Toolkit)
- Updated2024-07-30
- 2 minute(s) read
The VI Analyzer VIs can return the following error codes.
| Code | Name | Description |
|---|---|---|
| 14200 | VIAn_CannotExclude | The path you specified either is not a valid path or does not exist in the VI Analyzer item list. |
| 14201 | VIAn_CannotModify | You attempted to modify an item path that does not exist in the VI Analyzer item list. |
| 14202 | VIAn_CannotRemove | You attempted to remove an item that does not exist in the VI Analyzer item list. |
| 14203 | VIAn_CorruptConfig | There was an error reading the specified configuration file. The configuration file might be corrupt. You might need to re-create your configuration file. |
| 14204 | VIAn_ErrSavingConfig | An error occurred while saving the configuration file. Make sure you specified a valid path, that you have permission to write to the specified location, and that you set Overwrite? to TRUE if you are specifying an existing file. |
| 14205 | VIAn_ErrSavingResults | An error occurred while saving your results. Make sure you specified a valid path, that you have permission to write to the specified location, and that you set Overwrite? to TRUE if you are specifying an existing file. |
| 14206 | VIAn_InvalidCFG | The path you specified is an invalid configuration file path. |
| 14207 | VIAn_InvalidItem | The item path you specified is invalid. You must enter a path to an existing VI, LLB, or folder. |
| 14208 | VIAn_InvalidRef | The VI Analyzer task reference you wired is invalid. |
| 14209 | VIAn_InvalidTest | The test you specified is an invalid VI Analyzer test name. |
| 14210 | VIAn_MaxPwds | You cannot store more than 20 passwords through the VI Analyzer programmatic interface. |
| 14211 | VIAn_NoCFG | You did not specify a configuration file path. |
| 14212 | VIAn_PasswordWrong | You did not specify the correct configuration file password. |
| 14213 | VIAn_InvalidConfigControlValue | You provided an invalid configuration VI control value. Ensure that both the control name and the data type are compatible with the test configuration you are editing. |
| 14214 | VIAn_NoResults | Unable to display the VI Analyzer Results Window. Make sure the VI Analyzer Results Window and the VI Analyzer are not already in use. |
| 14215 | VIAn_UnsupportedVI | The specified VI is no longer a supported feature in the VI Analyzer Toolkit. You cannot use the VI to perform VI Analyzer operations. |