Versions Compared

Key

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

...

  • You have Read and Write permissions on all subfolders and files of .../<SecureBridge>AdeptiaConnect-<Version>.
  • Take backup of AgentContext.xml file from …<ConnectPoratlInstallFolder>\conf from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location. This backup file will help you to go back to the previous version.
  •  Take Take backup of hubConfiguration.properties file from …<ConnectPoratlInstallFolder>\conf from …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location. This backup file will help you to go back to the previous version.
  • Services such as Kernel, WebRunner, and AIMap are stopped.

...

  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 where you have extracted the zip file.
  5. Run the following command to apply the patch:

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

    For example:

    Apply-Patch.bat "C:/Program Files/AdeptiaConnect/AdeptiaConnect-x.x/ConnectServer/AdeptiaServer"

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

    Note: While applying the patch you may come across following warning messages that you should ignore.

    Warning: Not deploying connect2.0 accelerator because no change list is present.
    Warning: Not deploying EDI accelerator because no change list is present.

  7. Start the services, i.e. Kernel, WebRunner, and AIMap.

...

After deploying the patch, update database configuration in AgentContext.xml file to store heartbeat and other agent operation in the database. To update this file, follow the steps below:

  1. Go to .....
  2. Open AgentContext.xml file.
  3. to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
  4. Open AgentContext.xml file.
  5. Set the following properties based on your environment.

    Tip
    If you are going to use a separate backend database for the Agent, you need to create the database and update this file with new database property. Or, you can use the existing backend database of Adeptia Connect and use its properties to update this file.


    1. JDBCurl
    2. driverclass : 
    3. User
    4. pass
    5. datasourceName
    6. hibernate.dialect: Update it based on your backend database 

      Image Modified

  6. Save the file.

Changes in hubConfiguration.properties file

Configure email notification property, recipientsEmail, in hubConfiguration.properties file. 

  1. Go to ....to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
  2. Open hubConfiguration.properties file.
  3. Set the "recipientsEmail" property with the email id of the recipient. 



    Note
    You can also update other properties like mailBodyContenType, mailSubject, mailBodyHeader, and mailBodyFooter based on your requirements. 


  4. Save the file.

...