-
-
Save Christina-an/14337fb8be84e587d1f6752f038e5350 to your computer and use it in GitHub Desktop.
Have you tried the basic checks? -> https://www.ibm.com/support/pages/error-sql30082n-reason-code-19-or-24
Especially 1 and 4, with 4 being very simple to do and its a problem I also faced when I was doing my IBM course's projects.
Yes. but it's still giving the same error.
I am using Jupyter notebooks online on (https://labs.cognitiveclass.ai/tools/jupyterlab). and creating the credentials as guided.
Here are my service credentials:
"hostname": "55fbc997-9266-4331-afd3-888b05e734c0.bs2io90l08kqb1od8lcg.databases.appdomain.cloud",
"port": 31929
"password": "PxFOdoGFbeYNGecM",
"username": "knl99386"
But they are giving the same error.
Tried the reinstalling?
!pip install --force-reinstall ibm_db==3.1.0 ibm_db_sa==0.3.7
import ibm_db
You have to uninstall your DB2 service. Re-install the DB2, then re-create the credentials.
Dallas worked for me.
I was using London but had the same problem error 19.
can you help me with this.
I am facing this error:
I have just created service credentials using IBM DB2 and trying to connect but getting the above error.