Luis Valencia
Luis Valencia

Reputation: 34028

Strange sharepoint error at UserProfile Application

this is a new sharepoint installation, and I have this problem when I navigate to the newly installed site.

Any help please

enter image description here

Upvotes: 0

Views: 3358

Answers (2)

Oleg Savelyev
Oleg Savelyev

Reputation: 968

Check permissions of application pool account and UPA account. Note that UPA permissions may be configured in two places in Central Admin: one under "administrators" and other under "permissions" while configuring UPA.

Also you should check timeout values in web.config located in same directory as UPA wcf service. Use IIS Manager to find it and try to increase timeout. I have had similar issue while SharePoint was hosted on slow machine.

Upvotes: 1

Madhur Ahuja
Madhur Ahuja

Reputation: 22701

Your User Profile service application is corrupt. Delete and recreate UPSA.

Upvotes: 1

Related Questions