Dear team,
Recently I found an error (highlighted logs in bold below) when trying to change the VLAN of one switch port.
Did you see this kind of issue? Do you know what the root cause could be?
Thank you in advance!! 🙂
2024/10/29 07:22:15.473|SLAutomation.exe 9.6.1829.5274|8468|20372|Script|INF|-1|[Redundancy] (Script Ateme Titan Live Redundancy Backup) Log Message: "- ATM - TITANLIVE - Backup :TL SRT MAIN (49001/95) to TL SRT Bkp (49001/92)"
2024/10/29 07:22:15.473|SLAutomation.exe 9.6.1829.5274|8468|20372|Script|INF|-1|[Redundancy] (Script Ateme Titan Live Redundancy Backup) Log Message: "- ATM - TITANLIVE - Changed switch for main and backup"
2024/10/29 07:22:15.473|SLAutomation.exe 9.6.1829.5274|8468|20372|Script|INF|-1|[Redundancy] (Script Ateme Titan Live Redundancy Backup) Log Message: "- ATM - RDDConn - Get Vlan from first element"
2024/10/29 07:22:15.473|SLAutomation.exe 9.6.1829.5274|8468|20372|Script|INF|-1|[Redundancy] (Script Ateme Titan Live Redundancy Backup) Log Message: "- ATM - RDDConn - Put to trash first element"
2024/10/29 07:22:15.474|SLAutomation.exe 9.6.1829.5274|8468|20372|CRequest::Request|ERR|0|Local Request for -DMA- on -VT_I4 : 49001- failed. Invalid data. (hr = 0x80040221)
Type 0/167/0
VALUE 1: VT_ARRAY|VT_UI4 (3) : 49001;45;11307
VALUE 2: VT_ARRAY|VT_VARIANT (3) ~ 0 VT_BSTR :Â ~ 1 VT_BSTR : TRASH ~ 2 VT_BSTR : Gi1/0/45 : TL SRT MN
2024/10/29 07:22:15.474|SLAutomation.exe 9.6.1829.5274|8468|20372|CActionHandler::SetParameter|DBG|-1|(Script Ateme Titan Live Redundancy Backup/4) Set Parameter 49001/45/11307/Gi1/0/45 : TL SRT MN failed (Invalid data.: 0x80040221)
2024/10/29 07:22:15.474|SLAutomation.exe 9.6.1829.5274|8468|20372|Script|INF|-1|[Redundancy] (Script Ateme Titan Live Redundancy Backup) Log Message: "- ATM - SW_CISCO - ERROR Change Vlan Set Parameter ('_49001_45':11307/Gi1/0/45 : TL SRT MN) Failed: 0x80004005"
2024/10/29 07:22:15.474|SLAutomation.exe 9.6.1829.5274|8468|20372|Script|INF|-1|[Redundancy] (Script Ateme Titan Live Redundancy Backup) Log Message: "- ATM - TITANLIVE - ERROR Set Parameter ('_49001_45':11307/Gi1/0/45 : TL SRT MN) Failed: 0x80004005"
Attaching screenshot:
Hi Jorge,
As indicated in the logs, the error 0x80040221 translates to Invalid Data.
This typically indicates an issue with the data format, suggesting that the provided data does not match the expected structure or values.
To better assist you, could you share the specific code or configuration script you're using when this error occurs?
For your reference, you can find a detailed list of error codes in here: Error codes table | DataMiner Docs
Kind regards,