安装完MSCRM后修改Report Service Server的办法

在MSCRM_Config中修改表

use mscrm_config
begin tran
update Organization set srsurl='http://localhost/reportserver' where UniqueName='OrgName'
select * from Organization
commit tran 

原文地址:https://www.cnblogs.com/janmson/p/1684390.html