Peter Miller
12-18-2008, 01:08 PM
I'm running Tivo Desktop Plus 2.6.2 and everything is working fine except it isn't auto transferring anything to either of my TiVo's. Manual transfers work fine.
I'm using this batch file to recycle the tivo server:
"%ProgramFiles%\Common Files\TiVo Shared\Transfer\tivotransfer.exe" /stop
"%ProgramFiles%\Common Files\TiVo Shared\Beacon\tivobeacon.exe" /stop
"%ProgramFiles%\TiVo\Desktop\tivoserver.exe" /stop
"%ProgramFiles%\TiVo\Desktop\TiVoNotify.exe" /stop
ping -n 5 127.0.0.1 >NUL
del "%USERPROFILE%\Local Settings\Application Data\Tivo Desktop\Cache\*.cache"
ping -n 5 127.0.0.1 >NUL
"%ProgramFiles%\Common Files\TiVo Shared\Beacon\tivobeacon.exe" /start
ping -n 5 127.0.0.1 >NUL
"%ProgramFiles%\TiVo\Desktop\TiVoNotify.exe" /start
ping -n 5 127.0.0.1 >NUL
"%ProgramFiles%\Common Files\TiVo Shared\Transfer\tivotransfer.exe" /start
ping -n 5 127.0.0.1 >NUL
"%ProgramFiles%\TiVo\Desktop\TiVoServer.exe" /start
The batch file works except when tivoserver.exe is stopped the following error window appears:
http://www.petesmoviepage.com/images/error.bmp
When I click OK the batch file continues to the end and the TiVo server is back up and running.
Any ideas what could be causing that error window? I'm guessing it's the reason auto-transfers aren't working.
I'm using this batch file to recycle the tivo server:
"%ProgramFiles%\Common Files\TiVo Shared\Transfer\tivotransfer.exe" /stop
"%ProgramFiles%\Common Files\TiVo Shared\Beacon\tivobeacon.exe" /stop
"%ProgramFiles%\TiVo\Desktop\tivoserver.exe" /stop
"%ProgramFiles%\TiVo\Desktop\TiVoNotify.exe" /stop
ping -n 5 127.0.0.1 >NUL
del "%USERPROFILE%\Local Settings\Application Data\Tivo Desktop\Cache\*.cache"
ping -n 5 127.0.0.1 >NUL
"%ProgramFiles%\Common Files\TiVo Shared\Beacon\tivobeacon.exe" /start
ping -n 5 127.0.0.1 >NUL
"%ProgramFiles%\TiVo\Desktop\TiVoNotify.exe" /start
ping -n 5 127.0.0.1 >NUL
"%ProgramFiles%\Common Files\TiVo Shared\Transfer\tivotransfer.exe" /start
ping -n 5 127.0.0.1 >NUL
"%ProgramFiles%\TiVo\Desktop\TiVoServer.exe" /start
The batch file works except when tivoserver.exe is stopped the following error window appears:
http://www.petesmoviepage.com/images/error.bmp
When I click OK the batch file continues to the end and the TiVo server is back up and running.
Any ideas what could be causing that error window? I'm guessing it's the reason auto-transfers aren't working.