- Community Home
- >
- Software
- >
- HPE OneView
- >
- Re: Get-HPOVAlert : An unexpected and unhandled ru...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2020 08:24 AM
09-24-2020 08:24 AM
Get-HPOVAlert : An unexpected and unhandled runtime exception occurred.
Running into a frustrating error. Sample code is below. The error comes up inconsistently but about 8/10 times.
Get-HPOVAlert -state Cleared -Start '2019-01-01' -end (get-date).AddDays(-60)
Get-HPOVAlert : An unexpected and unhandled runtime exception occurred. Please contact your authorized support representative and provide them with a support dump.
At line:1 char:1
+ Get-HPOVAlert -state Cleared -Start '2019-01-01' -end (get-date).AddD ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Send-HPOVRequest:String) [Get-HPOVAlert], InvalidOperationException
+ FullyQualifiedErrorId : UNEXPECTED_EXCEPTION,Get-HPOVAlert
OV appliance is 5.0 and my using HPOneView.500 module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2020 11:02 AM
09-28-2020 11:02 AM
Re: Get-HPOVAlert : An unexpected and unhandled runtime exception occurred.
This could be caused by a few things. It appears that the Cmdlet logic is a bit mishandled with swapping the start and end datetime values in the API call. Please open an issue over on the HPE OneView PowerShell library's Issue tracker.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
