> 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/acron-9.3/en/kzp_mit_parameter_starten/kzp_zus-reporter.md).

# Additional ACRON Reporter command line parameters

In addition to the default parameters, you can also use the following parameters to start ACRON Reporter:

|     |                                                                                            |
| --- | ------------------------------------------------------------------------------------------ |
| -n  | Multiple start A new instance of ACRON Reporter is started, even if it is already running. |
| -mB | Production data                                                                            |
| -mR | Reports                                                                                    |
| -mM | Manual entries                                                                             |
| -mC | Comments                                                                                   |
| -mE | Events                                                                                     |
|     | Note The Database Engine must be running for this plant.                                   |

Note

The parameters -pPlant ID and -uLogin Name are additionally required.

The user identified by -uLogin Name must have the '[External call of all applications with login name transfer](/acron-9.3/en/anlagenkonfiguration/benutzerverwaltung/benutzergruppe/zugriffsrechte_allgemein.md#externer_aufruf)' privilege. If blank spaces are included, <[login name](/acron-9.3/en/anlagenkonfiguration/benutzerverwaltung/benutzer.md)> should be enclosed in " ".

Note

Take great care to use the correct case during parameter input, as entries are case-sensitive.

## Examples of ACRON Reporter command line parameters

`acrep.exe -pXYZ`

The ACRON Reporter is opened with the data of plant XYZ.

`acrep.exe -x200 -y100 -w300 -h200`

The ACRON Reporter main window appears at position 200,100 with the window dimensions 300x200.

`acrep.exe -uMeier`

The ACRON Reporter is started with the settings and privileges of the user Meier for the plant XYZ (with no login dialog).

Note

If blank spaces are included, <[login name](/acron-9.3/en/anlagenkonfiguration/benutzerverwaltung/benutzer.md)> should be enclosed in " ".

`acrep.exe -n`

A new instance of ACRON Reporter is started, even if it is already running.

`acrep.exe -q`

A running ACRON Reporter is closed.

Note

Take great care to use the correct case during parameter input, as entries are case-sensitive.


---

# 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/acron-9.3/en/kzp_mit_parameter_starten/kzp_zus-reporter.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.
