> For the complete documentation index, see [llms.txt](https://documentation.efalia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.efalia.com/documentations/efalia-compose/mapping-suite/onyx-server/exploitation/guide-dutilisation-de-mapaudit.md).

# Guide d’utilisation de mapaudit

## Introduction

mapaudit est un outil de rapport d’installation et d’audit de serveur mapping Onyx.

## Généralités

L’application se lance en ligne de commande. Elle génère un fichier nommé MappingInfos.txt qui va contenir un certain nombre d’informations. Elle peut générer un fichier mapaudit.log si l’application renvoi des erreurs. Les fichiers apparaissent a l’endroit où est exécuté le binaire.

## Contenu du fichier MappingInfos.txt

* Des informations tirées des variables d’environnement, de fichiers de configuration et de la base de registre (version Windows pour cette dernière)
* Des tests de version sur les binaires installés.
* Les messages d’erreurs présents dans les logs principaux sur les 7 derniers jours (modifiable).
* le résultat d’une analyse des incohérences et des problèmes possibles.
* Diverses autres infos tel que :
* les robots configurés
* les processus mapping en cours
* l’identifiant machine
* les licences détenues
* les fichiers id présents
* des infos sur l’installation et les mises a jours du serveur mapping
* …

## Comment exécuter le binaire

mapaudit \[-help] \[-nolog] \[-nobin] \[-noping] \[time] \[-tlog=days(default:7)] \[-llog=\[123]] \[-audit] \[-nofile]-help: Displays this help\
-nolog: Avoids log recovery\
-nobin: Avoids testing binaries\
-noping: Avoids connection tests\
-time: Displays the execution time of the application\
-tlog=\[X]: Sets the number of days (x) for log retrieval (default: 7)\
-llog=\[X]: Sets the log level (x) for log retrieval (default: 1) (1=EE, 2=WW, 3=OK)\
-audit: make an audit for formats, fontes and queues.\
-nofile: Avoid file writing

## Vidéo

Voici une vidéo explicative sur l’utilisation de mapaudit. la vidéo parle de feedback-tool qui est l’ancien nom de mapaudit.


---

# 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://documentation.efalia.com/documentations/efalia-compose/mapping-suite/onyx-server/exploitation/guide-dutilisation-de-mapaudit.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.
