Microsoft Mobile Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 19 October 2010

Error: Microsoft.Crm.Setup.Server.PublishDefaultDataAction

Posted on 04:35 by Unknown
When you have uninstalled CRM and try to install this again, you might run into the following error message:Microsoft.Crm.Setup.Server.PublishDefaultDataAction failed --->System.MissingMethodException: Method not found: 'Void Microsoft.Crm.CrmCache`1.RemoveEntry(System.String)'.This is being caused by the fact that you have other components of CRM still installed from the previous installation.
Read More
Posted in error, installation | No comments

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, 12 October 2010

Unexpected 401 when using NetworkService in Web Service call

Posted on 05:22 by Unknown
When you are calling any CRM Web Service and you decide to specify your own credentials by using a new instance of NetworkCredential, then you should make sure that you are not specifying the 'UseDefaultCredentials' after you have specified the Credentials. This will cause IIS to not fully understand how to authenticate. The result is that you will get this 401.2 error message: Unauthorized:
Read More
Posted in error | No comments

Sunday, 25 July 2010

Loveparade drama

Posted on 06:34 by Unknown
For those of you who do know me a bit, you'll know that I'm a fan of the Love Parade. Every year I'm there. This year was no different in that regards, a friend, my girlfriend and myself have attend this event this years Love Parade as well. As you might have heard, there has been a dramatic incident at the party this year which caused 19 people to die and hunderds of people to get insured. I'm
Read More
Posted in offtopic | No comments

Friday, 2 July 2010

MVP reawarded

Posted on 00:03 by Unknown
I’d like to share with you that Microsoft has awarded me for the fifth time in a row the MVP award. This award is given by Microsoft to the people who are considered to be community leaders in a specific technology. This year some of my community activities include- Giving presentations on the Convergence in Frankfurt en Rotterdam to +/- 200 Dynamics CRM customers- Sharing insight about how to
Read More
Posted in mvp | No comments

Thursday, 10 June 2010

Performance test with 100.000 concurrent users

Posted on 15:01 by Unknown
Did you know that Microsoft and Dell performed a performance test on Dynamics CRM which included 100.000 concurrent users? They created a whitepaper about this test. If you're worried about the capabilities of the Dynamics CRM / xRM platform, then this is a must read: DownloadHere's the summary of the white paper:Microsoft® Dynamics CRM 4.0 is designed to help enterprise organizations attain a
Read More
Posted in enterprise, performance | No comments

Monday, 7 June 2010

Special Epicenter price for my blog readers

Posted on 02:32 by Unknown
The organization of Epicenter have very kindly allocated 10 'concession tickets' for me to offer to people.One Day €129.00 Now €50.00 Save €80.00Two Days* €189.00 Now €100.00 Save €90.00Three Days* €229.00 Now €150.00 Save €80.00Four Days* €239.00 Now €200.00 Save €39.00Be the first to book. More details:http://epicenter.ie/2010_Ronald_Lemmen_Page
Read More
Posted in events | No comments

Speaking at the Epicenter 2010

Posted on 01:33 by Unknown
If you don't have plans for this week yet, then you should consider coming over to Dublin for the Epicenter 2010. Matt Wittemann and myself will be doing presentations at this event around Dynamics CRM and xRM on Wednesday the 9th of June. Next to these sessions I'd like to share some of the other highlights of the event:Tuesday - Chris Horn on the Future of Irish Software with the Governments
Read More
Posted in events | No comments

Sunday, 23 May 2010

0x81020030: Invalid file name

Posted on 12:23 by Unknown
I'm using the approach as described here to create a folder in SharePoint. For some reason I do get the following error message every now and then.0x81020030:Invalid file name.The file name you specified could not be used. It may be the name of an existing file or directory, or you may not have permission to access the file.Apparently this does not have to do anything with an existing file or
Read More
Posted in error, SharePoint | No comments

Friday, 21 May 2010

CRMAsyncService using 100% CPU v2

Posted on 05:53 by Unknown
A while ago I wrote an article around how to handle the situation that the CRMAsyncService is consuming 99 to 100% of the CPU of the CRM Server. That solution has been written around the scenario that there are basically no workflows running. Obviously, there is the possibility as well that the amount of workflows is causing such behavior.CRM is tested to be capable of handling thousands of
Read More
Posted in async, performance | No comments

Tuesday, 18 May 2010

ExactTarget Error: No results were received from the ExactTarget API

Posted on 07:24 by Unknown
If you are working on extensive integration with ExactTarget from Dynamics CRM, then you might come accross this error message:"Error during send processing." "ExactTarget.MSCRM4.BusinessLogic.Connector.ExactTargetSendException: No results were received from the ExactTarget API. Send status is unknown. ---> ExactTarget.MSCRM4.BusinessLogic.Connector.ExactTargetSendException: No results were
Read More
Posted in error, ExactTarget | No comments

Tuesday, 27 April 2010

Plug-in code for SharePoint List creation

