home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
TV Server error and Powerscheduler - possibly related?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="georgius" data-source="post: 849585" data-attributes="member: 107951"><p>I think that these errors are not at startup time but at shutdown time. But I don't see any log lines that system is going to restart and TV service is stopping. It seems like your Win installation just restart without shutdown of services - or at least without shutdown of TV service. It seems that your MySQL service is stopping (or maybe stopped) and connection between TV Service and MySQL database cannot be established.</p><p> </p><p>Maybe can helps you setting dependencies for TV service. You need to run command prompt with admin rights. Then run command to get which dependencies is set:[CODE]sc qc TVService[/CODE] It produces output like:</p><p>[CODE][SC] QueryServiceConfig SUCCESS</p><p> </p><p>SERVICE_NAME: TVService</p><p> TYPE : 110 WIN32_OWN_PROCESS (interactive)</p><p> START_TYPE : 3 DEMAND_START</p><p> ERROR_CONTROL : 1 NORMAL</p><p> BINARY_PATH_NAME : "C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\TVService.exe"</p><p> LOAD_ORDER_GROUP :</p><p> TAG : 0</p><p> DISPLAY_NAME : TVService</p><p> DEPENDENCIES : SQLBrowser</p><p> : Netman</p><p> SERVICE_START_NAME : LocalSystem[/CODE]</p><p>The required line(s) for you are 'DEPENDENCIES'. Also you have to get right name for MySQL service. Open services window (Control Panel -> Administrative tools -> Services), find MySQL service, click right, select Properties. Service name, which you require, is written in 'Service name'.</p><p> </p><p>Now you can set up dependencies with command:[CODE]sc config TVService depend= <DEPENDECIES SERVICES SEPARATED BY '/'>/<MySQL service name>[/CODE], e.g. for example above:[CODE]sc config TVService depend= SQLBrowser/Netman[/CODE]You should get response[CODE][SC] ChangeServiceConfig SUCCESS[/CODE]and also you can check dependencies in services window, find TVService, click right, select Properties and select Dependencies tab. MySQL service should be listed in 'This service depends on the following system components' window.</p></blockquote><p></p>
[QUOTE="georgius, post: 849585, member: 107951"] I think that these errors are not at startup time but at shutdown time. But I don't see any log lines that system is going to restart and TV service is stopping. It seems like your Win installation just restart without shutdown of services - or at least without shutdown of TV service. It seems that your MySQL service is stopping (or maybe stopped) and connection between TV Service and MySQL database cannot be established. Maybe can helps you setting dependencies for TV service. You need to run command prompt with admin rights. Then run command to get which dependencies is set:[CODE]sc qc TVService[/CODE] It produces output like: [CODE][SC] QueryServiceConfig SUCCESS SERVICE_NAME: TVService TYPE : 110 WIN32_OWN_PROCESS (interactive) START_TYPE : 3 DEMAND_START ERROR_CONTROL : 1 NORMAL BINARY_PATH_NAME : "C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\TVService.exe" LOAD_ORDER_GROUP : TAG : 0 DISPLAY_NAME : TVService DEPENDENCIES : SQLBrowser : Netman SERVICE_START_NAME : LocalSystem[/CODE] The required line(s) for you are 'DEPENDENCIES'. Also you have to get right name for MySQL service. Open services window (Control Panel -> Administrative tools -> Services), find MySQL service, click right, select Properties. Service name, which you require, is written in 'Service name'. Now you can set up dependencies with command:[CODE]sc config TVService depend= <DEPENDECIES SERVICES SEPARATED BY '/'>/<MySQL service name>[/CODE], e.g. for example above:[CODE]sc config TVService depend= SQLBrowser/Netman[/CODE]You should get response[CODE][SC] ChangeServiceConfig SUCCESS[/CODE]and also you can check dependencies in services window, find TVService, click right, select Properties and select Dependencies tab. MySQL service should be listed in 'This service depends on the following system components' window. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
TV Server error and Powerscheduler - possibly related?
Contact us
RSS
Top
Bottom