Hi everyone.
I'm getting in troubles with my central admin.
When I open a browser to CA, the sharepoint error page stops me with message "Unable to complete this operation".
I got the error when trying to acces pages like these :
Digging the errors, I found that application pages are ok. Pages like :
- http://myserver/_admin/AlternateUrlCollections.aspx
- http://myserver/_admin/CNTDBADM.aspx
So it appears that I have some troubles with my AdminContent DB.
Digging deeper in ULS reveals the following error messages (ordered by apparition datetime) :
[I truncated the full stacktrace for better readibility]
Application error when access /default.aspx, Error=Unable to complete this operation. Try again
at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(.....
System.Runtime.InteropServices.COMException: Unable to complete this operation. Try again., StackTrace:
at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(....
SQL error code from last error 8622 - Query processor could not produce a query plan because of the hints defined in this query. Resubmit the query without specifying any hints and without using SET FORCEPLAN.
System.Data.SqlClient.SqlException (0x80131904): Query processor could not produce a query plan because of the hints defined in this query. Resubmit the query without specifying any hints and without using SET FORCEPLAN.
at System.Data.SqlClient.SqlConnection.OnError(....
System.Runtime.InteropServices.COMException: Unable to complete this operation. Try again.
at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(
The third error message (SQL) surprised me, but could not find any clues to resolve it.
I tried the following without success :
- Delete the Content BD, the SPWebApplication (admin), then recreate (couldn't recreate, did a restore)
- Backup adminContentDB from another farm and restore.
So, my question is : is there a way to re create the AdminContent DB without recreating a Farm ? (I'm in production :) )
Thanks in advance for your answers.