Hi,
Issue in newly added SharePoint server in the existing farm.
I was asked to build and a SharePoint server in the existing farm setup. I have opened all required ports and added the server to the farm successfully but the server will be added in load balancing. If I access any site then the server has to serve the request it own because I have added the host entry to serve the request from same server.
Problems:
- If I access any application page(s) like settings.aspx or viewlsts.aspx from same server then the server taking around 10 minutes and responding with respective pages. Buy why the request is processing for 10 min?
- If I access any web part page or wiki page from same server then showing error message with co-relation id. I have traced the error using uls viewer and find below the trace result.
UserProfileApplicationProxy.InitializePropertyCache: Microsoft.Office.Server.UserProfiles.UserProfileException: System.TimeoutException
at Microsoft.Office.Server.UserProfiles.MossClientBase`1.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.GetProfileProperties()
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.RefreshProperties(Guid applicationID)
at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValueNow(K key)
at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValue(K key, Boolean asynchronous)
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.InitializePropertyCache()
User Profile Application Proxy failed to retrieve partitions from User Profile Application: Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator.
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties()
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs()
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext)
Note:
1. User profile service is running in other server and the proxy created in the newly added server farm.
2. If I remove the host entry then the site is working properly on the server but host entry is must for our environment requirement
3. Other servers are working fine with host entry
Please can anybody tell me what could be the issue, am I missing any settings in the new server?
Senthilrajan Kaliyaperumal









