• Retrieving a list of translation memories with GroupShareKit does not retrieve all translation memories

    Dear all, I am doing a basic test of the GroupShareKit and I created some simple code to retrieve a list of translation memories. Here is the code: var token = await GroupShareClient.GetRequestToken(GsUser, GsPassword, new Uri(strServerName), GroupShareClient…
  • GroupShare Developer Kit throwing an object reference error for LinkedOrganizationIds and ParentOrganizationId properties

    I am developing a tool that checks whether a TM is linked to other organizations. This used to work well with GroupShare 2020 SR1 CU4 and the GS Developer Kit that was used at that time. With the latest 15.1.12.3 version of the developer kit and our…
  • GroupShare Web API, While I am trying to create a Translation Memories using Rest API POST /api/tmservice/tms , getting "You are not allowed to perform this operation"

    GroupShare Web API, While I am trying to create a Translation Memories using Rest API POST /api/tmservice/tms , getting "You are not allowed to perform this operation" Post Request { "name": "Test From REST API", "description": "Test From REST…
  • GroupShare Web API, While I am trying to create a Translation Memories using Rest API POST /api/tmservice/tms , getting "You are not allowed to perform this operation"

    GroupShare Web API, While I am trying to create a Translation Memories using Rest API POST /api/tmservice/tms , getting "You are not allowed to perform this operation" Sending the correct bearer token in authorization header, and that user got Power…
  • REST API for Update Main Translation Memory Batch Task

    Hello, Our firm uses GS 2020 SR1 CU08 with Trados Studio 2022 17.0.6.14902, and I am trying to automate the finalisation process via Groupshare REST APIs. So far I've found an API called "ProjectFinalize" and it works perfectly except that it converts…
  • Unexpected exception when configuring file multiFileConverter for task 'Update Main Translation Memories': Failed to create an instance of translation provider... SDL Trados Studio Source: Update Main Translation Memories

    Hi, I wonder if anyone has ideas why the following happens with some of our GroupShare 2017 memories: We are using third party ERP to run translations jobs through Studio and GroupShare, and there are automated work flows that create the projects…
  • "403 Forbidden error" while authenticating after upgrade to GS CU7

    After the upgrade of Groupshare system from GS 2020 SR1 CU03 to GS 2020 CU7, we are getting "403 forbidden" error while trying to access the SDL login endpoint from our API. However, using Postman, we are able to authenticate the credentials to obtain…
  • Setting Credentials to TranslationMemoryProvider - Exception "Parameter Name: s" "String reference is not set to an instance of a string"

    We are upgrading from Studio/Groupshare 2017 to Studio/Groupshare 2022 and are adding a server based TM to our local project. When setting credentials to the translation memory URI, we get this error (Stacktrace at the end): String reference not set to…
  • Unable to publish project to GroupShare 2020

    We recently upgraded from GS2017 to GS2020, and now part of our functionality - built on the Trados Studio SDK - is no longer working. For GS2015 and GS2017 we published projects using the FileBasedProject.PublishProject(...) method . However, on GS2020…
  • The Bearer-Token is invalidated after 12 hours ( Trados Studio API + Groupshare TMs)

    Dear RWS team, dear community, we are developing an application which uses the Trados Studio 2019 / 2021 API with Groupshare 2017 / 2020 TMs. Unfortunately, the Studio 2019 ( 15.2.8.3007 ) API does not renew its authentication token if our application…
  • Unexpected exception when initializing task, using server TMs on Groupshare 2017 server. failed to initialize translation engine follows.

    Dear SDL Devs and Community, we are using the API of the latest Trados Studio 2019 with server based TMs on a GS 17 server and keep running into the following problem. We have an existing sdlproj project. This project was created based on a project…
  • GroupShare Custom MT provider

    Hi, I want to create a GroupShare custom MT plugin, so it will apply MT during the project creation. Standard GroupShare TM is working (added in the project template), but can't find any documentation on how to implement my own custom provider. What…
  • 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…
  • language translator count API using PHP

    Hello , I need language translator count words API in PHP id it available or any example ? i have find in google but i can not find in php. I found https://github.com/sdl/groupsharekit.net this one but this one is in c#. can you please help…
  • GroupShare throwing exception from Project.GetProject()

    Hello, I'm currently using the GroupShareKit - 2020 nuget package. I am trying to send a project name which in turn, returns the information of the appropriate GroupShare project. This is my implementation for GetProject For the project below…
  • 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…
  • Can't access termbase list via GS REST (because no viewer cals)

    Hello, I'm trying to retrieve a list of termbases from our GroupShare server (2017SR1CU9), But I get the message: "Maximum number of CALs reached.". We have 15 editor cals and no viewer cals. I guess I get the message because there are 0 viewer cals…
  • Error when updating TM in GroupShare 2017 SR1: Response status code does not indicate success: 409 (Conflict)

    Hi SDL Community We experience the below error whenever we try to Update a Server-TM on GroupShare 2017 SR1 using the Studio API. It worked well with Studio 2017 SR1 Version 5.1.20356.0 before the update to GroupShare 2017 SR1 With Studio 2019 SR1…
  • ProjectServer.OpenProject fails in Taskscheduler

    Hi, while running my Trados app by double click, app works as expected. But as soon as I put this task to Windows Task-Scheduler, ProjectServer.OpenProject raises an Exception: Code: var tradosProjectServer = new Sdl.ProjectAutomation.FileBased…
  • Exception while calling FileBasedProject.PublishProject - "Non-static method requires a target"

    While using the API to publish a project to GroupShare using var publishProjectResult = FileBasedProject.PublishProject(...); the status response is "Failed". If I then dig into the publishProjectResult.Messages I read the following... Der Execution…
  • Fatal Error while upgrading GroupShare 2015 to GroupShare 2017 SR1

    While upgrading GroupShare 2015 to GroupShare 2017 SR1 I encounter a fatal error. I've carefully followed every step of the Installation Guide , and there are no problems during the initial install phase (installing the application) but when the installer…
  • Where is GroupShare Rest API information about making quotation related to analyse report

    Hello Team. I want to know how to develop the feature which is making quotation related to analyse report. Is it possible? The reason why I ask this question is one of potential clients asked me how to make quotation with analyse report in GS 2017…
  • Obtaining Analysis Report from GroupShare 2015 by project

    I've been investigating how to obtain an analysis report from the SDLSystem database behind GroupShare 2015. I see the table (proj.AnalysisStatistics) which stores the analysis, and I can also see that there's a sproc (proj.GetProjectAnalysisStatistics…
1 2