How to read D0190193 extendedResultCode ? #706
-
How to read D0190193 extendedResultCode ? I'm aware of:
And /**
* @brief Macros to convert Delivery Optimization results to extended result code values.
*/
static inline ADUC_Result_t MAKE_ADUC_DELIVERY_OPTIMIZATION_EXTENDEDRESULTCODE(const int32_t value)
{
return (int32_t)((ADUC_FACILITY_DELIVERY_OPTIMIZATION & 0xF) << 0x1C) | (value & 0xFFFFFFF);
} D - ADUC_FACILITY_DELIVERY_OPTIMIZATION code 13 Is 90193 the value in here? https://github.com/microsoft/do-client/blob/6141e09e4918b9e32db0c5ee4df40f3406bcfd92/client-lite/src/include/hresult_helpers.h#L66 From the twin: "lastInstallResult": {
"resultCode": 0,
"extendedResultCodes": "D0190193,F0000FFF",
"stepResults": {
"step_0": {
"resultCode": 0,
"extendedResultCodes": "00000000",
"resultDetails": ""
},
"step_1": {
"resultCode": 0,
"extendedResultCodes": "00000000",
"resultDetails": ""
},
"step_2": {
"resultCode": 0,
"extendedResultCodes": "00000000",
"resultDetails": ""
},
"step_3": {
"resultCode": 0,
"extendedResultCodes": "00000000",
"resultDetails": ""
}
},
"resultDetails": "Invalid steps workflow collection"
},
"state": 255, Log of the error stdin|Mar 03 14:48:41 vetscan-andre AducIotAgent[1292]: 2025-03-03T14:48:39.4964Z 1292[163834] [I] Downloading full target update payload to '/var/lib/adu/downloads/700ceaa7-123c-4e4e-b57c-640b3d27dd66/zoetis.vetscan-hm5c.2.70.1741009307.updatemanifest5.json' [Download:943]
stdin|Mar 03 14:48:41 vetscan-andre AducIotAgent[1292]: 2025-03-03T14:48:41.0065Z 1292[163834] [I] Action 'Download' complete. Result: 0 (failed), -803667565 (0xd0190193) [ADUC_Workflow_WorkCompletionCallback:995]
stdin|Mar 03 14:48:41 vetscan-andre AducIotAgent[1292]: 2025-03-03T14:48:41.0065Z 1292[163834] [I] WorkCompletionCallback: Download failed. Going to state Failed [ADUC_Workflow_WorkCompletionCallback:1162]
stdin|Mar 03 14:48:41 vetscan-andre AducIotAgent[1292]: 2025-03-03T14:48:41.0066Z 1292[163834] [I] Setting UpdateState to Failed [ADUC_Workflow_SetUpdateStateHelper:1234] Removing the work folder |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Another cryptic DO-error
|
Beta Was this translation helpful? Give feedback.
-
See my reply here: #748 (comment) |
Beta Was this translation helpful? Give feedback.
See my reply here: #748 (comment)