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 foundPossible solutions
- Try to perform the operation under the server once more.
- Immediately after, upload the log /var/log/dci_writer.log of the dci_back container to the workstation:
- Copy the file from the container to the platform server:
docker cp dci_back:/var/log/dci_writer.log ./dci_writer.log - Send the file to the workstation. For example, via an FTP server with the scp utility:
- Upload the file to the FTP server:
scp ./dci_writer.log <user>@<ftp-server.example.com>:</destination/path/>Explanation - Download the file on your workstation via an FTP client.
- Upload the file to the FTP server:
- Copy the file from the container to the platform server:
- 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.
- Contact technical support with the acquired files.
En
Es