User Tools

Site Tools


public:8051_faq:how_to_force_another_aua

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:8051_faq:how_to_force_another_aua [2019/05/28 10:19]
edward.chan created
public:8051_faq:how_to_force_another_aua [2022/02/28 11:17] (current)
kirk.lim ver# from 8.1.1.50 , to 8.5.4.86
Line 1: Line 1:
-=====  FAQ: How to force another Auto Update on AhsayOBM / ACB version 7 clients ​  =====+===== [V8] FAQ: How to force another Auto Update on AhsayOBM / ACB clients ​  =====
  
 <​html>​ <​html>​
Line 7: Line 7:
  <​br/>​  <​br/>​
  <​b>​  <​b>​
-  Reviewed:</​b>​ 28/05/2019+  Reviewed:</​b> ​2022-02-28
  <​br/>​  <​br/>​
  <​br/>​  <​br/>​
Line 14: Line 14:
  </​b>​  </​b>​
  <​br/>​  <​br/>​
- ​AhsayACB / AhsayOBM: 8.1 or above+ ​AhsayACB / AhsayOBM: 8.1 to 8.x
  <​br/>​  <​br/>​
  OS: All platforms  OS: All platforms
Line 28: Line 28:
   Example</​u>:​   Example</​u>:​
  <​br/>​  <​br/>​
-For example, your AhsayCBS currently runs on version 8.1.1.50, you have made some modification (e.g. branding changes) to the client application (version 8.1.1.50), and you need to ensure that the new updates are dispatched ​to the client software via Auto Update (AUA) without user interaction. ​+For example, your AhsayCBS currently runs on version 8.5.4.86, you have made some modification (e.g. branding changes) to the client application (version 8.5.4.86), and want to push the latest changes automatically ​to all your client software via Auto Update (AUA) without user interaction. ​ 
 +<br/>
  <​br/>​  <​br/>​
- <​br/>​ + <​b>​Requirements:</b>
- +
- +
- <b>Assumptions:</b>+
 <ul> <ul>
 <​li><​font color=black>​ <​li><​font color=black>​
Line 54: Line 52:
     The AhsayOBM / ACB scheduler services on the client machine must be running.     The AhsayOBM / ACB scheduler services on the client machine must be running.
    <​br/>​    <​br/>​
 +</​font></​li>​
 +
 +<​li><​font color=black>​
 +    The AhsayOBM / ACB application GUI on the client machine must be closed.
 </​font></​li>​ </​font></​li>​
 <​li><​font color=black>​ <​li><​font color=black>​
-    The AhsayOBM / ACB scheduler services is connecting to AhsayCBS server using the latest login credentials.+    The <​b>​home.txt</​b>​ file on AhsayOBM / ACB client machine contains ​the correct path of the <​b>​.obm</​b>​ or <​b>​.acb</​b>​ folder.
    <​br/>​    <​br/>​
 </​font></​li>​ </​font></​li>​
 +<​li><​font color=black>​AhsayOBM on Linux/​FreeBSD the <​b>​RunConfigurator.sh</​b>​ script must closed.<​br/>​
 +</​font></​li>​
 +<​li><​font color=black>​Antivirus or firewall must allow the updated application binary files to complete the download onto the AhsayOBM/​ACB machine.<​br/>​
 +</​font></​li>​
 + <​br/>​
 + <​b>​Limitations:</​b>​
 +
 <​li><​font color=black>​ <​li><​font color=black>​
-    ​The AhsayOBM ​/ ACB application GUI on the client machine must be closed.+    ​Auto Update is not supported for AhsayOBM ​installed ​on either Synology or QNAP NAS devices. 
 +   <​br/>​
 </​font></​li>​ </​font></​li>​
-</ul> +</​ul></​html>​
-</​html>​+
  
  
Line 84: Line 93:
   ​   ​
   <​li><​font color=black>​   <​li><​font color=black>​
-   For AhsayACB users, search for:   &​lt;​AutoUpdate product="​acb"​ and modify "​version="​ then increment the "​version"​ variable by one revision version.+   For AhsayACB users, search for:   &​lt;​AutoUpdate product="​acb"​ and modify "​version="​ then increment the "​version"​ variable by one revision version. You may need to repeat the search and replace if the version you are modifying occurs more than once.
    <​br/>​    <​br/>​
    <​br/>​    <​br/>​
Line 90: Line 99:
     For example</​u>:​     For example</​u>:​
    <​br/>​    <​br/>​
-   ​Assuming AhsayCBS is on 8.1.1.50, search for:+   ​Assuming AhsayCBS is on 8.5.4.86, search for:
    <​br/><​br>​    <​br/><​br>​
    <​i>​    <​i>​
-    &​lt;​AutoUpdate product="​acb"​ version="​8.1.1.50" compatible="​7.x.x.x"​ host=""​ edition name="​%ACB_FULL_NAME_SYSTEM%"&​gt;​+    &​lt;​AutoUpdate product="​acb"​ version="​8.5.4.86" compatible="​8.x.x.x"​ host=""​ edition name="​%ACB_FULL_NAME_SYSTEM%"&​gt;​
    </​i>​    </​i>​
    <​br/>​    <​br/>​
    <​br/>​    <​br/>​
  
