# Overview of error messages

<details>

<summary>No component has been selected!</summary>

Appears in the report if no component is selected or if the selected object is not a component or subassembly (for example, a work plane is selected).

</details>

<details>

<summary>Virtual components are not supported!</summary>

Appears in the report if a virtual component is selected and virtual component support is disabled in the INI file.

</details>

<details>

<summary>The library file cannot be edited. The document is read-only!</summary>

Appears when a library item/document is selected in the report, or when a library part is open.

</details>

<details>

<summary>The document is read-only!</summary>

Displays if a read-only component is selected in the report - for example, included in Vault, or if a read-only component is open.

</details>

<details>

<summary>The first sheet of the drawing does not contain a view! The model is not available!</summary>

Appears on the drawing if the drawing view is empty - it does not contain a reference to the part/assembly. The drawing automatically detects the reference on the first drawing view.

</details>

<details>

<summary>Edit the contents of the newly created configuration file:</summary>

It will display,

* if the configuration file "ErpPicker4lnv.ini" does not exist;
* if it's not even in the expected disk location;
* if an invalid path is set in the registry.

</details>

<details>

<summary><strong>FormPicker_Shown/PopulateDatagrid:</strong>  A network or instance-related error occurred while creating a connection to SQL Server...</summary>

Displayed if the configuration file "ErpPicker4lnv.ini" contains a data source setting (ERP, MS Access, Excel, etc.) that is not valid.

</details>

<details>

<summary><strong>FormPicker_Shown/PopulateDatagrid: Unsupported connection string: ExampleOflnvalidConnectionStringFormat</strong> </summary>

Displayed if the connection string to the data source is written incorrectly.

</details>

<details>

<summary><strong>FormPicker_Shown/PopulateDatagrid: Incorrect syntax near','.</strong> </summary>

Displayed if `ConnectionSelectCommand` contains an incorrect `SELECT` statement from the data source, or if `ConnectionString` contains an incorrect connection string.

</details>

<details>

<summary><strong>FormPicker_Shown/PopulateDatagrid: Invalid column name ’FakeColumn'.</strong> </summary>

Displayed if the `ConnectionSelectCommand` has an incorrect data source column name.

</details>

<details>

<summary><strong>FormPicker_Shown/PopulateDatagrid: Incorrect syntax near the keyword 'FROM'</strong>.</summary>

Displayed if the syntax of the `ConnectionSelectCommand` is incorrect, e.g. there is a redundant character before the FROM key.

</details>

<details>

<summary>Material is not defined in Inventor!: xxx</summary>

Displays if material mapping by data source is set and the material library in Inventor does not contain the required material.

</details>

<details>

<summary>Unsupported version of Inventor! The highest supported version is Inventor 2024.</summary>

Holixa ERP Picker is only supported up to Inventor version 2024.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.holixa.com/holixa-erp-picker/common-information/overview-of-error-messages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
