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
public:8051_faq:how_to_force_another_aua [2021/12/13 08:23]
anna.olalia
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 7: Line 7:
  <​br/>​  <​br/>​
  <​b>​  <​b>​
-  Reviewed:</​b> ​2020-08-18+  Reviewed:</​b> ​2022-02-28
  <​br/>​  <​br/>​
  <​br/>​  <​br/>​
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 93: 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 99: 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 120: 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 129: 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 135: 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 156: Line 156:
    <​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>
public/8051_faq/how_to_force_another_aua.txt · Last modified: 2022/02/28 11:17 by kirk.lim

Page Tools