Copy PHI.bat: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m it moves...
m uncat
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
X:\CCMDB\PHI\copy_PHI.bat
The file X:\CCMDB\PHI\copy_PHI.bat is part of the [[PHI copy automation]]. It mostly runs on the [[Data Processor PC]].


as of 15:21, 2013 July 2 (CDT):
This file is affected '''[[PHI_copy_automation#If_X_drive_goes_down|if the X: drive goes down]]'''.
{{Discussion}}
* first line below; Does it actually MOVE contents from Server to X, or COPIES?[[User:TOstryzniuk|Trish Ostryzniuk]] 16:39, 2014 June 17 (CDT)
** it MOVES. that's why it says moves ;-) Ttenbergen 14:23, 2014 June 19 (CDT)


== current file ==
as of 14:12, 2018 February 28 (CST)
<pre>
echo moving contents from  Regional Server\Output\_PHI to  X:\CCMDB\PHI\
echo moving contents from  Regional Server\Output\_PHI to  X:\CCMDB\PHI\
echo usually triggered by scheduled task running hourly on Scanner computer in JJ387
echo see http://ccmdb.kuality.ca/index.php/PHI_copy_automation for details


echo usually triggered by scheduled task running on Trish's computer hourly
move \\Ad.wrha.mb.ca\wrha\REGION\SHARED\ICU_DATA_COLLECTION\Output\_PHI\* X:\CCMDB\PHI
 
echo see: [[PHI_copy_automation]]
 
move \\Ad.wrha.mb.ca\wrha\REGIONWRHA\SHARED\ICU_DATA_COLLECTION\Output\_PHI\* X:\CCMDB\PHI
 
IMPORTANT NOTE:
SEE: [[PHI_copy_automation#If_X_drive_goes_down]]


cscript "X:\CCMDB\PHI\Load Data.vbs"
</pre>


[[Category: Batch Files]]
[[Category: Batch Files]]
[[Category:2013 data upgrades]]
[[Category: Data Processor PC]]

Latest revision as of 16:45, 19 September 2018

The file X:\CCMDB\PHI\copy_PHI.bat is part of the PHI copy automation. It mostly runs on the Data Processor PC.

This file is affected if the X: drive goes down.

current file

as of 14:12, 2018 February 28 (CST)

echo moving contents from  Regional Server\Output\_PHI to  X:\CCMDB\PHI\
echo usually triggered by scheduled task running hourly on Scanner computer in JJ387
echo see http://ccmdb.kuality.ca/index.php/PHI_copy_automation for details

move \\Ad.wrha.mb.ca\wrha\REGION\SHARED\ICU_DATA_COLLECTION\Output\_PHI\* X:\CCMDB\PHI

cscript "X:\CCMDB\PHI\Load Data.vbs"