Make sure that the Analytic Server is running. If the Analytic Server fails to start, make the readDefault flag True in <API Manager Home>/conf/default_conf.xml. Restart the Analytic Server.
If the issue still persists, flush the Data Store, as shown below:
Open the command prompt and navigate to <API Manager Home>/database/datastore and enter the command redis-cli.exe. The prompt changes to 127.0.0.1:6379.
Enter flushall.
Open <API Manager Home>/conf/password.properties and add the line adminpassword=WhatEverYouWantToSet.
Open default_conf.xml and set readDefault value to True.