Start of change

Starting the IVP

Use the supplied transaction CMAA to invoke the IVP program DFHMAIVP. This transaction uses a BMS interface that allows you to select the Adapters that you want to check.

  1. Start the CMAA transaction from a CICS terminal. You are presented with the following introductory menu:
       
    
                               CICS SFR IVP Menu                               
                                                                               
     Change the default selection if required and press enter key to start IVP 
                                                                               
        Adapter                            Selection Result                   
     1  Link3270 Bridge server adapter ==> /                                
     2  FEPI server adapter            ==> /                                
     3  DPL server adapter             ==> /                                
     4  WMQ server adapter             ==> /                                
     
    
                                                                              
                                                                               
                                                                               
     PF 3 Exit                                                                   
      
  2. If you want to run the IVP for all the supported adapters, accept the defaults. Otherwise, remove the / for the adapter you do not want to check.
  3. Press Enter when you have selected the appropriate adapters to start the IVP. When the IVP is running, the menu displays the progress for each adapter.
                               CICS SFR IVP Menu                                 
    
     Change the default selection if required and press enter key to start IVP   
        Adapter                            Selection Result                      
     1  Link3270 Bridge server adapter ==> /         Completed successfully  
     2  FEPI server adapter            ==> /         Running
     3  DPL server adapter             ==> /         Waiting to start
     4  WMQ server adapter             ==>           Not selected
    
    
    
    
    
    
    
                
     Wait – IVP in progress
     PF 3 Exit                                                                   
    
    When the IVP has finished running, the status for each of the selected adapters should show Completed successfully. If an adapter fails for any reason, the IVP returns a status of Failed. See Responding to IVP errors.
  4. Check the transient data queue (TDQ) CSMT to confirm that the IVP ran successfully.
  5. Exit the IVP using the PF3 key.
End of change