RWS Community
RWS Community
  • Site

Trados Studio

Trados Team

Trados Accelerate

Trados Enterprise

Trados GroupShare

Trados Business Manager

Passolo

MultiTerm

RWS AppStore

Connectors

Beta Groups

Managed Translation

MultiTrans

TMS

Trados Enterprise

WorldServer

Language Weaver

Language Weaver Edge

Language Weaver Connectors

Language Weaver in Trados Studio

 

 

Tridion Docs

Tridion Sites

Contenta

LiveContent

XPP

Trados Studio Ideas

Trados GroupShare Ideas

Trados Team Ideas

Trados Team Terminology Ideas

Trados Enterprise & Accelerate Ideas

Trados Business Manager Ideas

MultiTerm Ideas

Passolo Ideas

RWS Appstore Ideas

Tridion Docs Ideas

Tridion Sites Ideas

Language Weaver Ideas

Language Weaver Edge Ideas

Managed Translation - Enterprise Ideas

TMS Ideas

WorldServer Ideas

Trados Enterprise Ideas

XPP Ideas

GroupShare Developers

Language Cloud Developers

MultiTerm Developers

Passolo Developers

Trados Studio Developers

Managed Translation Developers

TMS Developers

WorldServer Developers

Tridion Docs Developers

XPP Developers

Language Combinations by Language Services

RWS Training & Certification

Style Guides

RWS Campus

Trados Approved Trainers

ETUG (European Trados User Group) Public Information

Nordic Tridion Docs User Group

Tridion West Coast User Group

Community Ops

demospace

RWS Community Internal Group

AURORA

Internal Trados Ideas

Linguistic Validation

Mercury

XPP Cloud

Recognition & Reward System

RWS Community Platform Related Questions

Community Solutions Hub (Trados)

Events

RWS Training & Certification

To RWS Support

  • Search
  • Translate

    Detecting language please wait for.......


    Powered by
  • User
  • Site
  • Search
  • User
  • Products
  • Trados Portfolio
  • RWS AppStore
  • More
  • Cancel
RWS AppStore

RWS AppStore > Wiki

Troubleshooting & known issues
  • Home
  • Forums
  • Wiki
  • More
  • Cancel
  • New
Show Translation Options

Detecting language please wait for.......


Powered by
RWS AppStore requires membership for participation - click to join
  • -RWS AppStore
    • +AdaptiveMT Trainer
    • +Amazon Translate MT provider
    • +Antidote Verifier
    • +Apply Studio Project Template
    • +ApplyTM template
    • +AppNotifications
    • +AutoHotKey Manager (AHK)
    • +CleanUp Tasks
    • +Community Advanced Display Filter
    • +DeepL Translation Provider
    • +DSI Viewer
    • +Excel Terminology Provider / TermExcelerator
    • +Excel4GroupShare
    • +Trados Studio – Export Analysis Reports
    • +Export To Excel
    • +Fail Safe Task
    • +Google API Validator
    • GroupShare Kit
    • +GroupShare Version Fetch - Authentication options
    • +Hunspell Dictionary Manager
    • +IATE Real-Time Terminology
    • +IRIS PDF OCR Support for Studio
    • +Lingotek TMS plugin for Trados Studio
    • +MEMSOURCE CloudTM Provider
    • +MT Comparison
    • +MT Enhanced Plugin for Trados Studio
    • +MXLIFF File Type Support
    • +PA Admin
    • +Post-Edit Compare
    • +projectTermExtract
    • +Qualitivity
    • +Rapid Add Term
    • +RecordSource TU
    • +Reports Viewer Plus
    • +Trados Data Protection Suite
    • +Trados Freshstart
    • +Trados LegIt!
    • -Language Weaver
      • Archived Versions: Language Weaver
      • Changelog - Language Weaver
      • +Language Mapping
      • +Previous Release
      • Rating Translations
      • Troubleshooting & known issues
    • +Language Weaver Edge
    • MultiTerm Extract
    • +MultiTrans Plug-in for Trados Studio
    • +Trados Studio InQuote
    • +Trados T-Window for Clipboard
    • +Trados TMBackup
    • +Trados Studio Word Cloud
    • +Trados TTS
    • +SDLTM Import Plus
    • +SDLXLIFF Convertor for MS Office
    • +SDLXLIFF Split / Merge
    • +SDLXLIFF to Legacy Converter
    • +SDLXLIFF Toolkit
    • +Signoff Verify Settings
    • +Star Transit (TransitPackage Handler)
    • +Studio Migration Utility
    • +Studio Subtitling
    • +studioViews
    • +Stylesheet Verifier
    • +Target Renamer
    • +Trados Copy Tags
    • +Target Word Count
    • +TM Lifting (ReIndex Translation Memories)
    • +TM Optimizer
    • +Trados Analyse
    • +Trados Batch Anonymizer
    • +Trados InSource!
    • +Trados Number Verifier
    • +Trados Transcreate
    • +Wordlight
    • +WorldServer Compatibility Pack for Trados Studio
    • +XLIFF Manager for Trados Studio
    • +XML Reader
    • +#YourProductivity
    • +File type definition for TMX
    • +File Type Definition for Wordfast TXML
    • +Google Cloud Translation Provider
    • IntegratedSegmentActions
    • +Jobs
    • +Microsoft Translator Provider
    • +MSWord Grammar Checker
    • +Multilingual Excel Filetype
    • +Multilingual XML FileType
    • +OpenAI Translator
    • +OpenX Hash Generator
    • +PDF Assistant for Trados
    • +RWS Community Inside
    • +SDLTM Repair
    • +SDLXLIFF Compare
    • +Segment Status Switcher
    • +Studio Time Tracker
    • +TermInjector
    • TM Compatibility Plug-in for Trados Studio 2015
    • +TMX Translation Provider
    • +Trados 2007 Translation Memory Plug-in
    • +Trados Compatibility and Migration Power Pack
    • +Trados QuickInfo
    • +Trados Translation Memory Management Utility
    • +TuToTm
    • +Variables Manager for Trados Studio

