Configure Progress Client Networking (Windows)

Use the following instructions to test the functionality of your Progress Client Networking or Progress SQL Access on Windows operating systems:

  1. Log in to the machine that contains your Progress client software.
  2. Open Notepad.
  3. Enter the following lines into Notepad, substituting your local values for the placeholders:


    -S <Progress Service Name or port number> -H <Progress hostname or IP address> -N tcp -db <your target database name>

    For example:


    -S pro91d -H machine.example.com -N tcp -db isports

    or


    -S 6105 -H 192.168.123.231 -N tcp -db sports92






  4. Name the file progressconnect.pf and save it to C:\temp.
  5. Exit Notepad.
  6. Open an MS-DOS command prompt.
  7. cd into the bin sub-directory of your Progress installation.
  8. Run the following command:


    prowin32 -pf C:\temp\progressconnect.pf






  9. Wait for the following dialog box to appear.
  10. Provide a username and password for your database if required.
  11. Click OK.
  12. Wait for the Procedure Editor window to appear.





  13. Expand the Tools menu.
  14. Select Data Dictionary.
  15. Use the Data Dictionary Tables list box to view the tables in the database.





  16. Close the Data Dictionary view.
  17. Type a SELECT statement in the main body of the Procedure Editor.





  18. Expand the Compile menu.
  19. Select Run.
  20. Confirm that the expected result set is returned.


CategoryDocumentation CategoryProgress CategoryUDA CategoryWindows


Referenced by...