Removed Missing Dependencies Missing Features, reanalyzed, now 9x more Missing Dependencies....

I'm using the excellent Phil Childs get-scripts Powershell scripts to clear out some Missing Dependencies. There were Missing Feature, MissingSetupFile, and MissingAssembly referencences, all related to the same wsp that is no longer in use and
was retracted.  http://get-spscripts.com/2011/06/removing-features-from-content-database.html
I removed some Missing Features, reanalyzed, and the 15 item Missing Dependencies list, instead of shrinking, is now at 134 items.
I’m going to try and figure out cause before I start chugging through these. Any recommendations?
Thanks,
Scott

Hi Scott,
Are these new 134 error messages different from orginal 15 error messages?
We need to check each error message description and do as error message content suggests to solve the issue (e.g. may find the webparts referenced this custom feature and remove unwanted web part from the page).
More articles about the missing dependencies you can take a look.
http://get-spscripts.com/2011/06/diagnosing-missingsetupfile-issues-from.html
http://get-spscripts.com/2011/08/diagnose-missingwebpart-and.html
http://fangdahai.blogspot.com/2014/01/how-to-resolve-missing-server-side.html
Thanks
Daniel Yang
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • How to remove missing features and webparts?

    I've moved and upgraded a 2007 teampoint site to my Enterprise SharePoint 2010 site. The site is up and running but I've got this nagging error about a missing webpart and a missing feature.
    The features that were not compatable were not used so what SharePoint 2010 would allow me to remove has been removed. Now I have this error message that still needs to be dealt with.
    [MissingFeature] Database [WSS_Content_2007] has reference(s) to a missing feature: Id = [75a0fea7-cd50-401e-af0e-782f3662a299]. The feature with Id 75a0fea7-cd50-401e-af0e-782f3662a299 is referenced in the database [WSS_Content_2007], but is not installed
    on the current farm. The missing feature may cause upgrade to fail. Please install any solution which contains the feature and restart upgrade if necessary.
    [MissingWebPart] WebPart class [768ec641-8c6a-1cc6-6465-185094919a93] is referenced [1] times in the database [WSS_Content_2007], but is not installed on the current farm. Please install any feature/solution which contains this web part. One or more web parts
    are referenced in the database [WSS_Content_2007], but are not installed on the current farm. Please install any feature or solution which contains these web parts.
    So, I'd like to remove the references from the database for the feature and webpart mentioned in the error. I can't seem to spot how to do that with stsadm, it reports that the feature is not installed which leads me to conclude that I just need to remove
    the reference from the db. Is there a SharePoint way to do this or am I destined to remove it manually from the db myself?
    Kevin W. Gagel

    Kindly use the below script for removing missing Feature:
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") > 0
    # Loading Microsoft.SharePoint.PowerShell
    $snapin = Get-PSSnapin | Where-Object {$_.Name -eq 'Microsoft.SharePoint.Powershell'}
    if ($snapin -eq $null) {
    Write-Host "Loading SharePoint Powershell Snapin"
    Add-PSSnapin "Microsoft.SharePoint.Powershell"}
    function Remove-SPFeatureFromContentDB($ContentDb, $FeatureId, [switch]$ReportOnly)
     $db = Get-SPDatabase | where { $_.Name -eq $ContentDb }
     [bool]$report = $false
     if ($ReportOnly) { $report = $true }
     $db.Sites | ForEach-Object {
      Remove-SPFeature -obj $_ -objName "site collection" -featId $FeatureId -report $report
      $_ | Get-SPWeb -Limit all | ForEach-Object {
       Remove-SPFeature -obj $_ -objName "site" -featId $FeatureId -report $report
    function Remove-SPFeature($obj, $objName, $featId, [bool]$report)
     $feature = $obj.Features[$featId]
     if ($feature -ne $null) {
      if ($report) {
       write-host "Feature found in" $objName ":" $obj.Url -foregroundcolor Red
      else
       try {
        $obj.Features.Remove($feature.DefinitionId, $true)
        write-host "Feature successfully removed from" $objName ":" $obj.Url -foregroundcolor Red
       catch {
        write-host "There has been an error trying to remove the feature:" $_
     else {
      #write-host "Feature ID specified does not exist in" $objName ":" $obj.Url
    $databases = Get-SPContentDatabase 
    $featureID = "c4b5bf25-2a8a-4ba3-a6a8-87d7fe31ef02"
    Foreach ($db in $databases)
     #Use this line to remove the reference to the feature
     Remove-SPFeatureFromContentDB -ContentDB $db.Name -FeatureId  $featureID
     #Use this line to list all the sites that it has a reference to the feature
     Remove-SPFeatureFromContentDB -ContentDB $db.Name -FeatureId $featureID –ReportOnly

  • Removing missing media files

    I recently had some trouble with locating the files on my computer after I updated my iTunes. I had to import the whole library again, but now I have doubles of every song and exclamation points next to all the old ones. Does anyone know how to erase all the old one, without having to click each individual one. I was looking for a "remove missing media" button or something. Thanks.

    I'm not aware of any functionality within the stock iTunes program to do that. One solution that I use is the iTunes Library Updater third-party program. This utility can not only remove tracks from your library with no corresponding media, but can also add in files that haven't been added to your library. I use this with a shared music network share and two separate iTunes libraries. It works well, though I wish Apple had this functionality natively.

  • Where is the find/replace-special feature located now?

    Where is the find special feature located now?
    I used to be able the search for "<space><tab>" and replace with "<tab>"
    I can no longer locate that feature and if I try to paste it into the find dialog, it says that no instances are found although I might be looking at several.
    I made extensive use of this and "Convert text to table" and "convert table to text."
    Ars-Technica reports that many of the "advanced" features have been removed. If that's correct, is Apple trying to relagate it's apps to the "Un-professional" level? Are we going to end up looking elsewhere for the features we had come to rely on? Granted, some of them still didn't work as expected, but the ones that did, I really made a **** of a lot of use of, including, but not limited to mail merge, which I'm told is also gone.
    Why can't apple just keep the great, if not at least standard, functionality intact? Give users a preference to hide the "Standardized" features if they are going to confuse them. Note that I'm not even going to say "professional" here because a robust find and replace to me is considered common place. Find and replacejust text is simply dumbed-down and, for me is a bit of an insult, especially after hemming me in to not being able to edit my documents once I open them in iOS and killing iWork on my machine after the update - sure the apps are there, but they crash complaining of a missing library.
    On that note, if anyone knows how to fix that so that I can keep working with iWork '09, I'd be relatively happy to be able to work with some of my old work that won't function in the new Pages.
    Any help on any of this is greatly appreciated.

    Pages 5 has over 90 other features removed:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=b14426a2c5af2 65f2213d98ee45f08d7&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Export your Pages 5 files to Pages '09 or Word .docx and trash/archive Pages 5.
    Then rate/review Pages 5 in the App Store.
    Peter

  • I had a geekbuddy tech supposedly removing software on my computer and now my photoshop elements won't load. Do I do trial and then add my key

    Hi
    I had a tech from GeekBuddy supposedly removing software from my computer but now my photoshop elements 6.0 won't load. Says I'm missing information and have to reinstall.
    Do I need to uninstall, then install trial and put in my key? I'd like to do this correctly without issues if possible.
    Thanks

    Hi
    I had a tech from GeekBuddy supposedly removing software from my computer but now my photoshop elements 6.0 won't load. Says I'm missing information and have to reinstall.
    Do I need to uninstall, then install trial and put in my key? I'd like to do this correctly without issues if possible.
    Thanks

  • I am new to this forum. Just installed adobe iplayer for the numerous time. Then decided to have a software update immediately on my mac computer. Then a a small screen appeared afterwards stating the maleware virus was removed. What do I do now?

    Just installed adobe iplayer for the umpteeth time.
    Then decided to have a software update immediately on my mac.
    Then a small screen appeared afterwards stating maleware virus removed.
    What do I do now? Was not aware that I had a virus in the first place.

    That latest update is a removal tool for the Flashback trojan.
    One of the ways the earlier versions of that trojan were distributed was through fake Adobe Flash downloaders.
    Why are you repeatedly installing Adobe Flash Player? (not iPlayer - that's a BBC thing.)
    The only place from which to get the Flash Player plug-in is directly from Adobe themselves - Never Trust a Pop Up that says you have a missing plugin!
    Also be aware that the Flash Player is not a standalone player; it's a plug-in which installs in the Library and is available for all the browsers to use.
    As for what you do now?
    Nothing for the moment - you should be clear.
    But to be on the safe side, go to the Prefences for each of your browsers and disable Java (not JavaScript - that's a whole different animal). As Java is the vector used by the most recent versions, that should ensure you don't get reinfected.

  • Remove reference to Publishing Feature from site template

    Hi all, I have a custom site collection which I package as a wsp to deploy as a custom solution template to multiple sites.
    Accidentally, years ago I've activated Publishing Features in my site template and then disabled them. I still work and create new templates from my site without any problems (ShP 2010).
    Now, I've installed SharePoint 2013 and updated my site template to 2013. Then, I've created the new wsp but when I try to apply my template to a new site collection I receive an error message: "Failed to instantiate file "AlternateMediaPlayer.xaml"
    from module "Style LibraryMedia Player_Features\PublishingResources": Source path "Features\PublishingResources\AlternateMediaPlayer.xaml" not found."
    How could I remove all the reference to features belonging to Publishing Features?

    Hi Elena_B,
    According to your description, my understanding is that you want to remove reference to publishing feature from site template in SharePoint 2013.
    You can do as the followings:
    extract all files from WSP file by (a tool or) changing the wsp file to cab file and then extract all files to a working folder.
    edit the Onet.xml file to remove the unsupported features and save the changes.
    create a ddf file for makecab.exe to repack the wsp
    run cmd: makecab /f my.ddf to generate the new WSP file
    More information, please refer to the link:
    http://lassewikmark.wordpress.com/2009/11/16/howto-remove-unused-features-from-a-site-template-file/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/37e96410-7fb9-462b-a3e7-c150f2de7107/site-template-and-disabled-feature?forum=sharepointadminprevious
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • HT2905 Did Apple remove the Find Duplicates feature in iTunes 11?

    Did Apple remove the Find Duplicates feature in iTunes 11? I don't see it in the File menu any more.

    Apple says it will come back in a future update, but no time frame has been given. For now, you'll need to either find them manually or use a third-party script or utility such as Dupin.
    Regards.

  • I keep getting this error message, installion aborted,all instelled componests were removed via the rollback feature when installing a downloaded game from POGO. What does this mean and how do I fix it?

    I have downloaded games from POGO just fine but when i go to install them it will start and then say installion aborted,all instelled componests were removed via the rollback feature and i have no idea what this means or how i an fix it. This has never happened before and I am not sure on what do to

    Yes, the website works fine on my PC computer.
    It was working fine on my iPad too until the message showed up. The website took a long time to load and when it finally did.. That message showed up twice. The site works now but at times will stop loading.
    I do feel like my Internet connection on my iPad is spotty today. One minute it is loading super fast, the next, the page won't load at all. Could be my connection though.
    I do not have the debug console set to on. Should I set it to on?

  • [svn] 640: Removing unnecessary dependencies on ant-contrib; we no longer have any need for it.

    Revision: 640
    Author: [email protected]
    Date: 2008-02-23 16:44:05 -0800 (Sat, 23 Feb 2008)
    Log Message:
    Removing unnecessary dependencies on ant-contrib; we no longer have any need for it.
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/tests/checkinapp/build.xml
    flex/sdk/branches/3.0.x/modules/compiler/build.xml

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • Remove individual Office suite features via SCCM

    Hi,
    I'm looking for some guidance on how to best remove select individual Office features across our enterprise (on a mutt mix of 2010 32bit (on x32 and x64 OS'), 2013 32bit (on x32 and x64 OS') and 2013x64.  I have been asked to remove InfoPath from all
    machines.  I have deduced through research thus far that I can A) Use a /modify with config.xml or B) msiexec /p <path to msp file>.  I did not have much luck learning how to create a config.xml file properly so I opted to
    use the MSP I created with OCT to remove the features and it has proven successful via a non suppressed Run line test of it on a system.  
    The problem I'm having now is with SCCM and deploying the application... option B above to systems.  I believe the isasue I'm encountering is the "Detection Method" being the product code for the targeted suite in question, may be seeing that...
    Oh Hey, you already have Office 2xxx so I'm not going to run this program!  Can someone enlighten me on a more simple approach?
    The other caveat I'm having trouble wrapping my head around is that in general nobody should have MS Access either for sake of Enterprise DB solutions except for a small minority of departmental computers that must still use Access DB's.   Since obviously
    it is simply On or Off with a feature I'm wondering how I can deploy this to remove Access from the vast majority while keeping it for a select few.  I'd imagine I'd need to do some manual detective work to get some hostnames and then some Device Collection
    creation and segregation to deploy selectively to... the other thought is how I might be able to isolate these systems possibly with Software Metering to find out who has launched Access.exe in X amount of days.  Any help on the technical and suggestions
    on all else would be greatly appreciated.
    Thanks,  Ryan.
    Ryan Plieth
    Update:  I found out how to query and form a collection based on Recently Used App info:
    select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from  SMS_R_System inner join SMS_G_System_CCM_RECENTLY_USED_APPS on SMS_G_System_CCM_RECENTLY_USED_APPS.ResourceID
    = SMS_R_System.ResourceId where DATEPART(MM, SMS_G_System_CCM_RECENTLY_USED_APPS.LastUsedTime) <= 12 and SMS_G_System_CCM_RECENTLY_USED_APPS.ExplorerFileName = "msaccess.exe"
    So now I'm just hoping to get information on how to get the MSIEXEC /P .MSP file to actually deploy to systems that already have Office detected.

    Thanks for taking the time to reply but I have had success with the MSP so that is what I'm proceeding with.  I'm going from Available to Not Available.  I'd appreciate anyone else's feedback on the SCCM issue and anything else you can
    provide from what I've mentioned in my OP.
    Ryan Plieth
    Sorry, I'm not really clear on "the SCCM issue" you mean?
    Detection logic?
    Collection query?
    Correctly modifying the feature state of the Office component via an AppModel DT?
    We use an AppModel DT, with detection logic of "does msaccess.exe exist?", if not existent, then apply the DT for "modify feature state to make msaccess=installed" using the config.xml method.
    We do something almost identical for the migration from "have Communicator but not Lync" -> "now have Lync".
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Okay, i have 2 bugs with maverick.  First, when I delete a file within a window, the files deletes but the preview doesn't delete until I close the window and reopen it.  Second, I work on a network of computers and the search feature is now buggy...

    Okay, i have 2 bugs with maverick.  First, when I delete a file within a window, the files deletes but the preview doesn't delete until I close the window and reopen it.  Second, I work on a network of computers and the search feature is now buggy...  When I search for a file, A) it asks me if it's a name, or it wont produce anything, and B), its slower than in prior OS versions and in some instances I have to toggle to a different directory and go back to my original directory in the search: menu bar or the search wont produce anything...  Very buggy. 

    It appears to me that network file access is buggy in Maverick.
    In my case I have a USB Drive attached to airport extreme (new model) and when I open folders on that drive they all appear empty. If I right click and I select get info after a few minutes! I get a list of the content.
    It makes impossible navigate a directory tree.
    File access has been trashed in Maverick.
    They have improved (read broken) Finder. I need to manage a way to downgrade to Lion again.

  • HT2905 i have just followed all the insrtuctions in support to remove duplicates from my library but now most of my musicis gone except for my recent purchases. How come and how do i fix it?

    i have just followed all the instructions in support to remove duplicates from my library but now most of my music is gone except for my recent purchases. How come and how do i fix it?

    Final Cut is a separate, higher end video editor.  The pro version of iMovie.
    Give iPhoto a look at for creating the slideshow.  It's easy to assemble the photos in an album in iPhoto, put them in the order you want and then make a slideshow of them.  You can select from various themes and transitions between slides and add music from your iTunes library.
    When you have the slidshow as you want use the Export button at the bottom of the iPhoto window and export with Size = Medium or Large.
    Save the resulting Quicktime movie file in your Movies folder.
    Next, open iDVD, choose your theme and drag the QT movie file into the menu window being careful to avoid any drop zones.
    Then follow this workflow to help assure the best qualty video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    The reason I suggest iPhoto is that I find it much easier to use than iMovie (except for the older iMovie 6 HD version).  Personal preferences showing here.

  • HT201441 Hi Just bought ipad 2 off someone they showed it to me working and the removed it from icloud and reset. now have started to setup at home and it is asking for an apple id he or i do not know what should i do ?

    Hi Just bought ipad 2 off someone they showed it to me working and the removed it from icloud and reset. now have started to setup at home and it is asking for an apple id he or i do not know what should i do ?

    Restore the Device as New.  See Section 6 here... http://support.apple.com/kb/HT4137
    Note:
    Activation Lock in iOS 7  >  http://support.apple.com/kb/HT5818

  • Hello, I want to download a new version of Itunes on my windows PC to to communicate with my Ipad, but the program says: I cannot terminate this download. Since I have also removed the old version of Itunes, now I can't do nothing to communicate with Ipad

    Hello, I want to download a new version of Itunes on my windows-7-PC to to communicate with my Ipad, but the program says: I must terminate this download. Since I have also removed the old version of Itunes, now I can't do nothing to communicate with my Ipad

    figured it out myself; saw the solution with similar problems...Thanks

Maybe you are looking for

  • My iPod Touch 5 won't Charge?

    For some reason, my iPod won't charge, I do intend to call Apple for support but I may aswell get help before I do. My iPod charger was working perfectly fine during last week, but ever since yestreday, when my iPod went out of charge, my iPod wouldn

  • PDF File in and Email

    I received a PDF form in and email. I need to fill it out. I tried to convert it to Microsoft Word but cannot. Please help. Thank you, Alrew49

  • OS X Updates Fail

    I noticed that the updates installed from the update center do not install on OS X. If I run the update center, it downloads everything and appears to install it all, but after I restart Creator and go to the update center again, all the same updates

  • Unable to extend table SYS.VIEW$ by 256 in tablespace

    Hi, I am getting the error "unable to extend table SYS.VIEW$ by 256 in tablespace " and "ORA-00604: error occurred at recursive SQL level 1 ORA-01654: unable to extend index SYS.I_DEPENDENCY1 by 256". while upgrading. My database contains only 600 MB

  • Installing the Business Package for CRM 4(60,2_3)

    Hey I am importing the BP for CRM 4 and getting some errors while importing it. Error 1: I get a lot of errors for the profiles that is not deployed... Like the profile navigation, default, xmlform and so on.. I.E: 261 / 1125 - Migration of: /com.sap