New
Updated
No results found
enterReturn key to
select
Arrow keys to navigate
escEscape key to
close
Error when changing settings on the Setup page
Who is this article for?Administrators configuring the Setup Page
Elevated permissions are required.
This article outlines the solution for encountering a "System.ComponentModel.Win32Exception" (Access is denied) error that occurs when trying to save global settings on the Setup Page.
1. System.ComponentModel.Win32Exception Error
The below error can occur when trying to save global settings on the Setup Page.
Note:System.ComponentModel.Win32Exception (0x80004005): Access is denied at MK.Core.Files.FileExCore.ProcessFsException(StopwatchEx sw, Boolean throwOnError, String actionType, String filePath, Int32 blockTimeout) at MK.Core.Files.FileExCore.OpenStream(String filePath, FileMode mode, FileAccess access, FileFlags flags) at MK.Core.FileEx.CreateFile(String filePath, Boolean useAmbientTransactionIfAvailable, FileFlags flags) at AuditVision.Online.DataServices.ServerConfig.SaveConfig() at AuditVision.Online.DataServices.ServerConfig.CommitEditTransaction() at MKInsight.Online.Setup.Default.SaveGlobalSettings().
2. Resolving the Error
- This error is due to the application pool user NTFS permissions on the license file not being set to Modify
- The license file mki.config is located in C:\inetpub\wwwroot\12_0\bin folder
- Right-click on the mki.config file and choose properties
- Select the Security Tab
- Click edit
- Select the application pool user and tick the Modify check box
- Click OK