You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Received the following error when running GetOciVirtualMachines from within a script I built. Error seems to be non-fatal, as the script continues to execute and does collect the VMs properly.
The script failed due to call depth overflow.
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\OnCommand-Insight\OnCommand-Insight.psm1:25340 char:46
OnCommand-Insight Module Version: 4.2.7
Similar issue, but even outside of a script just running Get-OciVirtualMachines.
I was able to get around the error by using "-limit 30000" even though I was not actually limiting my number output rows. The "limit" parameter circumvents whatever is causing the error.
Error:
The script failed due to call depth overflow.
At C:\Program Files\WindowsPowerShell\Modules\OnCommand-Insight\OnCommand-Insight.psm1:25372 char:17
Received the following error when running GetOciVirtualMachines from within a script I built. Error seems to be non-fatal, as the script continues to execute and does collect the VMs properly.
The script failed due to call depth overflow.
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\OnCommand-Insight\OnCommand-Insight.psm1:25340 char:46
The text was updated successfully, but these errors were encountered: