BIEE analytics右上方新增菜单链接

浏览: 1058

BIEE使用外部权限表进行权限验证,需要在右上角 “注销” 按钮前面新增 “重置密码 ” 菜单链接,链接到一个回写的仪表盘页面,

通过回写来修改数据库用户的密码。具体添加方式如下:

1、D:\OBIEE\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1

目录下有个customlinks.xml文件,在文件中添加如下红色部分内容:

<?xml version="1.0" encoding="utf-8"?>
<customLinks xmlns="com.siebel.analytics.web/customlinks/v1">


   <!-- Examples
   
      <link id="l1" name="Oracle" description="Oracle" src="http://www.oracle.com" target="blank" />


      <link id="l2" name="Oracle 1" description="Oracle" src="http://www.oracle.com" target="blank" >
         <locations>
               <location name="header" insertBefore="catalog" />
         </locations>
      </link>
   -->
 <link id="l1" name="统计分析平台" description="Main Index" src="saw.dll?dashboard&amp;PortalPath=%2Fshared%2F00.%20%E6%A6%82%E8%BF%B0%2F_portal%2F%E7%BB%9F%E8%AE%

A1%E5%88%86%E6%9E%90%E5%B9%B3%E5%8F%B0" target="_self" iconSmall="catalog/fr/book.gif">
   <locations>
      <location name="header" insertBefore="home" />
   </locations>
</link>
 <link id="l2" name="重置密码" description="Modify Password" src="saw.dll?dashboard&amp;PortalPath=%2Fshared%2F00.%20%E6%A6%82%E8%BF%B0%2F_portal%2F%E7%94%A8

%E6%88%B7%E8%B4%A6%E5%8F%B7%E7%AE%A1%E7%90%86" target="_self">
   <locations>
      <location name="header" />
   </locations>
</link> 

</customLinks>

2、修改instanceconfig.xml(D:\OBIEE\instances\instance1\config\OracleBIPresentationServicesComponent\

coreapplication_obips1)文件

在文件的最后添加以下红色部分内容:

<CustomLinks>
      <Enabled>true</Enabled>
      <filePath>D:\OBIEE\instances\instance1/bifoundation/OracleBIPresentationServicesComponent

/coreapplication_obips1/customlinks.xml</filePath>
</CustomLinks>
</ServerInstance>
</WebConfig>

注:filePath为customlinks.xml目录位置。


3、结果如下:


4、还可以在管理->管理权限->定制链接 中对链接权限进行控制


推荐 0
本文由 小小酒仙 创作,采用 知识共享署名-相同方式共享 3.0 中国大陆许可协议 进行许可。
转载、引用前需联系作者,并署名作者且注明文章出处。
本站文章版权归原作者及原出处所有 。内容为作者个人观点, 并不代表本站赞同其观点和对其真实性负责。本站是一个个人学习交流的平台,并不用于任何商业目的,如果有任何问题,请及时联系我们,我们将根据著作权人的要求,立即更正或者删除有关内容。本站拥有对此声明的最终解释权。

0 个评论

要回复文章请先登录注册