When setting the windows authentication flag to true, batch processing (analyze / pre-translate) fails with the error below, which can be found in the Task History of the Studio project. It works - of course - fine with GroupShare authentication.
For authenticating I tried this one:
obj_Project.Credentials.AddCredential(new Uri("http://servername.com), true, "", "");
and this one:
obj_Project.Credentials.AddCredential(new Uri("sdltm.http://servername.com), true, "", "");
Generated Image Alt-Text
[edited by: Trados AI at 4:10 AM (GMT 0) on 5 Mar 2024]