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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Massloading Utility

    Posted 07/27/01 11:28 AM

    I tested the Tamino Mass Load utility on Windows 2000 in interactive mode.
    The import performance for data with many indexes is quite good, and I will use this tool for initial loads/Data and migration scenarios.
    But i’ve two questions:

    - is the mass load utility also available on UNIX-Systems like SUN Solaris
    - is there an API to inititate the mass loader also in applications like Java

    best regards

    Reto Peter


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Massloading Utility

    Posted 07/31/01 04:04 PM

    Yes the inoxmld (mass-loader) utility is available under open-systems with Tamino v2.3.

    There is no API but you could use code like:

    code:

    import java.lang.*;

    public class runmassldr {
    public static final void main (String args)
    {
    Runtime r = Runtime.getRuntime();
    try {
    String parameters ;
    // build up parameters…

    // and execute the utility.
    r.exec (“inoxmld”);

    }
    catch (Throwable e) { }
    }
    }



    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: Massloading Utility

    Posted 08/08/01 02:23 PM

    Hi Peter,
    I loaded 500MB of XML documet, which is Tamino load format, initially with 3 standard indexed elements and 1 text indexed element on Windows 2000. It took 112,499 sec (more than 31 hours).

    What about your test results? Don’t you think this is a long time? Or is it available to increase the performance of mass load facility?

    Mustafa


    #webMethods
    #API-Management
    #Tamino


  • 4.  RE: Massloading Utility

    Posted 08/14/01 03:59 PM

    Hi

    The Performance is quite good.
    I have 1,5 GB of Data and many many standard and text indexes!
    The result is: ca 5 hours to load 342’000 XML-documents!

    best regards
    Reto


    #API-Management
    #webMethods
    #Tamino