→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!
a week ago
We have renamed scan server post that reports and scanning not working how to fix this
a week ago
Hi,
If you are changing the hostname of a scanning server then you will need to take some things into account. When you change the hostname, you will need to run some database scripts, as you will have a duplicate scanning server otherwise like you do now. Scanning servers are identified by their hostname and added to your database upon successful connection.
We recommend doing the following steps:
delete from tsysasservers where servername = 'newserver'
GO
update tsysasservers set servername='newserver' where servername ='oldserver'
GO
update tblassets set scanserver='newserver' where scanserver='oldserver'
GO
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now