What does HRESULT 0xC004D307 (SL_REMAPPING_SP_PUB_TS_MAX_REARM_REACHED) mean?

 
Previous Next
SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_SIZE_TOO_BIG SL_REMAPPING_SP_PUB_TS_DATA_SIZE_TOO_BIG

SL_REMAPPING_SP_PUB_TS_MAX_REARM_REACHED

What this Software Protection result isolates

0xC004D307 maps to SL_REMAPPING_SP_PUB_TS_MAX_REARM_REACHED. This result belongs to the trusted store and secure-timer layer and narrows the operation to the protected state store that keeps namespaced entries, attributes, secure timers, trusted time, hardware binding, rearm state and integrity breadcrumbs. In concrete terms, the protected rearm counter has reached the maximum permitted by licensing policy.

This result already rules out several broad guesses: the limit is policy-enforced and is not reset by changing time or editing the store. Preserve its operation name, product instance and timestamp so a later retry does not hide the original failure.

A reproducible troubleshooting path

  1. Use read-only inspection first: record RemainingWindowsReArmCount, previous rearm events, image-deployment process and product state.

State to compare on both sides of the failure

  • namespace, entry key and attribute name
  • entry/timer flags including read-only state
  • requested and actual data size
  • trusted time, timer deadline and hardware-binding state
  • tamper/recreation/rearm events in chronological order

Where it sits in the licensing pipeline

Trusted-store results concern protected persistent state; deleting the store can erase the evidence that distinguishes missing data, capacity, access, binding and integrity failures. To verify this, record RemainingWindowsReArmCount, previous rearm events, image-deployment process and product state.

Comparison with neighboring results

ResultDifferent condition
SL_REMAPPING_SP_PUB_TS_DATA_SIZE_TOO_BIGCompared with this result, the value being stored exceeds the maximum data size for one trusted-store entry.
SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_SIZE_TOO_BIGCompared with it, the entry-key identifier exceeds the trusted store’s supported key-size limit.
SL_REMAPPING_SP_PUB_TS_ENTRY_KEY_ALREADY_EXISTSCompared with it, creation conflicts with an existing entry key in the same trusted-store namespace.

Recovery while preserving licensing evidence

Stop rearming and deploy/activate through a supported installation and licensing path.

Representative case: A repeatedly generalized test image consumes every allowed rearm before production deployment.

Actions that usually destroy useful evidence

  • Do not use rearm as a generic repair for unrelated activation or integrity errors.
  • Do not manually delete protected store files before collecting state and event evidence.

Verification after correction

Technical references


Looking for a different code? Search another status or error code.