Posts

Showing posts with the label guru

Import to update failed with following error "You cannot import data to this record because the record was updated in Microsoft CRM after it was exported"

Image
You get the following error message when trying to import data into CRM that you previously exported for reimport. "You cannot import data to this record because the record was updated in Microsoft CRM after it was exported" This happens when you export data for reimport. update the data and reimport the data. Now, if you use the same exported data and update the data again to be reimported, you will get failures for these records already updated in the previous update. You need to export the date again to get a fresh copy of the data with the latest "Modified On" date.

Installing MS Dynamics CRM 2011 on MS Windows Server 2012 - Step by Step

Image
After my initial struggle, and eventually getting MS Dynamics CRM 2011 installed without some or other hack applied, I decided to share how easy it actually is to install. I will give you Step by Step instructions.  This worked for me, you might have some other Roles or Features you require, but I will show you what I think the minimum requirements is. Add "Application Server", "File And Storage Services" and "Web Server". Add all additional roles and features if prompted. Add ".NET Framework 3.5 Features" and "Windows Identity Foundation 3.5". Add "Web Server (IIS) Support" under Application Server -> Roles Services Add "IIS 6 Management Compatibility" under Web Server Role (IIS) -> Roles Services. You don't need "IIS 6  Management Console". Wait for Roles and Feature to complete. It is always good to restart after this. Installation Folder Preparations To make ...

Exposing Microsoft Dynamics CRM 2011 Externally

Image
There are many ways to expose an internal server externally, and it would be impossible to cover all possible scenarios in one document, this will serve as a general guide for a couple of common scenarios. For Microsoft Dynamics CRM 2011 to be available on the internet, the Application server needs to be accessible from the internet, no matter if you choose to just open up the port or choose to do a full IFD implementation. Port Forwarding Tunnelling Reverse Proxy Port forwarding / tunnelling / reverse proxy are all possible ways of making an Internal IP address available to be accessed from an External (internet facing) IP address. This will all depend what your company current have in place, most of the above can either be achieved through hardware or software. Examples of software that can be used for port forwarding includes Microsoft Forefront Treat Management Gateway (TMG) and Microsoft Forefront Unified Access Gateway. Basically what it comes down to is the following: ...