Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Writeback not updating

Hi,
We see that writeback in our one of OBIEE dashboard doesn't work often .
After we update the field and press apply or done it returns back with no value, meaning no value in the field. This is using Administrator account and permission is all fine. We have seen that it works sometimes too.
in server log, i see below message.
<writeBackResponse statePath="d:dashboard~p:5umfsqmk9j2b492k~r:thh00oh0mqb8ttqm~v:compoundView!1~v:tableView!1" tableId="saw_3245_4" type="update"><success/></writeBackResponse>[[
[2018-06-07T03:19:15.000-05:00] [OBIPS] [TRACE:1] [] [saw.securitysubsystem.checkauthentication] [ecid: 005RWZkPoUp6uHMaELe9US00016E0018ap,0:1:1] [tid: 3378018048] Authentication variables pending updates in session (before apply): AuthSchema=UidPwd|PWD=******|UID=administrator[[
[2018-06-07T03:19:15.000-05:00] [OBIPS] [TRACE:1] [] [saw.securitysubsystem.checkauthentication] [ecid: 005RWZkPoUp6uHMaELe9US00016E0018ap,0:1:1] [tid: 3378018048] Authentication variables pending updates in session (after apply): AuthSchema=UidPwd|PWD=******|UID=administrator[[
Any inputs is appreciated.
Thanks
Smitha
Answers
-
Have you tried testing the same insert / update statement directly against the DB when it fails to rule out data types / lengths / constraints etc as an issue?
And at the risk of repeating myself (1 minute before Christian ) have you thought of using Apex or similar tool that is fit for purpose for data insert / manipulation - writeback is a crock...
0 -
Hi!
Thanks. Yes, tried update against the DB directly , it works.
regarding other tools, not yet.
Thanks
Smitha
0 -
And do you get anything in the log when it fails?
And is caching off for the analysis with the writeback?
And are all other things equal when it works and doesn't work; - user, browser, data?
0 -
<writeBackResponse statePath="d:dashboard~p:5umfsqmk9j2b492k~r:thh00oh0mqb8ttqm~v:compoundView!1~v:tableView!1" tableId="saw_3245_4" type="update"><success/></writeBackResponse>[[
[2018-06-07T03:19:15.000-05:00] [OBIPS] [TRACE:1] [] [saw.securitysubsystem.checkauthentication] [ecid: 005RWZkPoUp6uHMaELe9US00016E0018ap,0:1:1] [tid: 3378018048] Authentication variables pending updates in session (before apply): AuthSchema=UidPwd|PWD=******|UID=administrator[[
[2018-06-07T03:19:15.000-05:00] [OBIPS] [TRACE:1] [] [saw.securitysubsystem.checkauthentication] [ecid: 005RWZkPoUp6uHMaELe9US00016E0018ap,0:1:1] [tid: 3378018048] Authentication variables pending updates in session (after apply): AuthSchema=UidPwd|PWD=******|UID=administrator
I see above in the log.
And are all other things equal when it works and doesn't work; - user, browser, data? Yes, that is correct. All other things equal.
Below is our Writeback XML.
<?xml version="1.0" encoding="UTF-8"?>
<WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
<WebMessageTable lang="en-us" table="Messages" system="WriteBack">
<WebMessage name="WB">
<XML>
<writeBack connectionPool="PLMA_CP">
<insert>SELECT NULL FROM DUAL</insert>
<update> UPDATE HRBL_PPM_WRITEBACK_D SET PM_NOTES='@{cb8485dcc848ed301}',ALERT='@{c0d191abea9d518a9}' WHERE ACTIVITY_NO='@{c685ec171e5828393}' </update>
</writeBack>
</XML>
</WebMessage>
</WebMessageTable>
</WebMessageTables>
Thanks
SMitha
0 -
Also, what version of OBIEE are you using?
0 -
One other thought, can you also use something in your analysis or browser 'developer features' so you can see the values of '@{c685ec171e5828393}' at runtime?
0 -
This is definitely a failure to update being logged??
type="update"><success/></writeBackResponse>[[
0 -
And check this out to get a clue on why it is failing; -
OBIEE 11g: Writeback Does Not Display Detailed Errors in Front End. (Doc ID 1360106.1)
0 -
Thank you, i will check all of the above.
our obiee version is 11.1.1.7.160119
0 -
If your question is answered could you kindly close it / mark correct / helpful as appropriate.
If not could you provide detail?
0