Hi Community Users!
I faced a problem getting TMX file via Powershell - Output tmx.gz file is empty.
The Export batch task is created and completed successfully. It can be downloded manually but the output file created by the script is 0 kb size.
PS version: 7.5.2
GS version: 2020 SR1 CU13
The PS script I use based on help example:
$token = SignIn -userName "sa" -password "sa"
$tm = Get-TM -authorizationToken $token -tmName "MAIN TM"
Export-TMX -authorizationToken $token -tm $tm -sourceLanguageCode "ru-RU" -targetLanguageCode "en-GB"-outputFilePath "F:\Export\export.tmx.gz"
Generated Image Alt-Text
[edited by: RWS Community AI at 1:07 PM (GMT 1) on 23 Jul 2025]
