This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

There was an error rendering: All Nodes Access to the temp directory is denied

Hello,

We are receiving an error Rendering all nodes in NPM 10.6.  Has anyone identified a solid fix for this?   We have done all of the normal items, such as verifying permissions on the temp folders, we have done a repair on each installed SolarWinds product, did an  aspnet_regiis -i , so far we haven't found the right combo to get this error corrected.   Any suggestions would be great.

Thank you!

Message: Access to the temp directory is denied.  Identity 'NT AUTHORITY\NETWORK SERVICE' Access to the temp directory is denied.  Identity 'NT AUTHORITY\NETWORK SERVICE' under which XmlSerializer is running does not have sufficient permission to access the temp directory.  CodeDom will use the user account the process is using to do the compilation, so if the user doesn�t have access to system temp directory, you will not be able to compile.  Use Path.GetTempPath() API to find out the temp directory location.

    Type: System.UnauthorizedAccessException

    Stack:

at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)

    at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)

    at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)

    at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)

    at SolarWinds.InformationService.Contract2.PropertyBag.GetSchema(XmlSchemaSet xs)

Parents
  • Have you tried to run the OrionPermissionChecker? (Default location is c:\Program Files (x86)\SolarWinds\Orion\OrionPermissionChecker.exe) this should check and repair the local permissions. Try to run it and let us know.

    H.

Reply
  • Have you tried to run the OrionPermissionChecker? (Default location is c:\Program Files (x86)\SolarWinds\Orion\OrionPermissionChecker.exe) this should check and repair the local permissions. Try to run it and let us know.

    H.

Children
No Data