Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
almor
Engaged Sweeper II
i've mentioned that some old custom reports was converted in the beta and old tables was prefixed with 'upgrade_'

for ex.:

Select Top 1000000 upgrade_tblcomputers.Computername,
upgrade_tblcomputers.ComputerUnique,
upgrade_tblcomputers.Description,
upgrade_tblcomputers.Username,
upgrade_tblsoftware.SoftwarePublisher As Publisher,
upgrade_tblsoftware.softwareName As Software,
upgrade_tblsoftware.Lastchanged
From upgrade_tblcomputers
Inner Join upgrade_tblsoftware On upgrade_tblcomputers.Computername =
upgrade_tblsoftware.ComputerName
Inner Join upgrade_web40activecomputers On upgrade_tblcomputers.Computername =
upgrade_web40activecomputers.Computername
Where upgrade_tblsoftware.softwareName Like 'OpenOffice.org 2.%'
Order By upgrade_tblcomputers.Computername


My questions: will be the table "upgrade_tblcomputers" updated after a scan?
Or i have to recreate my reports?
1 REPLY 1
Hemoco
Lansweeper Alumni
Your reports were automatically converted and do not need to be recreated. They will continue to update as normal.

Note that the "upgrade_ tables" you are referring to are views created specifically to convert old reports. These views are not used when building new 5.0 reports.

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now