Question

Installation Is Failed

when I try to install some pkg from application hub gives me this error

Like 0

Like

1 comments

Hello Mariam,

The message “Inactive package ‘AmsSurvey’ was not found” indicates the system has an reference to a missing inactive plugin package. To resolve this:
- retrieve the package Id via [SELECT "Id","Name" FROM "SysInactivePackage";]
- delete that entry with [DELETE FROM "SysInactivePackage" WHERE "Id"='AmsSurvey package_id';]
- then rerun the installation to reinstall the package.

Show all comments