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

massload of a directory with xml documents into Tamino with

  • 1.  massload of a directory with xml documents into Tamino with

    Posted Wed January 09, 2002 02:55 PM

    Now it is possible to massload a directory with xml documents of the same doctype into Tamino with mc-dir.pl and massload utility inoxmld:

    mc-dir.pl is a perl script that converts a directory of xml documents into one big xml file which then can be loaded directly into Tamino with the Tamino massload utility inoxmld.

    The filename of each xml document in the directory is used for the Tamino attribute ino:docname, so that each document can be called directly after a successful massload with the following URL:

    http://your-host/tamino/your-db/your-collection/your-doctype/filename

    TO TEST AND USE mc-dir.pl:

    1. download and unzip mc-dir.zip , you will get a directory mc-dir

    2. read the documentation mc-dir/documentation/README.html and mc-dir/documentation/technical.html

    Aditionally you may have a look at an example logfile mc-dir/mc-directory.log and an example outputfile mc-dir/mc-directory.xml

    3.
    on Windows OS:
    run mc-dir/test-mc.bat and have a look at the logfile mc-directory.log and the xml massload file mc-directory.xml

    on Unix OS:
    make mc-dir.pl executable (chmod 755 mc-dir.pl) and run ./mc-dir.pl mc-directory

    4. have a look at the generated files mc-directory.log and mc-directory.xml .

    5. Use mc-dir.pl to convert your own directories with xml documents

    Best regards,


    Jan Harmsen
    Software Engineer
    Software AG
    mc-dir.zip (55.3 KB)


    #webMethods
    #Tamino
    #API-Management