Advertisement
Guest User

OPENMRS Standalone 2.6 glob prop sync

a guest
Apr 9th, 2018
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.96 KB | None | 0 0
  1. mysql> select*from global_property where property like "sync.%";
  2. +----------------------------------+--------------------------------------------
  3. ------------------------------------------------+-------------------------------
  4. --------------------------------------------------------------------------------
  5. --------------------------------------------------------------------------------
  6. --------------------------------------------------------------------------------
  7. --------------------------------------------------------+-----------------------
  8. ---------------+----------+-----------------+-------------------+---------------
  9. -+
  10. | property | property_value
  11. | description
  12.  
  13.  
  14.  
  15. | uuid
  16. | datatype | datatype_config | preferred_handler | handler_config
  17. |
  18. +----------------------------------+--------------------------------------------
  19. ------------------------------------------------+-------------------------------
  20. --------------------------------------------------------------------------------
  21. --------------------------------------------------------------------------------
  22. --------------------------------------------------------------------------------
  23. --------------------------------------------------------+-----------------------
  24. ---------------+----------+-----------------+-------------------+---------------
  25. -+
  26. | sync.admin_email | NULL
  27. | Email address for administrato
  28. r responsible for this server.
  29.  
  30.  
  31. | 3947d1c1-1038-412e-8c2
  32. 3-934db2fe0700 | NULL | NULL | NULL | NULL
  33. |
  34. | sync.allow_selfsigned_certs | false
  35. | Boolean value indicating whete
  36. r allow the use of self-signed certificates in https connections. Available opti
  37. ons:true,false
  38.  
  39. | 5dc44666-f333-4dc8-acf
  40. 4-d4c12b5e4ab0 | NULL | NULL | NULL | NULL
  41. |
  42. | sync.cloned_database.log.enabled | true
  43. | Boolean value indicating wheth
  44. er or not create a backup file of the cloned database in .OpenMRS/sync folder. A
  45. vailable options: true,false
  46.  
  47. | 1ace802e-de58-4f51-aac
  48. f-3e39810580b9 | NULL | NULL | NULL | NULL
  49. |
  50. | sync.connection_timeout | NULL
  51. | Timeout before sync process gi
  52. ves up trying to connect to parent server. If null, sync default formula is use
  53. d. Units are milliseconds (remember, 6000 represents a minute).
  54.  
  55. | f317e8bf-2524-4451-84e
  56. 7-2eb767934dac | NULL | NULL | NULL | NULL
  57. |
  58. | sync.database_version | 1.1.3
  59. | DO NOT MODIFY. Current databa
  60. se version number for the sync module.
  61.  
  62.  
  63. | f758e4d2-222e-4893-9da
  64. e-e556994dc592 | NULL | NULL | NULL | NULL
  65. |
  66. | sync.date_pattern | MM/dd/yyyy HH:mm:ss
  67. | The date format
  68.  
  69.  
  70.  
  71. | e0533cc3-a5e8-456a-8b3
  72. 4-e3e2c6a98ccd | NULL | NULL | NULL | NULL
  73. |
  74. | sync.default_role | System Developer, Administrator
  75. | Server role for the synchroniz
  76. ation scheduled task login.
  77.  
  78.  
  79. | 7fe3a222-82fa-4cb9-b50
  80. f-6a6d7c64476e | NULL | NULL | NULL | NULL
  81. |
  82. | sync.ignored_java_exceptions | javax.net.ssl.SSLHandshakeException, org.ap
  83. ache.commons.httpclient.ConnectTimeoutException | Comma separated list of except
  84. ions that will not cause an increment of the retryCount on sync records. (exact
  85. matches on class names only, no child classes matched)
  86.  
  87. | 29667e35-e7d1-448c-b26
  88. e-9d2e5e0a9348 | NULL | NULL | NULL | NULL
  89. |
  90. | sync.mandatory | true
  91. | true/false whether or not the
  92. sync module MUST start when openmrs starts. This is used to make sure that miss
  93. ion critical modules are always running if openmrs is running.
  94.  
  95. | e5e75043-d4a2-44e0-bcf
  96. 7-1ce0d308df0a | NULL | NULL | NULL | NULL
  97. |
  98. | sync.max_page_records | 10
  99. | Number of sync items to be sho
  100. wn per page.
  101.  
  102.  
  103. | 839dcde6-fd05-4dd8-bc2
  104. 4-06e9b2999c98 | NULL | NULL | NULL | NULL
  105. |
  106. | sync.max_records.file | 50
  107. | Number of records to package u
  108. p and send at a time via a file.
  109.  
  110.  
  111. | 89456d46-86a2-40ac-a05
  112. d-28ba643c6adb | NULL | NULL | NULL | NULL
  113. |
  114. | sync.max_records.web | 50
  115. | Number of records to package u
  116. p and send at a time via the web.
  117.  
  118.  
  119. | 7efc189c-3b65-447a-a7e
  120. 3-b9356119c973 | NULL | NULL | NULL | NULL
  121. |
  122. | sync.max_retry_count | 5
  123. | Number of times to try to retr
  124. y automatic synchronization before giving up.
  125.  
  126.  
  127. | 8b4d9352-9d73-46f3-851
  128. d-6157a55e4d65 | NULL | NULL | NULL | NULL
  129. |
  130. | sync.roleToReceiveAlerts | NULL
  131. | The role for the users to rece
  132. ive alerts generated when the Sync module sends out an email
  133.  
  134.  
  135. | 9a98cc14-be47-4177-bd3
  136. e-c58f6e3e7fcf | NULL | NULL | NULL | NULL
  137. |
  138. | sync.server_name | NULL
  139. | Display name for this server,
  140. to distinguish it from other servers.
  141.  
  142.  
  143. | d1243acd-f937-4a4b-8e0
  144. 3-70d2f2af7da1 | NULL | NULL | NULL | NULL
  145. |
  146. | sync.server_uuid | 626fae16-2019-11e8-8306-4439c453dd64
  147. | Universally unique server id u
  148. sed to identify a given data source in synchronization.
  149.  
  150.  
  151. | 626fae6e-2019-11e8-830
  152. 6-4439c453dd64 | NULL | NULL | NULL | NULL
  153. |
  154. | sync.started | false
  155. | DO NOT MODIFY. true/false whet
  156. her or not the sync module has been started. This is used to make sure modules
  157. that were running prior to a restart are started again
  158.  
  159. | 2145f798-9934-4545-aa6
  160. 4-35fb8fcbf629 | NULL | NULL | NULL | NULL
  161. |
  162. | sync.system_id_template | {SYNCSERVERNAME}_{NEXTUSERID}{CHECKDIGIT}
  163. | The template used to generate
  164. new users' system_id on this server. Available options: {SYNCSERVERNAME}, {SYNCS
  165. ERVERUUID}, {NEXTUSERID}, {CHECKDIGIT}. Empty string will use core's built-in al
  166. gorithm (warning: this WILL produce duplicate system ids if user generation is d
  167. one on multiple servers. Use empty string with caution) | ca561a1c-8983-4180-afd
  168. 6-6c54c26ed035 | NULL | NULL | NULL | NULL
  169. |
  170. | sync.transmission.log.enabled | true
  171. | Boolean value indicating wheth
  172. er or not create a transmission log in .OpenMRS/sync/recrd folder. Available opt
  173. ions: true,false
  174.  
  175. | 4d7f321e-1a27-41b5-a00
  176. d-7023bfe74f60 | NULL | NULL | NULL | NULL
  177. |
  178. +----------------------------------+--------------------------------------------
  179. ------------------------------------------------+-------------------------------
  180. --------------------------------------------------------------------------------
  181. --------------------------------------------------------------------------------
  182. --------------------------------------------------------------------------------
  183. --------------------------------------------------------+-----------------------
  184. ---------------+----------+-----------------+-------------------+---------------
  185. -+
  186. 19 rows in set (0.02 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement