node-ibm_db: GSKit Error: 102

Hi all,

Hope you are doing well,

I´m having GSKit error trying db2 connection, I already verify the error in IBM documentation (IBM Global Security Kit return codes & SSL initialization messages)

I´m created keystore using GSKit tool, I used full path & relative path but still not reading the keystore, below errors using path mentioned:

Relative Path

[Error: [IBM][CLI Driver] SQL1109N  The command was not processed because the database manager failed to load the following DLL: "GSKit Error: 102".  SQLSTATE=42724
] {
  error: '[ibm_db] SQL_ERROR',
  sqlcode: -1109,
  state: '42724'
}

Full path

[Error: [IBM][CLI Driver] SQL1109N  The command was not processed because the database manager failed to load the following DLL: "GSKit Error: 202".  SQLSTATE=42724
] {
  error: '[ibm_db] SQL_ERROR',
  sqlcode: -1109,
  state: '42724'
}

I also tried connect to DB only using JS, it works but when use query method & I got “Error opening a file”

[Error: [IBM][CLI Driver] CLI0157E  Error opening a file. SQLSTATE=HY507] {
  error: '[ibm_db] SQL_ERROR',
  sqlcode: -99999,
  state: 'HY507'
}

Hope can help me to see what is missing.

Thanks in advance,

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 24 (13 by maintainers)

Most upvoted comments

@bimalkjha

I´m able to connect to bigsql 😃

I really appreciate your help.