Feedback

  • Contents
 

Create a UDL File

You'll create a database connection file (.UDL) using Microsoft's Data Link Properties utility to define an OLE DB data source that connects a database server with applications. You'll need to create the UDL file before adding a Dialer database connection.

Prerequisites

  • You cannot define a connection to a database that does not exist, so ensure your database administrator first creates the database.

  • Oracle 11g R2 11.2.0.1.0 (64-bit) users must install the Central Campaign Server on a server separate from the Oracle server. For more information, see "Oracle Database Considerations" in CCS Hardware and Software Requirements.

  • If you use Oracle DBMS, the Oracle Client installation is a prerequisite. If the Oracle Client is not installed, you cannot select the OLE DB provider for Oracle in step 6 below. You can download the client, which includes the "Oracle Database Utilities." For more information, see "Oracle Database Considerations" in CCS Hardware and Software Requirements.

Procedure

  1. Open Notepad, click the File menu, and select Save.

  2. Navigate to the UDL folder (X:\I3\IC\Server\UDL).

  3. Type a name for the database connection file in the File name box. Specify .udl as the file extension.

  4. Click Save and then close Notepad.

  5. Using Windows Explorer, navigate to the UDL folder and double-click the .udl file to open Microsoft's Data Link Properties utility. The Connection tab is active by default.

  6. Select the Provider tab, which lists available OLE DB service providers.

    • If Microsoft SQL Server is installed, Microsoft OLE DB Provider for SQL Server is selected by default.

    • If Oracle is installed, select Oracle Provider for OLE DB.

Note: Do not select Microsoft OLE DB Provider for Oracle. Microsoft Oracle Provider for OLE DB is listed only if the Oracle Client is installed.

  1. Click Next to advance to the Connection tab. The Connection tab associates a service provider with a specific database server. Slightly different connection options are displayed, depending on whether you selected a Microsoft or an Oracle provider.

Note: If you click the Help button at any time while this dialog is active, topics from Microsoft's help system will appear to lead you through the configuration process.

  

SQL Server

Oracle

  1. For SQL Server, in the Server Name field select or type the name (or IP address) of the SQL server that hosts Dialer database tables.

  2. Select Use a specific user name and password.

  3. Specify credentials for a user account with rights to create, delete, modify, add indexes, insert records and update records on Dialer tables. Contact your database administrator for a user account that meets these requirements.

  4. Ensure the Allow saving password box contains a check mark. The password will be stored in the UDL file.

  5. Click the arrow at the end of the Select the database on the server drop down list to choose the database that contains the campaign tables you wish to associate with this UDL connection.

             

  1. For Oracle, in the Data Source field type the name of the Oracle Net Service Name.

  2. Select Use a specific user name and password.

  3. Specify credentials for a user account with rights to create, delete, modify, add indexes, insert records and update records on Dialer tables. Contact your database administrator for a user account that meets these requirements.

  4. Ensure the Allow saving password box contains a check mark. The password will be stored in the UDL file.

Note: In most cases you can leave settings on the Advanced tab unchanged. Options on the Advanced tab specify additional network and access permission settings, using features appropriate for the selected service provider.

  1. Click Test Connection. If the connection works properly, the Test connection succeeded dialog appears.

  2. Click OK to close the dialog. If a different message appears, correct your entries and try again.

  3. Click OK to close the Data Link Properties dialog.