Microsoft SQL Server Sources > Before you begin > Create a connection
  

Create a connection

Before you configure the Microsoft SQL Server catalog source, create a connection object in Administrator.
If you use a Windows agent for the SQL Server connector with Windows Authentication v2, specify the login credentials in the Windows agent properties.
    1In Administrator, select Connections.
    2Click New Connection.
    3Enter the following connection details:
    Connection property
    Description
    Connection Name
    Name of the connection.
    Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
    Maximum length is 255 characters.
    Description
    Description of the connection. Maximum length is 4000 characters.
    4Enter properties specific to the Microsoft SQL Server connection:
    Property
    Description
    Runtime Environment
    The name of the runtime environment where you want to run the tasks.
    A runtime environment is either Informatica Cloud Secure Agent or a serverless runtime environment.
    SQL Server Version
    This property is no longer used. If you select a version, it is ignored.
    Authentication Mode
    The authentication method to connect to Microsoft SQL Server.
    Select one of the following authentication modes:
    • - SQL Server Authentication. Use the Microsoft SQL Server user name and password to connect to Microsoft SQL Server.
    • - Active Directory Password. Use the Microsoft Azure Active Directory user name and password to authenticate and to access a Microsoft Azure SQL Database.
    • - Windows Authentication v2. Use this authentication method to access Microsoft SQL Server using the agent hosted on a Linux or Windows machine. When you choose this option on Linux, enter your domain name and Microsoft Windows credentials to access Microsoft SQL Server.
    • - Kerberos. Use Kerberos authentication to connect to Microsoft SQL Server. When you choose this option, ensure that the user account that starts the Secure Agent service is available in the Microsoft SQL Server database. You don't need to enter your credentials to access Microsoft SQL Server.
    User Name
    User name for the database login. The user name can't contain a semicolon.
    To connect to Microsoft Azure SQL Database, specify the user name in the following format: username@host
    Password
    Password for the database login. The password can't contain a semicolon.
    Host
    Name of the machine hosting the database server.
    To connect to Microsoft Azure SQL Database, specify the fully qualified host name.
    For example, vmjcmwxsfboheng.westus.cloudapp.azure.com.
    Port
    Network port number used to connect to the database server.
    Default is 1433.
    Code Page
    The code page of the database server.
    Schema
    The schema name to select tables during object selection in a mapping.
    When you select objects in a mapping, all schemas you have access to are displayed, and you can select tables from the available schemas.
    Database Name
    Database name for the Microsoft SQL Server target connection.
    Database name is case-sensitive if the database is case-sensitive. Maximum length is 100 characters.
    Database names can include alphanumeric and underscore characters.
    Encryption Method
    The method that the Secure Agent uses to encrypt the data sent between the driver and the database server. You can use the encryption method to connect to Microsoft Azure SQL Database.
    Default is None.
    Crypto Protocol Version
    Cryptographic protocols to use when you enable SSL encryption.
    Validate Server Certificate
    When set to True, Secure Agent validates the certificate that is sent by the database server.
    If you specify the HostNameInCertificate parameter, Secure Agent also validates the host name in the certificate.
    When set to false, the Secure Agent doesn't validate the certificate that is sent by the database server.
    Trust Store
    The location and name of the truststore file. The truststore file contains a list of Certificate Authorities (CAs) that the driver uses for SSL server authentication.
    For the serverless runtime environment, specify the following certificate path in the serverless agent directory:
    /home/cldagnt/SystemAgent/serverless/configurations/ssl_store/<TrustStore_filename>
    Trust Store Password
    The password to access the contents of the truststore file.
    Host Name in Certificate
    Host name of the machine that hosts the secure database. If you specify a host name, the Secure Agent validates the host name included in the connection with the host name in the SSL certificate.
    5Click Test Connection.