The SAP DB tools
Database Manager and Replication Manager each consist of a server part and a client part. The server part is responsible for the functions, and the user uses the client to access the tool.The SAP DB tool
SQL Studio has a graphical user interface and accesses the database instance through ODBC.Web clients are also available for the Database Manager and SQL Studio.
Client/Server for the SAP DB Tools
Client |
Server |
|
Database Manager |
DBMGUI, DBMCLI Web DBM |
DBM Server |
Replication Manager |
REPMCLI |
REPM-Server |
SQL Studio |
SQL Studio Web SQL |
Database Instance |
The Database Manager and Replication Manager have a script interface (for example with Perl or Python). Further clients can therefore be defined via this script interface.
Prerequisite
Client |
Windows NT/Windows 2000 |
UNIX |
DBMCLI |
The X Server must be active as a service on the database server. |
The X server must be running as a background process on the database server. |
DBMGUI |
The X-server must be active as a service on the database server. |
The X server must be running as a background process on the database server. |
Web DBM |
The Web services must be installed together with the Web Server on one server. |
The Web services must be installed together with the Web Server on one server. |
Architecture