Template:SQWareProduction sqwmsq RotateErrorLog.ksh example: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
m Updated by BatchUser
Line 1: Line 1:
<pre>
<pre>
Sourcing sqwmsq_Global.lib v2020.01 SQWareProduction for MsSql (dbSQWare) ...  
Sourcing sqwmsq_Global.lib v2020.02 SQWareProduction for MsSql (dbSQWare) ...  


#Standard help for script sqwmsq_RotateErrorLog.ksh:
#Standard help for script sqwmsq_RotateErrorLog.ksh:

Revision as of 09:39, 6 April 2020

Sourcing sqwmsq_Global.lib v2020.02 SQWareProduction for MsSql (dbSQWare) ... 

#Standard help for script sqwmsq_RotateErrorLog.ksh:


$gvsqw_MsqBin/sqwmsq_RotateErrorLog.ksh -h
#Display online help for this script

$gvsqw_MsqBin/sqwmsq_RotateErrorLog.ksh -I $Alias -NoMail
#Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error)

$gvsqw_MsqBin/sqwmsq_RotateErrorLog.ksh -I $Alias -Exec
#Execute generated commands

$gvsqw_MsqBin/sqwmsq_RotateErrorLog.ksh -I $Alias
#Generate commands but don't execute them !

$gvsqw_MsqBin/sqwmsq_RotateErrorLog.ksh -I $Alias -FRT <NumericValue> -Exec
#Force return code to '<NumericValue>' on error (if no error, exit 0!)
#You can also force return code of this script on all your
#environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwmsq_RotateErrorLog=<NumericValue>
#in configuration file $gvsqw_MsqBin/../etc_cust/sqwmsq_GlobalVar.cfg