Post Upgrade Configurations for 12.2.3
Perform the following configuratons after upgrading to 12.2.3:
Procedure
-
From the base version Backup directory, restore the following files:
- <Installation Root Path>\DiscoverCaptureSocket.cfg
- <Installation Root Path>\DCMaint.cfg
- <Installation Root Path>\HBR_PipeLine-base.cfg
- <Installation Root Path>\Beats\filebeat\filebeat.yml
- <Installation Root Path>\Beats\winlogbeat\winlogbeat.yml
- <Installation Root Path>\Portal\WebApp\Web.config
- <Installation Root Path>\Portal\WebService\Web.config
- Navigate to <Discover_Installed_Dir>\Portal\WebApp directory.
-
In Web.config file, under AppSettings
section,
- Navigate to <Discover_Installed dir>\Portal\api\PortalConfig\ directory.
-
In appsettings.json file, under
Admin: section, replace {{localhost}} with Portal
server IP with the following lines:
"prodUrl": "https://{{localhost}}/PortalAPI/api/", "prodV1Url": "https://{{localhost}}/PortalV1/",Note: Only HTTPS URLs will work. -
If you want to use NT authentication, in the same same
appsettings.json file, under
AuthenticationSchemes: within the
AuthConfig: section, add the following lines:
"NT": { "Name": "NT", "Enabled": false } - Restart all services of Portal/Report server.
What to do next
Removing SyncFusion Configurations
Procedure
- Access the file web.config from the <Installation Root Path>\Portal\WebApp location.
-
Within the root
<configuration>, make the following changes: