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
  • 1.  Interactive Interface Load problem

    Posted Wed May 21, 2003 02:06 AM

    I’m trying to load some data into tamino through the interactive interface. It seems like whenever i have an element with more then 49 children i get the following error message

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


    when i reduce the number of children to 49 or less the data loads just fine.
    I have attached the schema and smaple data to this post.

    X-Application Version: 4.1.1
    Tamino Version : 4.1.1
    Platform : Win2k
    WebContainer : Tomcat 4.1.18
    JDK Version : 1.4.1

    sample.zip (1.51 KB)


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Interactive Interface Load problem

    Posted Wed May 21, 2003 11:38 AM

    Hi Joey,

    there is nothing wrong with the interactive interface, there is a general problem:
    you define a standard index on the parent of all your value children.
    The value entered into this standard index is built by concatenating all values
    of all descendants. In the Tamino version you use, there is an upper limit of 1004


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: Interactive Interface Load problem

    Posted Wed May 21, 2003 02:15 PM

    Hi Joey,

    there is nothing wrong with the interactive interface, there is a general problem:
    you define a standard index on the parent of all your value children.
    The value entered into this standard index is built by concatenating all values
    of all descendants. In the Tamino version you use, there is an upper limit of 1004 for the value of a standard index. This limit will be removed in the next Tamino version.
    However, please evaluate whether you really want a standard index on the concatenated contents of the value elements - this index will not help you searchinig for specific value elements. I could imagine that you would prefer an index on the value element.

    Regards

    Harald


    #webMethods
    #Tamino
    #API-Management


  • 4.  RE: Interactive Interface Load problem

    Posted Thu May 22, 2003 11:18 PM

    Thanks for the reply…

    you are right… i probably should be indexing the value elements instead of the TypeValue parent element. I will make that change. Thanks for the tip.

    –joey

    X-Application Version: 4.1.1
    Tamino Version : 4.1.1
    Platform : Win2k
    WebContainer : Tomcat 4.1.24
    JDK Version : 1.4.1


    #Tamino
    #API-Management
    #webMethods