I
Irfan
Guest
If you are connecting to OpenEdge Appserver then you can define your Appserver URL in multiple ways in your connection parameter. Below are two different ways -URL appServer://localhost:5162/asbroker1 -AppService asbroker1 -sessionModel Session-Managed -H localhost -S 3090 -AppService asbroker1 -DirectConnect -sessionModel Session-free -NoHostVerify -ssl Option-1: Connects to appserver asbroker1 through nameserver which is Session-Managed mode Option-2: Connects to appserver asbroker1 directly without nameserver in between and then you can see the options "NoHostVerify" and "ssl" included You can find more details here - documentation.progress.com/.../index.html If you would like to connect to PAS for OE, then it would be -URL http://localhost:8810/apsv
Continue reading...
Continue reading...