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.  Problem using collation and transliteration

    Posted Fri November 24, 2006 02:46 PM

    Hello colleagues,

    I have the following data on my database:

    cel-la
    cella
    cel


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Problem using collation and transliteration

    Posted Sat November 25, 2006 02:44 PM

    Hi,

    “ignore” is the correct one, and it should work. Is there a text index? Did you recreate this index after the change in ino:transliteration? Did you restart the database?

    Regards

    harald


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: Problem using collation and transliteration

    Posted Tue December 05, 2006 07:03 PM

    Hi Harald,

    Following your instructions, I’ve recreated the index and also restarted the database, but it still does not work.

    I don’t know why, but in the ino:transliteration I get 4 documents. Three of them are copies of the one I’ve updated (three times with the X-Plorer) and the last, with the ino:docname=“default”, is the original one. Maybe I am not updating the ino:transliteration in the correct way… Can you help me?

    Best regards,


    #Tamino
    #API-Management
    #webMethods


  • 4.  RE: Problem using collation and transliteration

    Posted Wed December 06, 2006 12:13 AM

    Hi,

    ok, this explains a lot, Tamino only considers the ino:transliteration document with name “default”, so all your changes did not succeed. The X-plorer cannot really update a document…
    So I suggest that you remove 3 of your 4 documents, or even all, depending on the tools you have
    if you have XML Spy, use the “Open URL” functionality giving the full path of the document (i.e. http://localhost/tamino/...ino:vocabulary//ino:transliteration/default), do your modifications and press “Save”
    If you do not have such an XML editor, delete all documents from the database (but keep a local copy), and then load the copy into the collection, using either TaminoInteractiveInterface (specifying ino:vocabulary/ino:transliteration/default in the “collection” field) or Tamino Loader using the ino:object wrapping to spefify the ino:docname

    Hope this help

    Best regards

    Harald


    #Tamino
    #webMethods
    #API-Management


  • 5.  RE: Problem using collation and transliteration

    Posted Mon December 11, 2006 05:43 PM

    Perfect!

    I’ve had to use Tii, X-Plorer and XmlSpy together in order to update and not to create addicional documents in the ino:vocabulary, but It worked. Thanks a lot.

    Best regards,


    #Tamino
    #webMethods
    #API-Management