Synchronize Dynamics 365 Accounts or Contacts with Salesforce Accounts or Contacts > Using the Synchronize Dynamics 365 Accounts or Contacts with Salesforce Accounts or Contacts recipe > Configuring and publishing the MySQLConnectionCustomer connection
  

Configuring and publishing the MySQLConnectionCustomer connection

Before configuring the MySQLConnectionCustomer connection, perform the following steps:
To configure and publish the MySQLConnectionCustomer connection, perform the following steps:
    1Open the MySQLConnectionCustomer connection.
    2In the Type field, select JDBC Generic Cloud Adapter.
    3In the Run On field, select the Secure Agent.
    4In the Connection Properties section, enter values for the following properties:
    Property
    Description
    JDBC Connection URL
    The URL schema for the database. Use the following schema for the MySQL database:
    jdbc:mysql://<Host>:<Port>/<Database>
    For example: jdbc:mysql://<Host>:<Port>/customer
    JDBC Jar Directory
    The path to the JDBC driver .jar file. For example, you can enter the following directory: C:/jdbc
    If you do not specify a directory path, the Secure Agent gets the .jar file from the process-engine/ext directory.
    You must specify one of the following values for the JDBC connection to work successfully:
    • - JDBC JAR directory. If you choose to specify the JDBC JAR directory, you can place the .jar file in any directory and specify the directory in the JDBC Jar Directory field.
    • - JDBC driver class name. If you choose to specify the JDBC driver class name, you must place the JDBC driver .jar file in the following directory:
    • process-engine/ext
    JDBC Driver Class Name
    The name of the JDBC driver class. Use the following MySQL driver class name:
    com.mysql.jdbc.Driver
    You must specify one of the following values for the JDBC connection to work successfully:
    • - JDBC JAR directory. If you choose to specify the JDBC JAR directory, you can place the .jar file in any directory and specify the directory in the JDBC Jar Directory field.
    • - JDBC driver class name. If you choose to specify the JDBC driver class name, you must place the JDBC driver .jar file in the following directory:
    • process-engine/ext
    Schema
    The schema name is the database name. For example: customer
    User name
    User name to connect to the database.
    Password
    Password to connect to the database.
    Object Filter
    Object names. For example: customer_onboard
    5 Save and publish the connection.