> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/datenquellen/datenquellen-konfigurieren.md).

# Configure Data Sources

In JUNE5, only the system administrator can configure data sources. This is done in the Data Sources section, which can be accessed from the menu on the right side of the screen using the Data Sources command. Subsequently, the Configure Data Sources entry is called in the object list on the left.

### Data Source Configuration

To do this, click on the dropdown list field labeled *Endpoint Selection*. A dropdown menu opens showing all *activated* endpoints. After selecting an endpoint, a configurable table becomes visible. Depending on the endpoint type, the table columns may vary.

In general, the following three columns can be configured for all data sources:

* Identification
* Name
* Activated
* Delete

Configuration of additional columns depends on the endpoint.

#### acron:

* Data Processes
* Report Processes
* [Event Buffer](/june5-3.7/en/webanwendung/datenquellen/datenquellen-konfigurieren/ereignis-puffer.md)
* [Synchronize](/june5-3.7/en/webanwendung/datenquellen/datenquellen-konfigurieren/acron-datenquellen-synchronisieren.md)

{% hint style="info" %}
If an acron plant ID ends with \_AC8 or \_AC7, it should be removed so that the identification in the JUNE5 namespace is reduced to the necessary minimum.
{% endhint %}

#### SQL OLE DB:

* [SQL Command Variable List](/june5-3.7/en/webanwendung/datenquellen/datenquellen-konfigurieren/sql-befehlsvariablenliste.md)
* [SQL Commands Interval Queries](/june5-3.7/en/webanwendung/datenquellen/datenquellen-konfigurieren/sql-befehle-intervallabfragen.md)
* [SQL Event Configuration](/june5-3.7/en/webanwendung/datenquellen/datenquellen-konfigurieren/sql-ereigniskonfiguration.md)
* [Event Buffer](/june5-3.7/en/webanwendung/datenquellen/datenquellen-konfigurieren/ereignis-puffer.md)

#### HEB:

* [SQL Command Unit-Batch](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/honeywell-experion-batch-heb/sql-befehl-unit-batch.md)
* [SQL Command PHD Variable List](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/honeywell-experion-batch-heb/sql-befehl-phd-variablenliste.md)

#### JUNE5 Batch Connector:

* [SQL Command Unit-Batch](/june5-3.7/en/webanwendung/datenquellen/datenquellen-konfigurieren/sql-befehl-unit-batch.md)


---

# 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:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/datenquellen/datenquellen-konfigurieren.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.
