MSSQL: PO Box
Prerequisite:
ZUS in the Cloud service is deployed in your AWS account. Contact Zilla Customer Support to set up ZUS in the Cloud in your AWS account.
OR
ZUS in the Cloud service is deployed on a VM in any cloud platform or on premise datacenter. Contact Zilla Customer Support to set up ZUS in the Cloud. Click on the link for the instructions.
Click on the link for the instructions ZUS in the Cloud Deployment.
Steps to sync the application
Add the MSSQL application.
Click on
Sync Now
.Enable ZUS.
Enable the
Zilla Universal Sync (ZUS)
and fill in the config details.
All or any of the configurations can be kept blank here and can be provided in the ZINC local configurations. The configurations areDatabase Server Host
: The host in the database connection string specifies the hostname or IP address of the database server.Database Server Port
: The port in the database connection string specifies the port number on which the database server is listening. The default value is 1433.Database Name
: The database name in the database connection string specifies the name of the database to connect to.Database Connection Parameters
: It the parameters string from the database connection string. e.g. retry=true&service_name=ZillaDatabase Query
: It is the query to retrieve the data from the database. This should be readonly query.Database Dialect
: The dialect in the database connection string specifies the type of database you are connecting to. The dialect value should bemssql
.Database Driver
: The driver in the database connection string specifies the database driver to be used for the connection. The driver value should bepymssql
.Database Connection String
: The database connection string is an alternative method to configure the database connection. Instead of specifying individual values like host, port, database, username, password, dialect, and driver, you can provide a single connection string. The format should be: 'dialect+driver://username:password@host:port/database?parameters'. If this value is provided, it will be masked after saving because it contains username and password.Database User
: The username in the database connection string specifies the user account to connect to the database.Database Password
: The password in the database connection string specifies the password for the user account to connect to the database.
The sync will fail with the error as shown in the image
Go to the Settings
Go to the Audit Logs and Download the CSV file.
Go back to the application and click on the gear icon
Enable the toggle for “Accounts & Permissions CSV File Upload” and click on
Sync Now
Select the “Accounts & Permissions CSV File Upload” and click on
Next
Upload the previously downloaded CSV file in step 7 above.
Do the CSV column mapping and click on
Next
Now the column mapping is saved, Click on
Discard
.Go back to the application and click the gear icon again
Disable the toggle “Accounts & Permissions CSV File Upload” and click on
Sync Now
.Now onwards, sync will succeed.