Gen EDGE

 View Only
  • 1.  dialog manager ERR TYPE:D LAST STMT:0000000000

    Posted Oct 21, 2019 10:00 AM
    Any recollection or input on what can cause this dialog failure? This is the only message we are recording in our CICS logs, no other errors in the same time frame.
    I used to have (or maybe used to look up) the dialog error types and common causes of them.
    This one happens to be occurring on a java proxy call to a server manager. We are using the TCPIP Direct Connect for CICS with the multi socket listener TISRVMSL at Gen 8.6
    It is an intermittent error; before we even started looking at the problem, it was working again.
    ___________________________________________________
    E3AW 20191021072324 USER(DOT1RNWT) TRNID(E3AW) NETID(NOTRMNL ) SQLCODE(....) D-191021 T-07232400
    E3AW 20191021072324 CICS APPL ID(CICSS012) MESSAGE(..............................)
    E3AW 20191021072324 ERR TYPE:D LAST STMT:0000000000 LAST STATUS:

    ------------------------------
    Doug Seaver
    Systems Development Services Specialist
    WisDOT
    Madison, WI, USA
    ------------------------------


  • 2.  RE: dialog manager ERR TYPE:D LAST STMT:0000000000
    Best Answer

    Posted Oct 21, 2019 11:31 AM

    Found it. Resource contention with a batch job caused a DB2 timeout.


    SDSF OPERLOG  DEV1     10/21/2019     6W                       COLUMNS 02- 161                                                

     COMMAND INPUT ===>                                            SCROLL ===> CSR                                                  

    M 9000000 ZZZ1     19294 07:23:24.74 STC43612 80000211  DSNT376I  @D01S PLAN=E3AW WITH 272                                     

    D                                         272 80000211          CORRELATION-ID=POOLE3AW0003                                    

    D                                         272 80000211          CONNECTION-ID=CICSS012                                          

    D                                         272 80000211          LUW-ID=NETWINFO.D01SDIST.D6E7AF41CE9B=29678                    

    D                                         272 80000211          THREAD-INFO=DOT1RNWT:*:*:POOLE3AW:STATIC:15935368:*:*           

    D                                         272 80000211          IS TIMED OUT. ONE HOLDER OF THE RESOURCE IS PLAN=DSNTEP4 WITH  

    D                                         272 80000211          CORRELATION-ID=DOTJ6DT4                                         

    D                                         272 80000211          CONNECTION-ID=BATCH                                            

    D                                         272 80000211          LUW-ID=NETWINFO.D01SDIST.D6E7AE502827=29592                     

    D                                         272 80000211          THREAD-INFO=DOTJ6D:BATCH:DOTJ6D:DOTJ6DT4:DYNAMIC:1:*:*         

    E                                         272 80000211          ON MEMBER D01S                                                  

     

    From: Seaver, Douglas - DOT
    Sent: Monday, October 21, 2019 10:17 AM
    Subject: RE: E3AW error in System Test

     
    I found some errors in the java app logs. This was the probable cause of the dialog error:



    [10/21/19 7:37:54:925 CDT] 00000159 SystemOut     O

    Exception on PsS3rdInqSearchcom.ca.gen80.jprt.ProxyException:  [Function: doPsS3rdInqSearchOperation]com.ca.gen80.csu.exception.CSUException: com.ca.gen80.csu.exception.CSUException:  [Function: TCPIPDynamicCoopFlow::doFlow]Inbound commId does not match Outbound Commid:



    ------------------------------
    Doug Seaver
    Systems Development Services Specialist
    WisDOT
    Madison, WI, USA
    ------------------------------



  • 3.  RE: dialog manager ERR TYPE:D LAST STMT:0000000000

    Broadcom Employee
    Posted Oct 22, 2019 02:59 AM
    Dear Douglas,

    the java logs shows %gen80 libs,but you are on GEN 8.6
    Maybe redeploying the Java application with the proper runtime jar solve this. Just an idea.
    regards
    Thomas