I’m trying to set up DDF on DB2 9.1 and am getting the following error
–
DSNL013I -DB9G VTAM OPEN ACB FAILED
ERROR='24'X
SNA Programming explains x’24’ on ACB OPEN as
36 (X'24') The OPEN ACB failed for one of the following reasons:
• The password specified by the ACB did not match the corresponding
password in the APPL entry.
• The ACB did not specify a password and the APPL contains one.
• The security management product determined that the user is not
authorized to open the ACB.
The ACB doesn’t have a password. As best I can tell, I’m not
providing one. And if RACF is failing it, I would expect to see a
RACF error message as well.
Has anyone else had this problem?
Thank you,
MVSGuy
–
DSNL013I -DB9G VTAM OPEN ACB FAILED
ERROR='24'X
SNA Programming explains x’24’ on ACB OPEN as
36 (X'24') The OPEN ACB failed for one of the following reasons:
• The password specified by the ACB did not match the corresponding
password in the APPL entry.
• The ACB did not specify a password and the APPL contains one.
• The security management product determined that the user is not
authorized to open the ACB.
The ACB doesn’t have a password. As best I can tell, I’m not
providing one. And if RACF is failing it, I would expect to see a
RACF error message as well.
Has anyone else had this problem?
Thank you,
MVSGuy
Comment