Skip to main content

Configure DataSync

Before users can access Nectari DataSync, the application must be configured and the product license registered. The first person to register becomes the initial administrator and defines the essential application and server settings. These steps ensure DataSync is ready for team use and secure operation.

Register to DataSync

  1. Open your web browser and enter the server address you set during DataSync installation.
  2. On the login page, click Register.
  3. Enter your email, first name, and last name.
  4. In the Serial Number field, enter your product license number and click Register.

After registration, the new user appears in the Users list and receives an activation email to set their password.

Activate the account

  1. Click the activation link received by email.
  2. On the password setup page, enter your password in both fields.
  3. Click Set password.
  4. Follow the link to log in to Nectari DataSync.

Set up DataSync

After your first login, you will be redirected to the Settings page (or select Settings from the welcome screen). Here, configure all necessary parameters for DataSync operation:

  1. Review and edit the Connection Properties and SMTP Server panels—the wizard automatically imports settings you provided during installation.
  2. Under Server URL, specify the URL to be included in email notifications.
  3. In the Users panel, click Add User to add more users who will share the same license.
  4. For each panel, click Save to confirm your changes.

Connection Properties

PropertyDescription
ServerSpecifies the server name where the DataSync database is hosted.
DatabaseDefines the DataSync database to use—either the one chosen during installation or the default.
UsernameRepresents the administrator name for the database server.
PasswordRepresents the administrator’s password for the database server.
TimeoutSets the number of seconds DataSync will wait to connect before an error is generated. Default is 20 seconds.
Max Pool SizeSets the maximum number of database connections allowed in the pool. Default is 100; must be at least 1. Should not exceed the MaxNumberOfJobsRunningInParallel value in appsettings.json.
EncryptEnables encryption for data sent between DataSync and the SQL Server, providing enhanced security.
Trust Server CertificateEnables SSL encryption and skips server certificate validation during connection.
Create database if not existAllows DataSync to automatically create a dedicated database for connection definitions if it does not already exist.

SMTP Server properties

PropertyDescription
SMTP ServerSpecifies your organization’s SMTP server address for sending automated emails and notifications.
Sender AddressIndicates the email address shown as the sender for automatic messages from DataSync.
Port NumberSpecifies the network port to use for connecting to the SMTP server.
Connection ModeDetermines the authentication method: choose Network credentials or API key.
User name(Optional) Provides the administrator email address for authenticating to the SMTP server.
Password(Optional) Provides the administrator’s password for the SMTP server.
Use SSL/TLSEnables SSL or TLS for encrypted communication with the SMTP server.
API KeyEnables authentication using an API key when API key is selected as the connection mode.