User is trying to do an upgrade to SharePoint with a new CU and they get the following message:
"SharePoint Foundation Upgrade SPContentDatabaseSequence ajxkh ERROR The feature with Id 591561c6-7387-11db-92f1-412d56d89593 is referenced in the database [WSS_Content_Source_DB], but is not installed on the current farm. The missing feature may cause upgrade to fail."
Or user is trying to do a new install of replicator and in the install window they see and error on the "Any existing Replicator solutions are correct" as seen below:
User can run the following PowerShell commands in the SharePoint management shell
GET-SPFeature >c:\Feature.txt
GET-SPSolution >c:\Solution.txt
These command will pipe the results to the noted text file where you can review a full list of the features and solution that are installed and you will be able to find the Metalogix Replicator feature or solution causing the issue and then run the relevant stsadm command to remove detailed below.
stsadm -o deletesolution -name xxxxxxxxx
stsadm -o uninstallfeature -id xxxxxxxx
Result
Once the feature or solution has been removed that is causing the fault the user will be able to complete the install or the upgrade without error messages again.
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center