Neil McDonald's Dynamics 365 Blog

Archive for the ‘CRM 2011’ Category

Microsoft Community Contributor Award

with 2 comments

Mcc11_social-media_logo

Well this was a nice way to end the week!

I’ve just received an email from Microsoft informing me that I have been recognised with a Microsoft Community Contributor Award. This is awarded to people who freely contribute their time to helping others in Microsoft online communities.

I’m honoured, thank you Microsoft!

Written by neilmcd

Feb 25, 2011 at 6:43 pm

Posted in CRM 2011, Misc

CRM 2011 On-Premise Released!

leave a comment »

Microsoft have just posted the final release of CRM 2011 On-Premise. You can download the installer from here and pick up the implementation guide here. To install, you will need to use the 90 day trial key provided and you will be able to purchase full license key from 1st April 2011. Users with active software assurance plans should get their license keys earlier, although there is nothing in my licensing portal just yet.

Written by neilmcd

Feb 17, 2011 at 1:35 am

Posted in CRM 2011

CRM 2011 Add Multiple Users Error

with 2 comments

I’ve been having an issue when trying to add multiple users on the CRM 2011 release candidate. I could add individual users fine, but the multiple users wizard showed the below error after selecting the license type and authentication provider.

Ldaperror

I looked in the event viewer and saw this message

Exception information:     Exception type: ActiveDirectoryObjectNotFoundException     Exception message: The specified domain does not exist     or cannot be contacted.

I could add users fine individually, so my domain could definitely be contacted, so why was this error only occuring when trying to load multiple users? I turned on tracing, which displayed this:

Process: w3wp |Organization:38fbda44-2715-e011-8b1e-00151d004a11 |Thread: 4 |Category: Exception |User: 00000000-0000-0000-0000-000000000000 |Level: Error | SystemLabelDictionaryCacheLoader.LogDetails

Read the rest of this entry »

Written by neilmcd

Feb 11, 2011 at 6:00 pm

Posted in CRM 2011

Tagged with ,

IFD with Microsoft Dynamics CRM 2011

leave a comment »

Michael Guthmann has posted a great video showing how to configure CRM 2011 for an internet facing deployment (IFD). You can read his post and watch the video on the Dynamics Team Blog. I have also embedded the video below.

Update: Jim Glass has now posted an updated IFD ‘how to’ which I’ve embedded below.
Read the rest of this entry »

Written by neilmcd

Jan 18, 2011 at 5:40 pm

Posted in CRM 2011

Scribe Certified!

leave a comment »

Screen_shot_2011-01-01_at_21

After using Scribe for most of my CRM integrations for the last 2 years, it was about time I took the certification exams.

Although I have been using the product for some time, the training material provided was invaluable and I learnt a lot that I would never have picked up in day to day use. It’s well worth reading/watching if you use or are planning on using Scribe.

I’m pleased to say that I passed both the Server and CRM adapter exams. Not a bad start to 2011!

Written by neilmcd

Jan 1, 2011 at 8:53 pm

Posted in CRM 2011, Misc

Tagged with

CRM 2011 Release Candidate

leave a comment »

Microsoft today announced the first release candidate for Dynamics CRM 2011. The download links for each component are available here. I’ll be installing it tomorrow!

There’s a launch event planned for 20th January 2011 which you can register for here.

Finally, Microsoft also announced that CRM 2011 Online will be available from 17th January 2011.

 

Written by neilmcd

Dec 14, 2010 at 10:09 pm

Posted in CRM 2011

CRM 2011 Repeated Login Prompt

leave a comment »

Updated at the bottom for the CRM 2011 Release Candidate.

I’ve had this issue recently and it was driving me crazy. The CRM worked fine from the server with http://localhost and http://server-name, but if I tried to access it from anywhere else, I was repeatedly asked for login credentials. I got around it temporarily by adding a host header to the site, but this still caused me problems when trying to access the web services.

I’ve read some articles suggesting the below method to fix this:

  • go to IIS manager
  • select the CRM website
  • select Authentication
  • select windows authentication
  • click on Providers, and add kerberos as the second enabled provider after NTLM

Unfortunately, this didn’t work for me. Instead, I got it working by editing the file  %windir%system32inetsrvconfigapplicationHost.config as below.

For all of the CRM web site nodes find and replace all instances of: –

<windowsAuthentication enabled="true" />

with

<windowsAuthentication enabled="true" useAppPoolCredentials="true" />

Read the rest of this entry »

Written by neilmcd

Dec 10, 2010 at 5:00 pm

Posted in CRM 2011

Tagged with , ,

Upgrading a CRM 4 Organisation to Dynamics CRM 2011

leave a comment »

I’ve posted another short video, showing how easy it is to upgrade a Dynamics CRM 4 organisation to Dynamics CRM 2011.

The steps involved were: –

  • Backup current CRM 4 organisation
  • Restore the database to the SQL server hosting the other CRM organisations
  • Use the Deployment Manage import wizard
  • Map any users that exist in the organisation to Active Directory accounts. If you are restoring to a server in the same domain, auto mapping users should work fine
  • Run the import
  • Log in and test

I did this using the all in one virtual server I had set up previously, which is proving to be a great little training ground!

Written by neilmcd

Sep 15, 2010 at 4:00 pm

Posted in CRM 2011, CRM 4

Tagged with , ,

Dynamics CRM 2011 Solutions

with 2 comments

Solutions

Another nice new feature of Dynamics CRM 2011 is the ability to create solutions. A solution is a way to package up your CRM business application into an easy to manage and deploy package.

Create_solution

To create a solution, first you must give it a name, select a publisher and give it a version number. A publisher typically contains the details of the ISV which will be listing an application in the Dynamics Marketplace. Versioning is method of determining whether you are running the most up to date solution inside your CRM 2011 system. Read the rest of this entry »

Written by neilmcd

Sep 14, 2010 at 4:00 pm

Posted in CRM 2011

Tagged with , ,

Dynamics CRM 2011 Dashboards

leave a comment »

Dashboards

The new real-time dashboards in Microsoft Dynamics CRM 2011, finally brings Dynamics CRM reporting in line with the competition.

Dashboards are likely to be the new favourite feature among business and sales users who enjoy looking at pretty charts with lines pointing the right way. More importantly, they offer a powerful way to view and analyse business performance based on real-time statistics. Read the rest of this entry »

Written by neilmcd

Sep 13, 2010 at 4:16 pm

Posted in CRM 2011

Tagged with ,