IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.


#TechXchangePresenter
 View Only
  • 1.  [XQuery] Tamino Error - ino:returnValue: 8599 ....

    Posted Tue March 21, 2006 11:03 AM

    Hi again,

    Now, I have this XQUERY:

    
    declare namespace tf='http://namespaces.softwareag.com/tamino/TaminoFunction' for $Company in (input()/Company[/Company/Name[tf:containsText(., '*r meier*')]])[position() > 0 and position() <= 1000] return <Company Name={$Company/Name}>{$Company/Name}</Company> sort by (@Name)

    Like result, I have a Tamino Error:
    Tamino Error - ino:returnValue: 8599 - ino:Code: INOXME8599 - ino:messagetext: Internal error - ino:messageline: storare overflow during near operation

    With the same XQUERY, but with another word:

    
    declare namespace tf='http://namespaces.softwareag.com/tamino/TaminoFunction' for $Company in (input()/Company[/Company/Name[tf:containsText(., '*a b c*')]])[position() > 0 and position() <= 1000] return <Company Name={$Company/Name}>{$Company/Name}</Company> sort by (@Name)

    With this XQUERY, I habe a result!!!

    I don’t understand where is the problem. It depends the criterion, I have a Tamino error or not!

    For your information, I habe an index of type “text” on /Company/Name element et in the params of my database, I put Word Fragment Index to “yes”.

    Is anyone can help me!

    Thank you for your help!

    C


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: [XQuery] Tamino Error - ino:returnValue: 8599 ....

    Posted Wed March 22, 2006 11:25 PM

    Hi Cedric,

    yes, it depends on the criterion, because you encounter a memory overflow, obvo


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: [XQuery] Tamino Error - ino:returnValue: 8599 ....

    Posted Thu March 23, 2006 10:19 AM

    Hi Harald,
    Thanks for your interest.
    The database is quite big.
    You can get access to the real database at http://80.86.205.230/tamino or download the collection and the schema (zefix.zip) at ftp 80.86.205.100 with user SAG and password Tamino

    the direct XQuery producing the problem is:
    http://80.86.205.230/tamino/Zefix/ZefixColl2?_XQUERY=declare namespace tf=‘http://namespaces.softwareag.com/tamino/TaminoFunction’ for $Zefix in (input()/Zefix/Search[/Zefix/Search/SearchAIM[tf:containsText(., ‘r meier’)]])[position() > 0 and position() <= 1000] return {$Zefix/Found} sort by (@Hauptfassung)

    Thanks for your help in that strange matter
    Georges de Montmollin


    #Tamino
    #webMethods
    #API-Management


  • 4.  RE: [XQuery] Tamino Error - ino:returnValue: 8599 ....

    Posted Thu March 23, 2006 11:00 AM

    Hi Georges,

    I am sorry, I have access problems. Could you please try to call me?
    ++49-6151-920

    Regards

    Harald


    #webMethods
    #Tamino
    #API-Management


  • 5.  RE: [XQuery] Tamino Error - ino:returnValue: 8599 ....

    Posted Thu March 23, 2006 12:06 PM

    Hi Harald,
    I have moved the file and you can now access very simply through
    http://www.powernet.ch/ftp/zefix.zip
    but it is 265 MB long !!!
    (it contains a big XML-file ready to be loaded with inoload and the schema)
    You are perhaps quicker accessing the test-database directly through http://80.86.205.230/tamino
    regards
    Georges


    #Tamino
    #API-Management
    #webMethods


  • 6.  RE: [XQuery] Tamino Error - ino:returnValue: 8599 ....

    Posted Thu March 23, 2006 02:21 PM

    Hi Georges,

    thanks, I got the file.
    Regards

    harald


    #webMethods
    #Tamino
    #API-Management


  • 7.  RE: [XQuery] Tamino Error - ino:returnValue: 8599 ....

    Posted Thu March 30, 2006 09:04 PM

    Hi Harald,
    Have you found the reason of the search-problem ?
    regards
    Georges


    #webMethods
    #API-Management
    #Tamino


  • 8.  RE: [XQuery] Tamino Error - ino:returnValue: 8599 ....

    Posted Thu March 30, 2006 09:22 PM

    Hi Georges,

    my colleague still investigates. Most probably nothing that can be fixed within days.

    Regards

    Harald


    #API-Management
    #Tamino
    #webMethods