Posted on 23:30 by Unknown
Like most of you know, Microsoft has created a demo VPC which you can download from partnersource. On this demo there are some interesting features. For instance, if you do create an account, then automatically a sharepoint folder is created and linked to the account. This has been done by using a plugin. The plug-in code has been added below. Of course you will need to change some things related
Read More
Posted in plug-in, SharePoint | No comments

Create Folder in SharePoint using Web Services

Posted on 03:17 by Unknown
Thanks to some other bloggers on the web, especially David Klein, I've been able to quickly build code which allows me to create and/or ensure that a folder in a particular document library does exist. It took a while to get everything working exactly as it should, but in this post I do paste the code as it works.First you would need to create a web reference to the following webservice:http://
Read More
Posted in SharePoint | No comments

SharePoint error message 0x8107026f

Posted on 02:11 by Unknown
Interesting. For the first time in quite a while I'm programming agains SharePoint again. I am working on a possibility to upload files to a specific location in WSS, so the steps I need to make sure are:- Check if the destination folder exist- Create the destination folder if necessary- Upload the fileIn the process of creating the destination folder I do encounter a couple of error messages.
Read More
Posted in SharePoint | No comments

Monday, 12 April 2010

Retrieving emails from ExactTarget based on a folder

Posted on 02:31 by Unknown
There are some interesting documentation issues with regards to ExactTarget. For instance, if you are programming against ExactTarget to retrieve all emails which belong to a specific folder, then you would expect that you can filter on the 'folder' attribute of an email. Apparently that doesn't work, but you will have to use the CategoryID attribute. But then again, filtering against the
Read More
Posted in ExactTarget | No comments

Error: End element 'Fault' from namespace '' expected

Posted on 02:22 by Unknown
When connecting to a WSE 3.0 service, like ExactTarget, you might encounter this exception:"End element 'Fault' from namespace 'http://www.w3.org/2003/05/soap-envelope' expected. Found element 'detail' from namespace ''This does basically mean that the soap version of the client doesn't match the server. You might be able to change this in the web.config. For ExactTarget they require you to add a
Read More
Posted in error, ExactTarget | No comments

Sunday, 21 March 2010

Retrieve Marketinglists attached to Campaign Activity

Posted on 16:37 by Unknown
Today I've been doing some coding again and I've found an interesting situation. For my code I do need to find which marketing lists belong to a specific Campaign Activity. Apparently more people on the internet faced the same issue, but I haven't found anybody who supplied the answer on how to do that. I've managed to find an approach which works for both the fetchXml as well as a
Read More
Posted in customization, dotnetmag, fetchxml | No comments

Wednesday, 27 January 2010

Minimal requirements for configuring Outlook Client (Online version)

Posted on 12:36 by Unknown
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 which the end users doesn't have any rights. Installing the CRM outlook client on such a machine is a quite a hard task to do. Usually this can be scripted and by doing so it will be installed by a user with enough rights. After installing the Outlook client, it
Read More
Posted in installation, outlook client | No comments

Friday, 8 January 2010

CRM 5 and Windows Azure

Posted on 04:13 by Unknown
Girish Raja has created a nice video in which he shows a real life example of how Windows Azure can be used in combination with Dynamics CRM. Not only is he using Dynamics CRM, he is using CRM 5. Make sure you watch this video to learn some neat things about:- Dynamics CRM 5.0 (including nested grids, visualizations and dashboards)- Windows Azure (including AppFabric Service Bus)Girish Raja's blog
Read More
Posted in azure, crm5.0 | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (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...
  • 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...
  • 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...
  • 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...
  • CRM Blog World Updated
    One of the most viewed pages on my blog is still the Blog World. When Dynamics CRM wasn't called Dynamics CRM yet, I have started to gat...
  • 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...
  • 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...
  • Wintersport
    It's been a while since my last posting. Well, for that I do have a good reason. I've been in France, Alpe d'Huez, for a week fo...
  • Convergence Update
    This event is amazing!I'm astonished by the set-up of this event, the attendees and all the good news which is being announced. I just a...

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)
    • ►  February (2)
  • ▼  2010 (19)
    • ▼  October (3)
      • Error: Microsoft.Crm.Setup.Server.PublishDefaultDa...
      • The path is not of a legal form
      • Unexpected 401 when using NetworkService in Web Se...
    • ►  July (2)
      • Loveparade drama
      • MVP reawarded
    • ►  June (3)
      • Performance test with 100.000 concurrent users
      • Special Epicenter price for my blog readers
      • Speaking at the Epicenter 2010
    • ►  May (3)
      • 0x81020030: Invalid file name
      • CRMAsyncService using 100% CPU v2
      • ExactTarget Error: No results were received from ...
    • ►  April (5)
      • Plug-in code for SharePoint List creation
      • Create Folder in SharePoint using Web Services
      • SharePoint error message 0x8107026f
      • Retrieving emails from ExactTarget based on a folder
      • Error: End element 'Fault' from namespace '' expected
    • ►  March (1)
      • Retrieve Marketinglists attached to Campaign Activity
    • ►  January (2)
      • Minimal requirements for configuring Outlook Clien...
      • CRM 5 and Windows Azure
  • ►  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