Symptom
Export fails with:
Fatal F1062: The Service Export for the service "MYSERVICE" could not be completed because the process seems to have an invalid Service Storage.
The export may succeed after restarting the project or the machine, then fail again. Opening every process and saving a harmless change sometimes helps and sometimes does not, especially after upgrading to 25.3 (Build 16.6.71). The inconsistency is what makes this one frustrating: the process opens normally, so the project content looks fine.
Cause
The authoritative mechanism is an incomplete or incorrect Windows Registry registration for Strs.Tools.StoryTeller.ExportConfigurator.
Two things can be wrong: the registry value can point to the wrong Classes\CLSID\{CLSID} entry, or the referenced InprocServer32 key can have a missing or stale CodeBase path for StoryTellerExportConfigurator.dll.
Either way, the process service storage is invalid at export time even though authoring works normally.
This typically happens after a client installation or upgrade that left an older registration behind.
Fix
On the machine that performs the export, open regedit with administrative privileges.
- Find
Strs.Tools.StoryTeller.ExportConfiguratorand follow itsClasses\CLSID\{CLSID}reference. - Verify the referenced Export Configurator matches the installed 16.6.x version.
- Under
InprocServer32, verify thatCodeBaseexists and points to the correctStoryTellerExportConfigurator.dll. - If the path is stale, repair the installation or re-register, then restart Communications Builder and retry the export.
Saving each process is at best a diagnostic, not a fix. If the problem began after an upgrade, compare the registry entries and DLL paths between a working and a failing Windows account before touching any project content.
Compare the machine before changing the project
Registration problems follow the machine and the Windows account, not the project. When an export defect survives a project restore but disappears on a colleague's machine, stop debugging the project.