Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Server

former_member329386
Participant
0 Kudos

Hi Experts

What is the relation b/w Database Server(Ds), Presentation Server (ps)and Application server(As)

Is it possible

1) Many Ds, one As and one ps.

2) Many ds, many ps and many as

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

There r three types of Servers in SAP.

1. Database Server :- always 1

2. Application server :- 1 or more

3. Presentation server :- 1 or more " SAP GUI.

Follow the following link for more details:-

http://help.sap.com/saphelp_erp2005/helpdata/en/fc/eb2e8a358411d1829f0000e829fbfe/frameset.htm

3 REPLIES 3

Former Member
0 Kudos

There r three types of Servers in SAP.

1. Database Server :- always 1

2. Application server :- 1 or more

3. Presentation server :- 1 or more " SAP GUI.

Follow the following link for more details:-

http://help.sap.com/saphelp_erp2005/helpdata/en/fc/eb2e8a358411d1829f0000e829fbfe/frameset.htm

Former Member
0 Kudos

Hi,

Database server - Server running the database (data storage and retrieval)

Application server - Server running the application (i.e. the ABAP programs etc)

Presentation server - The user's PC

So,

1 Db server (the hardware can be clustered and resiliant, but there's only one database),

One or many Apps servers (scale these up for many users and use load balancing to make the most of them)

Many Presentation servers (one per user, at least)

Regards,

Nick

Former Member
0 Kudos

Hi,

Presentation server is the one the person is using, that is his desk top.

data base server is the database used.

application server interacts with the presentation and database servers.

you can access many application servers and databases throgh rfc connections from your pc., ie., presentation server...

Regards,

Renjith Michael.