Questions tagged [ibm-data-db2]

6 questions
1
vote
1 answer

Unable to load shared library 'libdb2.so'

We are working on deploying asp .net core api in google cloud run serverless container, as our api has dependency with db2 drivers so we have made following changes in dockerfile, and to download DB2 Drivers Package we are using this version of…
1
vote
2 answers

silent install IBM data server client using response file, Anyone tried to install in D drive?

I am trying to install DB2 ibm data server client(version 11.1), silent install in my windows server. i am using response file for the installation. I gave the path in response file to install in D drive, but still it is installing in C drive only.…
0
votes
1 answer

Db2 concat scalar function issue?

I have 4 columns which I need to concat using , as seperator I tried below query Select concat(concat(concat(concat(name,','),age,','),surname,','),city,',') from student But got the error as The number of argumemts specified for concat is…
Kelvin
  • 39
  • 6
0
votes
1 answer

Silent install of IBM Data Client server

I am trying a silent install of the IBM Data Server Client on Windows. I am able to make an installation via GUI without any errors. With the silent install I have the following entry in my log file. MSI (s) (40:2C) [11:39:25:095]: Product: IBM…
Vini
  • 1,978
  • 8
  • 40
  • 82
0
votes
1 answer

DB2 with .NET viual studio 2017 errors out ERROR [08001] [IBM] SQL30081N

I need help in solving the below error that pops out of .NET code when trying to connect DB2 server. I have installed following nuget packages from manager into my .NET solution. IBM.Data.DB.Provider version 11.1.3030.4 IBM.Data.DB2 version…
user3264937
  • 81
  • 14
0
votes
1 answer

IBM.Data.DB.Provider Nuget Package

I am using IBM.Data.DB.Provider Nuget package but I receive licensing error. as per License Details I simply have to copy a license file in the license folder of this Nuget Package. I wanted to know if I can acquire a Trail license for it to present…
Gollum
  • 33
  • 3