---
title: VPC获取结果失败
description: "调用hi_mpi_vpc_get_process_result，返回HI_ERR_VPC_ILLEGAL_PARAM，查看日志信息，不同版本的报错日志可能存在差别："
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/maintenref/troubleshooting/troubleshooting_0169.html
sourcePath: /source/zh/canncommercial/900/maintenref/troubleshooting/troubleshooting_0169.html
indexId: 846c796b89635f6e7d85f9dd7d3bb1eac921bf02691a21fc0183f50dd173997f82
---
# VPC获取结果失败

#### 问题现象描述

调用hi_mpi_vpc_get_process_result，返回HI_ERR_VPC_ILLEGAL_PARAM，查看日志信息，不同版本的报错日志可能存在差别：

```
this channel doesn't have taskID 8845!, Channel id 0
```

或

```
taskId:8845 does not exist
```


#### 可能原因

调用hi_mpi_vpc_get_process_result传入一个非法的task id。


#### 解决方法

调用hi_mpi_vpc_get_process_result传入的task id，必须是功能接口中传出的。


将功能接口中传出的task id传入hi_mpi_vpc_get_process_result。
