.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


RegistrationLog property
Example

Read-write. The log file to use when creating IDs.

Defined in

NotesRegistration

Data type

String

Syntax

To get: string$ = notesRegistration.RegistrationLog

To set: notesRegistration.RegistrationLog = string$

Usage

Optionally set this property before calling RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

No logging occurs if this parameter is an empty string.

If this parameter is anything other than an empty string, logging goes to the file named CERTLOG.NSF in the Domino data directory on the registration server.

Language cross-reference

RegistrationLog property in Java Registration class

Example
See Also