4MsCRM - First Microsoft Dynamics CRM Blog in Israel. By Guardian Specialists
IFD doesn't update database 
I run into a problem that when configuring IFD tool, it doesn't update the database and when browsing to CRM I run into error:
"Object reference not set to an instance of an object."

the solution:

change the value in registry of CRM web site and do IIS:
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM should have been '/LM/W3SVC/5'

Writen by: Shay Bahir
  |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 2.9 / 76 )
Links for CRM 4 Installation 
I collected all links for softwares which needed for CRM 4 installation.

.net framework 3.5: http://download.microsoft.com/download/ ... etfx35.exe

VCRedist: http://www.microsoft.com/downloads/deta ... 0b62a191ee

Exchange Mapi: http://www.microsoft.com/downloads/deta ... laylang=en

Report viewer: http://www.microsoft.com/downloads/deta ... 7726e61367

MSXML 6.0: http://www.microsoft.com/downloads/deta ... e85e1857b1


Latest CRM installation files:
The following URLS are for x86-based platforms:
Microsoft Dynamics CRM server: http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409
Microsoft Dynamics CRM Connector for SQL Server Reporting Services: http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409
Microsoft Dynamics CRM E-mail Router: http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409

The following URLs are for x64-based platforms:
Microsoft Dynamics CRM server: http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409
Microsoft Dynamics CRM Connector for SQL Server Reporting Services: http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409
Microsoft Dynamics CRM E-mail Router: http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409



CRM 4 EN: http://www.microsoft.com/downloads/deta ... n#filelist

Email router: http://www.microsoft.com/downloads/deta ... e#filelist

Update rollup 7 : http://www.microsoft.com/downloads/deta ... e#filelist

Written by: Shay Bahir
  |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 3 / 120 )
Site map error after change language 
We install CRM 4 Hebrew version and add several custom files and URLs to Reports.

After install English Langague pack and change to English langauge, we receive error about site map:

The application cannot start due to an error in the sitemap. For more information, contact your system administrator. System administrators: To view detailed error information, turn on DevErrors in web.config. To repair the existing sitemap, you can export it from: http://<servername>/ tools/ systemcustomization/ ExportCustomizations/ exportCustomizations.aspx. To import a new sitemap, go to http://<servername>/ tools/ systemcustomization/ ImportCustomizations/ importCustomizations.aspx


The problem was that &amp character was in site map, so the solution was to delete this character and import site map again.

Written by: Shay Bahir (10x to Reuven Ben Yakov)
  |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 3 / 125 )
Error while publishing CRM 4.0 Workflow 
While trying to publish workflow, I recieve: general error, try save again.

The solution was to add 4 lines into CRM web.config under <Authorized Type>:

<authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System" TypeName="Void" Authorized="True"/>
<authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Reflection" TypeName="AssemblyFileVersionAttribute" Authorized="True"/>
<authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Reflection" TypeName="AssemblyVersionAttribute" Authorized="True"/>
<authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Globalization" TypeName="CultureInfo" Authorized="True"/>


Written by: Shay Bahir

  |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 3 / 115 )
Changing the Link of a Ticker Symbol from MSN Money to Google Finances 
This is unsupported solution to change the ticker symbol to Google finance:


On C:\Inetpub\wwwroot\_forms\controls (may vary depending on your installation)
Open the following file: INPUT.text.ticker.htc

Change the line:

safeWindowOpen("http://go.microsoft.com/fwlink?linkid=8506&clcid=" + CrmEncodeDecode.CrmUrlEncode(USER_LANGUAGE_CODE) + "&Symbol=" + CrmEncodeDecode.CrmUrlEncode(value), "", "height=" + (screen.availHeight * .75) + ",width=" + (screen.availWidth * .75) + ",scrollbars=1,resizable=1,status=1,toolbar=1,menubar=1,location=1");


Replace with:

safeWindowOpen("http://finance.google.com/finance?q=" + CrmEncodeDecode.CrmUrlEncode(value), "", "height=" + (screen.availHeight * .75) + ",width=" + (screen.availWidth * .75) + ",scrollbars=1,resizable=1,status=1,toolbar=1,menubar=1,location=1");


Posted by: shay bahir
  |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 3 / 270 )

Next