We have tried to integrate MSCRM with Sharepoint2003...which was done....!! now i read abt that Sharepoint2007 does not support web parts for CRM....How can be it done...
This is the workaround:
The setup for the Microsoft CRM list web part doesn’t detect MOSS 2007 and needs to call the stsadm.exe in a different place. You can work around this problem by extracting the web part cab file on an WSS v2 machine and manually deploying the web part package.
Extracting the web part package from the MSI:
1. Requires Windows SharePoint Server v2 or SharePoint Portal Server 2003 to be installed on the machine.
2. Execute the following command line
a. Msiexec /i listwebpart.msi EXTRACTCABONLY=1 TARGETDIR=<path to install location> The file MicrosoftCRMListWebPart.cab will in the install location.
Manually deploying the web part package:
1. Execute the following command line using the correct paths for your configuration. Where “C:\public\” is the path to the extracted web part package.
a. "c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe" -o addwppack -filename "c:\public\microsoftCRMListwebpart.cab" –globalinstall
This will deploy the web part for all SharePoint sites on the server.
we have problem with the crm 3.0 web parts list to which sharepoint 2007 is not getting integrated...the web partd works fine with sharepoint2003....
:?
Comments
The setup for the Microsoft CRM list web part doesn’t detect MOSS 2007 and needs to call the stsadm.exe in a different place. You can work around this problem by extracting the web part cab file on an WSS v2 machine and manually deploying the web part package.
Extracting the web part package from the MSI:
1. Requires Windows SharePoint Server v2 or SharePoint Portal Server 2003 to be installed on the machine.
2. Execute the following command line
a. Msiexec /i listwebpart.msi EXTRACTCABONLY=1 TARGETDIR=<path to install location> The file MicrosoftCRMListWebPart.cab will in the install location.
Manually deploying the web part package:
1. Execute the following command line using the correct paths for your configuration. Where “C:\public\” is the path to the extracted web part package.
a. "c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe" -o addwppack -filename "c:\public\microsoftCRMListwebpart.cab" –globalinstall
This will deploy the web part for all SharePoint sites on the server.
Thanks for the help..
We tried installing it but it displays the same error..
i.e CRM is not compatible with sharepoint 2007..it requires sharepoint 2003..
:!:
have you tried the resolution......
pls reply
regards,
ritesh
we have problem with the crm 3.0 web parts list to which sharepoint 2007 is not getting integrated...the web partd works fine with sharepoint2003....
:?