Return type:
Applies to:
CONNECT ( connection-parms, userid, password, app-server-info )Table 71 describes the connection parameters available to connect a PAS for OE instance.
Table 71: -NoSessionReuse -NoHostVerify 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 -sessionModel option Where option specifies the application model required by the ABL client for this connection, which can have one of the following values:This value is not case sensitive. -URL web-path Where web-path specifies the URL to a PAS for OE instance using the following syntax:Specifies the OE ABL Web application and ABL client (or Open Client) transport (apsv) to connect with, where web-app-name is the name of an OE ABL Web application other than the default (oeabl.war) and any other combination specifies a connection to the default OE ABL Web application.For example, assuming a given PAS for OE instance (scheme, host, and port (.)), an ABL client connection to an OE ABL Web application deployed in a WAR file named inventory.war has the following URI:
Note: Connections to an Internet-secure (HTTPS) PAS for OE instance require the management of digital certificate stores for public keys on the client (SSL client) and private keys on the PAS for OE instance (SSL server). For information on configuring PAS for OE for HTTPS connections, see the Pacific Application Server for OpenEdge: Administration Guide. For information on using SSL to secure the client side of a PAS for OE application, see the Pacific Application Server for OpenEdge: Application Migration and Development Guide. For information on managing digital certificate stores for OpenEdge SSL clients, see OpenEdge Getting Started: Core Business Services - Security and Auditing.userid , password , app-server-infoFrom one to three character string parameters passed as input to the PAS for OE Connect procedure, which is specified by the sessionConnectProc property in the instance openedge.properties file. The possible values that you can specify for these parameters is determined by the Connect procedure for the business application. If you omit a parameter, it defaults to the Unknown value (?).
![]()
One of the values specified in the connection-parms parameter is invalid.
![]()
The PAS for OE instance executes a Connect procedure that terminates with a STOP condition, a QUIT condition, or after executing a RETURN ERROR statement. For more information on PAS for OE Connect procedures, see the Pacific Application Server for OpenEdge: Application Migration and Development Guide.For example, the following code fragment makes a session-free connection to an OE ABL Web application named GeneralLedger on a local instance of PAS for OE:
© 2014 Progress Software Corporation and/or its subsidiaries or affiliates. |