Hi,
Couple of questions:
- What is the Report type, and is the connected File a valid report of that type?
- What is the Report action of the Report? Is that, for example, Export to pdf?
- What is the datatype of the process variable file_data_name? That should be a varbinary(max).
- Does the Indicium log give any indication something went wrong during the generation of the report?
Hope we can find the issue together
Hi Mark thanks for the quick response
I don’t know if it has any correlation but we also experienced some more problems with (DevExpress) reports since updated to inidicium 2023.1. Reports which worked fine for 1 year were ignoring some expression fields in the cells after the update, therefore we had to fix adjust those expressions.
- The report type is DevExpress Reports. The same report can be printed manually and this works fine, 0 problems.
- The report action is print preview.
- The datatype of fila_data_name is indeed varbinary(max)
- The indicium log gives the following error:
System.AggregateException: One or more errors occurred. (The daemon process has indicated that it has failed to start properly and has sent the following error:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Hi Ezgi,
Can you redownload Indicium and redeploy it from TCP?
There was an error during the build on our server causing DevExpress reports to not work correctly.
This has been corrected 25 Januari. The version number didn't change but the corruption has been fixed.
Hi Dick,
Thank you.
We’ll redownload Indicium, redeploy it from TCP and check if the problems are solved.
Redownloading Indicium and redeploying solved our problem with the DevExpress reports. The ‘generate report’ process action also works as before.
Thank you all!