Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

The AuditClient utility, located in the D2000 installation directory, Utils subdirectory, is used to obtain records of changes to objects of the User and Object group type. You need Java 11 or a newer one to run it.

The utility to connect to the D2000 application server requires the running D2Connector service. In the case of redundant D2000 application servers, it is recommended that one instance of D2Connector (started with the /Sname Server parameter) is firmly connected to each server for this purpose.

...

ParameterMeaning of the parameter 
-c server:port[;certificate]

The address for connecting to D2Connector:

  • Server - the address of the server on which D2Connector is running
  • Port - TCP port on which the D2Connector accepts connections (default port 3120)
  • Optional certificate path if the encrypted connection is used (off by default)

If the parameter is not specified, AuditClient attempts to connect to localhost: 3120

-l logDir

It specifies the path to the directory where AuditClient will store LOG files.
If the parameter is not specified, the files are stored in the directory specified by the %TEMP% environment variable.

-o outputDir

Prefills the path to the directory where AuditClient will store the output XML files. The path to the directory can be changed later in the application.
If the parameter is not specified, the path will be left blank at startup and will need to be specified.

...

  1. Connecting ... - indicates establishing a connection with D2Connector.
  2. Logging in ... - indicates authentication of login data by the D2000 server.
  3. Downloading filters ... - indicates successful login, but still downloading filtering data from the server.

...

  • Unable to initialize connection to d2connector - it is not possible to establish a connection with D2Connector. Make sure the process is running, listening on to the address you are trying to contact, and that the connection is not being blocked by a firewall.
  • Unable to login - The D2000 server refused to log in to the system. Check the validity of the login details and also whether the D2000 server is active. (D2Connector can accept connections even when the server is down). In the case of redundancy, it is necessary to connect to the HOT server for the first time. After disconnection, it is possible to work with SBS servers.
  • Connection to d2connector lost - The message is displayed if the connection was successfully established but was later lost due to a communication error.
  • Incomplete filter list for ... - The message is displayed if the complete list of filter data could not be read due to an error on the monitoring database side. It is possible to work with the application, but the filter list will be incomplete.

...