Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


This section explains how to apply the patch.

Pre-Requisites:

  • Take backup of the backend database.

Before applying the patch, it is recommended to take the backup of the database that is used as backend by Adeptia Suite.
In case the embedded database is used as backend, follow the steps below to take its backup:

  1. Stop Kernel and WebRunner.
  2. Go to ./AdeptiaServer/ServerKernel folder.
  3. Copy the embeddedDB folder and keep it into a separate folder.


In case any other database is used as backend database, you need to follow the backup instruction given by that Database Server.
To know, which database is used as backend database, refer to Appendix A: Identify Backend Database.

  1. Make sure that you have Read and Write permission on all subfolder and files of ../AdeptiaSuite-<Version>
  2. Before applying the patch, make sure that any process flow should not be in Running or Queued state.
  3. Kernel and WebRunner must be stopped before you start applying the patch.


Following are the high level steps to apply the patch.

  1. Download the latest patch from the provided URL.
  2. Extract the downloaded zip file in a new folder.
  3. Open the command prompt and change to the folder where you have extracted the patch zip.
  4. Depending on the operating system you are using, run one of the following commands:

    For Windows 
    Apply-Patch.bat <Path where Adeptia Suite is installed.> 

    Example: 
    Apply-Patch.bat "C:\Program Files\AdeptiaSuite\AdeptiaSuite-6.3\AdeptiaServer" 

    For Linux 
    ./Apply-Patch.sh <Path where Adeptia Suite is installed.> 

    Note: In case the path contains spaces, enter the path within double quotes.

    1. This will apply the patch.
    2. This will also apply the B2Bi accelerator, in case you have applied the patch with updated B2Bi accelerator.


    Notes:

    • Patch application may take more time when there are large numbers of records in backend and log databases.
    • PatchApplicationLog<Date>.log_ file is also created inside the logs folder in the same folder from where you have applied the patch. This file contains the logs file generated during patch application and file can be used to troubleshoot any issue related to patch application.
  5. Restart the Kernel and Web Runner.


Note:

  • After applying the patch, you need to clear the browser history before you login into the Adeptia Suite. To know how to clear the browser history, refer the documentation of the browser, which you are using.
  • If any error occurs during patch deployment then patch will be automatically recovered.

 

  • No labels