OpenLink Universal Data Access (UDA) Wiki
Documentation and guidance on installing, configuring and trouble-shooting UDA
Recent Pages
The following pages have been modified recently:
Identify the Progress socket service
- Log in to your Progress DBMS server.
- Locate the database log file.
Typically, the log file should have the same name as the database .db file with a .lg extension; e.g., the sports92.db file will typically have a corresponding sports92.lg file.
- Make a copy of the database log file.
- Open the copy with a text editor.
- Locate the section covering to the most recent database startup.
- Find the socket parameters.
For example:
1:50:04 BROKER 0: Host Name (-H): oplusaix3. (4261)
1:50:04 BROKER 0: Service Name (-S): pro91d. (4262)
1:50:04 BROKER 0: Network Type (-N): tcp. (4263)
- Record the value shown for Service Name.
- Exit the file.
This is your database's socket service.
- Open the local /etc/services file.
- Locate the socket service name in the list of services.
- Identify the tcp port number associated with the service.
This is the port number.
For example:
pro91d 8893/tcp