Microsoft Mobile Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg
Showing posts with label migration. Show all posts
Showing posts with label migration. Show all posts

Sunday, 17 October 2010

The path is not of a legal form

Posted on 09:46 by Unknown
While installing the Dynamics CRM Data Migration Manager on a Dynamics CRM server, you might get this error message:The path is not of a legal formTo solve this error you should go to the registry and change the InstallLocation of the CRM server. The location is different for x86 and x64, but can easily be found by going to:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\
Read More
Posted in error, migration | No comments

Tuesday, 20 January 2009

Duplicate process check

Posted on 02:46 by Unknown
If you are creating your own integration module for CRM, then it is very wise to make sure that the process is running only once. For performance reasons you can decide to split the process in multiple threads, but running a single process multiple times can cause quite some unforseen issues.The following code snippet will allow you to check if an application with the same name is running
Read More
Posted in import, migration | No comments

Sunday, 9 March 2008

Import CSV file to DataTable

Posted on 15:07 by Unknown
I'm preparing a demo right now and for this I'm importing a CSV file to CRM. Especially the piece around the import of data from a CSV file to a DataTable is very generic. I'm sharing it with you guys for if it does make sense for you to use this as well.class CSVReader{ public System.Data.DataTable GetDataTable(string strFileName) { System.Data.OleDb.OleDbConnection conn = new
Read More
Posted in import, migration | No comments

Wednesday, 23 January 2008

Overriddencreatedon

Posted on 01:11 by Unknown
Everybody who's performing data imports knows the problem. When you create a record in CRM, the created on field always points at the date the record is created. Ofcourse you could go into the database and update the date by using a SQL script. But then again, there is this good white angel hanging above your shoulder whispering "Don't do it, it's not supported". No matter what this angel says,
Read More
Posted in import, migration | No comments

Thursday, 17 January 2008

Dynamics CRM 4.0 Test Data

Posted on 04:45 by Unknown
The test data to be used in demo's etcetera is available on the Microsoft download site. Here you can find the exe and details: http://www.microsoft.com/downloads/details.aspx?FamilyId=D5F77EE7-3D01-4944-B5DC-C8CDC8123DF4&displaylang=en
Read More
Posted in import, migration, titan | No comments

Tuesday, 27 November 2007

Improve performance of Microsoft Dynamics CRM

Posted on 00:53 by Unknown
The performance of your CRM implementation is one of the key factors for customer acceptance. There are multiple options available for optimizing your system. Here's a list to get started:Microsoft - Optimize Microsoft Dynamics CRM 3.0Microsoft - Optimize Microsoft Dynamics CRM 1.2Aaron Elder - Optimize the CRM Webservice CallsBrein Reid - Reduce the amount of useless calls to IIS 6.0
Read More
Posted in addons, callout, customization, enterprise, import, migration, sqlserver | No comments

Thursday, 11 October 2007

Speaker at Dutch Dynamics CRM User Group

