Unable to install the pluginIssue To install a plugin, navigate to System Definition > Plugins and select the desired plugin. Click on the Install button, which will initiate the installation process. You should see a loading screen for a few seconds, followed by a success message indicating that the installation was successful. However, upon reloading the page, you may notice that the install button still displays as if the plugin is not installed correctly.ReleaseAllCauseAn orphan record in the Applications table (sys_scope) refers to a record that is no longer associated with any active plugin. This situation can occur when a plugin is uninstalled, but its corresponding record in the Applications table is not properly removed. When attempting to install the same plugin again, the system detects this orphan record and prevents the installation from proceeding due to the potential for conflicts or inconsistencies.ResolutionSearch the plugin name in the Applications table (sys_scope) and delete the orphan record.Install the same plugin from the plugins list.Plugin should install without issues.Related LinksTo learn more about how to delete orphan records, refer to the following: KB0727991: How to delete an orphaned Identity Provider record from an instance showing SSO access deniedKB0859805: After clone completion orphan records are observed in sys_connection, jdbc_connection and may be others TPC child tables.