Hi,
I have tried installing the cumulative update for SharePoint 2013 [April CU kb2726992],I got below error & however fixed by self.Hence thought of sharing this in forum,so if anyone get it in to trouble on this.it may help
Step1: Installed SP2013 Farm with March 2013 Public update-kb2767999
step2; Created all the service applications & mysite web apps as well [My target to create mysite and test all the features]
[Everything works fine as expected]
step3: We had a plan to install SP2013 APRIL Cumulative update on this server [standalone box]
step4: Installed April CU successfully following PSCONFIG executed without an error
Problem come here;
--> still i got PSCONFIG with successful & able to browse CA,iI could find that under " MANAGE SERVERS IN FARM"Upgrade Available [Usually this should not be..it should be NO ACTION REQURIED]
however your farm & sites workis fine,But thought of make it NO ACTION REQUIRED
-->Checked the "REVIEW DATABASE STATUS" under upgrade & migration tab from CA ,found mysite contentDB with " databse up to date with some sites are not completely upgraded "
--> executed stsadm -o localupgradestatus > d\upgrade.txt
--> found that personal site collections under mysitecontentDB needs upgrade
--> followed many blogs with could not make it happen successfull..
fnally follwed belos steps:
RESOLUTION:
STEP1: Took a backup of all my personal sites [ use Export-spweb POWERSHELL]
step2: removed all the " needs upgrade" Site collections from the contentDB
ste3: after deleting executed " remove-spdeletedsite -identity ' GUID id of site collection"]
step4:excuted below commad,
$id=(Get-SPContentDatabase -Identity "GUID ID OF MYSITE WEB APP CONTENTDB").Id
Upgrade-SPContentDatabase -id $id
step4: powershell command shows " this spcontentdatabase does not need upgrade" ...here im happy :)
step5; ran PSCONFIG once again with successfully
Here my CA & content Database all shows "NO ACTION REQURIED" :)
If anyone help this threads...update it...Thanks
Regards,
Nixon Mohan
Tech Mahindra
Bangalore