NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 26 27 28 29 30 … 93 Next »
MceEpg2XmlTv

 
  • 0 Vote(s) - 0 Average
MceEpg2XmlTv
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#151
2007-08-01, 09:40 PM
Running the latest version if esched isn't running I still get

8/1/2007 5:36:12 PM - Initializing database.
8/1/2007 5:36:12 PM -- -- Initialization successful.
8/1/2007 5:36:12 PM -- -- Opening database.

Unhandled Exception: System.Runtime.InteropServices.COMException (0x80040E21): Exception from HRESULT: 0x80040E21
at Microsoft.Ehome.Epg.Database.IDBInitialize.Initialize()
at Microsoft.Ehome.Epg.Database.SqlLiteConnection.Open()
at MceEpg2XmlTv.Program.initializeDB()

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#152
2007-08-01, 09:53 PM
mvallevand Wrote:Running the latest version if esched isn't running I still get

8/1/2007 5:36:12 PM - Initializing database.
8/1/2007 5:36:12 PM -- -- Initialization successful.
8/1/2007 5:36:12 PM -- -- Opening database.

Unhandled Exception: System.Runtime.InteropServices.COMException (0x80040E21): Exception from HRESULT: 0x80040E21
at Microsoft.Ehome.Epg.Database.IDBInitialize.Initialize()
at Microsoft.Ehome.Epg.Database.SqlLiteConnection.Open()
at MceEpg2XmlTv.Program.initializeDB()

Martin
See post # 149 on the previous page for a temporary work around.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#153
2007-08-01, 09:55 PM
whurlston Wrote:See post # 149 on the previous page for a temporary work around.

I'm running Vista Home Premium.

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#154
2007-08-01, 09:58 PM
madcat Wrote:Ok, so now I have MCE running. Same thing - the only place I can see related to TV setup is in the "Settings/General/Media Center Setup/Setup TV Signal" which gives me a "No Tuner found" thing.

Any idea?

[EDIT] It's an older version of MCE. If MCE05 stands for 2005, mine shows 2002 SP2. Should I get MCE05? will this solve my "no tuner" snag?
That's 2005. At least that's what my copy reports as. You can try http://thegreenbutton.com/forums/permali...spx#138071

It didn't work for me in a VM but I did not try it on an actual machine. The easiest way to get it working is to plug in a tuner card and then remove it after setup. That is the only way I've found it to work reliably.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#155
2007-08-01, 10:00 PM
mvallevand Wrote:I'm running Vista Home Premium.

Martin
Ah, sorry. That work around should still work for you. I can't reproduce that issue on my Vista machine but if I can fix it on the 05 machine, I will include the code in the Vista version.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#156
2007-08-01, 10:07 PM
madcat Wrote:Ok, so now I have MCE running. Same thing - the only place I can see related to TV setup is in the "Settings/General/Media Center Setup/Setup TV Signal" which gives me a "No Tuner found" thing.

Any idea?

[EDIT] It's an older version of MCE. If MCE05 stands for 2005, mine shows 2002 SP2. Should I get MCE05? will this solve my "no tuner" snag?

No tuner might indicate no tuner. Big Grin or at least not one it recognizes...

I only know 2005, not sure what would be the difference...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#157
2007-08-01, 10:08 PM
Here is the error message

C:\Documents and Settings\HP_Administrator\Desktop>C:\WINDOWS\ehome\Mce05EpgDown
Loader

Unhandled Exception: System.MissingMethodException: Method not found: 'Boolean M
icrosoft.Ehome.Epg.Ehepgdat.get_IsAtscConfigured()'.
at MceEpgDownloader.MceEpgDownloader.Main(String[] args)


Any clues?
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#158
2007-08-01, 10:10 PM
whurlston Wrote:Ok, it seems that on Vista, all services can be disabled. On MCE 05, the Media Center Scheduler (ehsched) must be started (or possibly running) between the downloader and the exporter. If not, the database doesn't actually get updated and the exporter cannot connect to it. If you disable the other services and set the Scheduler to manual, the following batch file will work.

rem ---------Start batch snippet--------
@echo off
Mce05EpgDownloader.exe headend-id
net start c:\windows\ehome\ehsched.exe
net stop c:\windows\ehome\ehsched.exe
Mce05Epg2XmlTv.exe [options]
rem ---------End batch snippet--------

Set your headend-id of course.

I'll look try to find the function call that I am missing to update the database but this will work for now.

Interesting that you stop and then immediately start the service. I will have to try that...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#159
2007-08-01, 10:36 PM
soccerdad Wrote:Here is the error message

C:\Documents and Settings\HP_Administrator\Desktop>C:\WINDOWS\ehome\Mce05EpgDown
Loader

Unhandled Exception: System.MissingMethodException: Method not found: 'Boolean M
icrosoft.Ehome.Epg.Ehepgdat.get_IsAtscConfigured()'.
at MceEpgDownloader.MceEpgDownloader.Main(String[] args)


Any clues?
Do you have MCE Rollup 2 installed? If not, that may be the cause of the error. I can add error handling for it in any case.

zehd Wrote:Interesting that you stop and then immediately start the service. I will have to try that...
Yeah, that's why I know there is a simple function call that I am missing. It's just a matter of finding it if they made it available to be called.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#160
2007-08-01, 11:46 PM
it's still deleting the .xml file, and the downloaded .sdf is only 1 meg instead of much larger...
oh and it never completes, just sits there with nothing happnin, no cpu no hd accesses..
still same syntax right? i use Mce05EpgDownloader.exe DISH618-
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (96): « Previous 1 … 14 15 16 17 18 … 96 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems retrieving providers using MceEpg2xmlTv kiekar 4 1,928 2007-10-13, 04:08 PM
Last Post: kiekar

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

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

Linear Mode
Threaded Mode