Appending.bat: Difference between revisions
Jump to navigation
Jump to search
TOstryzniuk (talk | contribs) mNo edit summary |
TOstryzniuk (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
This is a batch file that '''automates''' two processes | This is a batch file that '''automates''' two processes. Create August 25.09. (combines the following batch files: [[DataToImp.bat]] and [[Data TWISTER MDB to SAN.bat]] | ||
Create by Tina Tenbergen | '''A'''. moves batch files "sent" CSV files from the [[Regional Server]] to [[Data Processor]]s computers' local hard drive in preparation in preparation for [[Data Appending Process|appending]] or uploading files into the master Critical Care [[TMSX]] or Medicine [[MedTMS]] data repository. Create by Tina Tenbergen | ||
FROM: | FROM: | ||
Line 13: | Line 12: | ||
'''B'''. Copies output Access mdb files from the [[Regional Server]] (Twister) to the SAN (X:Drive) | |||
*the following mdb are copied: | |||
*greensheets.mdb | *greensheets.mdb | ||
*PDA_Pending.mdb | *PDA_Pending.mdb | ||
*TASKS.mdb | *TASKS.mdb | ||
*TmpV2_1.mdb | *TmpV2_1.mdb | ||
* | ===Freqency=== | ||
*Done once a week by [[data processor]]. | |||
[[Category: Batch Files]] | [[Category: Batch Files]] | ||
[[Category: Data Processing]] | [[Category: Data Processing]] | ||
[[Category: IT Instructions]] | [[Category: IT Instructions]] |
Revision as of 13:26, 25 August 2009
This is a batch file that automates two processes. Create August 25.09. (combines the following batch files: DataToImp.bat and Data TWISTER MDB to SAN.bat
A. moves batch files "sent" CSV files from the Regional Server to Data Processors computers' local hard drive in preparation in preparation for appending or uploading files into the master Critical Care TMSX or Medicine MedTMS data repository. Create by Tina Tenbergen
FROM:
- Regional Server/Output/<all locations' directories>
TO:
- "M" to: C:/ MedPDAdnld/Import Ready
- "C" to: C:/ CritPDAdnld/Import Ready
- Uses the program prefixes set out in Sent files naming conventions the batch file copies all data output files according to their prefix:
B. Copies output Access mdb files from the Regional Server (Twister) to the SAN (X:Drive)
- the following mdb are copied:
- greensheets.mdb
- PDA_Pending.mdb
- TASKS.mdb
- TmpV2_1.mdb
Freqency
- Done once a week by data processor.