Showing posts with label CRM Update Rollups. Show all posts
Showing posts with label CRM Update Rollups. Show all posts

Tuesday, March 21, 2023

Microsoft Dynamics 365 Customer Engagement releases versions

Here is the list of all the release versions up until version 9.1 https://support.microsoft.com/en-us/kb/2925359

For the latest Microsoft Dynamics 365 release notes, visit Released Versions of Dynamics 365 for Customer Engagement here: https://learn.microsoft.com/en-us/dynamics365/released-versions/Microsoft-Dataverse#all-version-availability

Sunday, May 26, 2013

Dynamics CRM 2011 and IE 10. Do they work together?

This is exactly what I had asked the experts on Microsoft CRM 2011 forums and as expected the advise flooded. One very useful advise was a link to the KB article on Microsoft's Support Site KB/2743941.

I would receive this error when trying to attach a file. Whether I try to click 'Send Error' or 'Don't Send', another similar popup would appear indefinitely.
I haven't yet tried to upgrade to UR/12 but I'm confident.

Wednesday, July 6, 2011

Top CRM Resources

Microsoft Dynamics CRM Team Blog: Here you can connect with CRM team for all the news & views on Microsoft Dynamics CRM. So much on development, customization, implementation, CRM scoops, announcements, documentation, download links. You are only beginning to learn about CRM :)

Dynamics Forums: Ask and it shall be given. Q&A resource on Microsoft Dynamics CRM. Anything from "What is CRM" to "Can I find a Microsoft Dynamics CRM partner in Antarctica", you will receive an expert advice.

Microsoft Dynamics CRM Wiki: Well organized page from an introduction to CRM to development, deployment, articles, whitepaper, resources and much more. You can possibly reach every official resource on CRM on the internet, from here.

More social resources: Facebook, Twitter, LinkedIn, YouTube

Time to grab some knowledge folks!

Tuesday, September 14, 2010

Update Rollup vs. Build Version comparison for Microsoft Dynamics CRM

To determine which update rollup is installed on your server or client, the below table provides a precise mapping between the update rollup version and CRM build version.

(This post is regularly updated to keep current with the latest releases)

The updates documented in this blog for:
  • Microsoft Dynamics CRM 4.0
  • Microsoft Dynamics CRM 2011
  • Microsoft Dynamics CRM 2013
  • Microsoft Dynamics CRM 2015
  • Microsoft Dynamics CRM 2016
You can use the below command using SQL Server Management Studio on your CRM database to determine the current version of CRM.

select * from BuildVersion



If you're unable to view the above table, click here to see it in a new page.

As mentioned earlier, I'll try to keep this post updated. In case of any delays, thank you for leaving a comment below. This will keep other visitors updated while notifying me too to take an action.

Sunday, October 25, 2009

Significance of Update Rollup 7 for MS Dynamics CRM 4

Update Rollup 7 has been rolled out and apart from vast improvements to the platform special focus has been given to advances in Dynamics CRM Mobile Express and Dynamics CRM Outlook Client. More information @ this link.

SIGNIFICANCE OF THIS RELEASE - CRM Server Update Rollup 7

  • Update Rollup 7 adds support for Windows 7, Windows Server 2008 R2 & SQL Server 2008 R2
  • Update Rollup 7 Client can be installed before upgrading the server to Update Rollup 7
  • Update Rollup 7 Client cannot be un-installed because there has been schema changes to the offline database. All other Update Rollup 7 components (Server, SRS, Language Packs....) can be un-installed.
  • Update Rollup 7 Client package will be a pre-requisite for all future Client Update Rollups. i.e. All future releases of Client Update Rollups starting from Update Rollup 8 will not install if Update Rollup 7 Client is not found.
Update Rollup 7 has new requirements
#1 - Internet connection is required for successful Client installation.
#2 - Client update 7 installation will take longer than all previous UR installations. Microsoft asks to be patient.
Visit here to know more about Update Rollup 7 release.

Monday, July 20, 2009

MSCRMAsync error in Event Viewer

Lately I encountered another interesting error during CRM implementaion. After installing Update Rollup 4, I noticed MSCRMAsync Service in the Event Viewer throwing an error at regular intervals.

Google looked around the world wide web and brought to me that .Net Framework 3.0 SP1 was missing. I downloaded and before it could finish installation, it threw another error and took everything down (including SQL Server 2005). I un-installed Update Rollup 4 for CRM, .Net Framework 3.0 and .Net Framework 2.0. Re-installed them again in this manner
  • .Net Framework 2.0
  • .Net Framework 2.0 SP1
  • .Net Framework 3.0 &
  • .Net Framework 3.0 SP1
  • Update Rollup 4
after which everything seem'd to be perfect. Event viewer was error spotless.

If you've received a similar error but had a different solution, I'm sure you want to share it as a comment.