Deploying Db2 .NET 6 application on EKS

0

I am Deploying Db2 .NET 6 application on EKS via ArgoCD and our Docker Image is present in our org private repository I need to connect IBM DB2 database on-prem from EKS, challenge is that the connection is not getting established, below is the error Unable to load shared library 'db2app64.dll' Net.IBM.Data.Db2 and Net.IBM.Data.Db2-lnx NuGet package i am using and mentioning as a conditional package in my csproj file for Config=Debug use Net.IBM.Data.Db2 and Config=Release use Net.IBM.Data.Db2-lnx Not sure what configuration am I missing since locally on my machine i am able to connect to DB2 but not after Deployment on EKS

Kindly assist on the issue

1 Answer
0

Hello there,

The error you're encountering, "Unable to load shared library 'db2app64.dll'," indicates that there might be an issue with the IBM Data Server Driver for .NET and its ability to locate the necessary shared library for DB2 connectivity.

To answer your question, we require details that are non-public information. Please open a support case with AWS using the following link https://support.console.aws.amazon.com/support/home#/case/create

AWS
SUPPORT ENGINEER
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions