| Предыдущий | Следующий |
| TBSIMP_E_INVALID_OUTPUT_POINTER | TBSIMP_E_RPC_INIT_FAILED |
TBSIMP_E_INVALID_PARAMETER
Практический смысл
Для TBSIMP_E_INVALID_PARAMETER (0X80290208) рабочая граница — неверный / параметр. Код относится к TPM Base Services (TBS), scheduler и resource virtualization. Сохраняйте первый native return и identity объекта: именно они определяют, проверяется ли здесь input, capability, ownership, lifecycle или transport.
Если mapping устарел, безопаснее создать новую client/resource generation и проверить один command path, чем переносить старый virtual handle между contexts.
Фрагменты исходного EN-описания
public API and arguments, marshalled command, internal event, command locality and priority, buffer lengths, and OS build.
Run this focused check: reduce the request to a documented minimal call and add one field at a time.
The practical distinction is that TBSIMP_E_INVALID_CONTEXT_PARAM narrows the problem to context attributes.
The supported direction is to correct the first invalid field or service-version mismatch before investigating TPM authorization.
Исходные данные
- TBS client context и virtual-handle mapping generation.
- resource/list/hash-table identity и scheduler state.
- TPM command ordinal, physical handle mapping и первый TBSIMP result.
TBS resource virtualization создаёт виртуальные handles и mappings в рамках client context; они не равны физическим TPM handles и имеют собственный lifetime.
Локализация
В failing trace найдите поле или state, которое непосредственно соответствует «неверный / параметр». В working trace той же операции оно должно отличаться, а остальные аргументы оставаться сопоставимыми.
Локализуйте TBS resource-virtualization checkpoint, соответствующий «неверный / параметр», и сравните client-context generation до/после отказа.
Подтверждение исправления
Исправьте lifetime/mapping ресурса внутри конкретного TBS client context. Если mapping устарел, создайте новый context/resource generation; не делайте destructive TPM reset ради клиентской таблицы.
Технические ссылки
- Microsoft: About TPM Base Services.
- Microsoft: TBS return codes.
- Microsoft: Tbsi_Context_Create.
- Microsoft: Tbsip_Submit_Command.
Нужно найти другой код? Найти другой код состояния или ошибки.
