> 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-datatrans/web-configurator/komponenten/ziele/june5-batch-connector.md).

# JUNE5 Batch Connector

Für den JUNE5 Batch Connector ist speziell dieses Ziel zu verwenden. Das Ziel entspricht einem SQL-Server mit einer vordefinierten Tabelle. Ist die Tabelle oder Datenbank nicht vorhanden, werden diese von JUNE5.DataTrans erstellt. Die Authentifizierung kann entweder über die Windows-Authentifizierung oder via Benutzer und Passwort erfolgen.

| Parameter                 | Beschreibung                                                                  |
| ------------------------- | ----------------------------------------------------------------------------- |
| Kunde                     | Kundenspezifikation                                                           |
| Windows-Authentifizierung | Bestimmt ob die Authentifizierung der SQL-Servers von Windows übernommen wird |
| Benutzer                  | Gültiger Benutzer des SQL-Server                                              |
| Passwort                  | Passwort zum Benutzer                                                         |
| Server                    | Adresse des SQL-Servers                                                       |
| Datenbank                 | Datenbank in die exportiert werden soll                                       |
| Providername              | Name des Providers (Standard: SQLOLEDB)                                       |

JUNE5 erwartet für den Batch Connector eine SQL-Tabelle die wie folgt definiert ist:

Tabellenname : **BatchHeaderInformation**

```
[Uid] [uniqueidentifier] DEFAULT NEWSEQUENTIALID() PRIMARY KEY,
[Customer] varchar(MAX),
[Location] varchar(MAX),
[DataSourceId] varchar(MAX),
[Namespace] varchar(MAX),
[Start] DateTime,
[End] DateTime NULL,
[LotNumber] varchar(64),
[DataSourceKeys] nvarchar(MAX))
```

{% hint style="warning" %}
Wenn die Tabelle bereits vorhanden ist, aber andere Spalten-Definitionen besitzt, kann dies zu Fehlern führen.
{% endhint %}


---

# 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-datatrans/web-configurator/komponenten/ziele/june5-batch-connector.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.
