DSNL013I & DDF, DB2 9.1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mvsguy

    DSNL013I & DDF, DB2 9.1

    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
  • mvsguy

    #2
    Re: DSNL013I & DDF, DB2 9.1

    On Oct 9, 4:03 pm, mvsguy <kkin...@fuse.n etwrote:
    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

    Comment

    • mvsguy

      #3
      Re: DSNL013I &amp; DDF, DB2 9.1

      On Oct 14, 9:16 am, mvsguy <kkin...@fuse.n etwrote:
      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

      Comment

      Working...