OBIEE11g 回写_第1页
OBIEE11g 回写_第2页
OBIEE11g 回写_第3页
OBIEE11g 回写_第4页
OBIEE11g 回写_第5页
已阅读5页,还剩6页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、OBIEE .2BP1 Write back setupIntroduction:As we all know we have a Writeback property in OBIEE with Insert, Update and deletion.Here I am going to provide complete document on OBIEE11g Writeback Update commentary My System Config:Windows 7 64bit, Google Chrome browser, OBIEEBP1 and M

2、S-SQL Server 2008 Step 1: created table USE obirepGO/* Object: Table dbo.Country_Adj Script Date: 08/31/2012 12:43:54 */SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOSET ANSI_PADDING ONGOCREATE TABLE dbo.Country_Adj(Country varchar(20) NOT NULL,Adjustment_SGD decimal(18, 0) NULL) ON PRIMARYGOSET ANSI

3、_PADDING OFFGOlooks like below screenStep 2: imported table into RPD (just do joins, Mapping.etc)Step 3: Uncheck the cacheable option -> physical layer -RPD table(commentary table)Step 4: Make writeable on your commentary columnStep 5: Make sure permission read and write radio button.Step:6: Exec

4、ute Direct DB request access give it required Application roles/usersthat's all RPD end.:) :)-Step 8: add writeback tag in your instanconfig.xml file refer the below,C:OracleMiddlewareinstancesinstance1configOracleBIPresentationServicesComponentcoreapplication_obips1 instanceconfig.xml (please t

5、ake a back and do the changes) <LightWriteback>true</LightWriteback>Step 9: Restart all bi components by using OPMN commandStep 10: Example, try login below URLhttp:/deva-pc:9704/analytics/saw.dll?PrivilegeAdminManage Privileges -> grand permission likes belowStep 11: Enable check box

6、 on your analysis view (commentary/writeback column) properties looks like below,Step 12:Edit the table properties and do the belowand save the changes.Step 13: Find the column id reference and note it finally you have to update on your WriteBack.xml fileGo to edit analysis of your commentary/writeb

7、ack report->then Click on the advanced tab of the analysisHere under the Analysis XML box we want to note down all the columnID's that we will be using to populate the Writeback table withMake a note of the columnIDs for the required columns. These will be used in the WriteBack.xml file after

8、 update this you need to restart OPMN Services via opmnctl commandStep:14Create XML file as below and place it inC:OracleMiddlewareinstancesinstance1bifoundationOracleBIPresentationServicesComponentcoreapplication_obips1msgdbcustomMessagesNote:$MW_HOME/instances/instance1/bifoundation/OracleBIPresen

9、tationServicesComponent/coreapplication_obips1/analyticsRes/customMessages directory if the analytics res directory has been deployed.Please see the Deploying analyticsRes for custom Messages post that we have created that wont ever get overwritten by Oracle Patches etcIf you dont want to use the an

10、alyticsRes custom messages folder then you can use the seeded folderfile name of mine is: WriteBack.xml and kept it below pathC:OracleMiddlewareinstancesinstance1bifoundationOracleBIPresentationServicesComponentcoreapplication_obips1msgdbcustomMessages<?xml version="1.0" encoding="

11、utf-8" ?><WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1"> <WebMessageTable lang="en-us" system="WriteBack" table="Messages"> <WebMessage name="WriteBack"> <XML> <writeBack connectionPool="Con

12、nection Pool"> <insert></insert> <update>UPDATE dbo.Country_Adj SET Adjustment_SGD = c9d0b2f1347dbf526 WHERE Country = 'c130d7af0c9f77c31'</update> </writeBack> </XML> </WebMessage> </WebMessageTable></WebMessageTables>looks like below pathrestart bi components (if any changes on your xml file)Step 16:Testing:http:/deva-pc:9704/analytics/saw.dll?PortalGo&Action=prompt&path=%2Fshared%2FWriteback%2Ftest_writebackStep17: Very the updated comm

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论