You are currently reviewing an older revision of this page.

  • History View current version

Troubleshooting & known issues

How to troubleshoot the translation provider

The application logs information about the flow which is usefull to idenitfy issues that might occur. If some errors are catched, the SDLMachineTranslationCloudLogs.txt file will be created and at the following location: C:\Users\{UserName}\AppData\Roaming\SDL Community\SDLMachineTranslationCloud\SDLMachineTranslationCloudLogs.txt and it will contain errors details. The file can be attached to the email / Sdl Community forum topic when a problem regarding the application is raised.


How to monitor the calls made by the provider

In the following example we'll use Fiddler (by Telerik) desktop app. Please read following wiki on how to install and configure Fiddler.

In order to filter the calls made by the provider you can search using CTRL+F and search for: "sdlbeglobal". All the calls will be highlited with yellow.

In the result column you'll see the status code associated with each request. What does they mean?

  • 200 /202 the call was made with success
  • 401 unauthorized (this mean the credentias / token is not valid or expired
  • 500 internal server error

Example of success translation

In the response area, "Raw" tab you can see the response from the server which contains details about source and target language, and the translation sent in xliff format.

Example of unauthorized request

How to save details about the failed request

Right click on the request  and select following options:

A zip archive will be saved locally this will help us to see all the details for the unsuccessful call.

Known Issues

Before trying the following steps, please ensure:

  • You have the latest version of Studio installed, fully updated.
  • You have the latest version of the plugin installed.
  • You have physically checked all plugin installation folders (packages and unpacked folders) and removed old versions (for more details, please read the below step with number 2
  • You have reset the TranslationProviderCredentialStore.bin and TranslationProviderCredentialStore.bin2 files -> before reseting the 2 files, please read the below step with number 3
  • You have created a fresh project to test after all of the above

1. If you receive the following text in your target segment you will need to switch off the option "Enable LookAhead" from Files->Options->Editor->Automation:

This is due to a bug in Studio which is being reviewed. The only time you may see this is if you had already started translating the file with NMT, cleared the segments and then tried again. The string is cached by Studio and returned into the target segment.  If it happens turn off "Lookahead" and the problem resolves itself:

2. Ensure no oldest version of SDL Machine Translation Cloud or BeGlobal remained on the local machine, by checking the manually the following locations(in case folders are found, please removed them before installing the latest version of SDL Machine Translation Cloud:

  • C:\Users\{USerName}\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages and C:\Users\{UserName}\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Unpacked
  • C:\Users\{USerName}\AppData\Local\SDL\SDL Trados Studio\15\Plugins\Packages and C:\Users\{UserName}\AppData\ Local \SDL\SDL Trados Studio\15\Plugins\Unpacked
  • C:\ProgramData\SDL\SDL Trados Studio\15\Plugins\Packages and C:\ProgramData\SDL\SDL Trados Studio\15\Plugins\Unpacked

*For Studio 2017, the locations remains the same, only the folder number 15 becomes 14, like for example: C:\Users\{USerName}\AppData\Roaming\SDL\SDL Trados Studio\14\Plugins\Packages

*For Studio 2015, the locations remains the same, only the folder number 15 becomes 12, like for example: C:\Users\{USerName}\AppData\Roaming\SDL\SDL Trados Studio\12\Plugins\Packages

 

3. In case an upgrade from an oldest version of SDLMTCloud/BeGlobal was done and the provider is not added to the project, then do a new clean of the following 2 files:

  • C:\Users\{UserName}\AppData\Roaming\SDL\SDL Trados Studio\15.0.0.0\TranslationProviderCredentialStore.bin
  • C:\Users\{UserName}\AppData\Roaming\SDL\SDL Trados Studio\15.0.0.0\TranslationProviderCredentialStore.bin2

The above files stores providers information, it should help with the setup problem. (You should delete the files only if the above tips and tricks are not helping).

! Is not recommended to delete the local files each time you install a new provider, because all the configurations that were saved until that moment will be lost.

4. In case the provider cannot be setup, check if it saved as default template at: File -> Options -> All Language Pairs -> Translation Memory and Automated Translation. In case it's already saved under the default template, remove it and try again to add the provider from Project Settings -> All Language Pairs -> Translation Memory and Automated Translation.

  • Our Terms of Use
  • Copyright
  • Privacy
  • Security
  • Anti-slavery Statement
  • Cookie Notice
  • YouTube