Connect? Service ??

lord_icon

Member
Greetings,
Env.
OpenEdge 10.1
Windows
Problem.
I wish to connect to my database across a network, how do I do this? I believe I require a service of some kind, how would I implement??
On my network If I right mouse click on the required database and Start server. How do I then see... and connect to this database? If I am at a different machine in my network I am unable to connect to the data server I have started. I believe I require to start a service of some kind, then connect how would I do this?? What syntax would I use.
Thanks for any help,
Regards
 

tamhas

ProgressTalk.com Sponsor
First, you have to get the server started with a -S parameter (see doc).

Then, you have to have Progress on the other machine and connect using a -H and a -S parameter.
 
Top