signDatabaseWithServerID (AdministrationProcess - Java)

Enters a request in the Administration Requests database to sign a database.

Defined in

AdministrationProcess

Syntax

public String signDatabaseWithServerID(String server, String dbfile)
   throws NotesException
public String signDatabaseWithServerID(String server, String dbfile, boolean updateonly)
   throws NotesException

Parameters

String server

The full hierarchical name (can be abbreviated) of the server containing the database to be signed. The empty string ("") means the local server.

String dbfile

New pathname of the database to be signed.

boolean updateonly
  • true to sign only existing signatures (faster)
  • false (default) to always sign the database

Return value

String

The note ID of an entry created in the Administration Requests database.

Example