Symptoms

There is a failed task in Task Manager for a terminated subscription:

Task name   
Remove access host <ACCESS_HOST_IP> from database <DB_NAME> on server on host <DB_SERVER_IP>

Last execution output   
There is no such database, db_id=XXXX.

However, database with name DB_NAME exists on DB server if one would check:

# mysql -p
...
mysql> SHOW DATABASES LIKE '<DB_NAME>';

Cause

The issue is caused by bug POA-84264. Please contact your Account Manager to clarify the status of the issue.

Resolution

Cancel the task - subsequent tasks would drop the DB and its users.

Internal content