Tuesday, June 10, 2014

Interesting error message caused by SharePoint cumulative update

Not sure the problem starts from which CU.

After installing CU April, 2014, I got the error below from SharePoint log when trying to open personal site.
And so, users could not open their personal sites.

It's new to me. As a quick fix, I granted access right of database SP_EnterpriseSearch to the application pool service account, which fixed the problem.

But, why do we need that?

One day later, when got some spare time, I decided to do some further investigation. However, all work well even if I revoke the access rights from the application pool service account!

So, my guess is, after running "SharePoint 2010 Products Configuration Wizard", we need to wait for a while so SharePoint Timer can run some job to reset some data initialization.

How long is the "a while"? I don't know the exact number, but 24 hours should be enough.

============

06/08/2014 00:25:34.18 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880i High     System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)     at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 tim... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880i High     ...erExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProvid... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880i High     ...erInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.Office.S... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880i High     ...erver.Data.SqlSession.OpenConnection() ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880k High       at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(Guid partitionID, String propertyName)     at Microsoft.Office.Server.UserProfiles.Co... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880k High     ...reProperty.GetManagedPropertyMapping(String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ApplyFormattingEx(ProfileManagerBase objManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenI... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880k High     ...nternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTex... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880k High     ...tWriter writer)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at ASP.PERSON_ASPX__1056203612.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Bool... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880k High     ...ean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 ... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880k High     ...flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880j High     SqlError: 'Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.'    Source: '.Net SqlClient Data Provider' Number: 4060 State: 1 Class: 11 Procedure: '' LineNumber: 65536 Server: 'DB_SharepointPRD\SHAREPOINT' ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       880j High     SqlError: 'Login failed for user 'DomainName\_SPAppPool'.'    Source: '.Net SqlClient Data Provider' Number: 18456 State: 1 Class: 14 Procedure: '' LineNumber: 65536 Server: 'DB_SharepointPRD\SHAREPOINT' ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.18 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Database                       tzku High     ConnectionString: 'Data Source=sp2010db;Initial Catalog=SP_EnterpriseSearch;Integrated Security=True;Enlist=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15 ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.20 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pm5 High     Url Path: "/person.aspx" ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.20 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pm6 High     ********** SQL exception happens - Start dump ********** ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.20 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pm7 High     SqlException Info, Source: .Net SqlClient Data Provider Number: 4060 State: 1 Class: 11 Server: DB_SharepointPRD\SHAREPOINT Message: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'. Procedure:  Line: 65536 ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.20 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pm8 High     ********** SQL exception happens - End dump ********** ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception Unhandled exception caught during execution of Microsoft.SharePoint.Portal.PageBase::ErrorHandler(). Exception information: Exception information: System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)     a... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...t System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boo... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...lean redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnecti... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...on(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.Office.Server.Data.SqlSession.OpenConnection()     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(Guid partitionID, String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.GetManagedPropertyMapping(String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ApplyFormattingEx(ProfileManagerBase objManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChil... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...drenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInte... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...rnal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)     at Syst... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...em.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)     at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.Sq... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...lInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConne... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...ction owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.Office.Server.Data.SqlSession.OpenConnection()     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, Boolean... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ... retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(Guid partitionID, String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.GetManagedPropertyMapping(String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ApplyFormattingEx(ProfileManagerBase ob... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...jManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ....RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Bo... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Portal Server       Runtime                       7pma Exception ...olean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Source: .Net SqlClient Data Provider Server: DB_SharepointPRD\SHAREPOINT LineNumber: 65536 ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Server             Unified Logging Service       c91s Monitorable Watson bucket parameters: SharePoint Server 2010, ULSException14, 06d8f9f3 "sharepoint portal server", 0e001b67 "14.0.7015.0", ea364808 "system.data", 0200c627 "2.0.50727.0", 4ca2ba0b "wed sep 29 14:01:15 2010", 00002745 "00002745", 00000011 "00000011", 54cb9616 "sqlexception:4060:1", 37706d61 "7pma" ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21 w3wp.exe (0x0AF0)                       0x1F98 SharePoint Foundation         Runtime                       tkau Unexpected System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)     at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 time... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Foundation         Runtime                       tkau Unexpected ...rExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProvide... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Foundation         Runtime                       tkau Unexpected ...rInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.Office.Se... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Foundation         Runtime                       tkau Unexpected ...rver.Data.SqlSession.OpenConnection()     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(Guid partitionID, String propertyName)     at ... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Foundation         Runtime                       tkau Unexpected ...Microsoft.Office.Server.UserProfiles.CoreProperty.GetManagedPropertyMapping(String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ApplyFormattingEx(ProfileManagerBase objManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     a... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Foundation         Runtime                       tkau Unexpected ...t System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.RenderChildren(HtmlTextWriter writer)  ... ccbafe59-38a6-443a-b4a9-4ea83f7576a1
06/08/2014 00:25:34.21* w3wp.exe (0x0AF0)                       0x1F98 SharePoint Foundation         Runtime                       tkau Unexpected ...   at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ccbafe59-38a6-443a-b4a9-4ea83f7576a1


06/08/2014 00:25:42.63 w3wp.exe (0x0AF0)                       0x193C SharePoint Foundation         Monitoring                     b4ly High     Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=7.6224771584098 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67 w3wp.exe (0x0AF0)                       0x193C SharePoint Server             Database                       tzku High     ConnectionString: 'Data Source=sp2010db;Initial Catalog=SP_EnterpriseSearch;Integrated Security=True;Enlist=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67 w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pm5 High     Url Path: "/person.aspx" 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67 w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pm6 High     ********** SQL exception happens - Start dump ********** 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67 w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pm7 High     SqlException Info, Source: .Net SqlClient Data Provider Number: 4060 State: 1 Class: 11 Server: DB_SharepointPRD\SHAREPOINT Message: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'. Procedure:  Line: 65536 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67 w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pm8 High     ********** SQL exception happens - End dump ********** 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67 w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception Unhandled exception caught during execution of Microsoft.SharePoint.Portal.PageBase::ErrorHandler(). Exception information: Exception information: System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)     a... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...t System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boo... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...lean redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnecti... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...on(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.Office.Server.Data.SqlSession.OpenConnection()     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(Guid partitionID, String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.GetManagedPropertyMapping(String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ApplyFormattingEx(ProfileManagerBase objManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChil... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...drenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInte... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...rnal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)     at Syst... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...em.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)     at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.Sq... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...lInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConne... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...ction owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.Office.Server.Data.SqlSession.OpenConnection()     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, Boolean... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ... retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(Guid partitionID, String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.GetManagedPropertyMapping(String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ApplyFormattingEx(ProfileManagerBase ob... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...jManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ....RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Bo... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Portal Server       Runtime                       7pma Exception ...olean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Source: .Net SqlClient Data Provider Server: DB_SharepointPRD\SHAREPOINT LineNumber: 65536 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67 w3wp.exe (0x0AF0)                       0x193C SharePoint Server             Unified Logging Service       c91s Monitorable Watson bucket parameters: SharePoint Server 2010, ULSException14, 06d8f9f3 "sharepoint portal server", 0e001b67 "14.0.7015.0", ea364808 "system.data", 0200c627 "2.0.50727.0", 4ca2ba0b "wed sep 29 14:01:15 2010", 00002745 "00002745", 00000011 "00000011", 54cb9616 "sqlexception:4060:1", 37706d61 "7pma" 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67 w3wp.exe (0x0AF0)                       0x193C SharePoint Foundation         Runtime                       tkau Unexpected System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)     at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 time... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Foundation         Runtime                       tkau Unexpected ...rExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProvide... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Foundation         Runtime                       tkau Unexpected ...rInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.Office.Se... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Foundation         Runtime                       tkau Unexpected ...rver.Data.SqlSession.OpenConnection()     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(Guid partitionID, String propertyName)     at ... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Foundation         Runtime                       tkau Unexpected ...Microsoft.Office.Server.UserProfiles.CoreProperty.GetManagedPropertyMapping(String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ApplyFormattingEx(ProfileManagerBase objManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     a... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Foundation         Runtime                       tkau Unexpected ...t System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.RenderChildren(HtmlTextWriter writer)  ... 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:42.67* w3wp.exe (0x0AF0)                       0x193C SharePoint Foundation         Runtime                       tkau Unexpected ...   at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 8aeb36d2-4bc2-4b3c-9454-75f62f5ce4ab
06/08/2014 00:25:43.96 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Foundation         Logging Correlation Data       xmnv Medium   Name=Request (GET:http://mysite.DomainName.local:80/person.aspx) 8ce4bc37-3df1-4ed3-b559-e2f7133254ef
06/08/2014 00:25:43.98 w3wp.exe (0x0AF0)                       0x193C SharePoint Foundation         Logging Correlation Data       xmnv Medium   Name=Request (GET:http://mysite.DomainName.local:80/person.aspx) fec51a94-96dd-4e16-9142-8c68a87de278
06/08/2014 00:25:43.98 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Foundation         Logging Correlation Data       xmnv Medium   Name=Request (GET:http://mysite.DomainName.local:80/person.aspx) 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:43.98 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Foundation         Logging Correlation Data       xmnv Medium   Site=/ 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:43.98 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Foundation         Monitoring                     b4ly High     Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=7.79735972029965 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Server             Database                       tzku High     ConnectionString: 'Data Source=sp2010db;Initial Catalog=SP_EnterpriseSearch;Integrated Security=True;Enlist=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pm5 High     Url Path: "/person.aspx" 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pm6 High     ********** SQL exception happens - Start dump ********** 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pm7 High     SqlException Info, Source: .Net SqlClient Data Provider Number: 4060 State: 1 Class: 11 Server: DB_SharepointPRD\SHAREPOINT Message: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'. Procedure:  Line: 65536 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pm8 High     ********** SQL exception happens - End dump ********** 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pma Exception Unhandled exception caught during execution of Microsoft.SharePoint.Portal.PageBase::ErrorHandler(). Exception information: Exception information: System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.     at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.Office.Server.Data.SqlSession.OpenConnection()     at Microsoft.Office.Server.Data.SqlSession.... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pma Exception ...ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(Guid partitionID, String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.GetManagedPropertyMapping(String pr... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pma Exception ...opertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ApplyFormattingEx(ProfileManagerBase objManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection chi... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pma Exception ...ldren)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Po... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pma Exception ...rtal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.     at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.S... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pma Exception ...qlConnection.Open()     at Microsoft.Office.Server.Data.SqlSession.OpenConnection()     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pma Exception ...Guid partitionID, String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.GetManagedPropertyMapping(String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ApplyFormattingEx(ProfileManagerBase objManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContai... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pma Exception ...nerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPa... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Portal Server       Runtime                       7pma Exception ...rtPage.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Source: .Net SqlClient Data Provider Server: DB_SharepointPRD\SHAREPOINT LineNumber: 65536 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Server             Unified Logging Service       c91s Monitorable Watson bucket parameters: SharePoint Server 2010, ULSException14, 06d8f9f3 "sharepoint portal server", 0e001b67 "14.0.7015.0", ea364808 "system.data", 0200c627 "2.0.50727.0", 4ca2ba0b "wed sep 29 14:01:15 2010", 000020f4 "000020f4", 0000012a "0000012a", 54cb9616 "sqlexception:4060:1", 37706d61 "7pma" 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01 w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Foundation         Runtime                       tkau Unexpected System.Data.SqlClient.SqlException: Cannot open database "SP_EnterpriseSearch" requested by the login. The login failed.  Login failed for user 'DomainName\_SPAppPool'.    at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.Office.Server.Data.SqlSession.OpenConnection()     at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.Office.Server.Da... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Foundation         Runtime                       tkau Unexpected ...ta.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)     at Microsoft.Office.Server.Search.Administration.SchemaDatabase.GetSchemaHighLevelInfo()     at Microsoft.Office.Server.Search.Administration.Schema.get_LastChangeTime()     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.SynchronizeManagedPropertyMappings(Guid partitionID, SearchServiceApplicationProxy searchAppProxy)     at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.GetManagedPropertyMapping(Guid partitionID, String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.GetManagedPropertyMapping(String propertyName)     at Microsoft.Office.Server.UserProfiles.CoreProperty.get_ManagedPropertyName()     at Microsoft.SharePoint.Portal.WebControls.Profil... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Foundation         Runtime                       tkau Unexpected ...ePropertyLoader.ApplyFormattingEx(ProfileManagerBase objManager, Dictionary`2 highlightedProperties, Property prop, Object[] propValue, Boolean ignoreFormat, Boolean allowLinkToSearch)     at Microsoft.SharePoint.Portal.WebControls.ProfileDetailsViewer.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWr... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Foundation         Runtime                       tkau Unexpected ...iter output)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.WebPartPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.Portal.WebControls.PersonalWebPartPage.Render(HtmlTextWriter ... 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec
06/08/2014 00:25:44.01* w3wp.exe (0x0AF0)                       0x0EA4 SharePoint Foundation         Runtime                       tkau Unexpected ...writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 6a7dd15e-7a33-4e05-8cb2-0c602edac0ec

1 comment:

  1. Excellent! Thanks for this - I've been looking at this feature for ages. Followed your instructions and it works a treat!

    ReplyDelete