cancel
Showing results for 
Search instead for 
Did you mean: 

DB2 Bind Error

Former Member
0 Kudos

Hi folks,

I am running the bind command to update the catalog on DB2 z/Os and I am getting the following error message:

CONNECT failed with sql error '-30082'

COLLECTION ID used is "SAP09.07.0003"

DB2 Call 'SQLDriverConnect' Error: SQLCODE = -30082 : [IBM][CLI Driver] SQL30082N  Security processing failed with reason "15" ("PROCESSING FAILURE").  SQLSTATE=08001

CONNECT failed with sql error '-30082'

No more connections available in 'connect.ini'

(HYB) ERROR: Cannot get dbsl subfunction pointer. rc != DBSL_ERR_UNSUPPORTED : 99.

         Probably no connect possible. Check connection parameters.

Have anyone faced that before?

Tks, Má/

Accepted Solutions (0)

Answers (2)

Answers (2)

DavidLY
Advisor
Advisor
0 Kudos

Hello,

You need to check the z/OS system log for RACF messages (ICHxxxxx) during you got SQL30082N error with reason "15". Also check if upper/lower case usage is the same in RACF and SAP environment for userID and password.

Reason 15 suggests that user/password may not have connect privilege to z/OS. You need to check if the user has the required authorization or not.

Regards,

David

Former Member
0 Kudos

Thank you Folks.

The issue was related to the userid authorization on RACF.

AtulKumarJain
Active Contributor
0 Kudos

Hi Marilia,

Good to hear that your issue has been resolved.

Please closed the thread.

BR

Atul

AtulKumarJain
Active Contributor
0 Kudos