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

« Previous Version 2 Next »

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 patch.

Prerequisites

Ensure that you have:

  • Read and Write permissions on all subfolders and files of .../AdeptiaSuite-<Version>.
  • Stopped Kernel and WebRunner.

Recovering the patch

For 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 “<Path where Adeptia Suite is installed till AdeptiaServer folder>” 

    For example:

    Recover-Patch.bat "C:/Program Files/AdeptiaSuite/AdeptiaSuite-x.x/AdeptiaServer"

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

  4. Start Kernel and WebRunner.


For 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.bat <Path where Adeptia Suite is installed till AdeptiaServer folder> 

    For example:

    Recover-Patch.bat /mnt/AdeptiaSuite-x.x/AdeptiaServer

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

  4. Start Kernel and WebRunner.

Remove all the changes done manually at the time of applying the patch.

Post Recovery Steps

After recovery of this patch, you will have to manually perform these steps:

  1. Paste the backup securityContext.xml file (that you had saved as a backup) at the ...<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\etc\saml location.
  2. Paste the backup web.xml file (that you had saved as a backup) at the ...<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\web\WEB-INF location. 
  3. Paste the backup cacert file (that you had saved as a backup) at the ...<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\etc\truststore location.

  • No labels