How to deinstall TVServer completly and the reinstall it (1 Viewer)

Cepheus

Portal Member
December 12, 2006
39
0
Vienna
Home Country
Austria Austria
Hi,

I deinstalled TVServer and deinstalled the MS SQL Express Instance that I used for it. After reboot I installed a new SQL Server 2005 Express Instance and then TVServer. When starting TVServer I got asked for connection credentials and I entered them and pressed Test and that worked fine. After pressing save I got asked to start the TV Service where I also said yes. Then the TV Server setup screen appeared, but completly blank (only OK and Cancel buttons). In the error.log I get many errors with DB connection errors (BTW, you write the password in clear text into the log files!). When examining the SQL Express Instance with SQL Management studio, there was no TV Server Db. I don't know if the errors mean it can't connect to the Db-Server or if they mean it can't connect to the Db (which is clear, because there is none). Two days ago the TV Server installtion worked fine so I guess the deinstall left something behind that makes now problems.

What do you think?

Thanks, Rainer

UPDATE: Now I profiled when starting TVSetup: it creates the DB and all tables. But when you look with SQL Manager, there is no TVLibrary. No wonder that the TVServer can't find it, but there was never a DROP Database, so I have no idea why it isn't there.

UPDATE: I found all tables. They are in the master DB! Any clues how that could happen?

UPDATE: I found the reason: the old MDF file (from my previous instlalation is still there. After deletion it worked as it should!
 

hendry

New Member
November 13, 2006
4
0
Home Country
United States of America United States of America
mdf

I am new to TVserver. Please help me please

I had same problem, how do i reinstall old MDF file or I do i recover it?
 

Cepheus

Portal Member
December 12, 2006
39
0
Vienna
Home Country
Austria Austria
Possibility one: you delete it and reinstall SQL Server, but you loose the data.

Possibility two: you reattach the Database. For that ou need the SQL command ATTACH which you should execute in the SQL Express Manager. Best would be to read the help about that command.
 

Users who are viewing this thread

Top Bottom