NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 23 24 25 26 27 … 56 Next »
ZapTools Update

 
  • 0 Vote(s) - 0 Average
ZapTools Update
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1
2006-05-18, 03:20 AM (This post was last modified: 2006-05-18, 03:28 AM by UncleJohnsBand.)
ZapTools has been updated.

Now complied in .Net 2.0.
Has conversion utility to move zapdb to SQLite.
Allows access of zapdb info from either Access or SQLite via config.

Enhanced Web Admin (EWA) has also been updated to be able to handle the SQLite db or Access DB.

The preference will be to move to SQLite since GBPVR will move permenatly to that db with the next release.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
Anthony
Offline

Member

Posts: 241
Threads: 46
Joined: Mar 2006
#2
2006-05-23, 05:13 PM
zapimport is crashing for me everytime I run it?

My PostUpdateEPG.bat file has one line:

zapimport userid password >zapimport.log

userid and password reflect my Zap2It login, of course.

zapimport "seems" to be doing something, then crashes. I don't see any difference in the EPG in GBPVR.

The zapimport.log only has three lines:

Using Path C:\Program Files\devnz\gbpvr\
Begining zapdb.mdb update process...
Removing GBPVR Recording Entries...

Any ideas?

Anthony
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#3
2006-05-24, 02:17 AM
Anthony Wrote:zapimport is crashing for me everytime I run it?

My PostUpdateEPG.bat file has one line:

zapimport userid password >zapimport.log

userid and password reflect my Zap2It login, of course.

zapimport "seems" to be doing something, then crashes. I don't see any difference in the EPG in GBPVR.

The zapimport.log only has three lines:

Using Path C:\Program Files\devnz\gbpvr\
Begining zapdb.mdb update process...
Removing GBPVR Recording Entries...

Any ideas?

Anthony

What are the settings in your zapimport.exe.config file?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#4
2006-05-24, 04:26 AM
I get the same thing...only thing I changed was that import setting to true
Anthony
Offline

Member

Posts: 241
Threads: 46
Joined: Mar 2006
#5
2006-05-24, 03:16 PM
> What are the settings in your zapimport.exe.config file?

I didn't make any changes, so I was just using the default config file.

I just tried changing the account user_id/password, and the useGBPVR option to true, but it still crashes.

Anthony
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#6
2006-05-26, 08:24 AM
Running the new version of zapimport in a .Net 2.0, GBPVR 97.7 environment, I get the following:

Code:
Using Path C:\Program Files\devnz\gbpvr\

Begining zapdb.mdb update process...

   Removing GBPVR Recording Entries...

Unhandled Exception: System.InvalidOperationException: ExecuteNonQuery requires
the command to have a transaction when the connection assigned to the command is
in a pending local transaction.  The Transaction property of the command has no
t been initialized.
   at System.Data.OleDb.OleDbConnectionInternal.ValidateTransaction(OleDbTransac
tion transaction, String method)
   at System.Data.OleDb.OleDbConnection.ValidateTransaction(OleDbTransaction tra
nsaction, String method)
   at System.Data.OleDb.OleDbCommand.ValidateConnectionAndTransaction(String met
hod)
   at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behav
ior, String method)
   at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
   at zapmetadata.DatabaseHelper.RemoveAllRecordings()
   at zapmetadata.MainClass.Main(String[] args)
The only change I've made to ZapImport.exe.config is to alter UseGBPVR_XML to "true". I overlayed my old zapdb.mdb with a fresh copy straight from the zip file (just in case Wink ). Any ideas?
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#7
2006-05-26, 11:44 PM
I have the exact same error
If you want to know why nPVR is the bomb, ask my wife!
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#8
2006-05-28, 02:22 AM (This post was last modified: 2006-05-28, 02:26 AM by UncleJohnsBand.)
Anthony Wrote:> What are the settings in your zapimport.exe.config file?

I didn't make any changes, so I was just using the default config file.

I just tried changing the account user_id/password, and the useGBPVR option to true, but it still crashes.

Anthony

capone Wrote:I get the same thing...only thing I changed was that import setting to true

ubu Wrote:Running the new version of zapimport in a .Net 2.0, GBPVR 97.7 environment, I get the following:

Code:
Using Path C:\Program Files\devnz\gbpvr\

Begining zapdb.mdb update process...

   Removing GBPVR Recording Entries...

Unhandled Exception: System.InvalidOperationException: ExecuteNonQuery requires
the command to have a transaction when the connection assigned to the command is
in a pending local transaction.  The Transaction property of the command has no
t been initialized.
   at System.Data.OleDb.OleDbConnectionInternal.ValidateTransaction(OleDbTransac
tion transaction, String method)
   at System.Data.OleDb.OleDbConnection.ValidateTransaction(OleDbTransaction tra
nsaction, String method)
   at System.Data.OleDb.OleDbCommand.ValidateConnectionAndTransaction(String met
hod)
   at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behav
ior, String method)
   at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
   at zapmetadata.DatabaseHelper.RemoveAllRecordings()
   at zapmetadata.MainClass.Main(String[] args)
The only change I've made to ZapImport.exe.config is to alter UseGBPVR_XML to "true". I overlayed my old zapdb.mdb with a fresh copy straight from the zip file (just in case Wink ). Any ideas?

ydekmekji Wrote:I have the exact same error

Did you follow this instruction? It is important....

Update: Added functionality in a new config file for zapimport that allows the tool to reuse the XML that GBPVR downloads to populate its EPG rather than redownloading the entire XML from Zap2it Labs. This is a feture that can save Zap2it Labs bandwidth. To use this functionality you must set the <SaveZap2itXML> tag in the config.xml file of GBPVR to true and set the UseGBPVR_XML value in the new zapimport config file to true.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#9
2006-05-28, 02:59 AM
Yes, both are set to true for me!
If you want to know why nPVR is the bomb, ask my wife!
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#10
2006-05-28, 03:00 AM
I had changed it in both places.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): 1 2 3 4 5 … 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  JustRetro skin update Jaggy 0 2,010 2015-09-14, 12:37 AM
Last Post: Jaggy
  JustRetro skin update Jaggy 0 2,238 2014-04-12, 01:11 AM
Last Post: Jaggy
  RT_FilmFix update bgowland 0 1,584 2012-03-01, 07:45 PM
Last Post: bgowland
  SearchLite Update 1.3 mvallevand 23 6,306 2011-03-20, 10:26 PM
Last Post: mvallevand
  WebRadio Update MixMan 16 5,723 2009-08-14, 11:47 AM
Last Post: mvallevand
  Quartz update dfdario 0 1,513 2009-05-06, 05:50 AM
Last Post: dfdario
  EPG Update: ChangeEPGSource and FixChannels zehd 4 2,748 2008-09-21, 12:25 AM
Last Post: zehd
  disk update garymeds 1 1,742 2008-07-11, 01:42 PM
Last Post: crossnet
  Wednesday will be CS3 gbpvr 1.2.13 update. Fatman_do 26 7,616 2008-05-30, 10:29 AM
Last Post: nemulate
  change win32time update interval pBS 0 1,811 2008-05-30, 04:27 AM
Last Post: pBS

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

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

Linear Mode
Threaded Mode