- Uninstall the RC
Uninstall CRM 2011 RC using add or remove programs
Uninstallation of CRM 2011 RC has been finished.
Now run the CRM 2011 RTM installation wizard
CRM 2011 RTM installation finished.
Now download the RTM Patch (KB 2461082) Click!
Installing Reporting server Extension patch
4.Run the SQL Script from KB 2461082 against any Microsoft Dynamics CRM 4.0 organizations that were upgraded to Microsoft Dynamics CRM 2011 while the server was using RC bits.
here is the SQL Script
delete from UserQueryBase where QueryType = 256 and ReturnedTypeCode = 2 and (FetchXml is null or LEN(FetchXml) = 0)
insert into UserQueryBase
(UserQueryId, Name, Description, ReturnedTypeCode, QueryType, FetchXml,
ColumnSetXml, LayoutXml, OwningBusinessUnit, ModifiedBy, ModifiedOn, CreatedBy, CreatedOn,
StatusCode, StateCode, OwnerId)
Select NEWID(), Name, Description, 2, 256, FetchXml,
ColumnSetXml, LayoutXml, OwningBusinessUnit, ModifiedBy, getutcdate(), CreatedBy, getutcdate(),
StatusCode, StateCode, OwnerId from UserQueryBase where QueryType = 16 and ReturnedTypeCode = 2 and ParentQueryId is null
Go
No comments:
Post a Comment