dotps1 / HPWarranty

PowerShell module to help retrieve Hewlett-Packard Warranty Information
https://www.powershellgallery.com/packages/HPWarranty/
43 stars 17 forks source link

Get-HPWarrantyEntitlement - Issue with HPE Networking Warranty Check #22

Closed kentucker5 closed 8 years ago

kentucker5 commented 8 years ago

Hello there,

I would like to raise a new issue when checking HPE Networking Serial numbers for warranty.

I am getting the following output: My CSV has "SerialNumber,ProductNumber" columns.

PS U:> Import-Csv u:\import.csv | Get-HPWarrantyEntitlement | Export-Csv u:\export.csv Exception calling "GetResponse" with "0" argument(s): "The operation has timed out" At C:\Program Files\WindowsPowerShell\Modules\HPWarranty\2.3.1.0\Functions_Helper.Invoke-SOAPRequest.ps1:87 char:5

You cannot call a method on a null-valued expression. At C:\Program Files\WindowsPowerShell\Modules\HPWarranty\2.3.1.0\Functions_Helper.Invoke-SOAPRequest.ps1:90 char:5

You cannot call a method on a null-valued expression. At C:\Program Files\WindowsPowerShell\Modules\HPWarranty\2.3.1.0\Functions_Helper.Invoke-SOAPRequest.ps1:92 char:5

Get-HPWarrantyEntitlement : No entitlement found. At line:1 char:28

Thanks Ken

dotps1 commented 8 years ago

Sorry, i had already opened an issue for this https://github.com/dotps1/HPWarranty/issues/21 and i also cleanded up the error output so it doesn't return 5 errors only 1. My guess is that they have done away with the ISEE and have gone to a more standard web service as they did with the workstations.

im going to close this issue, please reference issue 21. thanks.