Hi everybody,
I am completely new to Bluemind and am currently trying to migrate some data from Exchange (2019) to Bluemind as a test. Unfortunately, the process fails right at the stage of accessing the Bluemind server.
When I run the command ./bm-migrator --bluemind-insecure exchange --exchange-insecure sync --dry calendars from the Bluemind server’s CLI, I get the following error:
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://test-bm.example.intra:443/api/domains
or
session id 'admin' is not valid 401 on https://test-bm.example.intra:443/api/domains
I’m a bit stuck on a couple of points: who exactly is the “admin” user here (according to the instructions, I had to define a user as admin and assign them to the BLUEMIND_USER="admin@example.intra" setting, right?)? And which token is the correct one—the API token for that user or the API token from /etc/bm/bm-core.tok?
Does anyone have a clue or an idea?
Kind regards