• TM Batch Export: Studio API: Context Match information are missing

    Hi, we have "TM Batch Exporter", it is custom development. It exports TMs from TM server according to certain criteria into TMX files. It uses for Export TranslationMemoryExporter Class. Simply put: - The "TM Batch Exporter" works in combination Studio…
  • Unable to create serverbased translation memory

    Hi I am trying to create a server based translation memory using the SDL Studio 2017 API and I am getting the following exception, when i try to save the TM: serverTM.Save() System.AggregateException occurred HResult=0x80131500 Message=One or more…
  • SDL Studio 2017 API: GetTranslationMemories() takes ages

    Hi We have upgraded GroupShare to 2017 SR1 and are using the newest SDL Studio 2017 client. The following code does not work: Credentials are correct, I am using sa user. I can get the ResourceGroups and Resources, but not the TMs. TranslationProviderServer…
  • Studio API: Can't list TMs from GS (14.0.511.4) if using Studio 2017 SR1 (14.1.6413.8)

    Hello developers The below chunk of code runs well with most recent version of GS if used with Studio 2017 pre-SR1. After updating to Studio 2017 SR1 (14.1.6413.8) the TM-Server doesn't respond anymore. I am stuck here. What has changed? For Each…
  • after Update to GS: 14.0.5111.4: can't update Server TM via Studio automation

    Hello Language Developers We have developed an automation with Studio 2017 API that can process return packages and update the server TMs of a customer using GroupShare. All worked well until the customer updated to GS 14.0.5111.4. The automation…
  • Exception when executing PrepareNoProjectTm: Unexpected exception when configuring file multiFileConverter for task 'Word Count': Object reference not set to an instance of an object..

    Hi all, I'm using SDL Trados 2017 Project Automation API. The code is working fine in creating project using template, adding files, scanning files, and converting to translatable format. But when it got to Word Count, the exception occurred. When I…