Skip to content

Recent Articles

19
Apr

CRM 2011: Bad ‘setFormMode’ error!

The other day, I was puzzled by a weird problem coming from a “Go to URL” action in a CRM sub-report.

Read moreRead more

29
Mar

BI: TARGIT Certified Specialist

Congratulations to my colleague Mathieu and I as we have successfully passed the TCS exam and are now proud to announce that we can deliver TARGIT trainings in French to customers in Belgium (French part) and Luxemburg!

Sourire

targit logo 175-14-35-SPECIALIST

7
Mar

CRM 2011: MB2-866 certification

Passed it today, and got the maximum score…1000/1000 Sourire

1
Mar

CRM 2011: Error 404 while using internal claims authentication

This error has driven me crazy for a while: while using Microsoft CRM 2011 in IFD-mode, the external authentication would work correctly but not the internal access!

DNS were working correctly, the TMG server was configured correctly, the SSL certificate was correctly bound to the internal & external (we are using a wildcard SSL certificate) and ADFS was set up per the Microsoft installation document.

Now, to resolve the internal access issue, I had to remove the “:443” from the Deployment Manager Web addresses:

image

And now everything is working properly Sourire

6
Jan

CRM 2011: ADFS error 317

While deploying a new CRM 2011 environment at a client site, I got errors with my ADFS setup:

  • We used a wildcard certificate for all servers (on the same domain), purchased from RapidSSL
  • ADFS is on a separate server
  • CRM 2011 is on its own server
  • DNS internal entries were made and could resolve correctly to both servers

The problem occurred right after enabling claims in CRM 2011 Deployment Manager: the internal CRM address specified in the deployment manager could not be resolved and a couple of 317 & 364 errors were logged on the ADFS server.

I tried creating SPNs for both servers, remove and import the certificates again on both server, recreate the relying party for CRM, etc. but with no correct results.

Since the SSL certificates were created with lowercase characters for the domain, I changed the CRM web addresses to lowercase as well, which made the ADFS authentication form appear!

But I could still not get passed the 317 error after logging in with valid credentials…

Then I found this post were a PowerShell command was shown:

Add-PSSnapin Microsoft.Adfs.PowerShell

Set-ADFSRelyingPartyTrust -TargetName RPNameInADFS -EncryptionCertificateRevocationCheck None

Reset IIS on the ADFS server and voilà, it worked for me!

2
Nov

CRM 2011: Q4 Service Update

OK, now that you have installed Update Rollup 5 for Microsoft CRM 2011, you can import the Activity Feeds solution provided by Microsoft and available here.

This new solution will provide new functionalities that are related to “social networking” (a description of the new functionalities can be found here and here).

Read moreRead more

2
Nov

CRM 2011: Q4 Service Update and localhost

If, like me, you get consistent ‘Access denied’ error while browsing the “What’s New” activity feed screen, this is because you are using the following Web address: http://localhost/YOUR_ORG

Instead, try using the computer’s Netbios name, for example: http://yourserver/YOUR_ORG it should work!

2
Nov

CRM 2011: Update Rollup 5 with Q4 Service Update available through direct download

More information here: http://support.microsoft.com/kb/2567454/en-us

Link to the individual downloads: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27820

This update will be available through Windows Update from the November 8, 2011.

28
Sep

CRM 2011: Update Rollup 4 available through direct download

More information here: http://support.microsoft.com/kb/2556167/en-us

Link to the download: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27554

This update will be available through Windows Update from the 27th of September

30
Aug

CRM 2011: Thunderbird compatibility

Well, this one is a recurring question: is Microsoft CRM compatible with other email clients such as Thunderbird?

Well, the simple answer is “No sir”, but I’ve found myself thinking about creating a free plugin that will give the ability to convert emails in Thunderbird to CRM emails and to synchronize contacts (at least from the Thunderbird address book to CRM).

It is a very much anticipated development but I already have the skeleton, and thanks to Microsoft CRM 2011 REST feature, I think I might end-up getting things to work.

What do you think, would such a plugin be useful to you? Feel free to comment and give me advices Clignement d'œil