dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
603 stars 279 forks source link

Traceback error running ExportSystemConfigurationLocalREDFISH.py #287

Closed srcauley closed 6 months ago

srcauley commented 6 months ago

Windows output: image

Linux output: image

Other python scripts seem to be executing without issue to the same server: image

Any ideas what is causing this?

texroemer commented 6 months ago

Hi @srcauley

Thanks for pointing out this script issue, they made changes recently in iDRAC where they removed the version string from #OemManager.ExportSystemConfiguration object name. I added try except to the script to support both old/new iDRAC versions.

Please try out updated script and let me know if you still see any issues.

Thanks Tex

srcauley commented 6 months ago

Hi @srcauley

Thanks for pointing out this script issue, they made changes recently in iDRAC where they removed the version string from #OemManager.ExportSystemConfiguration object name. I added try except to the script to support both old/new iDRAC versions.

Please try out updated script and let me know if you still see any issues.

Thanks Tex

That seems to have resolved the issue. Thanks much!!!