Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

writeback button still grayed out after all the steps I have taken

630071Jun 16 2008 — edited Jun 17 2008
Hi experts,

I have created simple writeback request, and writeback is enabled for one column, and I have placed xlm template under:
C:\OracleBI\web\msgdb\customMessages\
and my writeback button still grayed out.

Below is my xml content:

<?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="target">
<XML>
<writeBack connectionPool="retail sales connection">
<insert> </insert>
<update>UPDATE market_share_target SET target_pct=@{c3} WHERE group_cd=@{c0} and region_cd=@{c1} and vehicle_ctr_cd=@{c2}</update>
</writeBack>
</XML>
</WebMessage>
</WebMessageTable>
</WebMessageTables>

Thanks very much
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details