Open AdamRiddick opened 2 years ago
When running the RealisticLoadTest tool, we see the following exception;
RuntimeException: C:\Users\adam.riddick\Downloads\PowerBI-Tools-For-Capacities-master\RealisticLoadTestTool\Run_Load_Test_Only.ps1:63 Line | 63 | $profile = ($profile+1) % $numberOfPhysicalCores; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Attempted to divide by zero.
Cause by this line
(Get-WmiObject –class Win32_processor).NumberOfCores;
It appears there may be a missing pre-requisite to have Microsoft.PowerShell.Management loaded.
When running the RealisticLoadTest tool, we see the following exception;
Cause by this line
(Get-WmiObject –class Win32_processor).NumberOfCores;
It appears there may be a missing pre-requisite to have Microsoft.PowerShell.Management loaded.