Copy PHI.bat: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
TOstryzniuk (talk | contribs)
m Main office-minor
m keeping up to date
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]].


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]]'''.


echo moving contents from Regional Server\Output\_PHI to X:\CCMDB\PHI\
== current file ==
 
as of 19:12, 2014 July 31 (CDT)
echo usually triggered by scheduled task running on Trish's computer hourly
echo moving contents from Regional Server\Output\_PHI to X:\CCMDB\PHI\
 
echo usually triggered by scheduled task running on Trish's computer hourly
echo see: [[PHI_copy_automation]]
echo see http://ccmdb.kuality.ca/index.php/PHI_copy_automation for details
 
move \\Ad.wrha.mb.ca\wrha\REGIONWRHA\SHARED\ICU_DATA_COLLECTION\Output\_PHI\* X:\CCMDB\PHI
move \\Ad.wrha.mb.ca\wrha\REGIONWRHA\SHARED\ICU_DATA_COLLECTION\Output\_PHI\* X:\CCMDB\PHI
 
IMPORTANT NOTE:
cscript "Load Data.vbs"
SEE: [[PHI_copy_automation#If_X_drive_goes_down]]




[[Category: Batch Files]]
[[Category: Batch Files]]
[[Category:2013 data upgrades]]
[[Category:2013 data upgrades]]

Revision as of 18:12, 31 July 2014

The file X:\CCMDB\PHI\copy_PHI.bat is part of the PHI copy automation.

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

current file

as of 19:12, 2014 July 31 (CDT)

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

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

cscript "Load Data.vbs"