Posts tagged error

CRM 2011 – Rest Endpoint Error

When trying to basically access one record in Internet Explorer using the rest endpoint, you might encounter the following error:

Internet Explorer cannot display this feed. Internet Explorer does not support this feed format.

To solve this, just go to:

  • Internet Options
    • Content
      • Feeds and Web Slices
        • Settings
          • Uncheck “Turn on feed reading view”

And you’re good!

 

 

CRM 2011 – New Organization Error – LocalSystem is not supported as CRM ASP NET Account

Today, I was playing with the CRM 2011 vm From Microsoft.

I wanted to create a new orgnanization, and received this strange error:

 

This error says:

Action Microsoft.Crm.Tools.Admin.GrantCrmDatabaseAccessAction failed. LocalSystem is not supported for CRM ASP Net Account.

Surprisingly, this error yields no results on Google.

Finally, after some quick thinking, I realized the CrmAppPool identity was Local System. I changed it to a domain account, and it worked!