> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/dpd-connector-premium/test-and-betrieb/api-aufruf-protokoll-and-fehlerbehebung.md).

# API-Aufruf-Protokoll & Fehlerbehebung

## API-Aufruf-Protokoll & Fehlerbehebung

### API-Aufruf-Protokoll

Die Aktion **„API-Aufruf-Protokoll"** öffnet das lokale Protokoll aller DPD-Sendungsaufrufe mit **Request**, **Response** und **Fehler/Fault**. Es ist der erste Anlaufpunkt bei Problemen – ergänzend zur zentralen [Azure-Diagnose](/dpd-connector-premium/azure-integrationen/azure-diagnose-debug-portal.md).

### Verbindung testen

* **Depot-Client:** „Token erstellen / Verbindung testen" meldet sich bei DPD an und erzeugt ein Token.
* **Cloud-Service:** „Verbindung testen" prüft die Cloud-Verbindung.

### Häufige Fehlerbilder

<details>

<summary>Verbindungstest schlägt fehl (Depot)</summary>

Prüfen Sie **Delis-ID** und **Passwort** sowie den korrekten **Modus** (Sandbox vs. Produktion). Die Basis-URL wird automatisch aus dem Modus abgeleitet.

</details>

<details>

<summary>Cloud-Verbindung schlägt fehl</summary>

Prüfen Sie **Cloud-Benutzer-ID** und **Token**. Zugangsdaten erhalten Sie von DPD unter <it@dpd.de>.

</details>

<details>

<summary>Depot-Konto meldet sich nicht an (Login-Fehler)</summary>

In der Sandbox teilen sich alle Konten denselben Testbenutzer. Konten mit **gleicher Delis-ID** wie die Hauptkonfiguration übernehmen deren gültiges Token. Für echte Fremd-Mandanten eigene, login-taugliche Zugangsdaten hinterlegen und „Token laden / Verbindung testen" ausführen.

</details>

<details>

<summary>Tracking-Push aktualisiert keinen Status</summary>

Prüfen Sie, dass der **Shared Secret** in BC und Function übereinstimmt, der BC-API-Endpunkt korrekt hinterlegt ist und die S2S-Anbindung (Client-ID, Berechtigungssatz `SOUDPDConnector`) aktiv ist. Der Endpunkt muss das `<push>…OK…</push>`-Telegramm zurückgeben.

</details>

<details>

<summary>Etikett wird nicht gedruckt / falsches Format</summary>

Prüfen Sie **Ausgabeformat** (PDF/ZPL) und **Papierformat**. ZPL erfordert einen Thermodrucker.

</details>

{% hint style="success" %}
Für tiefergehende Analysen fehlgeschlagener Einzelbelege aktivieren Sie die [Azure-Diagnose](/dpd-connector-premium/azure-integrationen/azure-diagnose-debug-portal.md) und nutzen das Debug-Portal.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/dpd-connector-premium/test-and-betrieb/api-aufruf-protokoll-and-fehlerbehebung.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.
