Dear all,
I am trying to put together a workaround to put in place a standardized configuration for multiple users using local memories.
I do not have admin access, so the memory will be stored in the user's profile. This means the file path will be different. So I tried modifying the TM URI in the template as follows:
old system, with TM on network drive:
<CascadeEntryItem PerformConcordanceSearch="true" Penalty="0" PerformUpdate="false" PerformNormalSearch="false">
<MainTranslationProviderItem Uri="sdltm.file:///X:/YYYYY/MEMOIRE/MEM-FREN/ORGANIGRAMME-FR-EN.sdltm" Enabled="true" />
</CascadeEntryItem>
became, on new system, with TM copies locally:
<CascadeEntryItem PerformConcordanceSearch="true" Penalty="0" PerformUpdate="true" PerformNormalSearch="true">
<MainTranslationProviderItem Uri="sdltm.file:///%userprofile%/Documents/NANTESMEMORIES/ORGANIGRAMME-FR-EN.sdltm" Enabled="true" />
</CascadeEntryItem>
The problem is that Studio doesn't seem to want to recognize the generic filepath. It gives an error message saying that it cannot find the memory, giving the filepath [PROJECT DIRECTORY/%userprofile%/Documents.NANTESMEMORIES/ORGANIGRAMME-FR-EN.sdltm], concatenating the newly created project directory and the generic path.
Does anyone have an idea of how to get around this?
Have a nice evening, and thank you for reading...
Translate