DNS resolving for two universals on the same server | Thinkwise Community (thinkwisesoftware.com)
As a follow-up to the final solution coming from the topic above (a dedicated indicium for every website), we stumble upon some problems with the DevExpress plugin that seem to have arosen from the new way of deploying Universal-Indicium on AWS Elastic Beanstalk. We tried with a former Indicium version and also there this problem suddenly occurred...
The following error is logged in the Indicium log when a report must be created with DevExpress:
2023-03-03T07:38:15.7065798+00:00 800001b4-0000-9700-b63f-84710c7967bb [ERR] An unhandled exception occurred while processing the request. (ffba027a)
Prockees.Bootstrapper.ExecutionException: DevExpress.XtraReports.DataRetrievalException: Error when trying to populate the datasource. The following exception was thrown:
Failed to connect to the database. To learn more, see the exception details.
Exception details:
Connection name: <Note by author: cannot set real name here because of reserved keyword>
Error message:
The given key was not present in the dictionary.
---> DevExpress.DataAccess.Sql.DatabaseConnectionException: Failed to connect to the database. To learn more, see the exception details.
Exception details:
Connection name: <Note by author: cannot set real name here because of reserved keyword>
Error message:
The given key was not present in the dictionary.
---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at .....
I tried to find a fix for this error on the internet, but all I found are fixes on the C# coding side...
Can you please help us out?