Browse Source

Se incluye script para ejecutar trabajo exchange-pesos-dolar.ktr

Oscar Leiva 7 năm trước cách đây
mục cha
commit
87dd54dc0a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      exchange-peso.sh

+ 5 - 0
exchange-peso.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+echo "`date '+%a %d %b %Y   %T'` Cron called script" $0 >> /home/pentaho/pdi/log/cron.log
+echo "-------------- PDI Transformation: getExchangeRate.ktr ------------" >> /home/pentaho/pdi/log/cron.log
+sudo /home/pentaho/pdi/data-integration/pan.sh -file:"file:////home/pentaho/pdi/jobs/exchange-pesos-dolar/getExchangeRate.ktr" -level:Error >> /home/pentaho/pdi/log/cron.log
+echo "`date '+%a %d %b %Y   %T'` Job ended" >> /home/pentaho/pdi/log/cron.log