Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.  

...

Expand
titleFor Windows
  1. Open the Command Prompt.
  2. Go to the folder from where you applied the previous patch.
  3. Run the following command to recover the patch:

    Recover-Patch.bat -portal “<Path where Adeptia Suite/Connect is installed till ConnectPortal folder>” 

    For example:

    Recover-Patch.bat -portal  "C:/Program Files/AdeptiaConnect/AdeptiaConnect-x.x/ConnectPortal" 

    Once the patch is recovered, a confirmation message will be displayed. 
  4. Start Connect Portal

...

Expand
titleFor Linux
  1. Open the Terminal.
  2. Go to the directory from where you applied the previous patch.
  3. Run the following command to recover the patch:

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

    For example:

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

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

  4. Start Connect Portal.


Tip
Remove all the changes done manually at the time of deploying the patch.

Post recovery steps

After recovery of this patch, you need to perform the following step manually.

...

.

  • Copy the launcher.properties file (that you had saved as a backup) and paste it at ...<ConnectPortalInstallFolder>/ConnectPortal/Conf location.
  • Copy the server.xml file (that you had saved as a backup) at the ConnectPortal\resources_config\saml and paste it at ...<ConnectPortalInstallFolder>/ConnectPortal/Conf location.