Adding Termbase in project wont work because of name

We add the correct termbases to our project upon job creation via the API, but translators always have to remove the termbase and add it again when they receive the packages because the termbase we add turns up with a red icon under termbases in project setting in Studio.

After checking it turns out the name of the termbase, as specified in the project file:
  <TermbaseConfiguration>
    <Termbases>
      <Name>This_is_our_termbase_FILE_name</Name>

Is not the actual termbase name, but the file name for the termbase without the extension.

If we change this to the real name of the termbase (by simply editing in notepad) the termbase pops up just fine in studio.

Is there anywhere we can set this name in the API? I thought it just used the name defined in the Termbase we reference but apparently its not so. The only name property I can find is read only and in the sample code the termbase name is not set explicitly either.

Id be thankful for any hints on how to solve this.

Parents Reply Children
No Data