Home > Back-end >  Authentication problem with IBM DB2 on Mac
Authentication problem with IBM DB2 on Mac

Time:07-08

I have installed DB2 successfully on my Mac based on this link and it worked fine: https://ajstorm.medium.com/installing-db2-on-your-coffee-break-5be1d811b052

Then, I was trying to install and connect to DB2 via DB2 Connect extension from VSCode. The installation did not work so I returned to Terminal to continue coding with DB2 on there, I encounter the error as in the image below (authentication problem). Maybe it's about the Docker that has the issue? Any pro could help me with this, please? Thank you.

SQL1366N A security plug-in "IBMLDAPauthclient" processing error occurred on the client. Reason code = "7".

Error Message from Terminal

CodePudding user response:

I just solved the thing by:

n.b: this is just to have DB2 functioning so that I can do homework assignment. If you require to fix the issue for work, this might not be a good idea.

Thank you.

  • Related