-    Increment the "​version"​ variable "8.1.1.50" by one revision version to "8.1.1.51":+    Increment the "​version"​ variable "8.5.4.86" by one revision version to "8.5.4.87":
     <​br/><​br>​     <​br/><​br>​
     <i>     <i>
-    &​lt;​AutoUpdate product="​acb"​ <font color=red>​version="​8.1.1.51"</​font>​ compatible="​7.x.x.x"​ host=""​ edition name="​%ACB_FULL_NAME_SYSTEM%"&​gt;​+    &​lt;​AutoUpdate product="​acb"​ <font color=red>​version="​8.5.4.87"</​font>​ compatible="​8.x.x.x"​ host=""​ edition name="​%ACB_FULL_NAME_SYSTEM%"&​gt;​
    </​i>​    </​i>​
    <​br/>​    <​br/>​
Line 111: Line 120:
    <​br/>​    <​br/>​
    <​br/>​    <​br/>​
-Also, a sub-revision version, such as "8.1.1.50.1" is invalid.+Also, a sub-revision version, such as "8.5.4.86.1" is invalid.
 <br> <br>
 <br> <br>
Line 120: Line 129:
   ​   ​
   <​li><​font color=black>​   <​li><​font color=black>​
-   For AhsayOBM users, search for:   &​lt;​AutoUpdate product="​obm"​ and modify "​version="​ then increment the "​version"​ variable by one revision version+   For AhsayOBM users, search for:   &​lt;​AutoUpdate product="​obm"​ and modify "​version="​ then increment the "​version"​ variable by one revision version. You may need to repeat the search and replace if the version you are modifying occurs more than once.
    <​br/>​    <​br/>​
    <​br/>​    <​br/>​
Line 126: Line 135:
     For example</​u>:​     For example</​u>:​
    <​br/>​    <​br/>​
-   ​Assuming AhsayCBS is on 8.1.1.50, search for:+   ​Assuming AhsayCBS is on 8.5.4.86, search for:
    <​br/><​br>​    <​br/><​br>​
    <​i>​    <​i>​
-    &​lt;​AutoUpdate product="​obm"​ version="​8.1.1.50" compatible="​7.x.x.x"​ host=""​ edition name="​%OBM_FULL_NAME_SYSTEM%"&​gt;​+    &​lt;​AutoUpdate product="​obm"​ version="​8.5.4.86" compatible="​8.x.x.x"​ host=""​ edition name="​%OBM_FULL_NAME_SYSTEM%"&​gt;​
    </​i>​    </​i>​
    <​br/>​    <​br/>​
    <​br/>​    <​br/>​
  
-    Increment the "​version"​ variable "8.1.1.50" by one revision version to "8.1.1.51":+    Increment the "​version"​ variable "8.5.4.86" by one revision version to "8.5.4.87":
     <​br/><​br>​     <​br/><​br>​
     <i>     <i>
-    &​lt;​AutoUpdate product="​obm"​ <font color=red>​version="​8.1.1.51"</​font>​ compatible="​7.x.x.x"​ host=""​ edition name="​%OBM_FULL_NAME_SYSTEM%"&​gt;​+    &​lt;​AutoUpdate product="​obm"​ <font color=red>​version="​8.5.4.87"</​font>​ compatible="​8.x.x.x"​ host=""​ edition name="​%OBM_FULL_NAME_SYSTEM%"&​gt;​
    </​i>​    </​i>​
    <​br/>​    <​br/>​
Line 144: Line 153:
    <​font color=red>​Important:</​font>​    <​font color=red>​Important:</​font>​
 <br> <br>
-   It is not recommend ​to repeatedly rebuild client and increment the version variable (e.g. continuously creating your own version), as the new "​version number"​ that you have created may then be larger than the next official AhsayCBS release, which can cause future AUA upgrade problem.+   It is not recommended ​to repeatedly rebuild ​the client and increment the version variable (e.g. continuously creating your own version), as the new "​version number"​ that you have created may then be larger than the next official AhsayCBS release, which can cause future AUA upgrade problem.
    <​br/>​    <​br/>​
    <​br/>​    <​br/>​
-Also, a sub-revision version, such as "8.1.1.50.1" is invalid.+Also, a sub-revision version, such as "8.5.4.86.1" is invalid.
 <br> <br>
 <br> <br>
Line 178: Line 187:
    ​Note: ​    ​Note: ​
 <br> <br>
-Note that the client version after update will remain as the true client version (e.g. the official Ahsay release version), and not of the new "​version"​ value.+Note that the client version after an update will remain as the true client version (e.g. the official Ahsay release version), and not of the new "​version"​ value.
   </​font></​li>​   </​font></​li>​
  </​ol>​  </​ol>​
public/8051_faq/how_to_force_another_aua.1559009942.txt.gz · Last modified: 2019/05/28 10:19 by edward.chan

Page Tools