Tuesday, April 21, 2009

Error - HTTP Error 401.1 - Unauthorized KB 871179

The following error is a famous error during a CRM implementation:
You receive an "HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials" error message when you try to access a Web site that is part of an IIS 6.0 application pool.
Please check KB article 871179 for the solution.

ERROR - HeaderAuthentica­tionProvider doesn't exist

The following issues occurs when deploying a custon .NET application:

'Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider, Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' doesn't exist.Parameter name: Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider, Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35

Solution:
  1. Add the following to your applications web.config (not CRM's web.config!)
  2. Go to the crm bin directory for IIS and either copy the Microsoft CRM.WebServices.dll to the GAC or to the bin directory of your custom ASP.Net application

Thursday, April 9, 2009

Solution for ERROR CRM 4.0 update workflow on INT FIELD

Finally we have found the solution for the Worflow update error, this was caused by the Rollup 3 installlation. The web.config file was changed, please add the following line to the file:


…multiple lines here
Namespace="System.Globalization"
TypeName="CultureInfo"
Authorized="True"/>


My special thanks to Choi.

Tuesday, April 7, 2009

Scribe Insight 6.5 Overview Document

I just heard from Scribe that they have completed the Insight 6.5 overview document which can be viewed and downloaded here as PDF file. Enjoy reading.

Monday, April 6, 2009

My blog on the Scribe website

Dear blogreaders,

My blog has been placed on the Scribe website, see section relevant blogs. Please visite their website and find all kind of informations regarding data migration and interfacing with the Microsoft Dynamics suite. For questions regarding Scribe, please do not hesitate to ask.

ENJOY Scribe-ing!!!:)

Friday, April 3, 2009

Scribe Insight 6.5 Product Launch Webcasts

After my start as a Competence Manager CRM for SCAR Dynamics, I had several meetings and one of them was with Lynn Harrington in her new role as Director, EMEA. The office of Scribe is located in Den Haag, nearby our office. I have met hear colleague Linda Johnson at the Convergence 2008 in Copenhagen.

New features on my blog are: first of all the Scribe banner and secondly I will post some articles about the releases of new versions of their products. One of them is mentions below:

Scribe Insight 6.5 Product Launch Webcasts
The Scribe team is pleased to announce the release of Scribe Insight 6.5. Insight 6.5 is a major release which includes an extensive list of features that have been requested by Scribe partners. The new release also includes significant new functionality targeted at enterprise accounts. These are:
  • Failover/Disaster Recovery
  • Web Services Adapter
  • Support for 64-bit Windows Server 2008

Webcast Presentations
Two webcasts will be held to give the partners a first look and chance to ask questions prior to a broader prospect/customer suitable webcast. Both webcasts will provide product overview information as well as detailed feature information and demonstrations.

Webcast 1:
Scribe 6.5 Partner Preview Thursday, April 9 @ 11am - 12pm EST
This webcast is intended for Scribe partners only and will provide a first look at the new release with the opportunity to ask questions. Click here to register for this webcast.

Webcast 2:
Scribe 6.5 Product Launch Thursday, April 16 @ 11am - 12pm EST
This webcast will cover the same information as the first webcast but will also be open to prospects and customers. Please feel free to promote this webcast on your blogs and newsletters by directing attendees to the following registration URL: https://www.livemeeting.com/lrs/8001615779/Registration.aspx?pageName=8nlw1x85309wfbns

The Scribe presenters for the two webcasts will be:
Bob Sturim - Vice President, Products
John Gravely - Vice President, Marketing and Product Marketing
Lou Antonucci - Director, Sales

Please contact your Scribe Account Manager at 1.603.622.5109 if you have questions, or email partners@scribesoft.com.

Wednesday, April 1, 2009

ERROR CRM 4.0 update workflow on INT FIELD

Dear Blogreaders,

I have an error on an update workflow regarding an INT FIELD. Does anyone have a sollution for this? Please leave a comment!/

ERROR see below:
Cannot publish an int field for the workflow step Update. It does work on a different installation of CRM from an co-worker working on an CRM image.

Invoking delegate number 25 for eventId netCacheItemRemove [2009-04-01 10:02:43.2] Process: w3wp Organization:4646757c-6dbd-dd11-be54-005056903ec5 Thread: 1 Category: Platform User: 3f96941d-5e68-4c82-ad9c-c11486298d2e Level: Error MessageProcessor.Execute at MessageProcessor.Execute(PipelineExecutionContext context) at InternalMessageDispatcher.Execute(PipelineExecutionContext context) at ExternalMessageDispatcher.Execute(String messageName, Int32 primaryObjectTypeCode, Int32 secondaryObjectTypeCode, PropertyBag fields, CorrelationToken correlationToken, CallerOriginToken originToken, UserAuth userAuth, Guid callerId) at RequestBase.Process(Int32 primaryObjectTypeCode, Int32 secondaryObjectTypeCode, CorrelationToken correlationToken, CallerOriginToken originToken, UserAuth userAuth, Guid callerId) at RequestBase.Process(CorrelationToken correlationToken, CallerOriginToken originToken, UserAuth userAuth, Guid callerId) at CrmServiceInternal.Execute(RequestBase request, CorrelationToken correlationToken, CallerOriginToken originToken, UserAuth userAuth, Guid callerId) at InProcessCrmService.Execute(Object request) at PlatformCommand.ExecuteInternal() at SetStateCommand.Execute() at ActivateDialogPage.ConfigureForm() at AppUIPage.OnPreRender(EventArgs e) at Control.PreRenderRecursiveInternal() at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at Page.ProcessRequest() at Page.ProcessRequest(HttpContext context) at binckbank__grid_cmds_dlg_activate_aspx.ProcessRequest(HttpContext context) at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >MessageProcessor fail to process message 'SetStateDynamicEntity' for 'workflow'.11:32 1-4-2009

Error enable Dutch language Pack CRM 4.0 (KB948604)

When you try to enable one or more language packs in CRM 4.0, you will receive the following error:

After installing Update Rollup 3, you will still get the error, so please install kb948604 to solve this issue.

See article id 948604
Error message when you try to provision a language in Microsoft Dynamics CRM 4.0: "Cannot insert duplicate key row in object 'dbo.LocalizedLabel' with unique index 'ndx_LocalizedLabel_ForSingleSelect'"