Logic. App using IBM DB2 connector to fetch data from AS400 mid-range systems with standard Logic app using VNET integration with Dot net Stack used in configuration and as runtime.
With latest deployment to the North Europe Region, we have seen that the Standard Logic app runtime has changed from node to the dotnet. With Change in runtime 4.636.0.23246 and the stack in configuration is also Dot net 8 version which is currently giving us an error.
Please find the details of the error
The type initializer for 'Microsoft.HostIntegration.Drda.Requester.Requester' threw an exception
Upon further Investigation Noticed that the System.Diagnostics.EventLog not able to find
message='Service Provider: '/serviceProviders/DB2' Operation Id: 'executeQuery' resulted in: The type initializer for 'Microsoft.HostIntegration.Drda.Requester.Requester' threw an exception.', exception='[System.IO].FileNotFoundException: Could not load file or assembly 'System.Diagnostics.EventLog, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified. File name: 'System.Diagnostics.EventLog, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' at Microsoft.HostIntegration.Drda.Common.Logger..cctor()
please suggest fix the above issue with IBM DB2 connector to work with standard Logic app using VNET integration while configuration is DOT NET.