• 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…
  • Restore Archived Project

    Dears , We are using SDL Trados 2015 + Groupshare .. When we have an archived project and wants to reopen it , Itys mentioned in the documentation : Archiving a Completed Project To archive a project: Select the projects you wish to archive…
  • Connecting to Groupshare Server in the Code + Active Directory Authentication

    Dears , I'm working on a plugin that connects to the groupshare DB and gets all open projects and import them to the Project controller .. In the code , I define the server as : Uri serverAddress = new Uri("ps. MyServerAddress:MyPort/"); server…