| Предыдущий | Следующий |
| RPC_S_PROFILE_NOT_ADDED | RPC_S_PRF_ELT_NOT_REMOVED |
RPC_S_PRF_ELT_NOT_ADDED
Что означает RPC_S_PRF_ELT_NOT_ADDED
RPC_S_PRF_ELT_NOT_ADDED — не удалось добавить указанный элемент профиля.
Что проверить
Зафиксируйте интерфейс RPC, процедуру, привязку или конечную точку и сторону соединения, на которой появился RPC_S_PRF_ELT_NOT_ADDED.
- Проверьте доступность RPC-сервера и конечной точки, а затем отдельно параметры вызова и правила NDR и потоковых параметров, если транспорт уже установлен.
- Сохраните исходный статус RPC до преобразования в Win32/HRESULT и сопоставьте его с серверным журналом той же операции.
Исходная формулировка
RPC could not add the requested element to a name-service profile.
An installer creates /.:/acme/reporting as a profile, then tries to add a member using an unsupported name syntax. The add returns 1926 while the empty profile remains. Correcting the member syntax and reconciling the profile adds the intended element without recreating the profile.
RPC_S_PROFILE_NOT_ADDED concerns creating or establishing the profile entry itself. Status 1926 is narrower: the profile exists or is addressable, but one member/interface element was not added.
Correct the entry type, syntax, permissions, or element fields, then retry idempotently. If the intended element already exists, accept the matching state instead of repeatedly adding duplicates. Do not delete an unfamiliar profile to make installation succeed until its owner and consumers are identified.
this result is RPC status 1926 ( 0x786 ). An RPC profile contains elements that map an interface identifier and version policy to a member entry, priority, and optional annotation. This result means the profile entry may exist, but the particular element requested by RpcNsProfileEltAdd was not committed.
Технические ссылки
- Microsoft: System Error Codes (1700–3999)
- Microsoft: Win32 Error Codes in MS-ERREF
- Microsoft: RPC return values
- Microsoft: RpcNsProfileEltAdd
- Microsoft: The RPC name service database
Нужно найти другой код? Найти другой код состояния или ошибки.