> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/troubleshooting/reports-queries/barcode-error-system-cannot-find-the-file-specified.md).

# Barcode Error-System cannot find the file specified

**YouTube:** [BARCODE ERROR-SYSTEM CANNOT FIND THE FILE SPECIFIED](https://www.youtube.com/watch?v=_O0pyhp0g1I)

## BARCODE ERROR-SYSTEM CANNOT FIND THE FILE SPECIFIED

In this tutorial, we will address an error that may occur while printing barcodes. This error typically arises when the item directory path is not properly specified in the configuration settings. Follow the steps below to resolve this issue:

#### **Steps to Reproduce the Error:**

1. **Access Reports and Queries:**
   * From the Main menu, Navigate to **Reports/Queries**.
   * Expand the **Item Reports** option.
   * Click on **Barcode Label Printing**.
2. **Choose Purchase Voucher:**
   * Select the **Purchase Sale Barcodes** section.
   * Choose the **purchase voucher** for which the barcode needs to be generated.
3. **Create Barcode:**
   * Select the item.
   * Click on **Create**.
   * The error **"System Cannot Find the File Specified"** (EL) will appear, indicating that the item directory path is not configured correctly.

<figure><img src="/files/m155fpkfBqGjhLLT0Xv6" alt=""><figcaption></figcaption></figure>

***

#### **Steps to Resolve the Error:**

* **Go to Configuration:**
  * Navigate to **Configuration** from the main menu.
  * Click on **General Options**.
  * Under **External Software for Label**, select **Logic Barcode.Net**.

<figure><img src="/files/Eb1EihNo7y26lE26pWlq" alt=""><figcaption></figcaption></figure>

* **Specify Item Directory Path:**
  * Go to the **User Column Options**.
  * Set the **Item Directory Path** to **User Defined Path**.

<figure><img src="/files/6F9x9O5TAIie62nS91LR" alt=""><figcaption></figcaption></figure>

* **Browse and Set Directory:**
  * Click on **Browse** to locate the path.
  * Navigate to the drive where Logic Barcode is installed.
  * Open the **Barcode** folder and select the **Item Dir** file.
  * Save the configuration changes.
* **Test Barcode Creation:**
  * After saving the configuration, return to the barcode creation process.
  * Select the same voucher and item.
  * Click on **Create** again. You should now see the **Print Barcode** screen.

***

### **Further Assistance:**

* If the issue persists after following these steps, please submit a **support ticket**. Our team will contact you as soon as possible to provide further assistance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/troubleshooting/reports-queries/barcode-error-system-cannot-find-the-file-specified.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
