Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/18/08 11:24:37 (5 months ago)
Author:
nzeyi
Message:

Improving Synchronization help page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data-synchronization-admin-ui/web/WEB-INF/messages.properties

    r5226 r5301  
    15561556 
    15571557Synchronization.help.heading=Help with synchronization, importing, and exporting 
     1558 
     1559Synchronization.help.aboutSynchronization=About Synchronization 
     1560Synchronization.help.configureSynchronization=Configure Synchronization 
     1561Synchronization.help.manageSynchronization=Manage Synchronization 
     1562 
    15581563Synchronization.help.whatIsSynchronization=What is Synchronization? 
    15591564Synchronization.help.whatIsSynchronizationAnswer=Synchronization is when you have multiple sites using OpenMRS, and you want them to copy data to each other.  In this situation, one site has to act as the &quot;Parent&quot;, and one acts as the &quot;Child&quot;.  The Parent is always the computer or site that is most central.  Any site can choose <b>only one</b> Parent.  However, a Parent can have many Child sites/servers.  
     
    15611566Synchronization.help.whatIsDifferenceSyncAndImportExportAnswer=Synchronization means that the machines copying data to each other keep track of what has or hasn't been sent.  Generically importing and exporting allows you to export patient data from your system, and then import it to another system, but the 2 systems do not keep track of what data has been passed. 
    15621567Synchronization.help.howDoIUseSynchronization=How do I use Synchronization? 
    1563 Synchronization.help.howDoIUseSynchronizationAnswer=There are 2 different ways to use Synchronization, depending on your connectivity.  You can: <ol><li>Synchronize via File/Disk</li><li>Synchronize via Web</li></ol>  <p>Synchronizing via File/Disk means that the Child server will copy all of its new data to a file, which you can save on a disk.  That disk can then be carried to a Parent server at a different site, and then the file can be uploaded on the Parent server.  In this situation, the Parent server generates a response to be carried back to the Child.  This technique allows you to synchronize without Internet connectivity.  <p>Synchronizing via the Web allows you to simply click a button to send data to the Parent, receive the response, and process it.  The technique is useful if there is connectivity between the Parent and Child. 
     1568Synchronization.help.howDoIUseSynchronizationAnswer=There are 2 different ways to use Synchronization, depending on your connectivity.  You can: <ol><li>Synchronize via File/Disk</li><li>Synchronize via Web</li></ol>  <p>Synchronizing via File/Disk means that the Child server will copy all of its new data to a file, which you can save on a disk.  That disk can then be carried to a Parent server at a different site, and then the file can be uploaded on the Parent server.  In this situation, the Parent server generates a response to be carried back to the Child.  This technique allows you to synchronize without Internet connectivity.  <p>Synchronizing via the Web allows you to simply click a button to send data to the Parent, receive the response, and process it.  The technique is useful if there is connectivity between the Parent and Child.<p>You can also set up a scheduled(automatic) synchronization via Web after every interval of time that you can decide according to your connectivity and your server/site activity(data changes rate).  
    15641569Synchronization.help.howDoIConfigureParent=How do I configure a Parent server to send data to (if this is a Child server)? 
    1565 Synchronization.help.howDoIConfigureParentAnswer=Go to the <a href="synchronizationConfig.list">configuration</a> page.  At the top, you can set up a Parent server, and test the connection.  You only need to do this if you plan on synchronizing via the web
     1570Synchronization.help.howDoIConfigureParentAnswer=Go to the <a href="synchronizationSettings.list">Settings</a> page, at the server settings section, you can set up a Parent server, and test the connection.  You only need to do this if you plan on synchronizing via the web.Remember that the username and password you use to connect to Parent server must have been registered at the Parent side before you can make any connection to the Parent
    15661571Synchronization.help.howDoIConfigureChild=How do I configure a Child server to receive from (if this is a Parent server)? 
    1567 Synchronization.help.howDoIConfigureChildAnswer=If your server is to act as a Parent, you do not to configure anything.  However, any Child servers will need a username and password which will authorize them to post changes. 
     1572Synchronization.help.howDoIConfigureChildAnswer=If your server is to act as a Parent, you do not to configure anything.  However, any Child servers will need a username and password which will authorize them to post changes.You can set up a Child server at the <strong>servers settings</strong> section of the <a href="synchronizationSettings.list">Settings</a> page. 
    15681573Synchronization.help.howDoISendToParentViaWeb=How do I Synchronize via the Web? 
    1569 Synchronization.help.howDoISendToParentViaWebAnswer=Synchronizing via the Web is easy, and only requires the press of a button, which you can find <a href="synchronizationStatus.list">here</a>. 
     1574Synchronization.help.howDoISendToParentViaWebAnswer=Synchronizing via the Web is easy, and only requires the press of a button, which you can find <a href="synchronizationControl.list">here</a>.Make sure the Sync via Web radio is selected before sending  
    15701575Synchronization.help.howDoISendToParentViaDisk=How do I Synchronize via File/Disk? 
    1571 Synchronization.help.howDoISendToParentViaDiskAnswer=From the Child server, you must <a href="synchronizationStatus.list">Export to File</a> and save the resulting file to disk.  Take that disk to the Parent server, and login.  Once logged in, <a href="synchronizationImport.list">import data from Child</a> to upload the data into the Parent system.  Doing so will generate a response file.  Save this file to the disk again, and this time take it back to the Child server.  Once logged in to the Child server, <a href="synchronizationStatus.list">upload response from parent</a> so that the Child server knows that the Parent has received the sent data/file. 
     1576Synchronization.help.howDoISendToParentViaDiskAnswer=From the Child server, you must <strong>Export to File</strong> and save the resulting file to disk.  Take that disk to the Parent server, and login.  Once logged in, <strong>import data from Child</strong> to upload the data into the Parent system.  Doing so will generate a response file.  Save this file to the disk again, and this time take it back to the Child server.  Once logged in to the Child server, <strong>upload response from parent</strong> so that the Child server knows that the Parent has received the sent data/file. 
     1577Synchronization.help.howDoIEditSyncRecordRetails=How do I view/edit Sync Records ? 
     1578Synchronization.help.howDoIEditSyncRecordRetailsAnswer=Go to the <a href="synchronizationControl.list">Manage Synchronization</a> page , at the bottom you can find a list of changes to be synchronized.By clicking one of them ,you wiil be redirected to the record editing page.This page can help to manage some failing sync records.  
    15721579Synchronization.help.whatDoTheErrorsMean=What do the errors mean? 
    15731580Synchronization.help.whatDoTheErrorsMeanAnswer=Here is a key to the most common errors: <p><i>put key here</i> 
     
    18391846Synchronization.maintenance.keyword= Keyword 
    18401847SynchronizationStatus.maintenance.noItems=No records found with keyword  
    1841 Synchronization.maintenance.archive.title=Archiving 
     1848Synchronization.maintenance.archive.title=Archiving taks 
    18421849Synchronization.maintenance.timeout.changes=Timeout Settings 
    1843 Synchronization.maintenance.archive.journal=Archive Current Sync Journal 
    1844 Synchronization.maintenance.archive.import=Archive Current Sync Import 
    1845 Synchronization.maintenance.archive.journal.error=ERROR: Unable to archive archive sync journal , Please check the log to know the cause 
     1850Synchronization.maintenance.archive.description= This will archive the current Sync journal/imports into local zip files saved in the OpenMRS application data archive directory. 
     1851Synchronization.maintenance.archive.journal=<b>Archive Current Sync Journal </b> 
     1852Synchronization.maintenance.archive.import=<b>Archive Current Sync Import </b> 
     1853Synchronization.maintenance.archive.now=Archive Now 
     1854Synchronization.maintenance.archive.journal.error=ERROR: Unable to archive archive sync journal ,the current sync journal may be empty 
    18461855Synchronization.maintenance.archive.journal.success=Sync Journal archived successifully 
    1847 Synchronization.maintenance.archive.import.error=ERROR: Unable to archive archive sync imports , Please check the log to know the cause 
     1856Synchronization.maintenance.archive.import.error=ERROR: Unable to archive archive sync imports ,the current sync journal may be empty 
    18481857Synchronization.maintenance.archive.import.success=Sync Import archived successifully 
    18491858Synchronization.maintenance.archive.journal.progress=Archiving Sync Journal ...