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.  Delete doc with HTTP undefine+define

    Posted Thu April 17, 2003 11:57 AM

    TAMINO 3.1.2.1

    Hello,

    I would like deleted all document in my collection.

    I had to use http://host/tamino/base/collection?_delete=*
    But i had the message :
    <ino:messagetext ino:code=“INOXYE9493”>Transaction aborted because journal space was too small</ino:messagetext>

    Yet, I would like to undefine and define my collection with HTTP.

    Can you give me good the URL has to use.

    Thank you in advance

    Jean-Daniel


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Delete doc with HTTP undefine+define

    Posted Thu April 17, 2003 01:06 PM

    If you have a very large quantity of documents in a collection, then using _delete will take time and could exceed the transaction timeout limit. This is a property in the Tamino Manager which can be set dynamically.

    But the quickest way to delete all the document and undefine the schema is to use:
    http://host/tamino/base?_undefine=collection


    hope this helps.

    Stuart Fyffe-Collins
    Software AG (UK) Ltd.


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: Delete doc with HTTP undefine+define

    Posted Thu April 17, 2003 03:20 PM

    Thank you, Ok for undefine the collection but what is the URL for define the collection ?

    Thank you in advance

    Jean-Daniel


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: Delete doc with HTTP undefine+define

    Posted Thu April 17, 2003 03:55 PM

    The URL is http://host/tamino/base?_define=schema
    where schema is the schema document not the URL or filename of the schema. I would recommend using the Tamino Interactive Interface to do these tasks.

    Cheers,

    Stuart Fyffe-Collins
    Software AG (UK) Ltd.


    #webMethods
    #Tamino
    #API-Management


  • 5.  RE: Delete doc with HTTP undefine+define

    Posted Thu April 17, 2003 04:18 PM

    Thank .

    But I must define my collection by batch. I can’t use the Tamino Interactive Interface.

    Jean-Daniel


    #Tamino
    #webMethods
    #API-Management


  • 6.  RE: Delete doc with HTTP undefine+define

    Posted Wed May 14, 2003 09:02 AM

    I found the solution :

    java -classpath $INODIR/$INOVERS/X_Tools/Tamino_Load/xerces.jar:$INODIR/$INOVERS/X_Tools/Tamino_Load/JavaLoader.jar com.softwareag.tamino.db.tools.loader.TaminoLoad -u URL od the database -define -f path+file.TSD

    By


    #Tamino
    #API-Management
    #webMethods