# Trading accounts appear in the E (Error) or A (Archived) status in the B2CORE Back Office

## Problem

A client's trading account in the B2CORE Back Office appears in the status **E** (Error) or **A** (Archived).

## Possible reasons

* The account has been archived in B2CORE.
* The account was archived or deleted on the trading platform but remains visible in B2CORE.
* A connection issue is preventing proper synchronization of account status.

## Solution

To troubleshoot these statuses:

{% stepper %}
{% step %}

#### Unarchive an account in the B2CORE Back Office (if required)

* Navigate to **Clients** > **Accounts**.
* Find the account in the list and click the **Edit** button to open its details.
* Click the **Actions** button in the upper-right corner and select **Unarchive** in the dropdown.
  {% endstep %}

{% step %}

#### Handle an account in the E (Error) status

The account in the **E** status usually indicates that it was archived or deleted on the trading platform. To fix it, restore or unarchive the account on the trading platform.

Once restored, the updated status will sync with B2CORE.
{% endstep %}

{% step %}

#### Check the trading platform connection settings

If an account appears in the **A** (Archived) status but is expected to be active, check the trading platform connection. For details, refer to **Step 1** in [Clients can't create trading accounts via the B2CORE UI](/troubleshooting/trading-platform-issues/clients-can-not-create-trading-accounts-via-the-b2core-ui.md).
{% endstep %}

{% step %}

#### Hide an account in the B2CORE UI if can't be unarchived or restored

If an account can't be unarchived or restored on the trading platform, remove the `Visible` permission for the account in the B2CORE Back Office. This ensures the account won't be displayed to the client in the B2CORE UI. To do this:

* Navigate to **Clients** > **Accounts**.
* Find the account in the list and click the **Edit** button to open its details.
* In the Rights list, remove the `Visible` permission.
* Click **Save** to apply the changes.

<figure><img src="/files/avD8ME8UfmToAPB5lzPG" alt="Remove Visible from the Rights field"><figcaption><p>Remove <code>Visible</code> from the Rights field</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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.b2core.b2broker.com/troubleshooting/trading-platform-issues/trading-account-appear-in-error-or-archive-status.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.
