cancel
Showing results for 
Search instead for 
Did you mean: 

central instance help.

former_member829550
Active Participant
0 Kudos

hi,

can anybody differentiate between the central instance and a application server.

from my perspective , CI is the one which has dispatcher,wp's,etc.,

then what excatly is the application server holds.

do App.Ser = CInstance. or is there any difference between them.

help needed, as i am totally confused with these terms.

related links will be truly appreciated.

regards,

bhupesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In a traditional central instance (e.g. R/3 4.7), it is basically.

1. A message server (you can see this as a running process).

2. A abnormal instance: One of the work processes is the enqueue.

This is how you can tell that it's different.

For the newer ABAP instances (NW, NW 7, 7.1, etc.), you can find what they called high-availability enqueue replication. To do this, what happened is that the enqueue is removed from the abnormal instance. So ... you'll see:

1. A message server process

2. An enqueue process

3. A normal instance.

JPReyes
Active Contributor
0 Kudos

In a traditional central instance (e.g. R/3 4.7), it is basically.

1. A message server (you can see this as a running process).

2. A abnormal instance: One of the work processes is the enqueue.

this doesn't make sense.... are you saying that the enque is an abnormal process??? based on what?

Juan

Former Member
0 Kudos

CI instance:

DIA, BTC, SPOOL, UPDATES, and ENQ

App instance:

DIA, BTC, SPOOL, UPDATES

I'm saying the instance is abnormal. I am not saying the ENQ process is abnormal.

JPReyes
Active Contributor
0 Kudos

What's abnormal in a Central instance? abnormal will be that the enque wasn't there

Former Member
0 Kudos

lol, I completel agree! I'm just saying that the ENQ process is what makes CI different from the App instances. I guess I could've worded it better.

Hey, I love my CI, I depend on it for my paycheck. I am sorry that I called it abnormal! haha

JPReyes
Active Contributor
0 Kudos

yeahh.... She might get offended and plan a complot with the database against you!!

hehehe

Regards

Juan

Answers (2)

Answers (2)

former_member829550
Active Participant
0 Kudos

thz

JPReyes
Active Contributor
0 Kudos

Central instance is the one that hold the enque process which is the process responsable to handle the database locks.

This question has been answered numerous times... next time please search before posting

Regards

Juan