Kbase P107428: OpenEdge Architect: How to make a database connection for a project using TCP/IP
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/05/2009 |
|
Status: Verified
GOAL:
How to add a database connection for an OpenEdge project
GOAL:
How to make a database connection using TCP/IP
GOAL:
How to add a database into the Connections tab within the OpenEdge Architect
FACT(s) (Environment):
OpenEdge 10.1A
Windows
FIX:
1. Right mouse click in the OpenEdge Project -> Properties
2. In the Connections Tab click on the Add button
3. In the Name field of the new dialog box insert the database name
4. In the Alias field enter one of more alias separated by comma. This value is optional.
5. In the Connection field insert the -db, -N, -H and -S parameters
Example: -db sports2000 -N TCP -H pctest -S 3456
6. Restart your project to see the database connection.