Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, April 3, 2013 4:29 AM
Help me plese
On that time the button in Sp can't work .When i click it it's can't go to other page
All replies (2)
Wednesday, April 3, 2013 6:20 AM ✅Answered
Hi Soongza,
Following thread mentions about different ways to remove the referance from Database. please refer the same to solve your issue.
Regards Roy Joyson
Please remember to mark your question as "answered"/"Vote helpful" if this solves/helps your problem.
Roy Joyson
Wednesday, April 3, 2013 7:14 AM ✅Answered
Hi,
This might happen when you moving the site collection from DB to another DB,While there is lot of chances "Orphan objects" to be created on your DB.
You need to repair them using the below command
$db = Get‐SPContentDatabase "<content database name>"
$db.Repair($true) --> this will directly started to repair [mean removing the missing features,webpart and Pages]
If u want to see the list of missing stuffs before repair then just use "false" in Repair method.
or
stsadm ‐o databaserepair ‐url <url name> ‐databasename <database name> [‐deletecorruption]
Murugesa Pandian.,MCTS|App.Devleopment|Configure