How to Connect to a Source System
- About Connections
- Setup a Connection to the Data Source to be Indexed
- Enter the Basic Connection Information for Your Connector
- Secure Your Content
- Specify Security to Permit Owner-only Access
About Connections
Connection defines how to connect to a content source, and includes identifying elements such as:
- Servers
- User Accounts and Credentials
- Database information (for database connectors)
Connections and Content Sources can also be imported and exported.
The following connection types are available in the Connectivity Hub:
- SQL connection
- Web service connection
Note: As you add your information, click to see the tabs that require field entry information.
Setup a Connection to the Data Source to be Indexed
Use the following steps to set up a connection to the data source you wish to index.
- From the BA Insight Connectivity Hub, click the Connections link from the top navigation.
-
Click New > Web Service connection.
-
The Connect to web service pop-up window appears.
- By default web services are configured for anonymous access and require no authentication.
- Authentication mode:
- "Use Service Account" uses your machine service account and requires no further action.
- "Specify User Account" requires a user name and password. See "Advanced Web Service Connection Options (Optional)" below for more information.
- Authentication mode:
- By default web services are configured for anonymous access and require no authentication.
-
Click Connect.
-
IF you have special authentication requirements, see the advanced connection options below.
When you place your cursor in the Web service URL field, a list of previously-entered web service URLs may appear, if this information has been entered into this browser before (Chrome browser is shown in the graphic below).
Advanced Web Service Connection Options (Optional)
- Web service URL (required):
- https://: Secure through SSL. This data is encrypted.
You can choose to provide an https:// site that is:- Provided by an outside authority
- Self-certified: You might choose to use a self-certified certificate when you access a Web Service on your own intranet.
- http://: Not secure through SSL. This data that is transmitted between Connectivity Hub and the web service, using this format, is not secure because this data is not encrypted
- https://: Secure through SSL. This data is encrypted.
- Authentication mode: By default web services are configured for anonymous access and require no authentication.
- Login (user name) and password are required in special cases where customer policy requires authentication: see the table below.
- Login (user name) and password are required in special cases where customer policy requires authentication: see the table below.
- Click the Connect button to complete the process.
- Configure the authentication manually in IIS for the web service. For more information, go to Configure Basic Authentication (IIS 7).
Use the following table to determine which Web service and Authentication mode works best for your organization:
Authentication | Description | Web Service | Data |
---|---|---|---|
Service account |
Also known as Windows Authentication: Your application pool account is used to connect to the web service.
|
Secure through SSL | Data is encrypted and access to services is only through Windows authentication. |
Not secure through SSL | Data is sent over the network unsecured and the web service might be exposed | ||
Specify User Account | Basic Authentication: If you deployed your Web Services Connector to a remote domain, select Specify User Account and enter a user account and password. | Secure through SSL | Data is encrypted and access to services is only through Basic authorization. |
Not secure through SSL | Password is transmitted in clear text. This method is not secure. |
Enter the Basic Connection Information for Your Connector
Specify the Connection Information
- From the Connections page select <your web service Connector> > > Edit
- Select the Connection Info tab.
The Connection Info page appears. - Enter your connection name in the Title field. save any changes.
- Web service URL: The Web Service Connector URL.
You can find this URL using the following steps:- Open IIS
- Selecting your Connector from the Sites list.
- Select the Content View tab from the bottom middle of the window.
- "Browse" the file DataConnector.asmx, shown below to see your web service URL in a web browser:
General Settings Tab
- To specify settings in the General Settings tab and any tab before the Security tab, see the specific documentation for the Connector that you installed.
- Click the Save button after completing the required fields in all tabs.
- Next, secure your content to be indexed.