While creating and analysing projects using the project automation SDK, I've noticed strange analysis results.
First of all, here's the code which runs the analysis:
private void FormulateAnalysisSettings(IProject project) { var settings = project…
We use Studio 2017 API and Groupshare 2017 to create a project package with the pretranslate files and the analyzes report. Unfortunalty we got the error "Index was outside the bounds of the array". This error comes after it starts the analyze task. …
We have an application for automating the creation of projects and uploading to GroupShare (2015), and part of this involves referencing server-based termbases.
The project analysis is then run, at which point I find the following is recorded in the…
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…