Difference between revisions of "SQWareProduction:postgres:bin:sqwpg RunJob.ksh"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
− | {{SQWareProductionBinHelp|postgres| | + | {{SQWareProductionBinHelp|postgres|Pg|pg|sqwpg_RunJob.ksh| |
{{SQWareProduction_sqwpg_RunJob.ksh_presentation}} | {{SQWareProduction_sqwpg_RunJob.ksh_presentation}} | ||
| | | | ||
Line 5: | Line 5: | ||
| | | | ||
<pre> | <pre> | ||
− | + | Lack 'instance' parameter, Usage: sqwpg_RunJob.ksh [-h] -I <instance> -A <action> [+ options] | |
− | For full help : sqwpg_RunJob.ksh - | + | For full help : sqwpg_RunJob.ksh -h |
</pre> | </pre> | ||
| | | | ||
<pre> | <pre> | ||
− | |||
No send mail because you are in connected mode !!! | No send mail because you are in connected mode !!! | ||
Lack 'instance' parameter | Lack 'instance' parameter | ||
− | |||
</pre> | </pre> | ||
| | | | ||
{{SQWareProduction_sqwpg_RunJob.ksh_example}} | {{SQWareProduction_sqwpg_RunJob.ksh_example}} | ||
}} | }} |
Revision as of 20:32, 18 January 2013
Contents
Presentation
Script $gvsqw_PgBin/sqwpg_RunJob.ksh :
Run PostgreSQL scripts and generate log and error file
based on $gvsqw_RootCfg/sqwpg_Jobs.cfg configuration file
compress and purge oldest log files
Online help
The online help is available for most scripts with the -h option.
Ex: $gvsqw_PgBin/sqwpg_RunJob.ksh -h
Content of this assistance :
Sourcing sqwpg_Global.lib v2024.07 SQWareProduction for PostgreSQL (dbSQWare) ... Usage: sqwpg_RunJob.ksh [-h] -I <instance> -A <action> [+ options] DESCRIPTION sqwpg_RunJob.ksh run script associated to the action parameter SUPPORT All rdbms type and version PARAMETERS -I instance : Target instance to action (or 'SQWareCentral'). -A action : Action to execute. OPTIONS -Locale locale : Force Locale for help display (fr,en). -h : Display the full usage. -s : Display samples of usage.
Error management
Errors passing arguments
This type of message is generated:
Lack 'instance' parameter, Usage: sqwpg_RunJob.ksh [-h] -I <instance> -A <action> [+ options] For full help : sqwpg_RunJob.ksh -h
If you are connecting through a terminal, no mail will be sent and you will have more this kind of message:
No send mail because you are in connected mode !!! Lack 'instance' parameter
If you are not connected to a terminal, the error message appears and is sent by mail to the address contained in the variable $gvsqw_GlobalMail (See help customize this variable). The subject line will always start by "$gvsqw_MailMsg_postgres : " (See help customize this variable).
Execution errors
Whether you are or not connected to a terminal, the error message appears and an email containing a summary of treatment errors is sent to the address contained in the variable $gvsqw_Mail_postgres (See help customize this variable). The subject line will always start by "$gvsqw_MailMsg_postgres : " (See help customize this variable).
Usage examples
Sourcing sqwpg_Global.lib v2024.07 SQWareProduction for PostgreSQL (dbSQWare) ... #Standard generic help for script sqwpg_RunJob.ksh: $gvsqw_Pg/sqwgen_RunJob.ksh -h #Display online help for this script $gvsqw_Pg/sqwgen_RunJob.ksh -Locale en -h #Display online help for this script with forcing of the 'en' locale (by default locale managed by $gvsqw_Locale) $gvsqw_Pg/sqwgen_RunJob.ksh -s #Display usage examples for this script $gvsqw_Pg/sqwgen_RunJob.ksh -I <Instance> -A <action> #Search action <action> in $gvsqw_RootCfg/sqwpg_Jobs.cfg #and execute command line with eval function #genarate log file "$gvsqw_LogDir/"$(basename $lvsqw_Script|sed 's,.ksh$,,')_$(date +'%Y%m%d_%H%M%S').log #genarate error file "$gvsqw_LogDir/"$(basename $lvsqw_Script|sed 's,.ksh$,,')_$(date +'%Y%m%d_%H%M%S').err