Posted on 08:09 by Unknown
Last week at the 4th of October, there was the first session for the Dutch Dynamics CRM User Group. This session was organized by the Dynamics User Group (http://www.dynug.nl) and hosted by Generali. The goal of this User Group is to get customers together and learn from eachother and have a voice within Microsoft.The agenda for this meeting was:- Welcome and Introductions- User Group and
Read More
Posted in biztalk, migration | No comments

Thursday, 19 April 2007

Tips on using the publishreports executable

Posted on 06:55 by Unknown
Update: see the bottom for a solution to be able to use the filter in the report!Some days ago I posted an article around how to move reports from a server to another server in the development process. Now I've been working with it, I can share some tips.The first tip is on how to publish the reports. How does the publishreports.exe know where to find the publish.config and the reports? This
Read More
Posted in error, import, migration, reports | No comments

Thursday, 12 April 2007

Copying CRM Reports

Posted on 02:34 by Unknown
You will need to copy reports from a server to another server when you're working on a CRM project, right? From development to test, from test to staging, from staging to production. Usually I do add the reports to a release package and describe in the deployment manual how to deploy the reports and how to set the filter, categories etc.Until today. Since today I will do this completely different
Read More
Posted in migration, reports | No comments

Tuesday, 15 August 2006

Optimize MS CRM webservice

Posted on 08:45 by Unknown
Currently I'm working on an import program. I have to import thousands and thousands of records. Usually the crm system is quite fast, but with these huge loads, I'm getting quite anoyed by the performance of the MS CRM webservice. It even causes error messages like "The underlying connection was closed: Unable to connect to the remote server.". Now there are some performance tweaks available. I
Read More
Posted in customization, migration, sdk | No comments
Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Performance test with 100.000 concurrent users
    Did you know that Microsoft and Dell performed a performance test on Dynamics CRM which included 100.000 concurrent users? They created a wh...
  • CrmDateTime conversion to DateTime
    When working with CrmDateTime, you'll notice that this type does have a .value attribute, but the type of this attribute is string. Ther...
  • Guest star on mscrm team blog
    Jim Glass e-mailed me some time ago. This was the content:Ronald, would you like to be the CRM Team blog guest blogger for February? You can...
  • AttributeInfo.TypeName(int) != AttributeMetadata.Type.Name(float)
    You might bump into an error message while importing an entity from a customizations file. The error show could be:Error: lead: AttributeInf...
  • Quick Yammer & CRM Demo
    Most, if not all of you, know that Microsoft has acquired Yammer in June 2012. Now Microsoft has released the integration between Yammer and...
  • MS CRM SDK 3.0.4
    Microsoft posted the newest version of the SDK for MS CRM 3.0 yesterday. We're on version 3.0.4 now.Download the SDK here.OverviewThe Mi...
  • Minimal requirements for configuring Outlook Client (Online version)
    Some customers don't allow end users to install software on their own desktop. This can even go up to completely locked down systems on ...
  • CRM 5.0 Features
    Now that CRM 4.0 is available for almost a year, it is good to start thinking about what investmenst you will make in the coming period and ...
  • It's been a while
    At the moment I'm at the MVP Summit spending time with a bunch of great minds in the industry. One of the guys made me realize that it...
  • Unexpected 401 when using NetworkService in Web Service call
    When you are calling any CRM Web Service and you decide to specify your own credentials by using a new instance of NetworkCredential, then y...

Categories

  • addons
  • article
  • async
  • avanade
  • azure
  • biztalk
  • blog
  • callout
  • convergence
  • crm5.0
  • customization
  • dotnetmag
  • enterprise
  • error
  • events
  • ExactTarget
  • excel
  • export
  • fetchxml
  • guest post
  • hotfix
  • import
  • installation
  • isv.config
  • javascript
  • live
  • lookup
  • mailmerge
  • metadata
  • migration
  • mobile
  • mvp
  • office
  • offtopic
  • outlook client
  • performance
  • platform
  • plug-in
  • reports
  • rollup
  • sdk
  • SharePoint
  • sqlserver
  • surface
  • titan
  • training
  • unsupported
  • virtualpc
  • whs

Blog Archive

  • ▼  2013 (3)
    • ▼  August (1)
      • CRM Blog World Updated
    • ►  February (2)
  • ►  2010 (19)
    • ►  October (3)
    • ►  July (2)
    • ►  June (3)
    • ►  May (3)
    • ►  April (5)
    • ►  March (1)
    • ►  January (2)
  • ►  2009 (28)
    • ►  November (1)
    • ►  October (4)
    • ►  September (2)
    • ►  June (2)
    • ►  April (8)
    • ►  March (2)
    • ►  February (2)
    • ►  January (7)
  • ►  2008 (36)
    • ►  December (2)
    • ►  November (1)
    • ►  October (3)
    • ►  September (7)
    • ►  July (6)
    • ►  June (1)
    • ►  May (1)
    • ►  March (4)
    • ►  February (4)
    • ►  January (7)
  • ►  2007 (61)
    • ►  November (2)
    • ►  October (5)
    • ►  August (1)
    • ►  July (3)
    • ►  June (6)
    • ►  May (6)
    • ►  April (8)
    • ►  March (11)
    • ►  February (12)
    • ►  January (7)
  • ►  2006 (53)
    • ►  December (4)
    • ►  November (5)
    • ►  October (7)
    • ►  September (3)
    • ►  August (6)
    • ►  July (4)
    • ►  June (6)
    • ►  May (1)
    • ►  April (1)
    • ►  March (6)
    • ►  February (2)
    • ►  January (8)
  • ►  2005 (30)
    • ►  December (3)
    • ►  November (5)
    • ►  October (7)
    • ►  September (6)
    • ►  August (3)
    • ►  July (6)
Powered by Blogger.

About Me

Unknown
View my complete profile