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.


#TechXchangePresenter
 View Only
  • 1.  schedule backups

    Posted Wed November 24, 2004 10:52 AM

    How can I schedule backups of a database? I’d like to have every night a backup of my Tamino database.
    Did not found this in the manuals. Is there a way to doing it?


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: schedule backups

    Posted Wed November 24, 2004 05:59 PM

    I just wrote a shell script:

    #!/usr/bin/sh

    CLASSPATH=
    export CLASSPATH
    SHLIB_PATH=
    export SHLIB_PATH
    . /usr/local/SAG/sagenv

    # repeat next line for every database
    argbatch backup database database=prd1


    Then I used cron to schedule this script to run every night. My server runs Solaris; I?m assuming you could set up something similar on Windows.


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: schedule backups

    Posted Thu November 25, 2004 08:08 AM

    thanks curtis,
    but is there no functionality provided by tamino for doing this?


    #webMethods
    #Tamino
    #API-Management


  • 4.  RE: schedule backups

    Posted Mon November 29, 2004 04:21 PM

    I don?t know of any scheduling functionality in Tamino. As far as I know, it only responds to requests.


    #webMethods
    #API-Management
    #Tamino