Health Analyzer, Web Analytics reports and Search administration reports are not updating.
What I have Tried:
- Verified that Web Analytics Service Application' is started. Moreover, stopped and started.
- Timer job 'Microsoft SharePoint Foundation Usage Data Import' is enabled but in timer job history there is no success log for that there is just lots of fail for upgrade job:
Job Title Upgrade Job Server SP Web Application Content Database Status Failed Completed 12/13/2012 3:26 AM Duration (hh:mm:ss) 0:00:00 Error Message Object reference not set to an instance of an object. - Timer job 'Microsoft SharePoint Foundation Usage Data Processing' is enabled and should run daily. If I run this manulay nothing will happen.
I should mention that we have moved all Sql databases and for this we have folowed this article: http://technet.microsoft.com/en-us/library/cc512725.aspx
I think there should be missing configuration for user account to access DB.
ULS, 2 AM log :
- SqlError: 'The SQL Server Service Broker is not enabled.' Source: '.Net SqlClient Data Provider' Number: 50000 State: 1 Class: 16 Procedure: 'proc_WA_MarkUserBehaviorDataForUserBehaviorAnalyzer' LineNumber: 36 Server: 'scrups\sharepoint2010'
- ConnectionString: 'Data Source=SP\SharePoint;Initial Catalog=WebAnalyticsServiceApplication_StagingDB_aa000fc9-a24a-46b9-9d5b-9d9c9df7fab1;Integrated Security=True;Asynchronous Processing=False;Connect Timeout=15' ConnectionState: Open ConnectionTimeout: 15
- at Microsoft.Office.Server.WebAnalytics.SqlRetrySession.ExecuteNonQuery(SqlCommand command)
at Microsoft.Office.Server.WebAnalytics.LoggingExtractor.LoggingInserter.MarkDataReadyForUba(Int32 maxSessionDivisionTime, Int32 maxSessionTime, Int32 maxBatchQueryCount, Int32 maxSessionQueries, Int32 maxSessionClickthrough, Int32 maxSessionFeedback, Double sampleRate)
at Microsoft.Office.Server.WebAnalytics.LoggingExtractor.LoggingExtractorInstance.Run(StagerSubscription stagerSubscription)
at Microsoft.Office.Server.WebAnalytics.LoggingExtractor.LoggingExtractorV2.LexExtractor(Object context)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state) - The SQL Server Service Broker is not enabled on SQL Server data source 'SP\SharePoint' and database 'WebAnalyticsServiceApplication_StagingDB_aa000fc9-a24a-46b9-9d5b-9d9c9df7fab1'
- The required SQL Server Service Broker is not enabled on all the staging database. The Data Consolidator will attempt to execute at the next scheduled time.
- Leaving Monitored Scope (PostAuthenticateRequestHandler). Execution Time=0.57577150168527
Thanks