Unable to use the same LU(node name) for another/multiple CICS sessions
search cancel

Unable to use the same LU(node name) for another/multiple CICS sessions

book

Article ID: 188862

calendar_today

Updated On:

Products

SOLVE:Access Session Management

Issue/Introduction

Hi,

I want to use the same secondary node/LU name across all my CICS sessions from Solve.

For e.g. I have CICS1 session defined with MAIP336 as its node name 

When I applied the same node name (MAIP336) for another CICS session, I get the following error when I selected it

 

 SOLVP-------------------------- MAI : Session ---------------------------------

 Session Command ===>                                           Function=End    

                                                                              

 SESSION BT HAS TERMINATED IN ERROR                                             

  N51501 THE FOLLOWING ERRORS WERE ENCOUNTERED ON SESSION BT:                   

  N80502 NODE NAME MAIP336 ALREADY IN USE                                       

                                                                                

In Vtam, I have the following generic LU defined , with what I'm guessing its Solve's default logmode table:

 

MAINMBPA VBUILD TYPE=APPL                                                    

*                                                                            

MAIP???  APPL  DLOGMOD=M2NSNA,                             X     

               EAS=1,                                                                     X     

               MODETAB=MAIFMODE,                                       X     

               MODSRCH=FIRST                                                 

*                                                                            


I want to use the same node name (MAIP336) for the rest of my CICS sessions.

What do I have to change in Solve or the Vtam LU definition  ?

 

Thank you.

 

Environment

Release : 5.0

Component : CA SOLVE:Access Session Management

Resolution

Specific nodes are not shareable by default.

An MAIEX02 can mark a specific node as shareable. This requires assembler coding skills.

Note also that the same SLU cannot have multiple sessions with the one CICS application.