Updating Vanguard Web.config File

The web.config file is the configuration file that is used for storing properties related to Vanguard. You need to update the file with information relevant to your configurations before you start the Vanguard. If Vanguard is already running, stop it, make the necessary configuration changes and start Vanguard again. For more information about starting the Vanguard component, see AE-RPA-Engage Installation Guide.pdf.

To update web.config file of Vanguard:

  1. Access RPA_18.1 > app > Modules > Vanguard folder.
  2. Find web.config file, right click and then, click Edit. The web.config file opens as shown below.

 



  1. Locate <PatchUploadSettings> section within the configuration file and update the below properties to configure Patch upload settings as per your requirement:

 

Name of Property

Description

                                    App Settings

EnablePatchUpload

Signifies if you wish to enable or disable patch upload.

Default value is set to ‘true’. If changed to ‘false’ it does not allow patches to upload.

WaitForPatch

Signifies the duration to wait for a patch to be copied completely.

Default value is set to ‘60000’ in milliseconds.

You can override this value per your requirement.

This value should be more than or equal to 60000 milliseconds to allow the complete patch to get copied and uploaded.

MaxPatchSizeInMb

Signifies the maximum allowed size of the zip file of each component within the patch.

Default value is set to ‘25’ in MB.

This value must not be overridden unless informed by EdgeVerve.

                                  Paths

Patch

The path directory where patches are saved. It can be absolute or relative.

Default value is set to relative path- ‘..\..\..\patch-upload\patch’.

Zip

The path directory where zip file of the patches is created.

Default value is set to relative path- ‘..\..\..\patch-upload\patch’.

Client

Signifies the path of the client-tools folder to search for inside the patch.

Default value is set to ‘RPAImage\client-tools’.

This value must not be over-ridden unless informed by EdgeVerve.

  Related Topics

Uploading Patches

Applying Patches

Component Version Details and Applied Patch Details