Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE - Write Back (Failed to show the input text box)

Dear all,
I am new to OBIEE. Now I am going to configure OBIEE to test the Write Back function.
However, when I checked "Enable Write Back" under Column Properties, no input text box was shown in "Text Field Width". In the "Results" tag, no input text box was shown for that column to edit and no buttons (e.g. Apply, Revert) are shown after I assigned the template for that view.
I have already configured the following things.
In Physical Layer:
- Check "Allow direct database requests by default"
- Uncheck "Cacheable" for that column
In Business Model and Mapping
- Check "Writeable" for the column that allows to be edited
In Presentation Layer
- Grant "Read/Write" permission for all users and groups
In Identity Manager
- Set "Allow" in "Execute Direct Database Requests" for all user groups
In OBIEE Server
Create a WriteBack Template XML and put it in <Instance>/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/customMessages/
In Manage Privileges of OBIEE
- Grant "Write Back to Database" and "Manage Write Back" to "Authenticated Users, BI Author Role"
Moreover, I found that there is an error in sawlog1.log whenever I clicked to "Results" tag after I checked "Enable Write Back" of the column
[2016-07-06T15:59:59.000+08:00] [OBIPS] [ERROR:31] [] [saw.views.evc.activate] [ecid: 1191a2ae2fbb2331:-4241e98d:155be5a24fa:-8000-0000000000002c55,0:1] [tid: 113] Could not find privilege: Delete[[
File:coprivilegemap.cpp
Line:80
Location:
saw.views.evc.activate
saw.httpserver.processrequest
saw.rpc.server.responder
saw.rpc.server
saw.rpc.server.handleConnection
saw.rpc.server.dispatch
saw.threadpool.socketrpcserver
saw.threads
RSP: o:viewpreview~r:report
HttpCommand: AnswersGetView
SID: q7v5vjopsmgmb72bk5fk3jc84i
AuthProps: AuthSchema=UidPwd|PWD=******|UID=weblogic|User=weblogic|GUID=B25B10908D0A11E5AF7969E914212AA4
SessionID: 10.19.48.25.e.lkma3rk
RptPath: /shared/Testing Report
RemoteIP: 10.19.48.25
]]
I have tried to figure out the root of cause for few days, but don't have any insight yet.
Anyone can help me ?
Really thanks a lot
Jo
Answers
-
Hi
In connection pool (in physical level in repository)
- user, that you use for connection with DB, can write/delete data from the your table?
- also check the permissions in the connection pool
And add
<WebConfig> <ServerInstance> <LightWriteback>true</LightWriteback> </ServerInstance> <WebConfig>
to file
\instances\instance1\config\OracleBIServerComponent\coreapplication_obis1/instanceconfig.xml
(your version OBIEE - 11g, right?)
Next you need restart OBIEE and try use writeback again
0 -
Thanks Frog Toad for your help.
Finally, I have figured out the issue. "Toggle Table Mode" must be disabled.
Regards,
Jo
0