Unable to find database port

sudipta

New Member
Hi,

I am new to Progress DB.

I am using Progress9.1 D on Windows XP environment.

Some of our databases are started using proserve command.

I am unable to find the port database is started.

Please someone help.
 
If you start the databasae with -H and -S then the port number is defined by the -S parameter. If you only use proserver without the -H and -S options then the database is only available for self-service clients.
If the database is started up with proserve and -H and -S and there is a name after -S then you can find the port number in the services file, which on windows resides in C:\WINDOWS\SYSTEM32\DRIVERS\ETC (for a default windows install).

Casper.
 
Back
Top