> 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/zusaetze/june5-database-server-administrator.md).

# JUNE5 Database Server Administrator

The June5DatabaseServerAdministrator.exe is an add-on program and provides the ability to add a JUNE5 batch user to the local JUNE5 SQL Server.

By activating SQL login, a local SQL user "BatchHeaderUser" is created. The BatchHeaderUser is required when, for example, JUNE5-DataTrans needs to transport the BatchHeader information of a subordinate JUNE5 system to the local SQL Server.

The locally stored BatchHeader information can then be read using the JUNE5 Batch Connector.

{% hint style="info" %}
Local administrator rights are required to use the June5DatabaseServerAdministrator.exe.
{% endhint %}

![](/files/vOcprNCvZBm18ehT5AAw)

## Settings for the Database Server Administrator

#### Database Server

Enter the name of the database server. For a standard installation, the SQL Server instance is "JUNE5Portal", the computer name is "localhost". The default value is "localhost\JUNE5Portal".

### SQL Login Password

The password is not entered according to the standard [password security rules](/june5-3.7/en/konfigurator/passwort-sicherheitsregeln.md) but is subject to its own conditions. Setting a simple password (e.g. "123456") is not possible.

The password security rule is subject to the following conditions:

* At least one special character
* At least one uppercase letter
* At least one lowercase letter
* At least one number
* At least 6 characters
* At least 4 different characters

#### Enable/Disable SQL Login

With this button, SQL login is enabled for a batch user.

#### TCP/IP Port

In the TCP/IP Port input field, enter the port of the SQL Server through which the local SQL Server is accessible on the network. If the SQL Server should not be accessible on the network, the TCP/IP port should be disabled.


---

# 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/zusaetze/june5-database-server-administrator.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.
