Deployment Solution

 View Only
  • 1.  AxSched & Repeating Tasks

    Posted May 01, 2013 03:42 PM

    What, if any, is the command-line to have axsched add a computer to a task on a repeating schedule?  While I am at it how can I use axsched.exe to set all of the options that are available on the GUI?

     

    I am using DS 6.9 SP5

     

    Thanks in advance!



  • 2.  RE: AxSched & Repeating Tasks

    Posted May 08, 2013 11:11 AM

    We do such tasks that have to run in a time interval thru Windows scheduled tasks as that to us is the only solution we found suitable...

    options for the command line version taken from the help context:

    Usage:
         axSched <computer/group> <job-name> (options)
                                OR
         axSched /q <filename> (options)
                                OR
         axSched <computer/group> -jid <job id> (options)

    Options:
         /t <yyyy-mm-dd hh:mm>    Time to schedule
         /n                       Don't notify servers of the changes
         /f <folder-name>         schedule the job-name found in this folder
         /q <filename>            File used for exporting jobs
         /y                       Suppress confirmation prompts
         /dsn <odbc-dsn-name>     ODBC data source name
         /d  <db-server>          Database server name
         /u  <db-user>            Database user name
         /db <db-databaseName>    Database name
         /p  <db-password>        Database user password
         /lu <login-user>         Deployment Server login user name
         /lp <login-password>     Deployment Server login password
         /ulu                     Use the logged on user to login to Deployment Server