CRM 4.0 Error - The key specified to compute a hash value is expired, only...
First Post of 2010!! The new year greeted me with a wonderful error message on my return to work this morning. Nothing like having to use your brain before the coffee is even ready. After looking at...
View ArticleCRM 4.0 Error - nullReferenceException when publishing/exporting entity
Unfortunately the trace file wasn't very helpful (below)>MSCRM Error Report:--------------------------------------------------------------------------------------------------------Error: Exception...
View ArticleConverting Microsoft.SqlServer.Dts.Pipeline.BlobColumn to String In SSIS...
Just a extremeley useful snippet of code that will convert your blobs to Strings. This is frequently used when importing the notepad/description type data from legacy systems.{codecitation...
View ArticleYes...We Have Moved!
Yes, you may have noticed that you have been redirected to here. This will be my new blogging area, please update your bookmarks and stay posted.ThanksJonathan
View ArticleMultiple External Javascript functions for all your external JS files
This function comes in handy when wanting to load more than one Javascript file within the OnLoad event of the CRM Form. {codecitation style="brush: JavaScript;"}function inc(filename){var body =...
View ArticleBoot Order With Virtual PC 2007
I needed to run a repair on one of my Virtual PC's today, however the CD ISO wasn't being recognised. In order to get into the BIOS you need to hold down DEL whilst it boots.
View ArticleReset Windows 2008 Server Administrator Password
I havent used a certain VPC for a while, and stupidly i forgot the password. Whilst searching for help online i came across this amazing video showing you how to reset the password. Some times the...
View ArticleTurn off Internet Explorer Enhanced Security Configuration in Windows Server...
Enhanced Security Configuration always seems to block something or other. This is how you remove it On the Service Manager main page (under the Server Summary) Click Configure IE ESC (which is part...
View ArticleSSIS - 64 Bit Driver Not Found Error when reading dbase files
The error i got when i tried to debug the package [ADO NET Source [1]] Error: System.Data.Odbc.OdbcException: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default...
View ArticleCRM Outlook Client Error - There was an error while executing action for thie...
Whilst working on a clients machine, i stumbled across the above.....shortly followed with the below when i tried to create a new appointment from the CRM toolbar. However, this only was...
View ArticleCreating A CRM 4.0 Price List Product in C#
{codecitation style="brush: C#;"} try { productpricelevel myproductpricelevel = new productpricelevel(); myproductpricelevel.uomid = new Lookup(); myproductpricelevel.uomid.type =...
View ArticleIFD Error - UriFormatException: Invalid URI: The format of the URI could not...
After enabling IFD on a clients CRM server today and I came accross the Error Stack Trace Info: [UriFormatException: Invalid URI: The format of the URI could not be determined.] at...
View ArticleUnable to assign CRM records - Trace Error - SqlException: Could not find...
>MSCRM Error Report:--------------------------------------------------------------------------------------------------------Error: Exception of type 'System.Web.HttpUnhandledException' was...
View ArticleOutlook Client Not Connecting to CRM
Had a problem where a client was unable to connect to the CRM server via Outlook , however they were able to connect directly through Internet Explorer. Adding the CRM Server to the "Local Intranet...
View ArticleLanguage Packs not enabled in Microsoft CRM 4.0
Just installed all the language packs for a client and realised it wasnt showing up anywhere.. Then i realised that i had installed the 32bit Language Packs and not the 64bit ones!!! CRM installs...
View ArticleExporting CRM Customisations Error - System.OutOfMemoryException: Exception...
Exporting customisations from a clients test server this morning and came accross the following error. System.Web.Services.Protocols.SoapException: Server was unable to process request. --->...
View ArticleSQL Query to show the ASYNC errors in Microsoft CRM
Just a useful SQL query i picked when dealing with a Asynchronous Problem on a Clients production server. The query shows the errors in the database, with a count of the occurrences select Message as...
View ArticleAn error has occured in Microsoft Dynamics CRM Mail Merge
Our marketing department came to us with a problem today where they couldnt send mail merges through outlook. after endlessly trying to resolve this problem we managed to trace the problem to a recent...
View ArticleInvalidOperationException: The specified type was not recognized:...
I recieved this message when buiiding a Query Expression on the EntityMap entity for a custom solution. It turns out that the entitymap entity is not contained within the Crm SDK dlls i was using, the...
View ArticleReport Server Error - Unable to generate a temporary class (result=1). error...
Came across this problem when trying to install validate the Report Server whilst trying to install CRM on Windows 2003/SQL Server 2005 Machine. It turns out that this error was due to installing the...
View Article