NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 212 213 214 215 216 … 433 Next »
NEWA not working on Win 8.1

NEWA not working on Win 8.1
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#1
2014-06-09, 01:47 AM
I recently updated from Win 7 to Win 8.1. I'm not sure if it is related or not, but I get an error when I try to use NEWA (even using localhost with a port number on my nPVR computer). The error is:

Quote:Server Error in '/' Application.

The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.]
System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +700
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +231

[HttpException (0x80004005): The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +554
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +449

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34009

I've tried stopping my firewall and re-installing NEWA again using the development build on the web site. Anyone have suggestions on what to try next?
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#2
2014-06-14, 03:32 PM
I think my problem is the same one described at http://forums.nextpvr.com/showthread.php...indows-8-1. I'll reply there and we can essentially merge these two together...I just thought I should post here so anyone searching the forum in the future will get directed there.
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#3
2014-06-14, 08:37 PM
Sub, you commented in the other thread that you did not think it was related to that thread, so I'll follow up here. You suggested I stop the recording service and run "nrecord.exe RUN" from the command prompt (started with 'Run As Administrator') to see if that works. It did work. I received a firewall alert, which I told it to allow, but then it worked fine. I then rebooted my computer to see if it would work when it loads nrecord as a part of booting windows. It did not. I again stopped the recording service and ran the nrecord.exe RUN as administrator and it worked with no firewall prompt. So, I suspect it has something with needing administrator rights when trying to start the service? If so, how do I deal with that so the NEWA works when the computer reboots?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#4
2014-06-14, 09:02 PM
What user is the Recording Service running as? "Local System" is the default.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#5
2014-06-14, 09:20 PM
dshoup Wrote:Sub, you commented in the other thread that you did not think it was related to that thread, so I'll follow up here. You suggested I stop the recording service and run "nrecord.exe RUN" from the command prompt (started with 'Run As Administrator') to see if that works. It did work. I received a firewall alert, which I told it to allow, but then it worked fine. I then rebooted my computer to see if it would work when it loads nrecord as a part of booting windows. It did not. I again stopped the recording service and ran the nrecord.exe RUN as administrator and it worked with no firewall prompt. So, I suspect it has something with needing administrator rights when trying to start the service? If so, how do I deal with that so the NEWA works when the computer reboots?
The default 'localsystem' account has been fine for everyone else, so it must be something permissions or firewall related about the config of your machine. Unfortunately i'm not sure exactly what that'd be though.
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#6
2014-06-14, 10:15 PM
Bummer. Sub, Can you briefly explain what the command you had me run is doing...it appears I have to keep the command prompt window open for this to keep working...is that correct?

Can anyone think of a way around this? Here are some extra things I have tried, but none have helped:

1. right-clicked Nrecord.exe and selected properties and selected "run this program as an administrator" on the compatibility tab.

2. set up the C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary\ as a shared folder with read and right access granted to "everyone." However, I know this was useless as I still get a prompt to allow administrator rights if I try to copy a file to this directory and trying to save a word document there simply fails with no option to escalate rights.

I guess I may have to give up on this, but if anyone has any suggestions I'd love to hear them.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#7
2014-06-14, 10:26 PM
Did you check the permissions for the recording service as I asked? If it is "Local System" you might be able to change it to Administrator

You don't want to use NRecord RUN try to find the cause.

Martin
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#8
2014-06-14, 10:56 PM
mvallevand, can you elaborate a bit? I did the default install of nPVR, so I suspect that means it is local (and it is located in the \users\public folder rather than user\MyUserName folder. How would I go about changing this?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#9
2014-06-14, 11:12 PM
In Administrative Tools-> Services you will find the NPVR Recording Service, right click for properties, and it's on the Log On tab.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#10
2014-06-15, 12:01 AM
dshoup Wrote:Bummer. Sub, Can you briefly explain what the command you had me run is doing...it appears I have to keep the command prompt window open for this to keep working...is that correct?
That was just a check to see if you got any firewall popups or similar. It's effectively running the service from your desktop so we could see anything that popped up. You wouldn't want to run it that way long term.

The fact it's running fine that way, tells us it's just something about your account or permissions or firewall that is stopping it running as a service. Not clear exactly what though.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  HDHomerun recording bizzarely not working Jean0987654321 3 2,156 2021-03-27, 03:23 PM
Last Post: Jean0987654321
  Channels/PIP popups not working 4.2.5 (191014) eastavin 7 3,013 2020-04-20, 03:20 AM
Last Post: eastavin
  Absolute Newbie OTA EPG not working as expected. n8lbv 4 2,722 2020-04-02, 06:03 PM
Last Post: mvallevand
  Live TV not working jresnick 21 10,702 2020-01-04, 06:26 PM
Last Post: BrettB
  Some Channels not working jasonwilliams 7 2,293 2019-08-01, 06:31 PM
Last Post: sub
  NextPVR has Stopped Working rgc101 0 1,175 2019-05-27, 11:24 PM
Last Post: rgc101
  Cancel button not working in web interface antenna 0 1,030 2019-05-20, 04:45 PM
Last Post: antenna
  Help Pls - Working fine on Server PC but not on other devices furball 14 3,765 2019-05-02, 09:44 AM
Last Post: sub
  Not Working Rickidi 1 1,213 2019-04-11, 05:46 PM
Last Post: sub
  UK EPG stopped working wolvesphil 9 2,911 2019-03-14, 11:08 AM
Last Post: wolvesphil

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode