→ The Lansweeper Customer Excellence Awards 2024 - Submit Your Project Now! Learn More & Enter Here

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.