• Added file is not checked in

    We are upgrading Studio 2017 to 2022 and GS 2017 to 2020 automated with our own plugin. We open an existing project from GroupShare and add new files to project. _tradosProject.AddFiles(files, folderPathinProject); Then we check in all files _tradosProject…
  • FileBasedProject publishing from Studio 2021 to GroupShare 2017

    We currently have a platform where we have developed a Trados Studio API based system which creates and publishes projects to GroupShare. In the process of trying to migrate to the cloud platform we are trying to make our application work with Studio…
  • Release Groupshare TM CAL after RunAutomaticTask completed

    Dear Community We are using the c# Project Automation API to generate Analysis Reports. Two weeks ago we moved our TM's to Groupshare and since then we are consuming one CAL per Analysis Task. As multiple Tasks have to run in parallel, our licenses are…
  • SDL Project Automation Api -> Project Template using GroupShare Translation Memories

    Using SDL Project Automation Api, I'm creating a Project from a Template. Works fine when using a template that references a File-Based Translation Memory. However it does not work when using a Server-Based Translation Memory. Translation Memory…
  • Import TMs to GroupShare 2017 CU10 via API fails

    Hello, we have problem to import a TMs to GroupShare 2017 CU10. we had a working program with SDL Studio 2019 (SDLTradosStudio2019_CU1_36320) - this worked but with SDLTradosStudio2019_SR2_15.2.5.2145 its NOT. Newtosoft problem exactly like this…
  • SDL Trados API question - Target Document PHASE in SDL Project Automation API

    I am trying to recover the PHASE of each target document is in the project, but could not find any object, I tried on the object FileBasedProject, ProjectFile, but I didn't find it. Is it possible to know which PHASE the document target is in? For…
  • RE: Unable to publish a project to GroupShare usign FileBasedProject.PublishProject

    The issue is caused by a limitation in the ProjectCredentials.AddCredential method from the Studio Project Automation API. Unfortunately this method doesn't support url's with additional paths. So if your GroupShare would be installed under http://groushareserver…
  • Issue with language weaver. We finished building an API for project creation and while we were able to access the TMs were the server with no issues, the API disables the connection to Language Weaver MT. Any ideas what could be causing the disabling...

    All earlier conversations: Romulus Crisan I had a look at the source file you sent via email and your problem might be related to the way the credentials are added to the project. If this are not correct the TM will not be enabled. Based on the uri…
  • Add a user to server-based MultiTerm termbase

    I'm trying to programmatically add a GroupShare user to a server-based MultiTerm termbase - ideally using an API - and assign this user the "Expert" role (or any custom role, for that matter). I've seen the following question in which the proposed solution…
  • RE: Multiple projects creation in parallel

    Studio is desktop application and was not optimized for server side processing volume. However you can use Studio API in this type of scenario but keep in mind the volume you look to process. If this becomes quit large you need to think about a queuing…
  • Adding user from Groupshare to "Public" role in Multiterm server

    Is there any way to add specific user to a termbase "public" role using API? I have found this: http://producthelp.sdl.com/kb/Articles/4887.html But this does not work - user is not able to read termbase after downloading project from groupShare even…