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.  Unique Indexes

    Posted Fri July 25, 2003 03:54 PM

    A little new to Tamino…

    Im using Tamino 4.1, I want to ensure I’m going down the correct path with relating 3 schemas.

    I have 3 schemas (CollectionRecord, Crinfo, CurrentTarget) all of which have a field called crid. I want to make crid the key. Therefore I do a nodeRef in each schema, setting CollectionRecord/crid = Crinfo/crid = CurrentTarget/crid

    Is this correct?

    Also in the CurrentTarget schema, I would like the combination of crid and a field called benumber to be the unique index. How is this accomplished?

    Any help is appreciated.


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Unique Indexes

    Posted Fri July 25, 2003 04:41 PM

    Hi “Green”
    I suggest that you forget the noderefs and just use ordinary indexes.
    - And then use the “join” capabilities of XQUERY than will enable you to do exactly the same, only in a vastly more flexible way.
    Finn


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: Unique Indexes

    Posted Fri July 25, 2003 05:02 PM

    Hi “Finn”,
    Thanks for the response. By “use ordinary indexes” do you mean in Tamino schema in the physical properties set index to standard? Is that all I do?

    I have a Java application thats going to be querying these schemas (data related to the schemas), and I want to capture the related information.


    #API-Management
    #webMethods
    #Tamino