Categories
- All Categories
- 141 Oracle Analytics News
- 27 Oracle Analytics Videos
- 14.7K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 52 Oracle Analytics Trainings
- 12 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Writeback Error

Hi,
I am using OBIEE 12.1.2.1 and implementinh writeback, I have followed the steps to configure as outlined below
When attempting to insert a record in the analysis I get the following error
The system is unable to read the write back temple 'xyz'. please contact your administrator
I stored a copy of the file in the following both directories
/apps/oracle/Middleware/Oracle_Home/user_projects/domains/bi/bidata/service_instances/ssi/metadata/content/msgdb/l_en
/apps/oracle/Middleware/Oracle_Home/user_projects/domains/bi/bidata/components/OBIPS/custommessages
Below is XML template 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="Load123">
<XML>
<writeBack connectionPool="54321">
<insert>INSERT INTO 123 VALUES('@{c1}','@{c2}')</insert>
</writeBack>
</XML>
</WebMessage>
</WebMessageTable>
</WebMessageTables>