本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sichunli_030
- sam123456gz
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
BusinessObjects BI 4.0中web intelligence的refresh on open控制
在BI 4.0的what's new文档中,我们可以发现这样一段描述:
Secure 'Refresh on open' option
The "Refresh on open" option is dependent on two CMS settings (document-related and user-related
security settings): ...
关于webi计划报表的缓存设定
在我们计划webi报表时,有一个缓存的选项,可以选择excel DHTML和PDF三种格式。
在前面我的博客里提到过,webi的缓存默认只是把.wid文件和相关的XML元数据copy到了缓存文件夹下,而当用户第一次查看这个实例的时候,才会生成需要转化为DHMTL的XML文件。那么在计划报表时,如果将缓存选项勾选,可以预先模拟客户浏览报表的操作,即生成可以转化为DHTML的XML文件。
需要注意的 ...
BusinessObjects WEBI .wid文件到底是什么
在R2之前,.wid文件的内容(不是简单用rich client打开)需要专有工具才能查看,至从R2以后,我们用任何解压缩工具(如WINRAR)就可以打开。
文件夹结构分为如下几个部分
C3是跟数据有关的,也就是cube
C3目录下比较重要的是DATASOURCES(universe)和DATAPROVIDERS(用来向QT发送请求获得SQL并通过connection server获得SQ ...
BusinessObjects WebI cache小提示
我们都知道Webi没有单独的cache server而是由WPS统一处理。当schedule一张webi报表时,会产生相应的instance。但是在R2的时候,生成的instance并不会马上从OFRS拷贝到webi的cache目录。而是只有当第一个用户访问此实例时才会做这个动作,并且随着用户浏览报表,生成XML数据,里面包含了webi报表格式,计算结果等。
XML到HTML的转换是通过SDK在用 ...
BusinessObjects WebI Processing Server优化参数
This is a very good article.
http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/24130
Especially the caching parameters. Inappropriate setting could cause high disk I/O and bad performance.
Performance tips of WebI off BEx Query
When there is drill down of WebI which is built against BEx Query, it is better to always check "Query Drill Down" option to minimize the data to be transfered and processed in WebI.
Ple ...
WEBI performance tunning - query stripping
Copied from note 1381821
For Web Intelligence a common problem is that too many dimensions are requested from the MDX interface. Usually, you will see MDX statements containing all dimensions (char ...