You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
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:
- You have Read and Write permissions on all subfolders and files of .../AdeptiaConnect-<Version>.
- Stopped the services, i.e., Kernel, WebRunner, and AIMap.
Steps to recover the patch:
For Windows
- Open the Command Prompt.
- Go to the folder from where you applied the patch.
- Run the following command to recover the patch:
Recover-Patch.bat “<Path where Adeptia Connect is installed till AdeptiaServer folder>”
For example:
Recover-Patch.bat "C:/Program Files/AdeptiaConnect/AdeptiaConnect-x.x/ ConnectServer/AdeptiaServer"
- Once the patch is recovered, a confirmation message will be displayed.
- Start the services, i.e. Kernel, WebRunner, and AIMap.
For Linux
- Open the Terminal.
- Go to the directory from where you applied the patch.
- Run the following command to recover the patch:
./Recover-Patch.sh <Path where Adeptia Connect is installed till AdeptiaServer folder>
For example:
./Recover-Patch.sh /mnt/AdeptiaConnect-x.x/AdeptiaServer
- Once the patch is recovered, a confirmation message will be displayed.
- Start the services, i.e. Kernel, WebRunner, and AIMap.