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.  text length in a markup

    Posted 08/16/01 01:24 PM

    Hello,

    We’ve some problems with text length in a markup.
    We thought we just had to put a VARWCHAR data type but it didn’t work. Is there a maximum length for VARWCHAR (there shouldn’t be…)?

    Thanks in advance.

    Regards,
    Matis Workgroup


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: text length in a markup

    Posted 08/20/01 03:55 PM

    A concrete example would help. What exactly went wrong?


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: text length in a markup

    Posted 08/20/01 06:37 PM

    We got this error message when we tried to put plain text (longer than usual) in a markup named .
    Obviously, the error message doesn’t appear when we reduce the text length.
    Shouldn’t we be able to put any length of plain text in a markup, defined as VARWCHAR in the Tamino Schema? Or is there a maximum length to it?

    <ino:message ino:returnvalue=“8732”>
    <ino:messagetext ino:code=“INOXPE8732”>Value too long</ino:messagetext>
    </ino:message>

    Thanks in advance.

    Matis Workgroup


    #Tamino
    #API-Management
    #webMethods


  • 4.  RE: text length in a markup

    Posted 08/21/01 01:37 PM

    This was perhaps related to your question: in the internal technical e-mail list of Software AG the following has been stated this very morning:

    “The maximum number of bytes you can store in a [VAR]WCHAR field is approximately 16k. But if search type STANDARD is defined for that node, the limit is 1004 bytes.
    This seems the explanation of your problem. If the information is longer than 1004 bytes, response INOXPE8732 or INOXPE8734 is returned.”

    Greetings,

    Bernd


    #API-Management
    #webMethods
    #Tamino