Dear all,
I need your help with setting u write back for one dashboard. I get the following error:
'The system is unable to read the Write Back Template 'SetComment'. Please contact your system administrator.'
Below is my xml, maybe there is a problem with it?
<?xml version="1.0" encoding="utf-8"?>
<WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
<WebMessageTable lang="en-us" system="WriteBack" table="Messages">
<WebMessage name="SetComment">
<XML>
<writeBack connectionPool="MMSR Connection pool">
<insert> </insert>
<update>UPDATE REPORT_TABLE SET USER_COMMENT='@{cc1337a2d721091ed}' where ID='@{c9f06ed06018b4d62}'</update>
</writeBack>
</XML>
</WebMessage>
</WebMessageTable>
</WebMessageTables>
Also, I could not find the customMessages or analyticsRes folder anywhere, so I created both in two places:
/opt/software/share/oraclebi/MiddlewareHome/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/customMessages
/opt/software/share/oraclebi/MiddlewareHome/Oracle_BI1/bifoundation/web/msgdb/customMessages
Thank you very much , I really need your help