Designating a Teradata connector property as overridable in the QueryGrid portlet allows you to override configured Teradata connector properties when starting queries during an individual processing session.
When you override a Teradata connector property, the servername in the syntax statement indicates the foreign server the listed and overridable Teradata connector properties apply. The designated foreign server uses the value of the properties listed in the syntax statement until the occurrence (if any) of another servername.
- Under Fabric Configuration, select Fabrics.
- Select the fabric.
- Perform one of the following:
Option Description To override a Teradata connector property in the Connectors tab - Select the Connectors tab.
- Select
next to the connector that has the property to override.
- Select Edit.
- Select
next to Connector Software.
- Find the Teradata connector property to override and select the Overridable check box.
- Select OK.
- Select Save..
To override a Teradata connector property in the Links tab - Select the Links tab.
- Select
next to the link that has the property to override.
- Select Edit.
- Select
next to Initiating Connector or Target Connector.
- Find the Teradata link property to override and select the Overridable check box.
- Select OK.
- Select Save..
- Use the following syntax when running Teradata Database 16.00 or later to override the Teradata connector property during a session:
set foreign server attr = ‘servername=<fs1>;<prop1>=<overrideVal1>;…;servername=<fs2> <prop1>=<overrideVal1>;…;’ for session volatile;
For example:Set foreign server attr = ‘servername=fs1;readtimeout=500000;writetimeout=200000;servername=fs2; responsetimeout=250000;’ for session volatile;
- [Optional] To clear Teradata connector property overrides without closing a session, use the following syntax:
Set foreign server attr = NONE for session volatile;