cancel
Showing results for 
Search instead for 
Did you mean: 

Default Port Number Of MaxDB

Former Member
0 Kudos

Hi,

Can u tell me what is the Default port No.

My Requirment is to Connect to MaxDB using 4th Type Driver(sapdbc.jar).

Can u tell me Procedure for connecting maxdb (using 4th Driver).

regards

Guru

Accepted Solutions (0)

Answers (1)

Answers (1)

roland_mallmann
Advisor
Advisor
0 Kudos

Hi,

did you try using either port number 7200 or 7210?

Regards,

Roland

Former Member
0 Kudos

Hi!

I have the same problem. Port 7210 is not working. I have to check 7200.

However, could you please tell me, how you solved the problem? Is 7200 working or do I have to use another Port?

Thank you very much!

Anja

roland_mallmann
Advisor
Advisor
0 Kudos

Hi Anja,

7210 should be able to work, it is one of the standard ports used by MaxDB (as is 7200). You should find these entered in the Windows\System32\drivers\etc\services file as sql30 (port 7200) and sql6 (port 7210).

Please make sure you use the correct MaxDB url to connect using the jdbc driver:

jdbc:sapdb://<host>:<port>/<database>

Regards,

Roland

TTK
Employee
Employee
0 Kudos

Hello

please take into account that a firewall might lock certain ports. Therefore check, whether a firewall is somewhere in between.

FYI, in order to use TCP/IP connections the MaxDB xserver-process (not related to X Window!) has to be started. For JDBC this is always necessary:

x_server start

or installed as service:

x_server install

Regards Thomas