on ‎2021 Jan 19 8:01 AM
Hey guys. I have a question about the netweaver application server.
I dont understand the difference between sap abap dispatcher ( not the web dispatcher) and message server. Message server looks which application server have howmany traffic? But dont execute anything. It has only information about the traffic. And this infos give the message server to the abap dispatcher. The abap dispatcher decide then, on which application server the user can logon and work with this as.
Is this explanation right?
Thx
Request clarification before answering.
Hi,
There's one Message Server per each system.
The SAP Message Server is a part of the ABAP Server central services instance (ASCS instance); where the Enqueue is also running.
As my colleague Mercedes mentioned, it is the communication channel with all the application servers (instances) from the system. The Message Server is also used to perform load distribution, as it has a general overview of the status from all the application servers (instances):
list of available instances, services provided by each instance and load status.
It handles the communication between the instances of the system via the instance dispatchers.
There's one Dispatcher pear each instance of the system.
It initializes the application server, with corresponding ports and shared memory allocation.
It also starts the work processes and the rest of the processes started for each instance.
See Architecture of SAP NetWeaver Application Server ABAP online help:
https://help.sap.com/viewer/ff18034f08af4d7bb33894c2047c3b71/7.5.7/en-US/f9e2350eca7f4a109eb0a7bc631...
to get more details about all Components of SAP NetWeaver Application Server.
Regards,
Raquel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.