webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Xquery update:INOXQE6350 Internal error

  • 1.  Xquery update:INOXQE6350 Internal error

    Posted Mon June 15, 2009 09:20 AM

    hi;
    i have used tamino-v4.2.1.1 . iwant to update with xquery tamino internal error occured.
    when i have changed where criteria (remove other than ino id) query is working .
    what is the problem?
    thanks

    below not working query:

    declare namespace tf= ‘http://namespaces.softwareag.com/tamino/TaminoFunction
    update for $FormQuery in input()/FormKatalog
    where
    tf:getInoId($FormQuery)=81085
    and $FormQuery/AktifKullaniciSaati!=‘’
    and $FormQuery/AktifKullaniciSaati < ‘20090601 00:00:00’
    do (replace $FormQuery/AktifKullaniciMenuKodu with
    replace $FormQuery/AktifKullaniciAdiSoyadi with
    replace $FormQuery/AktifKullaniciSaati with )

    that is working query:
    declare namespace tf = ‘http://namespaces.softwareag.com/tamino/TaminoFunction
    update for $FormQuery in input()/FormKatalog
    where
    tf:getInoId($FormQuery)=81085
    do (replace $FormQuery/AktifKullaniciMenuKodu with
    replace $FormQuery/AktifKullaniciAdiSoyadi with
    replace $FormQuery/AktifKullaniciSaati with )


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 2.  RE: Xquery update:INOXQE6350 Internal error

    Posted Thu June 18, 2009 08:08 PM

    Version 4.2 is pretty old; you should probably upgrade to a newer version. Internal errors like this usually indicate a bug inside the Tamino code, so often the only way to fix them is to get a patch or upgrade.


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management