Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Connection Management
  5. JDBC Client Configuration
  6. ODBC Client Configuration
  7. Access Control
  8. Logs
  9. High Availability
  10. Server Control
  11. Performance Tuning

Administrator Guide

Administrator Guide

Aqua Data Studio Configuration

Aqua Data Studio Configuration

Complete the following steps to configure the Aqua Data Studio client:
  1. Copy the GenericJDBC.jar file. You can find the file in the following location:
    <Dynamic Data Masking installation>\Wrappers\jdbc\GenericJDBC.jar
  2. Save the GenericJDBC.jar file in the following location:
    <Aqua Data Studio installation>\lib
  3. If you want to use datastudio.bat to launch Aqua Data Studio, complete the following steps:
    1. Find the datastudio.bat file. You can find the file in the Aqua Data Studio installation directory.
    2. Save a backup of the datastudio.bat file.
    3. Open the datastudio.bat file in a text editor. To set the environment variable, add the following text to the last line of text in the file:
      -javaagent:.\lib\GenericJDBC.jar= host:<ddm_host>,port:<ddm_generic_service_port>
      The line that you modified is similar to the following text:
      java -Dfile.encoding=UTF-8 -Xms512M - true -javaagent:.\lib\GenericJDBC.jar= host:<ddm_host>,port:<ddm_generic_service_port> -cp ".\lib\ads.jar;%ADS_PATH%" com.aquafold.datastudio.DataStudio
    4. Save datastuido.bat.
  4. If you want to use datastudio.exe to launch Aqua Data Studio, complete the following steps:
    1. Find the datastudio.cfg file. You can find the file in the Aqua Data Studio installation directory.
    2. Save a backup of the datastudio.cfg file.
    3. Open the datastudio.cfg file in a text editor. To append the -javaagent argument to the Java command line, add the following Java agent argument before the
      -cp
      text:
      -javaagent:.\lib\GenericJDBC.jar= host:<ddm_host>,port:<ddm_generic_service_port>

0 COMMENTS

We’d like to hear from you!