Difference between revisions of "Template:SQWareProduction sqwmsq GatherIndicators.ksh example"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwmsq_Global.lib v2019.05 SQWareProduction for MsSql (dbSQWare) ...  
+
Sourcing sqwmsq_Global.lib v2020.01 SQWareProduction for MsSql (dbSQWare) ...  
  
 
#Standard help for script sqwmsq_GatherIndicators.ksh:
 
#Standard help for script sqwmsq_GatherIndicators.ksh:
Line 8: Line 8:
 
#Display online help for this script
 
#Display online help for this script
  
$gvsqw_MsqBin/sqwmsq_GatherIndicators.ksh -S $Alias -NoMail
+
$gvsqw_MsqBin/sqwmsq_GatherIndicators.ksh -I $Alias -NoMail
#Desactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error)
+
#Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error)
  
$gvsqw_MsqBin/sqwmsq_GatherIndicators.ksh -S $Alias -FRT <NumericValue>
+
$gvsqw_MsqBin/sqwmsq_GatherIndicators.ksh -I $Alias -FRT <NumericValue>
 
#Force return code to '<NumericValue>' on error (if no error, exit 0!)
 
#Force return code to '<NumericValue>' on error (if no error, exit 0!)
 
#You can also force return code of this script on all your
 
#You can also force return code of this script on all your

Revision as of 19:35, 8 March 2020

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

#Standard help for script sqwmsq_GatherIndicators.ksh:


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

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

$gvsqw_MsqBin/sqwmsq_GatherIndicators.ksh -I $Alias -FRT <NumericValue>
#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_GatherIndicators=<NumericValue>
#in configuration file $gvsqw_MsqBin/../etc_cust/sqwmsq_GlobalVar.cfg