Register Login

Dialog Instance.

Updated May 18, 2018

Main purpose of dialog instance is to intercept request from work  from sap clients and to execute abap programmes is service the request for data.


Comments

  • 28 Jul 2010 8:26 am Rishi Harish Best Answer
    @ balu . the dialog instance is used to maintain load on the server. if there are many users additionally adding on a server we need to provide them with additional work processes. hence a dialog instance is connected parallely to a central instance but the database in dialog instance is pointed to the central instance only. in each dialog instances the resources of the system r used to increase the work processes. the dialog instance does not contain message server , gateway server and enque server. it can only handle dialog , background and update work processes.
  • 27 Jul 2010 10:09 am Guest Helpful Answer
    dialog instance is used to handle the request from clent and maintain that requests to workprocess
  • 20 Jun 2016 4:48 pm Guest Helpful Answer

    Dialog instance is mainly used for load balncing, Initially Sap system is installed on Central instance later on to balance load we install dialog instance. Central instance communicate with DI via message server through ABAP dispatcher. DI doesnt contain message and enque server.

  • 16 Feb 2016 4:31 pm Guest

    how do dialogue instances work?

  • 26 Feb 2016 7:45 pm syed faraz

    Hi RISHI HARISH,

    Sorry to interrupt you but aaccordind to me, there will be a gateway server in the dialoge instance but instead no message server and enqueue work process... 


×