setServerDirectoryAssistanceSettings (AdministrationProcess - Java)

Enters a request in the Administration Requests database to set the Directory Assistance field in a server document.

Defined in

AdministrationProcess

Syntax

public String setServerDirectoryAssistanceSettings(String server, String dbfile)
   throws NotesException

Parameters

String server

The name of the server on which to change the settings.

String dbfile

The pathname of the Directory Assistance replica on the server.

Return value

String

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

Example