码迷,mamicode.com
首页 > 其他好文 > 详细

Dynamic CRM 2013学习笔记(二十九)reporting service 常见问题

时间:2015-01-21 22:05:53      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

在报表开发过程中,经常会遇到各种各样的问题,比如The report cannot be displayed. (rsProcessingAborted),一点有意义的提示都没有;再就是分页问题,经常我们想把一条记录放在一页,下一条记录另起一页,而不是紧连在上一条记录的后面;有时我们还会出现上传报表时报错:An error occurred while trying to add the report to Microsoft Dynamics CRM. Try adding the report again. If this problem persists, contact your system administrator,也是没有什么提示。下面分别介绍这几个常见的错误怎么解决。

一、 每条数据没有显示在一页, 下一条记录的头部 紧连着上一条记

有时想每条记录显示在一行,选中整个Tablix,在里面设置分页,怎么都不行:

技术分享

实际上上面的设置是所有行前面,或后面加page break。应该在group上设置就行了:

技术分享

技术分享

最终效果,每页都是一条新的记录:

技术分享

 

二、运行报表报错:The report cannot be displayed. (rsProcessingAborted)

这个错误可能是出现最多的一个错误了

技术分享

首先检查下是不是查询语句里的表没有用filteredXXX开始;

接着检查权限:

1. 打开sql server management studio;

2. 展开security->logins;

3. 右健点击 运行sql server reporting service的帐号 (例如PrivReportingGroup , ReportingGroup);

4. 选中User Mapping –> YourOrg_MSCRM database,指定下面的权限

技术分享

问题解决

 

三、上传报表报错

有时上传报表时,报这种错误:An error occurred while trying to add the report to Microsoft Dynamics CRM. Try adding the report again. If this problem persists, contact your system administrator

一般情况下,如果不是网络有问题,就是报表本身有问题,可以先在report builder里运行下,没问题了再上传

 

 

Dynamic CRM 2013学习笔记 系列汇总 -- 持续更新中

Dynamic CRM 2013学习笔记(二十九)reporting service 常见问题

标签:

原文地址:http://www.cnblogs.com/fengwenit/p/4240017.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!