Path for server TM does not change

When trying to change the path of a server TM, the ParentResourceGroupPath property reverts back to the original path after applying Save. Is there anything else that needs to be done to persist the path change?


            ServerBasedTranslationMemory myTm = translationServer.GetTranslationMemory("/OldPath/MyTm", TranslationMemoryProperties.All);            
            myTm.ParentResourceGroupPath = "/NewPath";
            //path property of tm points to new path
            myTm.Save();
            //path property of tm points to original path after saving
Parents
  • Dear community,

    when we copy/move TM containers (SQL databases) from one TM Server to another and attaching the containers to the GroupShare server, all TMs are always in the root organization by default (even if the SDL system db has been copied from the same source SQL Server as well and is therefore equal). We would therefore like to move TMs back into their original sub-organizations in an automated manner. However, the above API restriction is currently a road blocker.

    Would anybody have an idea/proposal?

    Best wishes,
    Simon
Reply
  • Dear community,

    when we copy/move TM containers (SQL databases) from one TM Server to another and attaching the containers to the GroupShare server, all TMs are always in the root organization by default (even if the SDL system db has been copied from the same source SQL Server as well and is therefore equal). We would therefore like to move TMs back into their original sub-organizations in an automated manner. However, the above API restriction is currently a road blocker.

    Would anybody have an idea/proposal?

    Best wishes,
    Simon
Children
No Data