Network Management

NCM requires Read/Write permissions to C:\Windows\Temp for .bat files

This article covers why Network Configuration Manager (NCM) requires Read/Write permissions to C:\Windows\Temp.

First published date

10/19/2018 7:31 PM

Last published date

11/5/2025 11:26 PM

Overview

This article covers why NCM needs Read/Write permissions to C:\Windows\Temp.

Product section

Network Configuration Manager

Resolution

SolarWinds Platform modules require Network Services Read/Write permissions to the C:\Windows\Temp.

The job engine uses this directory: C:\Windows\Temp\Solarwinds\JobEngine\ShadowCopyCache-(number) and each job engine worker has a copy of all used libraries so they do not block original files. Directory is created for each worker process (ShadowCopyCache-ProcessID).

In NCM, .bat files are written and deleted with an unpredictable unique file name and format. This is by design. These .bat files are required by NCM to do comparisons between newly downloaded configs and previous configs. NCM will delete them automatically once it finishes the comparison task.

Name of file is always unique and cannot be controlled.

NCM actively use temp folder for many kinds of operations.

Access to temp folder must be allowed for NCM with no restrictions to make it work correctly.