Developer Studio accessing a remote PASOE Instance

Cecil

19+ years progress programming and still learning.
OE: 11.7.11

I'm developing a new PASOE web service and I want the code and deploy against a remote PASOE instance (linux machine) rather than my localhost version.

When setting up the new project in developer studio and I try and add a new Server, it defaults to localhost. But when I try and specify the remote Linux server, I get an error "The currently selected server type does not support remote hosts".

1681938654982.png

How do I do this?
 
Last edited:

Cecil

19+ years progress programming and still learning.
There's this Progress Customer Community which may help.
The gist of it is that you need to connect to that remote machine's Admin Service.
Yes, I guess that I am trying to connect to the remote admin service.

I followed the instructions, but when it came to adding a New Project, the remote admin server was not listed.
 
Last edited:

Stefan

Well-Known Member
Leave localhost on the first page of the dialog and click on next.

On the second page of the dialog you choose your OpenEdge Explorer connection, if you click on 'Configure...' next to that combo box you can add a config pointing to your remote OpenEdge Explorer.
 
Top