Background documentationPort Locate this document in the navigation structure

 

A port is the end point of a logical connection. Services and server programs can be assigned port numbers. SAP MaxDB uses port numbers, for example, for the SAP MaxDB X Server.

Ports and Protocols of the SAP MaxDB X Server

Service

Port

Log

Protocol Identifier

SAP MaxDB X Server

7210

TCP/IP

remote://

Only in SAP systems:

SAP MaxDB X Server with SAP network protocol NI

7269

NI

(based on TCP/IP)

sapni://

Only in SAP systems:

SAP MaxDB X Server with SAP encryption library and SAP network protocol NI

7270

SSL/TLS

NISSL

(based on TCP/IP)

remotes://

sapnis://

The ports are entered in the services file, which you can find at the following locations:

  • Microsoft Windows: C:\WINDOWS\system32\drivers\etc\services

  • Unix and Linux: /etc/services

Syntax Syntax

  1. Service Port/Protocol
End of the code.

Example Example

[...]

sql6 7210/tcp

[...]

sapdbni72 7269/tcp

sapnissl76 7270/tcp

End of the example.

More Information

X Server, Ports and Protocols of the X Server