Twitter Image

Web Caching Service 1.1

Thursday, 02 May 2013 07:47

When trying to install the precaching tool from Joris Kalz (http://blogs.msdn.com/b/joris_kalz/archive/2006/08/09/caching-tool.aspx), I got an installation error.
Well, it was due to happen as the original code is from 2006 but, fortunately, the source code is available; and thus I could update it to the new frameworks.

This updated release is .Net 4.0, x64 instead of .Net 2.0, x32 and installs fine on the latest OSes.
While I was at it, I added a bit of extra functionality in the timing and logging areas :
You can now specify a timing for the initial round trip, the original code had it fixed at 10ms which caused a bit of overload after a reboot.
You can also specify a logging level, so you can get rid of the 'roundtrip x started' event or get more details on every call like the actual processing time for the request.

Everything has been uploaded to codeplex, you can find the project page here

Microsoft Dynamics CRM 2013 roadmap

Thursday, 07 February 2013 11:46

UR12 download is now active.

Wednesday, 30 January 2013 08:18

The main features are :

  • Cross browser compatibility
  • Platform enhancements (ExecuteMultipleRequest, Metadata API Refresh,SQL Queries improvement..)
  • Quite a few hotfixes (see KB article for the full list)
     

Here's the KB article link : http://support.microsoft.com/kb/2795627

The crm SDK 5.0.13 is now available

Monday, 07 January 2013 17:01
In preparation of the CRM 2011 UR12 release, a new version of the SDK has just been released, you can download it from here

Validation error when applying a MUI Language Pack

Thursday, 20 December 2012 14:36

When trying to enable some Language Packs, we faced the following error:

Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]:
 A validation error occurred. The value of 'categorycode' on record of type 'reportcategory' is outside the valid range.Detail:
<ErrorCode>-2147204326</ErrorCode>
<Message>A validation error occurred. The value of 'categorycode' on record of type 'reportcategory' is outside the valid range.</Message>
<InnerFault i:nil="true" />
<TraceText>

Initially, I thought it was related to a rollup install as I found quite a few peoples with the same symptoms after applying a rollup and the customer did have applied a new rollup.

So, we spent a bit of time uninstalling everything back to UR6, reinstall the MUI and enable them from that state. But, no luck the problem was still present.

At that point, I had a closer look at the error message/stack and the activation fails when trying to upload the new MUI reports and specifically points to the categorycode attribute of the report category entity.

Out of the Box, the categorycode as 4 values pairs (1-Sales,2-Services,3-Marketing,4-Administrative).
I had a look in the entity fields definition and only 2 of the OOB values pair were present in the Option Set
As this attribute is editable, we just had to recreate the missing values pairs and the activation of the MUI Language Packs worked like a charm.

Ideally, those OOB values should not be removable but, until this is fixed, customers should be informed never to remove those default values as it will fails all subsequent MUI Language packs activation.

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Page 3 of 21