The problems originates from the CNA driver, which are able to log in samples directly to the sample database, but when doing this it was missing some information and this leads the Report configuration to crash.
To fix:
a) Open the SQL Server Management Studio, and then find the database named “Fls,Qcx.Core.Historian” and the two tables names “
MasterProcedureList” and “
MasterPreparationList”:

Image #1: The databases that needs to be edited
b)
Open these for editing, by right clicking and selecting “Edit Top 200 Rows”:

Image # 2: How to select the edit of the databases
c) In the
MasterProcedureList there is a
MasterProcedureDesignation missing for the
MasterProcedureName called “
Aggregated”, and in the
MasterPreparationList there is a
MasterPreparationDesignation missing for a
MasterPreparationName called “
OnlineExpert”.
The Designations can in principle be any unique text, but you can fill in “
OnlineExpert.Names.Procedure.Aggregated” and “
OnlineExpert.Names.Preparation.OnlineExpert”.