SQL Server
Creating a Data Source for SQL Server in TrustLogix
Prerequisite Steps
Download Required Files:
Click on the Download button to obtain the zip file containing the necessary SQL scripts.
Execute SQL Scripts:
Use SQL Server Management Studio (SSMS) to execute the following SQL scripts from the downloaded zip file:
tlx_sqlserver_grants.sqltlx_sqlserver_grants_for_aws_rds.sql
Ensure the scripts are run on the appropriate SQL Server instance.
Capture Configuration Details:
Note down the following details:
Username and password used in the SQL grants scripts.
Hostname and port of the SQL Server.
Understand TrustLogix User Grants:
The TrustLogix user will be granted the following permissions:
CONNECT,ALTER,ALTER ANY MASK,ALTER ANY SECURITY POLICYon all existing databases for masking and row access policies.SELECT,ALTER,EXECUTE,CREATE FUNCTION,CREATE TABLEonTLX_POLICY_DBfor masking and row access policies.
The TrustLogix user will also be added as a member of the
db_securityadminrole for each database.
Connection Configuration
Server Name and Port:
Enter the hostname of the SQL Server instance in the format
ServerName,1433(replace1433with the actual port if different).Refer to the guide: How to obtain the server name?
Username:
Provide the username captured from the grants script execution.
Password:
Enter the password corresponding to the username.
Final Step
After populating all the fields, click Save to complete the registration of the SQL Server data source.
Last updated
Was this helpful?

