I followed the instructions here
http://www.lansweeper.com/kb/17/move-lansweeper-to-different-server.html
But I get:
SQL Error: Cannot connect to database.</br>The database file may be corrupted. Run the repair utility to check the database file. [ Database name = C:\Program Files (x86)\Lansweeper\SQLDATA\lansweeperdb.sdf ]</br></br><b><u>If you receive this message after upgrading, the database upgrade is most likely still in progress, Please wait!</u></b>
The DB is not corrupt as it is still running on my previous instance just fine and I have tried re-copying it.
I checked Lansweeperservice.exe.cong and the web.config, but the db is going in the same place using SQL Compact, so they should be fine.
I also cannot do
Execute the below script in your Lansweeper configuration console under Lansweeper/Database Scripts.
Replace “newserver” with the name of your new scanning server.
update tsysasservers set servername='newserver'
GO
update tblassets set scanserver='newserver'
GO
Because I cannot get Lansweeper to pull up in a browser...
Any ideas?