• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Unable to completely remove app

AntoniM

New Pleskian
Hi all,

Last week I installed CodeGuard using the applications vault. Later I tried to delete it but, althoug I got no error message, the app remains listed under "installed apps" after clicking the remove link.

Since then, I get an error in the backup daily log: "Unable to get APS instances on webspace id 1 (ErrorCode: 255, STDOUT:)" . It seems to be related with the uninstall issue.

Anyone? Thanks in advance,
 
It is Database Inconsistency.
Find the domains for which webspace_id is 0 or incorrectly set

select id,webspace_id from domains;

Set with the exact webspace_id that is required. Check it with

select id,cacheId,registryUid from smb_apsPackages;

registryUid shouldn't be NULL. You can try to remove such records.
Contact Support Team if you can't fix this database inconsistency by yourself.
 
Back
Top