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
Expand all | Collapse all

xs:date index problem

  • 1.  xs:date index problem

    Posted Tue September 03, 2002 11:53 AM

    Hi,

    Why cant i make my field of type xs:date in tamino schema editor be an index field? I always get this error message when defining this schema:

    An error occured while processing a schema document; (mp-valid-index.1) invalid index

    Any idea what i missed? Or is there any prerequisite to be able to define a field of type xs:date with an index.


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: xs:date index problem

    Posted Thu September 05, 2002 08:04 AM

    As far as I know indeces for xs:date fields are not supported in the current version. This is planned for the next version (4).

    But if you store date as yyyy-mm-dd (like recommended by XML Schema) in a string field then there will be no problem to search intervals and use sort clause. Plus you will be able to load the same documents in new Tamino with full index support when it becomes available.


    #Tamino
    #webMethods
    #API-Management