After migration of Primary SpectroSERVER to the new server, the Archive Manager is not starting.
SPC-OCP-10067: The Archive Manager has been shut down because there was an error opening its database. The most likely causes:
DX NetOps Spectrum: Any version
The root account was used to restore the DDM database, hence the owner of the ddmdb database file is root. The MySQL server does not have the privilege to access it.
In the $SPECROOT/msyql/bin/MYSQL.OUT file:
2025-06-05T10:30:09.565665Z 40 [ERROR] [MY-012592] [InnoDB] Operating system error number 13 in a file operation.
2025-06-05T10:30:09.565700Z 40 [ERROR] [MY-012595] [InnoDB] The error means mysqld does not have the access rights to the directory.
2025-06-05T10:30:09.565707Z 40 [ERROR] [MY-012162] [InnoDB] Trying to import a tablespace, but could not open the tablespace file ./ddmdb/event#p#event_22_4_2025.ibd
Perform the following steps on the problematic host:
1. Drop the DDM database.
./mysql --defaults-file=../my-spectrum.cnf -uroot -p<password> ddmdb (Linux)
mysql> drop database ddmdb;
2. Recreate the DDM database.
./mysql --defaults-file=../my-spectrum.cnf -uroot -p<password> (Linux)
Just changing the ownership of the ddm database files and restarting the MySQL server service did not fix the issue.
Stop/start the Spectrum MySQL server service.
To stop MySQL service service:
To start MySQL service service: