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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  [XQery] problem with the caracter " ' "

    Posted 11/02/05 05:48 PM

    Hi,

    In Tamino (4.4.1), I wrote this query:

    
    declare default collation 'collation?language=de;strength=secondary' declare namespace tf='http://namespaces.softwareag.com/tamino/TaminoFunction' for $person in (input()/Person[Name[tf:containsText(., '*i''ano*')]])[position() > 0 and position() <= 1000] return $person

    I have this error which appears:

    • <ino:message ino:returnvalue=“8599”>
      <ino:messagetext ino:code=“INOXME8599”>Internal error</ino:messagetext>
      ino:messagelinestorare overflow during near operation</ino:messageline>
      </ino:message>

    and if I wrote my query like this:
    declare default collation ‘collation?language=de;strength=secondary’ declare namespace tf=‘http://namespaces.softwareag.com/tamino/TaminoFunction’ for $person in (input()/Person[Name[tf:containsText(., ‘i’'anon’)]])[position() > 0 and position() <= 1000] return $person

    [code]

    I have no error.

    Is someone know with the caracter " ’ ", there is a special condition to do or there is mininum caracter to put in a condition or anyway and how I can resolve this problem?

    thank for you help!

    C


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: [XQery] problem with the caracter " ' "

    Posted 11/10/05 01:18 PM

    Nobody has an idea about how we must treat special caracter in xquery or where I can find some help about this!

    Thank you for your help!

    C


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: [XQery] problem with the caracter " ' "

    Posted 11/10/05 02:22 PM

    the point is that I cannot reproduce the error


    #Tamino
    #API-Management
    #webMethods