Show TOC

HTTP Output Adapter ParametersLocate this document in the navigation structure

The HTTP Output adapter receives SQL queries wrapped in HTTP requests from a client application, such as a Web browser, and sends chunk-coded stream content back to the client.

You can configure the adapter on any source stream as an outbound data location. The authentication method is set to Event Stream Processing standards: rsa, kerberos, or Native OS (user name/password). To use this adapter, ensure SAP HTTP adapter version 1.0 or later is installed.

Property Label Description
Connector Directory Path

Property ID: baseDir

Type: directory

(Required) Specifies the absolute path to the adapter installation directory. This property is ignored if the Connector Remote Directory Path property is supplied. No default value.

Use a forward slash for both UNIX and Windows paths.

Configuration File Path

Property ID: configFilePath

Type: configFilename

(Required) Specifies the absolute path to the adapter configuration file. This property is ignored if the Remote Configuration Path property is supplied. Ne default value.

Use a forward slash for both UNIX and Windows paths.

Connector Remote Directory Path

Property ID: remoteBaseDir

Type: string

(Advanced) Specifies the path to the adapter remote base directory, for remote execution only. If this property is supplied, the Connector Directory Path is ignored. No default value.

Use a forward slash for both UNIX and Windows paths.

Remote Configuration File Path

Property ID: remoteConfigFilePath

Type: string

(Advanced) Specifies the path to the adapter remote configuration file, for remote execution only. If this property is supplied, the Configuration File Path property is ignored. No default value.

Use a forward slash for both UNIX and Windows paths.

PropertySet

Property ID: propertyset

Type: string

(Advanced) Specifies the name of the property set. Property sets are reusable sets of properties that are stored in the project configuration file. Using these sets allows you to move adapter configuration properties out of the CCL file and into the CCR file. If you specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set override the values defined in the ATTACH ADAPTER statement. No default value.