Writeback error
Hi all,
First of all, I don't know if this category will be the correct, sorry if doesn't be.
In our project using Oracle Business Intelligent EE 12c we are using writeback with one table and all is fine, writeback runs well.
Our writeback.xml file is:
<?xml version="1.0" encoding="UTF-8" ?>
<WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
<WebMessageTable lang="es" system="WriteBack" table="Messages">
<WebMessage name= "typeWriteback01">
<XML>
<writeBack connectionPool="MY_CP">
<insert> </insert>
<update>UPDATE name_table_01 SET colum1=@8, column2='@9' WHERE column3=@7</update>
</writeBack>
</XML>
</WebMessage>
</WebMessageTable>
</WebMessageTables>
But now, we have an other different table with an other template. So, appart of the changes in RPD, we modified writeback.xml file like this: