List of Contributions

David Adler

Contact Details

My Content

1 to 6 of 6 total
Posted By David Adler Tue July 07, 2020 03:07 PM
Found In Egroup: Db2
\ view thread
I could never get it to work on Windows with the '-v' option and had better success not having it create the database. This is what I used: docker run -itd --name geotools-db2 –-restart unless-stopped --privileged=true -p 50050:50000 -e LICENSE=accept -e PERSISTENT_HOME=false -e DB2INST1_PASSWORD= ...
Posted By David Adler Wed July 01, 2020 06:54 AM
Found In Egroup: Db2
\ view thread
The ibm_db driver works on Python 3.8 but not the ibm_db_django driver for Django applications. ------------------------------ David Adler ------------------------------
Posted By David Adler Tue June 30, 2020 12:17 PM
Found In Egroup: Db2
\ view thread
Should this also support Django? I installed python 3.8, django, ibm_db and ibm_db_python. My python 3.7 works fine with Django and DB2. When I try to start my application, I got: E:\dwacode\django\dwadb2>python manage.py runserver 0.0.0.0:81 Watching for file changes with StatReloader Exception ...
Posted By David Adler Thu June 04, 2020 10:09 AM
Found In Egroup: Db2
\ view thread
What is it that changes in Python between releases that causes drivers like DB2 to fail? I would think there would be more compatibility between releases. ------------------------------ David Adler ------------------------------
Posted By David Adler Mon May 18, 2020 08:26 AM
Found In Egroup: Db2
\ view thread
The problem seems to have been resolved by adding "PERSISTENT_HOME=false" and removing the "-v" option on Windows. Without these changes I was unable to get it working. ------------------------------ David Adler ------------------------------
Posted By David Adler Tue May 12, 2020 09:44 AM
Found In Egroup: Db2
\ view thread
I'm following the directions at: https://hub.docker.com/r/ibmcom/db2 The container creation with the instance creation is failing. I don't see how I can change the ownership of /database/config/db2inst1 as suggested below as this whole process is automatic. D:\>docker run -itd --name geotools-db2 ...