• Running automatic task for custom batch task plugin

    Hi, I have a tool that creates a filebased project from given template and files and custom batch task that is added in template as task sequence It was used with Trados 2019 SDK and it was working fine, now that I upgraded the tool to Trados 2021…
  • After Update to SR1 the filetype is missing when I add files with FilebasedProject.AddFiles

    I try to update our application to Trados 2017 SR1. When I create a new Project over the and add a word file I can't convert it to SDLXLIFF (with Filebasedproject.RunAutomatictask). The I saved the Project and opened it in Trados. The word file is…
  • OutOfMemory-Exception using the Studio SDK when running automated tasks

    Hello SDL-Support Team, for a long time we are facing problems with memory usage when using our connector to create and work with SDL Studio projects. The memory usage increases with every automated task we run. I think it also increases with other…
  • RE: Running Tasks on the Project Files in parallel

    Thank you my friend I use your answer to call this "RunAutomaticTasks()" with an ARRAY which I create myself. Now ,my application is ok. . I had used this method like this: newProject.RunAutomaticTasks(trgFileIDs, TaskSequences.Prepare); But…
  • Is it possible to get more precise errors from the API?

    Hello SDL Developers, let me give you some background on my request: We are very often faced with problems that users have, when they work with our connector to SDL Studio. Our connector shows to the user any exceptions which we get, when running…
  • Analyze task settings: Exclude locked segments

    Hello! In Trados Studio interface, there's an option to exclude locked segments from analysis. I wonder if there's a way to analyze files with this option enabled via API. The answer is probably no, but I just want to make sure (it would be of huge…
  • Custom verification based on settings from project template

    First of all I want to say hi to all because it's my first post here. So here is my issue. I'm trying to force API to run verify task on some projects created from template. This template contains custom verify settings (some regex checks) and it works…