Xtraction is upgraded to 2018.3 and now Unable to update 'Default Record Count' setting from GUI under Administration-->Setting option
We can see the below error in logs, verified the permissions are same on old running server on Xtraction installation directory.
Please advise on what could be the issue
2018-09-28 11:31:55,202 ERROR Xtraction.Web.API.Controllers.AdministrationController - Failure
System.UnauthorizedAccessException: Access to the path 'D:\Program Files (x86)\Xtraction\Data\Configuration\settings.dat' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Xtraction.Streams.Service.Impl.FileHandler.OpenFileWrite(String path, FileMode mode)
at Xtraction.Context.Managers.Impl.CurrentSettingsManager.StoreSettings()
at Xtraction.Service.AdministrationService.UpdateSettings(ClientSettings settings)
at Xtraction.Web.API.Controllers.AdministrationController.UpdateSettings(ClientSettings settings)