Hello,
I am trying to do a comparison of the results between:
-size of the Archive folder from BES Client machine
Q: sum of (sum of sizes of descendants of it) of folder ((pathname of parent folder of regapp “besclient.exe”) & “__BESData__Global\Archive”)
A: 1521270
T: 0.031 ms
-value for the MaxArchiveSize setting
Q: values of settings “_BESClient_ArchiveManager_MaxArchiveSize” of client
A: 20971520
T: 0.019 ms
But I am geting this error:
Q: (values of settings “_BESClient_ArchiveManager_MaxArchiveSize” of client) > (sum of (sum of sizes of descendants of it) of folder ((pathname of parent folder of regapp “besclient.exe”) & “__BESData__Global\Archive”))
E: A singular expression is required.
What would be the proper way of doing the comparison? I am trying to check machines that would require increasing of their MaxArchiveSize setting value
Thanks in advance for any feedback.