The default behavior of the handler is to deny all connections. The connect section specifies exceptions to that behavior. For example, if all the connect sections were absent or empty, then by default no connections could be made.
The connect section can contain:
A default access entry is of the form:
Access=accessRight
A replacement connection string entry is of the form:
Connect=connectionString
Part | Description |
---|---|
Connect | A literal string that indicates this is a connection string entry. |
connectionString | A string that replaces the whole client connection string. |
Access | A literal string that indicates this is an access entry. |
accessRight | One of the following access rights:
|
If you want to allow any connection (in effect, disabling the default handler behavior), set the access entry in the connect default section to Access=ReadWrite
, and delete or comment out any other connect identifier section.
Customization File Logs Section | Customization File SQL Section | Customization File UserList Section | DataFactory Customization | Required Client Settings | Understanding the Customization File | Writing Your Own Customized Handler