DCImanager 6 Knowledge Base
en En
es Es

8012

Description

The error occurs when trying to perform an operation under the server that has no connection to any switches and the location server.

Contents

Error 8012, Server connection to switch not found

Possible solutions

  1. Try to perform the operation under the server once more.
  2. Immediately after, upload the log /var/log/dci_writer.log of the dci_back container to the workstation:
    1. Copy the file from the container to the platform server:
      docker cp dci_back:/var/log/dci_writer.log ./dci_writer.log
    2. Send the file to the workstation. For example, via an FTP server with the scp utility:
      1. Upload the file to the FTP server:
        scp ./dci_writer.log <user>@<ftp-server.example.com>:</destination/path/>
        Explanation
      2. Download the file on your workstation via an FTP client.
  3. Create an HAR file with network packets via your web browser's developer mode. Use the instructions in the How to create a HAR file article.
  4. Contact technical support with the acquired files.