327915 - Modifica flussi Cubo Saldi Netti (Consumer e Business) - Fine Build -

This commit is contained in:
manuelstefanile
2025-01-24 16:39:10 +01:00
parent ac08bb52a4
commit 687ccc371c
13 changed files with 303 additions and 67 deletions

View File

@@ -0,0 +1,28 @@
#!/bin/bash
###########################################################
# Progetto: dbcfx
# Script: genera_report_dwhe2e_saldinetti
# Descrizione: Applicazione per l'generare il file di report tra dwhe2e e dbcfx
#
###########################################################
THIS_PATH=`dirname $0`
. $THIS_PATH/setEnv.sh
THIS=`basename $0 .sh`
LOG=$GNP_LOG_SCRIPT_HOME/$THIS.log
adesso=$(date)
#controllo se lo script è già in esecuzione
check_rc=`$THIS_PATH/is_Running_Script.sh $THIS $$`
if [ $? -eq 0 ]
then
echo '****** elaborazione DHWE2E Report Saldi Netti file CO e BU ' $adesso Start DWHE2E_REPORT >> $LOG
$THIS_PATH/ProcessExecutor.sh it.valueteam.gnp.internalflow.in.Dwhe2eRepoSaldiNettiIn>> $LOG
else
echo " (WARNING) $(date) Esecuzione non avvenuta per presenza processo precedente : $prog" >> $LOG
fi

View File

@@ -0,0 +1,3 @@
0 14 * * 1-7 /gnpapp/script/sftpd.sh -get DWHE2E_REPOSALDINETTI_BU
0 14 * * 1-7 /gnpapp/script/sftpd.sh -get DWHE2E_REPOSALDINETTI_CO

View File

@@ -0,0 +1,2 @@
0 5 * * 1-7 /gnpapp/script/sftpd.sh -put DWHE2E_REPOSALDINETTI_BU
0 5 * * 1-7 /gnpapp/script/sftpd.sh -put DWHE2E_REPOSALDINETTI_CO

View File

@@ -0,0 +1,2 @@
45 3 * * 1-6 /gnpapp/script/Dwhe2eRepoSaldiNettiIn.sh
0 16 * * 0 /gnpapp/script/Dwhe2eRepoSaldiNettiIn.sh