When launching APM you get a warning similar to the following:
The current activation key does not match the database activation key: Current ActivationKey = <activation key>, Database binding Key = <database key>
Clear the database activation key using the script below.
Restart APM
SQL Serverupdate oq.CUSTOMERINFORMATIO set ACTIVATNKEY=null, vers=vers+1;
If this does not resolve the problem, please submit a Service Request.