From: mvsguy on
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
From: mvsguy on
On Oct 9, 4:03 pm, mvsguy <kkin...(a)fuse.net> wrote:
> SNA Programming explains x’24’ on ACB OPEN as

As a matter of fact, I did encounter this problem once. It turns out
the DB2 9.1 VTAM example has PRTCT in it. This sets up a password for
that node. Remove that, bounce the applid and all will be well.

Regards,
MVSGuy
From: mvsguy on
On Oct 14, 9:16 am, mvsguy <kkin...(a)fuse.net> wrote:
> the DB2 9.1 VTAM example has PRTCT in it.  This sets up a password for

DANG! That was IT!! You're BRILLIANT!!

Thank you, thank you, thank you!!!!
MVSGuy
 | 
Pages: 1
Prev: Where is Plan_table?
Next: db2 questions