You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ If you face problems due to missing python header files while installing the dri
46
46
or
47
47
yum install python-devel
48
48
```
49
+
If you have installed `DB2_RTC*` i.e. **DB2 Runtime Client** and want `ibm_db` to use it instead of clidriver, please read [this comment](https://github.com/ibmdb/python-ibmdb/issues/1023#issuecomment-3062805368) and take action.
49
50
50
51
### Windows:
51
52
@@ -185,7 +186,7 @@ pip uninstall ibm_db
185
186
```
186
187
187
188
**Note:** You must need to install ibm_db using command `pip install ibm_db --no-binary :all: --no-cache-dir`
188
-
on Linux, Windows and MacOS to make setting of `IBM_DB_HOME` effective.
189
+
on Linux, Windows and MacOS to make setting of `IBM_DB_HOME` effective. If you want to use Runtime Client or clidriver downloaded from fix central which do not have `include` file, please read [this comment](https://github.com/ibmdb/python-ibmdb/issues/1023#issuecomment-3062805368).
189
190
190
191
You are required to set the library path to the clidriver under IBM_DB_HOME to pick this version of the ODBC and CLI Driver.<br>
- db2connectactivate utility and client side db2connect license both comes together from IBM in a single zip file.
460
461
461
-
- Client side db2connect license is a `db2con*.lic` file that must be copied under `clidriver\license` directory.
462
+
- Client side db2connect license is a `db2con*.lic` file that must be copied under `clidriver\license` directory and it must not be a **symlink** [file](https://github.com/ibmdb/python-ibmdb/issues/1019#issuecomment-3072461389).
462
463
463
464
- If you have a `db2jcc_license_cisuz.jar` file, it will not work for ibm_db. `db2jcc_license_cisuz.jar` is a db2connect license file for Java Driver. For non-Java Driver, client side db2connect license comes as a file name `db2con*.lic`.
464
465
@@ -495,6 +496,8 @@ If you have copied db2con\*.lic file under clidriver/license directory, but stil
- Installed license file under your `DB2_RTC*` client, but it is not working, please read [this comment](https://github.com/ibmdb/python-ibmdb/issues/1023#issuecomment-3062805368).
500
+
498
501
If you intend to install the clidriver manually, Following are the details of the client driver versions that you can download from [CLIDRIVER](https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/) to be able to connect to databases on non-LUW servers. You would need the client side license file as per Version for corresponding installation.:
499
502
500
503
#### <a name="LicenseDetails"></a> CLIDriver and Client license versions for Specific Platform and Architecture
0 commit comments