| Previous | Next |
| NS_E_PROCESSINGSHOWSYNCWIZARD | NS_E_PDA_INITIALIZINGDEVICES |
NS_E_PDA_TRANSCODE_NOT_PERMITTED
Where this result occurs in the Player workflow
NS_E_PDA_TRANSCODE_NOT_PERMITTED (0xC00D118C) marks applying item policy or rights that prohibit conversion. Preserve that boundary even when the visible Player message is broader than the producing operation.
Mechanism
At the checkpoint, before transfer, the Player can compare the source media type with the device’s format capabilities and build a conversion path; Source decoding, target encoding, metadata generation, temporary-cache output and optional encryption are separate phases. The page-specific boundary is applying item policy or rights that prohibit conversion.
A source that plays locally can still lack a valid conversion path to the specific format and limits advertised by the connected device. A representative way to reach this result is that a protected subscription item allows playback but not transcoding.
State snapshot
| Evidence | Why it matters for transcode not permitted |
|---|---|
| Producing object and operation | source path and media type, decoder and encoder identifiers, target audio/video/image format, device capability response, output dimensions/bitrate, cache path and free space, EFS state, conversion stage and first codec HRESULT |
| Decisive observation | content protection/policy, source rights, requested target and operation type |
| Generation identity | Record the same disc, device, job or Player operation generation that returned this result; a reconnect or media change creates a different test. |
| Underlying result | Keep the first device, filesystem, COM, codec, DirectShow, IMAPI or BITS result seen before the Player mapped it to this result. |
| Controlled comparison | Repeat the producing call after changing only this condition: transfer only in an allowed form or obtain rights that permit conversion. |
How to interpret the next test
| Observation | Interpretation |
|---|---|
| The recorded values match the boundary | The result is consistent with applying item policy or rights that prohibit conversion; correct that state before changing unrelated codecs, drivers or playlists. |
| A lower layer failed before this result | Preserve that earlier HRESULT or device result because it may be only the Player-level mapping. |
| The same call passes after one isolated change | The comparison supports the transcode not permitted diagnosis rather than a broad installation failure. |
| The code changes after retesting it | The boundary was passed; diagnose the new HRESULT as the next independent stage. |
It scopes the failure to applying item policy or rights that prohibit conversion.
Controlled diagnostic sequence
- Capture
0xC00D118C, it, the exact Player/API operation and the first timestamp at which it appears. - Save content protection/policy, source rights, requested target and operation type; do this before ejecting media, reconnecting a device, canceling a job or rebuilding the Player object.
- correlate the result with source path and media type, decoder and encoder identifiers, target audio/video/image format, device capability response, output dimensions/bitrate, cache path and free space, EFS state, conversion stage and first codec HRESULT.
- Reproduce once with the original source and destination, then apply only this change: transfer only in an allowed form or obtain rights that permit conversion.
- Create a fresh operation generation and verify that the original call advances beyond the transcode not permitted boundary.
Nearby codes with different owners
| Related result | Different diagnostic boundary |
|---|---|
NS_E_PDA_CANNOT_TRANSCODE | building any valid source-decoder to target-encoder conversion path |
NS_E_PDA_TRANSCODECACHEFULL | allocating temporary conversion output for device-targeted media |
NS_E_PDA_ENCODER_NOT_RESPONDING | waiting for the selected conversion encoder to produce progress or completion |
Focused correction
For this occurrence, transfer only in an allowed form or obtain rights that permit conversion. Recreate only the object that produced it and repeat the original operation against the same controlled input.
When verifying it, do not install codec packs or clear every cache before saving the source/target media types and first codec activation error; Change one decoder, encoder or target setting at a time.
Technical references
- Sending a file to a portable device.
- Windows Media Device Manager metadata constants.
- Portable-device capabilities and shell requirements.
- WAVEFORMATEX structure.
- Encrypting File System overview.
Looking for a different code? Search another status or error code.