Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Security
  5. Connection Management
  6. JDBC Client Configuration
  7. ODBC Client Configuration
  8. Configuration for MicroStrategy
  9. Access Control
  10. Logs
  11. High Availability
  12. Server Control
  13. Performance Tuning
  14. Troubleshooting
  15. Appendix A: Database Keywords

Administrator Guide

Administrator Guide

Export

Export

Exports a Dynamic Data Masking database or security rule set. The Dynamic Data Masking Server must be running.
Use the
export
command to export a Dynamic Data Masking database or security rule set from the Dynamic Data Masking Server. You can then import the file into one or more Dynamic Data Masking Servers.
If you do not specify a source Dynamic Data Masking Server, the
export
command exports the object from the local Dynamic Data Masking Server.
The command uses the following syntax:
server config export [/y] <object full path> <file> [[-source] user/pwd@host:port]
For example, if you want to export a database named DEV_SYBASE_DB from the local Dynamic Data Masking Server and name the file DEV_SYBASE_DB_1, you might enter the following command:
server config export "Site\DEV_SYBASE_DB" "DEV_SYBASE_DB_1"
If you want to export the DEV_SYBASE_DB_1 database from a remote Dynamic Data Masking Server, you might enter the following command:
server config export "Site\DEV_SYBASE_DB" "DEV_SYBASE_DB_1" -source admin/admin@ABC12345:7000
The
export
command uses the following parameters:
/y
Forces the command to continue without user confirmation. If you use the
/y
parameter, Server Control does not require confirmation to overwrite an existing file. For example, you might use the
/y
parameter in a script.
object full path
The path in the Management Console of the object that you want to export.
file
The name of the file that the object exports to.
-source
Indicates that the following argument is a source.
user
The Dynamic Data Masking user name that you use to log in to the Dynamic Data Masking Server.
pwd
The password for the Dynamic Data Masking user.
host
The Dynamic Data Masking Server host name or IP address.
port
The Dynamic Data Masking Server listener port.

0 COMMENTS

We’d like to hear from you!