webMethods

webMethods

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.  loading a large XML file

    Posted Thu February 14, 2002 04:23 PM

    I try to load a 110MB XML document into Tamino using Interactive Interface, but can not achieve that. Is there a upper limit in terms of how large of a document could be added to Tamino db ?


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: loading a large XML file

    Posted Thu February 14, 2002 09:35 PM

    Could you please post the error message that you are receiving?

    Thanks
    Knute Hestness


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: loading a large XML file

    Posted Fri February 15, 2002 08:05 AM

    Is it really one document in terms of Tamino?


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: loading a large XML file

    Posted Mon February 18, 2002 07:48 AM

    After waiting for a long time, ‘the page can not be displayed’ error is shown in the bottom half of the Tamino Interactive Interface.

    110 MB document is the output of an XML generator program.


    #API-Management
    #Tamino
    #webMethods


  • 5.  RE: loading a large XML file

    Posted Mon February 18, 2002 12:13 PM

    Generally it is not an excelent way to work with Tamino using 100MB documents. Tamino is much more useful with many small documents that confirm the same schema. Of course, total size of all these documents can be greater than 100MB.

    I think you should reconsider your schema.

    The next problem is that you want to load 100MB of data in the same transaction (Interactive Interface sends all data via one POST request). It demands a huge journal and patience to do this.

    Take a look at XML Data Loader Utilities.


    #Tamino
    #webMethods
    #API-Management


  • 6.  RE: loading a large XML file

    Posted Thu February 21, 2002 05:03 AM

    Ok, so what if i already have a 100Mb document i have recieved form business partners? Is writing a SAX program and splitting this file into chunks is my only choice?

    And another question - if there is practical limit on how big of a document tamino can handle then what is this limit? And where is it documented?


    #webMethods
    #API-Management
    #Tamino


  • 7.  RE: loading a large XML file

    Posted Sun February 24, 2002 01:10 AM

    It depends on queries you will run after you load the document and how often you gonna update it.

    But in most cases it’s easier to toil once and split 100MB document than wasting time in each query.

    But of course there could be some exceptions.


    #Tamino
    #API-Management
    #webMethods