961N/A;/*
961N/A; * CDDL HEADER START
961N/A; *
961N/A; * The contents of this file are subject to the terms of the
961N/A; * Common Development and Distribution License, Version 1.0 only
961N/A; * (the "License"). You may not use this file except in compliance
961N/A; * with the License.
961N/A; *
961N/A; * You can obtain a copy of the license at
961N/A; * trunk/opends/resource/legal-notices/OpenDS.LICENSE
961N/A; * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
961N/A; * See the License for the specific language governing permissions
961N/A; * and limitations under the License.
961N/A; *
961N/A; * When distributing Covered Code, include this CDDL HEADER in each
961N/A; * file and include the License file at
961N/A; * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
961N/A; * add the following below this CDDL HEADER, with the fields enclosed
961N/A; * by brackets "[]" replaced with your own identifying * information:
961N/A; * Portions Copyright [yyyy] [name of copyright owner]
961N/A; *
961N/A; * CDDL HEADER END
961N/A; *
961N/A; *
5025N/A; * Copyright 2008-2010 Sun Microsystems, Inc.
5385N/A; * Portions Copyright 2011 ForgeRock AS
961N/A; */
961N/A;/*
961N/A; * ==========================================================================
961N/A; *
961N/A; * Definition of the messages sent to the Windows Event Log.
961N/A; *
961N/A; * ==========================================================================
961N/A; */
961N/A
961N/A;/*
961N/A; * ==========================================================================
961N/A; * Header Section
961N/A; * ==========================================================================
961N/A; */
961N/AMessageIdTypedef = DWORD
961N/A
961N/ALanguageNames = (
961N/A English = 0x409 : MSG00409
961N/A )
961N/A
961N/ASeverityNames = (
961N/A Success = 0x0 : WIN_STATUS_SEVERITY_SUCCESS
961N/A Informational = 0x1 : WIN_STATUS_SEVERITY_INFORMATIONAL
961N/A Warning = 0x2 : WIN_STATUS_SEVERITY_WARNING
961N/A Error = 0x3 : WIN_STATUS_SEVERITY_ERROR
961N/A )
961N/A
961N/AFacilityNames = (
5385N/A OPENDJ = 0xFA0 : WIN_FACILITY_NAME_OPENDJ
961N/A )
961N/A
961N/A
961N/A;/*
961N/A; * ==========================================================================
961N/A; * Message Definition
961N/A; * ==========================================================================
961N/A; */
961N/A
961N/AMessageId = 0x1
961N/ASeverity = Success
5385N/AFacility = OPENDJ
961N/ASymbolicName = WIN_EVENT_ID_SERVER_STARTED
961N/ALanguage = English
5385N/AOpenDJ has started.
5385N/AOpenDJ is in %1.
961N/A.
961N/AMessageId = 0x2
961N/ASeverity = Success
5385N/AFacility = OPENDJ
961N/ASymbolicName = WIN_EVENT_ID_SERVER_STOP
961N/ALanguage = English
5385N/AOpenDJ has shutdown.
5385N/AOpenDJ is in %1.
961N/A.
961N/AMessageId = 0x3
961N/ASeverity = Error
5385N/AFacility = OPENDJ
961N/ASymbolicName = WIN_EVENT_ID_SERVER_START_FAILED
961N/ALanguage = English
5385N/AOpenDJ failed in startup.
5385N/AOpenDJ is in %1.
961N/A.
961N/AMessageId = 0x4
961N/ASeverity = Error
5385N/AFacility = OPENDJ
961N/ASymbolicName = WIN_EVENT_ID_SERVER_STOP_FAILED
961N/ALanguage = English
5385N/AOpenDJ failed in stop.
5385N/AOpenDJ is in %1.
961N/A.
961N/AMessageId = 0x5
961N/ASeverity = Informational
5385N/AFacility = OPENDJ
961N/ASymbolicName = WIN_EVENT_ID_DEBUG
961N/ALanguage = English
961N/A%1
961N/A.
5025N/AMessageId = 0x6
5025N/ASeverity = Error
5385N/AFacility = OPENDJ
5025N/ASymbolicName = WIN_EVENT_ID_SERVER_STOPPED_OUTSIDE_SCM
5025N/ALanguage = English
5385N/AOpenDJ stopped outside the Service Control Manager.
5385N/AOpenDJ is in %1.
5025N/A.