Hi
Could someone help me with troubleshooting that problem.
I've been trying to move or copy (doesn't matter for me , i really need this vm to be migrated to new host 
Old host is xen 6.5 , new one is xcp-ng 8.2
xo-server 5.116.4
xo-web 5.119.1
VM i wish to migrate is one of Windows 10 vm's.
Trying to migrate (option migrate in vm tab) , during process vm is stopped and got this error:
vm.migrate
{
"vm": "98361714-d7da-ea55-196b-3bad93f23422",
"mapVifsNetworks": {
"a5a0ec18-ce3a-bbab-ccc3-788b9b5de01a": "ce58e435-49d3-0fff-6be2-a4f8bc45f39a"
},
"migrationNetwork": "e38d287c-238c-830d-ef4a-b57150cb1e16",
"sr": "ee68ade2-858d-efe1-d4af-60bf2075adba",
"targetHost": "5577ea5e-9882-4f04-82f6-f2fe6db9b2f2"
}
{
"code": 21,
"data": {
"objectId": "98361714-d7da-ea55-196b-3bad93f23422",
"code": "HANDLE_INVALID"
},
"message": "operation failed",
"name": "XoError",
"stack": "XoError: operation failed
at operationFailed (/home/node/xen-orchestra/packages/xo-common/api-errors.js:26:11)
at file:///home/node/xen-orchestra/packages/xo-server/src/api/vm.mjs:567:15
at Xo.migrate (file:///home/node/xen-orchestra/packages/xo-server/src/api/vm.mjs:553:3)
at Api.#callApiMethod (file:///home/node/xen-orchestra/packages/xo-server/src/xo-mixins/api.mjs:417:20)"
}
Another try was to make copy of vm (copy option on vm tab), without compression and what i got is:
vm.copy
{
"vm": "98361714-d7da-ea55-196b-3bad93f23422",
"sr": "ee68ade2-858d-efe1-d4af-60bf2075adba",
"name": "Windows 10 (administracja)_COPY"
}
{
"message": "no opaque ref found",
"name": "Error",
"stack": "Error: no opaque ref found
at extractOpaqueRef (/home/node/xen-orchestra/@xen-orchestra/xapi/_extractOpaqueRef.js:8:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Xapi._importVm (file:///home/node/xen-orchestra/packages/xo-server/src/xapi/index.mjs:676:19)
at Xapi.remoteCopyVm (file:///home/node/xen-orchestra/packages/xo-server/src/xapi/index.mjs:375:50)
at Xo.copy (file:///home/node/xen-orchestra/packages/xo-server/src/api/vm.mjs:841:7)
at Api.#callApiMethod (file:///home/node/xen-orchestra/packages/xo-server/src/xo-mixins/api.mjs:417:20)"
}
I checked if vm has dynamic min/max and static memory same values.
There is no any iso mounted to that host.
It's strange because all of others Windows vm's , had no troubles with copying them to new host.
Could some one narrow me what else to check , what log to observe ?