Hi,
About my environment, I’m using XProtect VMS 2023-R3 for the evaluation processing.
I’m trying to get the video by the following steps,
- CreateInvestigation
- GetInvestigation
- StartInvestigationExport
Everything works fine untils I used "StartInvestigationExport" API call when I got the “Saved” status from “GetInvestigation”
I couldn’t get the exportId except I got a error code “20” from the response.
Could you help to provide some suggestion ? Thank you.
The followings all my requests and responses , the camera Id should be fine which was listed in the item view.
GetView to get the cameraId “7d1171ee-59a5-4b6c-b4e1-fe930230e562”
response
<?xml version="1.0" encoding="utf-8"?>03ca379c-e249-4d10-88ac-07509be4474bResponseGetViewsOKCreateInvestigation to get the itemId
request
<?xml version="1.0" encoding="utf-8" ?>c443390b-b849-4351-be48-3a6da6cd23c9RequestCreateInvestigationresponse
<?xml version="1.0" encoding="utf-8"?>c443390b-b849-4351-be48-3a6da6cd23c9ResponseCreateInvestigationOKGetInvestigation to check status
request
<?xml version="1.0" encoding="utf-8" ?>c443390b-b849-4351-be48-3a6da6cd23c9RequestGetInvestigationresponse
<?xml version="1.0" encoding="utf-8"?>c443390b-b849-4351-be48-3a6da6cd23c9ResponseGetInvestigationOKStartInvestigation to get the exportId
request
<?xml version="1.0" encoding="utf-8" ?>c443390b-b849-4351-be48-3a6da6cd23c9RequestStartInvestigationExportresponse
<?xml version="1.0" encoding="utf-8"?>c443390b-b849-4351-be48-3a6da6cd23c9ResponseStartInvestigationExportError20