Hello
I have a question regarding Microsoft SharePoint Foundation Usage Data Import job. It often hangs on our front-end servers, causing Timer recycling problems.
Here are some logs:
The Execute method of job definition Microsoft.SharePoint.Administration.SPTimerRecycleJobDefinition (ID <id>) threw an exception. More information is included below.
The timer service was not recycled because the following jobs were still running: Microsoft SharePoint Foundation Usage Data Import
And I believe correlated with the previous one:
Web Analytics Services Logging Services Usage Logging Importer: Exception occured while retrieving profiling information for the user=<IP address>: Microsoft.Office.Server.UserProfiles.UserNotFoundException: An error was encountered while retrieving the user profile. at Microsoft.Office.Server.UserProfiles.UserProfileCache.GetUserData(UserProfileManager objManager, Nullable`1 recordId, Guid gAcct, String strAcct, Byte[] bSid, String strEmail, Boolean doNotResolveToMasterAccount) at Microsoft.Office.Server.UserProfiles.UserProfile.RetrieveUser(String strAcct, Guid gAcct, Byte[] bSid, Nullable`1 recordId, Boolean doNotResolveToMasterAccount, Boolean loadFullProfile) at Microsoft.Office.Server.UserProfiles.UserProfile..ctor(UserProfileManager objManager, String strAcct, Boolean doNotResolveToMasterAccount, Boolean forceU...
Web Analytics Services Logging Services ...serIsSelf, Boolean loadFullProfile) at Microsoft.Office.Server.UserProfiles.UserProfileManager.GetUserProfile(String strAccountName, Boolean doNotResolveToMasterAccount, Boolean loadFullProfile) at Microsoft.Office.Server.UserProfiles.UserProfileManager.GetUserProfile(String strAccountName, Boolean doNotResolveToMasterAccount) at Microsoft.Office.Server.WebAnalytics.UsageLogging.WebAnalyticsUsageDataImporter.GetUserInfo(String userName, String webAppUrl, Guid siteSubscriptionId, Guid siteId)
The usage log files often stay in the logs directory for couple of hours (or about a day) before they are successfully downloaded by the job.
Is it expected to see IP address in these logs? We turned on the anonymous access on one of our sites and I believe it's were the problems started. I have exluded Web Analytics Service Application from the anonymous web application but it didn't really help a lot.
Lately I found the same exception including login, not IP address:
Usage Logging Importer: Exception occured while retrieving profiling information for the user=<DOMAIN\user>
So now I am totally confused. Maybe someone experienced similar problems?
I have a question regarding Microsoft SharePoint Foundation Usage Data Import job. It often hangs on our front-end servers, causing Timer recycling problems.
Here are some logs:
The Execute method of job definition Microsoft.SharePoint.Administration.SPTimerRecycleJobDefinition (ID <id>) threw an exception. More information is included below.
The timer service was not recycled because the following jobs were still running: Microsoft SharePoint Foundation Usage Data Import
And I believe correlated with the previous one:
Web Analytics Services Logging Services Usage Logging Importer: Exception occured while retrieving profiling information for the user=<IP address>: Microsoft.Office.Server.UserProfiles.UserNotFoundException: An error was encountered while retrieving the user profile. at Microsoft.Office.Server.UserProfiles.UserProfileCache.GetUserData(UserProfileManager objManager, Nullable`1 recordId, Guid gAcct, String strAcct, Byte[] bSid, String strEmail, Boolean doNotResolveToMasterAccount) at Microsoft.Office.Server.UserProfiles.UserProfile.RetrieveUser(String strAcct, Guid gAcct, Byte[] bSid, Nullable`1 recordId, Boolean doNotResolveToMasterAccount, Boolean loadFullProfile) at Microsoft.Office.Server.UserProfiles.UserProfile..ctor(UserProfileManager objManager, String strAcct, Boolean doNotResolveToMasterAccount, Boolean forceU...
Web Analytics Services Logging Services ...serIsSelf, Boolean loadFullProfile) at Microsoft.Office.Server.UserProfiles.UserProfileManager.GetUserProfile(String strAccountName, Boolean doNotResolveToMasterAccount, Boolean loadFullProfile) at Microsoft.Office.Server.UserProfiles.UserProfileManager.GetUserProfile(String strAccountName, Boolean doNotResolveToMasterAccount) at Microsoft.Office.Server.WebAnalytics.UsageLogging.WebAnalyticsUsageDataImporter.GetUserInfo(String userName, String webAppUrl, Guid siteSubscriptionId, Guid siteId)
The usage log files often stay in the logs directory for couple of hours (or about a day) before they are successfully downloaded by the job.
Is it expected to see IP address in these logs? We turned on the anonymous access on one of our sites and I believe it's were the problems started. I have exluded Web Analytics Service Application from the anonymous web application but it didn't really help a lot.
Lately I found the same exception including login, not IP address:
Usage Logging Importer: Exception occured while retrieving profiling information for the user=<DOMAIN\user>
So now I am totally confused. Maybe someone experienced similar problems?