NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 … 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
jsteele
Offline

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#341
2005-08-13, 12:06 AM
Yeah, what a surpise :-) Gotta love Microsoft. Seriously, you've gotta' love them 'cause if you don't the will crush you :-)

As old friend of mine used to say about AT&T (back when it was actually "the" phone company ) "once again the elephantine efforts of the Bell system have brought forth a mouse."
ASUS A7V880, Athlon XP 3000+, 1024MB, 250GB (Prog/DB), 40GB (Buffer/Temp), 670GB SATA (Video Library), PVR150MCE Video (2), NEC DVD+/- RW, Liteon DVD, nVidia FX5600 AGP, Onboard AC 97 Audio, Hauppauge Remote, Girder, USBUIRT,802.11G WLAN, nVidia Platinum Decoders
drugstore_cowboy
Offline

Member

Posts: 151
Threads: 11
Joined: Jul 2005
#342
2005-08-13, 04:56 AM
UncleJohnsBand Wrote:If you are trying to access on a share you could have inadvertently locked it with access. I belive Xrecord also uses the database so perhaps that has it locked. I have not had any problems with locking of the DB. I don't use Xrecord so perhaps that is it.

I managed to get a moment or so to play with this tonight and I found out the problem is within the Access database itself. I went into the database and started poking around in the Security options for "User and Group permissions" - turns out that the database permissions are only set for "Admin" the user not for "Admins" the group (or that is how I interperted it). So a simple fix of setting it to the group and adding myself as part of the Admin group within Access and *Boom*... As the Taco Bell commercial says "Good to go".

The compact process always compacts the source Access database file to a new file and therefore that is when the security settings are set.

Thanks for your help UncleJohnsBand Wink

Now if only I can get the Statistics tab working I would be golden !!
_______________________________
Drugstore_Cowboy
jsteele
Offline

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#343
2005-08-13, 07:46 PM
normanr

Just to update you, I reinstalled 93.10 from scratch. The spiking is still there when the web interface connects, but it now seems that it has no effect on the video. Problems seems to have just "gone away" (I hate those :-)
ASUS A7V880, Athlon XP 3000+, 1024MB, 250GB (Prog/DB), 40GB (Buffer/Temp), 670GB SATA (Video Library), PVR150MCE Video (2), NEC DVD+/- RW, Liteon DVD, nVidia FX5600 AGP, Onboard AC 97 Audio, Hauppauge Remote, Girder, USBUIRT,802.11G WLAN, nVidia Platinum Decoders
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#344
2005-08-13, 09:02 PM
jsteele: has the value of ForceHighPriorityRecordingService maybe changed?
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#345
2005-08-13, 09:14 PM
Can you try and get a screenshot of the cpu usage. Do it using 'Process Explorer' from SysInternal, because you can drill down to cpu usage per application. I can't get any great spikes to occur, the worst is about 50%ish.

How many channels do you have information for and for how long? I estimate I have 8 channels x 1 month = 8 channel months of programs. There are 7452 programs in the database.
jsteele
Offline

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#346
2005-08-13, 10:17 PM
normanr Wrote:Can you try and get a screenshot of the cpu usage. Do it using 'Process Explorer' from SysInternal, because you can drill down to cpu usage per application. I can't get any great spikes to occur, the worst is about 50%ish.

How many channels do you have information for and for how long? I estimate I have 8 channels x 1 month = 8 channel months of programs. There are 7452 programs in the database.

I have about 160 channels defined, about 45 on the cable (twice) and the remainder on the satellite, for 10 days or so. Maybe that could be it
ASUS A7V880, Athlon XP 3000+, 1024MB, 250GB (Prog/DB), 40GB (Buffer/Temp), 670GB SATA (Video Library), PVR150MCE Video (2), NEC DVD+/- RW, Liteon DVD, nVidia FX5600 AGP, Onboard AC 97 Audio, Hauppauge Remote, Girder, USBUIRT,802.11G WLAN, nVidia Platinum Decoders
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#347
2005-08-13, 10:46 PM
so you have +/- 6 times more data than me, which might explain the 2 or 3 second delay.

It might be interesting to see what a profiler (like nprof) comes up with.
jsteele
Offline

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#348
2005-08-14, 05:45 PM
normanr

Something strange is happening since my last reinstall of 93.10 --- the web interface fails:
------------
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time.
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.Data.OleDb.OleDbException: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time.

Source Error:


Line 42: {
Line 43: zapConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + databaseFileName );
Line 44: zapConnection.Open();
Line 45: }
Line 46:

-------------------------
Any idea what's happening? I rebooted and there was no other activity happening, just the LiveTV running.
ASUS A7V880, Athlon XP 3000+, 1024MB, 250GB (Prog/DB), 40GB (Buffer/Temp), 670GB SATA (Video Library), PVR150MCE Video (2), NEC DVD+/- RW, Liteon DVD, nVidia FX5600 AGP, Onboard AC 97 Audio, Hauppauge Remote, Girder, USBUIRT,802.11G WLAN, nVidia Platinum Decoders
jsteele
Offline

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#349
2005-08-14, 10:02 PM
normanr

Just an update. I disabled the zap database (renamed it) and the web interface works again. The database must be locked by the zaptools interface for some reason when it updates after the EPG.
ASUS A7V880, Athlon XP 3000+, 1024MB, 250GB (Prog/DB), 40GB (Buffer/Temp), 670GB SATA (Video Library), PVR150MCE Video (2), NEC DVD+/- RW, Liteon DVD, nVidia FX5600 AGP, Onboard AC 97 Audio, Hauppauge Remote, Girder, USBUIRT,802.11G WLAN, nVidia Platinum Decoders
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#350
2005-08-14, 10:19 PM
mmm, odd. I don't see how opening the database can cause an issue like this. Maybe UncleJohnsBand can do some debugging on this one?
« Next Oldest | Next Newest »

Users browsing this thread: 8 Guest(s)

Pages (161): « Previous 1 … 33 34 35 36 37 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,955 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,072 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,377 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,825 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,151 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,334 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,174 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,075 2004-12-15, 03:01 AM
Last Post: KingArgyle

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

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

Linear Mode
Threaded Mode