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.  Backup FileName

    Posted Thu April 03, 2003 12:28 PM

    Hello!

    My software is: Tamino 3.1.1.1

    I have been searching the API methods for getting the filenames of backup for all databases.

    I need know how it is filename of backup of my db. In Tamino Manager 3.1, I can only get the following information :
    - Backup Date [03-APR-2003]
    - Backup Time [13:43:12]
    - Backup Size [1.46 MB]
    - Backup Filename [I don’t know. :(]

    Any sample source code using JAVA and API to get “Backup Filename” will be very appreciated.

    In advance, thanks a lot!

    best regards,
    Dariusz Baumann


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Backup FileName

    Posted Thu April 03, 2003 01:04 PM

    hi dariusz,

    i dont know about API means, but you can get to the desired information using the following commands:

    argbatch show backups

    argbatch show backupfiles


    D:\WINDOWS>argbatch show backups database=db411

    Command started at: 2003-04-03 14:27:54
    Running for product Tamino 4.1.1.1 on target node pcafr.software-ag.de.

    -----------------------------------------
    | Backup Date | Backup Size |
    -----------------------------------------
    | Mar 17, 2003 11:38:11 AM| 15.57 MB |
    -----------------------------------------

    Command ended at: 2003-04-03 14:27:55



    D:\WINDOWS>argbatch show backupfiles database=db411 backupdate=“Mar 17, 2003 11:
    38:11 AM”

    Command started at: 2003-04-03 14:28:39
    Running for product Tamino 4.1.1.1 on target node pcafr.software-ag.de.

    --------------------------------------------------------------------------------
    -----------------------------------------------------------
    | Extent Number| Path
    | Filename | Size in MByte |
    --------------------------------------------------------------------------------
    -----------------------------------------------------------
    | 1 | D:\Documents and Settings\All Users.WINDOWS\Application Data\So
    ftware AG\Tamino| AAC00001001047897491.1B0| 15.9 |
    --------------------------------------------------------------------------------
    -----------------------------------------------------------

    Command ended at: 2003-04-03 14:28:41



    gruss,
    andreas f.


    #webMethods
    #Tamino
    #API-Management