MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WebSphere MQ :: No Auth Queue failing with MQJE001: Completion Code '2', Reason '2063'

    Posted Tue January 23, 2024 07:27 PM

    Team,

     we created Queue and disabled authentication, using the below commands 

    IF AUTHENTICATION NOT REQUIRED  , run the below command:

    runmqsc <QUEUEMANAGERNAME>

    ALTER QMGR CHLAUTH (DISABLED)

    REFRESH SECURITY TYPE(CONNAUTH)

    We are trying to connect from Java code without a username and password but it is failing with MQJE001: Completion Code '2', Reason '2063' error

    Can you please help us to resolve the issue?



    ------------------------------
    Ranjitha YM
    ------------------------------


  • 2.  RE: WebSphere MQ :: No Auth Queue failing with MQJE001: Completion Code '2', Reason '2063'

    Posted Fri January 26, 2024 01:01 PM

    Have you tried 

    ALTER AUTHINFO(DEV.AUTHINFO) AUTHTYPE(IDPWOS) ADOPTCTX(NO)  CHCKCLNT(NONE) CHCKLOCL(NONE)
     
    REFRESH SECURITY TYPE(connauth)



    ------------------------------
    Nipun Goel
    ------------------------------



  • 3.  RE: WebSphere MQ :: No Auth Queue failing with MQJE001: Completion Code '2', Reason '2063'

    Posted Fri January 26, 2024 01:01 PM

    Have you tried the below:

    alter authinfo(DEV.AUTHINFO) AUTHTYPE(IDPWOS) ADOPTCTX(NO)  CHCKCLNT(NONE) CHCKLOCL(NONE)
     
    refresh security type(connauth)


    ------------------------------
    Nipun Goel
    ------------------------------



  • 4.  RE: WebSphere MQ :: No Auth Queue failing with MQJE001: Completion Code '2', Reason '2063'

    Posted Mon January 29, 2024 01:25 AM

    The assumption here being that you are not using SSL / TLS, are you running under an authorized user?

    If not you should enable chlauth and create a chlauth record that proxies the user presented with an authorized user... 



    ------------------------------
    Francois Brandelik
    ------------------------------