Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

The patch will automatically recover if any error occurs. In case, you want to recover the patch manually, follow the steps described later in this section.  

This section lists the prerequisites and steps for recovering the applying this patch.

Table of Contents

Tip
Though every release of SecureBridge comes with seamless upgrades and bug-free patches, for customer's complex use cases, we recommend applying the patch in a non-production environment first followed by testing. After the use cases run successfully without any errors or warnings, you can apply the patch in the production environment. 

Prerequisites

  • You have Read and Write permissions on all subfolders and files of .../<SecureBridge>.
  • Services such as Kernel, WebRunner, and AIMap are stopped.

...

  • AdeptiaConnect-<Version>.
  • Connect Server services are running.
  • Connect Portal service is stopped.

Applying the patch

For Windows

  1. Download the latest patch from the provided URL.
  2. Extract the downloaded zip file in a folder.
  3. Open the Command Prompt.
  4. Go to the folder from where you applied have extracted the patchzip file.
  5. Run the following command to

    recover

    apply the patch:

    RecoverApply-Patch.bat -portal “<Path where Adeptia Connect is installed till AdeptiaServer ConnectPortal folder>” 

    For example:

    RecoverApply-Patch.bat -portal "C:/Program Files/AdeptiaConnect/AdeptiaConnect-x.x/ConnectServer/AdeptiaServerConnectPortal" 

  6. Once the patch is

    recovered

    applied, a confirmation message will be displayed. 

  7. Start the services, i.e. Kernel, WebRunner, and AIMapConnect Portal.

For Linux

  1. Open the Terminal.
  2. Download the latest patch from the provided URL.
  3. Extract the downloaded zip file in a directory.
  4. Go to the directory where you have extracted the zip file.
  5. Run the following command to apply the patch:

    ./Apply-Patch.sh -portal <Path where Adeptia Connect is installed till ConnectPortal folder> 

    For example:

    ./Apply-Patch.sh -portal/mnt/AdeptiaConnect-x.x/ConnectPotal

  6. Once the patch is applied, a confirmation message will be displayed.

  7. Start Connect Portal.