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.

 View Only
  • 1.  Too many repository nodes

    Posted Mon April 28, 2003 12:37 PM

    Hello,

    I’m using tamino 3.1.1.1

    when I’m trying to set the index of an element to text I get the following error: Too many repository nodes.

    What do I have to do to get rid of this error??

    Richard


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Too many repository nodes

    Posted Tue April 29, 2003 08:41 AM

    This occurs if there are many paths to your element and a recursion or an any is involved AND if you set your index for the path, that means every existing path.
    Now you have to specify the path explicitly.
    To achieve this, click on the “Advanced” button in the physical properties pane. Remove your index settings from the path. Add a new XPath and enter all paths to your element that are to be indexed. Use the notation /qualifiedElementName1/…/qualifiedElementNameX or …/@attributeName. You can concat two paths with ;


    #webMethods
    #Tamino
    #API-Management