Basic Tab
The following table and the sections below lists and explains the connection properties that are in the Basic Tab of the New Data Source Window.
| Data source Name |
The name of the data source. |
|
A URL to connect to the physical data source. |
|
|
The Lead node port used for submitting ComputeDB jobs. The default port is 8090. |
|
|
User name and password required to access the data source. When the data source is used as a target for cache tables or data ship, the user must also have permission to create tables, execute DDL, and perform other required tasks. Refer to the individual data source descriptions for details. |
|
|
Flag to indicate whether pass-through login is enabled or not. |
|
|
The type of authentication used by the data source. |
Data source Name
The name of the data source.
Data Type
string
Default Value
""
Complete Connection URL String
A URL to connect to the physical data source.
Data Type
String
Default Value
“”
Remarks
TDV does not validate modifications. The data source adapter might not validate changes. Refer to the datasource specific connection properties section for details.
Leader Node Port
The Lead node port used for submitting ComputeDB jobs. The default port is 8090.
Data Type
Numeric
Default Value
8090
Remarks
None
Login/Password
The login name used to authenticate the data source connection,
Data Type
string
Default Value
“”
Remarks
None
Password
The password used to authenticate the data source connection,
Data Type
string
Default Value
""
Remarks
Pass-through Login
Flag to indicate whether pass-through login is enabled or not.
Data Type
string
Default Value
""
Remarks
Disabled (default)—This allows automated provisioning of a connection pool. Open connection threads can be used by authorized users after the validation query verifies connection status. If pass-through login is disabled, the Save Password check box is not available.
Enabled—A new connection to the data source uses the credentials supplied by the client when data is requested from that data source for the first time. Subsequent requests by the same user reuse the existing connection. When another user attempts to connect to a data source, a new connection is created.
See “Managing Security for TDV Resources” in the TDV Administration Guide for details.
Authentication Type
Indicates the type of authentication used by the data source.
Data Type
String
Default Value
BASIC
Remarks
Following are the available Authetication types:
BASIC
KERBEROS
NTLM
NEGOTIATE
See the TDV Administration Guide for more information about Kerberos authentication.