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

Both sides previous revision Previous revision
Next revision
Previous revision
public:8051_faq:how_to_force_another_aua [2020/08/04 19:27]
yuk.cheng [Description]
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 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/>​
Line 53: Line 53:
    <​br/>​    <​br/>​
 </​font></​li>​ </​font></​li>​
-<​li><​font color=black>​ +
-    The AhsayOBM / ACB scheduler services is connecting to AhsayCBS server using the latest login credentials. +
-   <​br/>​ +
-</​font></​li>​ +
-<​li><​font color=black>​The AhsayOBM/​AhsayACB user account status must be <​b>​Enable</​b>​. (Auto Update will not work if the user account is suspended or locked).<​br/>​ +
-</​font></​li>​+
 <​li><​font color=black>​ <​li><​font color=black>​
     The AhsayOBM / ACB application GUI on the client machine must be closed.     The AhsayOBM / ACB application GUI on the client machine must be closed.
Line 98: 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 104: 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 125: 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 134: 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 140: 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 158: 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 192: 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.1596540474.txt.gz · Last modified: 2020/08/04 19:27 by yuk.cheng

Page Tools