cli:franke:config_new

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cli:franke:config_new [2018/07/06 12:18]
f.zoppini [GO LIVE]
cli:franke:config_new [2020/03/31 11:38] (current)
a.bergantino [GO LIVE]
Line 38: Line 38:
 delete from lottim where codice in (select codlot from movimag where codcau = 'PREL' and codubi = 'CODUBI' and tm < TM); delete from lottim where codice in (select codlot from movimag where codcau = 'PREL' and codubi = 'CODUBI' and tm < TM);
 delete from movimag where tm < TM and codubi = 'CODUBI'; delete from movimag where tm < TM and codubi = 'CODUBI';
-delete from dimension where d1 = 'CODUBI' and tm < TM;+delete from dimension where d1 = 'CODUBI' and tm <TM;
 </code> </code>
   * attivare il calcolo OEE e impostare i tmbgn alla mezzanotte del giorno di interesse (si può usare il TM del go live) #oeeconfgrid;   * attivare il calcolo OEE e impostare i tmbgn alla mezzanotte del giorno di interesse (si può usare il TM del go live) #oeeconfgrid;
-  * importare le ubicazioni per OEE overview del plant di interesse tramite la seguente (CODUBI_LIST=codubi dei plant divisi da virgola)+  * importare le ubicazioni per OEE overview del plant di interesse tramite la seguente (CODUBI_LIST=codubi dei plant divisi da virgola) (es: FFT,FBS)
 <code bash> <code bash>
 curl "http://127.0.0.1/isw/webapp/franke/andon/iaf/tell/centubi/centubi/T(CODUBI_LIST)/NULL/0" curl "http://127.0.0.1/isw/webapp/franke/andon/iaf/tell/centubi/centubi/T(CODUBI_LIST)/NULL/0"
 +</code>
 +  * questa curl invece importa solo le ubicazioni sulla tabella dbubi 
 +<code bash>
 +curl "http://127.0.0.1/isw/webapp/franke/andon/iaf/tell/centubi/localubi/T(CODUBI_LIST)/NULL/0"
 </code> </code>
   * verificare che vengano mostrati i dati della linea specifica;   * verificare che vengano mostrati i dati della linea specifica;
  • cli/franke/config_new.1530872309.txt.gz
  • Last modified: 2018/07/06 12:18
  • by f.zoppini