db2xml.update problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rabbit

    db2xml.update problem

    Hi all,
    i work at moment with DB2 XML Extender und want to update the
    element's value in the xml documents. I store the xml data in xmlclob
    column. Using the following commando

    stmt.executeUpd ate("UPDATE xmlclobtable set xml_dok =
    db2xml.update(x ml_dok, '//author', 'db2xmldok')");

    The value of author Element are to be overwritten. But i get the error
    message during the update:

    COM.ibm.db2.jdb c.DBException: [IBM][CLI Driver][DB2/NT ] SQL0723N An
    error occurred in a triggered SQL statement in trigger
    "ZHOU.U0016959" . Information returned for the error includes SQLCODE
    "-407", SQLSTATE "23502" and message tokens "TBSPACEID= 2, TABLEID=45,
    COLNO=0". SQLSTATE=09000

    Does anybody know what's wrong with the trigger? I didn't program yet
    for the trigger. Have i anything forgotten? Please help me! I use DB2
    V8 XML Extender.

    Thank you very much and greeting from germany!


    rabbit
Working...