Beiträge getagged ‘Dynamics CRM’

Help to build a new community for Microsoft Dynamics professionals

8 September 2011

Perhaps you know already the great StackExchange trilogy, consisting of stackoverflow.com, serverfault.com and superuser.com. These are community-driven Q&A sites.

The community has the possibility to create new Q&A sites, based on the StackExchange ‘application’ through proposals on Area 51

What makes these Q&A sites way better than normal discussion boards is the ability to use them like a big wiki.
Useful content is pushed by votes of the community and is bubbling up, crap gets filtered out. Already posted information is editable for improving the overall quality.

The SharePoint community already got it’s site. sharepoint.stackexchange.com is in public beta since a few months and at the moment it looks like it could become a regular site.

You may think: why do we need yet another site, there are the MSDN forums, or x, y and z.
I could not answer this question better than this question explains it already meta.sharepoint.stackexchange.com/q/199.

At least in my opinion, the MSDN forums evolved to an award hunting area. Many ‘experts’ throw masses of answers on questions, without adding value to it (or even know the answer). Don’t get me wrong: this is not the majority, but it annoys me very much.  There is also no real way to promote valuable contributions, while devaluating the crap.

In addition the Creative Commons license guarantees that questions and answers are free to access, free to use and re-use (with attribution), and free to share… forever. So you will automatically create a knowledge base out of your contributions.

The more I use these sites, the more I miss a site which topic is the Microsoft Dynamics product range.

If you are a Microsoft Dynamics professional, I would kindly ask you to support the current proposal for a Microsoft Dynamics Q&A site

In order to support this proposal, the first step we have to achieve is to get it into the commitment stage. Therefore we need 60 followers and votes for sample questions (you can follow the proposal via the link above). If we reach this milestone, the proposal will proceed to the commitment step.

If you are interested please help to create a new opportunity for your community. You know a colleague, who’s interested? Great, tell him about the proposal. Spread the word!

Dynamics CRM Blog List

28 Dezember 2009

A few weeks ago, Ben Riga posted a OPML-file of Dynamics CRM Blogs he is reading. I’ve merged his list into mine, which I will provide here for download.

Dynamics CRM Blog List
Dynamics CRM Blog List (129)

Update
The list was updated with some more blogs. If your blog is missing, please leave a comment and I will update the list.

0×80044195 The specified language code is not valid for this organization

13 Dezember 2009

Recently I had a problem with a dev system at a customer site. The system was redeployed from the production site without any problems. Everything worked well, until I tried to customize the system. As soon as I tried to create new attributes or new relationships, the system produced an error

The language code 1033 is not a valid language for this organization

I searched the net, but the only things I found was that this error is listed as an error code of Dynamics CRM (see http://msdn.microsoft.com/en-us/library/bb930493(loband).aspx) and a thread in the Dynamics Forums (http://social.microsoft.com/Forums/en/crm/thread/70bbbf36-1ecb-443e-852a-bebaa70c7206), but sadly without a solution.

After contacting the Dynamics CRM support team, the cause of this error was found in a matter of minutes. The system was redeployed from an installation with German base language to a system with English base language. This is an unsupported scenario.

Neither there was a warning at the redeployment wizard, nor is this mentioned in the Implementation Guide (at least, I haven’t found it there). The support engineer provided me following excerpt there this scenario is described as unsupported

The original deployment and the new deployment of Microsoft Dynamics CRM must be the same base language.

NOTE: Redeployment between different base languages, for example from English to French, is not supported.

To bad that this snippet is only included in the course material for the Installation and Deployment exam and not in the Implementation Guide. The only solution was to do a full reinstall of Dynamics CRM with the same base language as the originating system and to do the reployment again.

Update
In the meantime I got new feedback from the support engineer (thank you José) who is responsible for my case. Microsoft will document this scenario either with a knowledgebase article or by adding the quoted note to the Implementation Guide.

CRM log file locations

8 September 2009

Every part of a Microsoft Dynamics CRM implementation produces some log output. In addition to the standard logging, you could enable tracing for nearly every CRM component for debugging purposes.

This post shows where you can find these log and trace files. For enabling the generation of trace files see http://support.microsoft.com/kb/907490. Please keep in mind that although the article says that you can configure the folder in which the trace files are generated via TraceDirectory, the location is hard coded in the applications. You can set a value, but it will be ignored.

Outlook Client

  • Standard log files %APPDATA%\Microsoft\MSCRM\Logs
  • Autoupdate log files %APPDATA%\Microsoft\MSCRM\AutoUpdate
  • Trace files %APPDATA%\Microsoft\MSCRM\Traces

Note: Since Update Rollup 7, these paths are switched to the %LOCALAPPDATA% folder in order to have a smaller roaming profile.

E-Mail Router

Data Migration Manager

  • Trace files %APPDATA%\Microsoft\MSCRM\Traces

CRM Server

  • Trace files {Install dir of application}\Trace
  • Setup log files, Deployment Manager, … %APPDATA%\Microsoft\MSCRM\Logs

Event log
In addition to the log files, there is also useful information in the application event log. With the installation of CRM you get following new event sources

  • MSCRMCallout
  • MSCRMDeletionService
  • MSCRMDeployment
  • MSCRMEmail
  • MSCRMKeyArchiveManager
  • MSCRMKeyGenerator
  • MSCRMKeyService
  • MSCRMLocatorService
  • MSCRMPerfCounters
  • MSCRMPlatform
  • MSCRMReporting
  • MSCRMTracing
  • MSCRMWebService

Update
Added note for Outlook Client log paths for version Rollup 7 or higher