Connection parameter
|
Description
|
-NoSessionReuse
|
(Optional) If specified, the connection does not reuse the SSL session ID when reconnecting over HTTPS to the same PAS for OpenEdge instance.
|
-NoHostVerify
|
(Optional) If specified, turns off host verification for an HTTPS connection. Without this parameter specified, the client compares the host name specified in the connection with the Common Name specified in the server certificate, and raises an error if they do not match. With this parameter specified, the client never raises the error. For more information, see OpenEdge Getting Started: Core Business Services - Security and Auditing.
|
-pf filename
|
(Optional) Where file name specifies a text file containing any of the other PAS for OE connection parameters described in this table. If this file contains any other OpenEdge startup parameters, the method ignores them.
|
-sessionModel option
|
(Optional) Where option specifies the application model in which PAS for OpenEdge sessions must run for this ABL client connection, and can have one of the following values:
Session-managed
Session-free
The value is not case-sensitive.
This parameter is required for session-free applications and is optional for session-managed applications. (The default value is Session-managed.)
|
-URL web-path
|
(Required) Where web-path specifies the URL to connect the ABL client to a PAS for OpenEdge instance. This URL uses the APSV transport to connect to PAS for OpenEdge. For more information on the syntax of this URL, see Connection URL syntax for the APSV transport.
|
-httpBasicUid
|
Specifies the fully qualified name of the user to connect to a Web server that hosts PAS for OpenEdge or AIA web application.
|
-httpBasicPwd
|
Specifies the password for the user name.
|