Test access to the OpenEdge database running inside a container
- Last Updated: March 17, 2020
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
A simple way to test whether the OpenEdge database running inside a Docker container can be accessed from outside the container is to use an ABL client such as Data Administration to establish a connection with the database.
To establish a connection with the OpenEdge database running inside a container
using Data Administration:
- Launch Data Administration.
- Select Database > Connect in the menubar.
- Enter the database name in the Physical Name field.
- Click Options.
- Enter the IP address of the Docker host in the Host Name field.
- Enter the database server port in the Service Name field.
- If user credentials are required to access the database, then enter a valid user ID and password in the User ID and Password fields.
- Click OK.
You should be able to connect to the OpenEdge database in a container.