Quantcast
Channel: Symantec Connect - Products - Ideas
Viewing all articles
Browse latest Browse all 1891

Bugfix securitystatus.php[2]

$
0
0

found in version 12.1.5

in <SEPM>\Inetpub\Reporting\Dashboard\securitystatus.php

line 1626

repair the 'from' and 'where' parameters in:

    $queryMachinesNotScanned = $queries->getTotalNotScanedQuery($dashboard_sqlwhere_inventory, $dashboardsqlwhere, $millisAgo);
 

result

    $queryMachinesNotScanned = $queries->getTotalNotScanedQuery($dashboard_sqlfrom_inventory, $dashboard_sqlwhere_inventory, $millisAgo);
 


Viewing all articles
Browse latest Browse all 1891

Trending Articles