I am testing a Vault Server Upgrade from 3.53 and got the following error at the end of the install process:
System.Web.HttpException: The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.
Code: Select all
Stack Trace:
[HttpException (0x80004005): The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +3570267
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +218
[HttpException (0x80004005): The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3465427
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +279
1. New test machine with only Windows 2003 Server standard 32 bits, latest system updates applied.
2. Installed SQL Server 2005 + SP2 + Cumulative Update 8
3. Restored sgvault DB from our current Vault Server 3.53 which is a SQL Server 2000 database. Backup size: 26 GB. SQL Server 2005 didn't report any error so I assume the DB restore was successful.
4. Installed Vault Server 4.12. I don't remember in details but basically, I confirmed all the default options proposed by the installer. I used the same admin pwd than the previous sgvault DB. The installer detected an existing Vault DB and I confirmed to re-use it.
5. DB conversion lasted for about 2 minutes, a screen came up asking to open the web browser to enter the serial number. I hit enter ad got the HttpException error.
6. The Admin Tool GUI as I was used to with 3.5x is no longer installed. Is it removed from 4.x?
Can you please help to diagnose the issue? Thanks very much in advance.