001package org.opends.messages;
002
003import org.forgerock.i18n.LocalizableMessageDescriptor;
004
005/**
006 * This file contains localizable message descriptors having the resource
007 * name {@code org.opends.messages.backend}. This file was generated
008 * automatically by the {@code i18n-maven-plugin} from the property file
009 * {@code org/opends/messages/backend.properties} and it should not be manually edited.
010 */
011public final class BackendMessages {
012    // The name of the resource bundle.
013    private static final String RESOURCE = "org.opends.messages.backend";
014
015    // Prevent instantiation.
016    private BackendMessages() {
017        // Do nothing.
018    }
019
020    /**
021     * Returns the name of the resource associated with the messages contained
022     * in this class. The resource name may be used for obtaining named loggers,
023     * e.g. using SLF4J's {@code org.slf4j.LoggerFactory#getLogger(String name)}.
024     *
025     * @return The name of the resource associated with the messages contained
026     *         in this class.
027     */
028    public static String resourceName() {
029        return RESOURCE;
030    }
031
032    /**
033     * An attempt was made to de-register sub-suffix "%s" from the backend with suffix "%s".  However, the subordinate backend containing that sub-suffix also contains additional sub-suffixes and may not be de-registered.  It may be possible to remove this sub-suffix by editing the configuration for the subordinate backend with which it is associated
034     */
035    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX =
036                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1", 1);
037
038    /**
039     * An attempt was made to configure the root DSE backend without providing a configuration entry.  This is not allowed
040     */
041    public static final LocalizableMessageDescriptor.Arg0 ERR_ROOTDSE_CONFIG_ENTRY_NULL =
042                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_CONFIG_ENTRY_NULL_2", 2);
043
044    /**
045     * Base DN "%s" is configured as one of the subordinate base DNs to use for searches below the root DSE.  However, this base DN is not handled by any suffix registered with the Directory Server and will therefore not be used
046     */
047    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE =
048                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4", 4);
049
050    /**
051     * An unexpected problem occurred while trying to determine the set of subordinate base DNs to use for searches below the root DSE:  %s
052     */
053    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION =
054                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5", 5);
055
056    /**
057     * The root DSE backend was asked to retrieve entry with DN "%s".  This backend should only be asked to retrieve the root DSE itself.  However, it will check with the defined subordinate backends and see if it can find the requested entry
058     */
059    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ROOTDSE_GET_ENTRY_NONROOT =
060                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_ROOTDSE_GET_ENTRY_NONROOT_6", 6);
061
062    /**
063     * Unwilling to update entry "%s" because modify operations are not supported in the root DSE backend.  If you wish to alter the contents of the root DSE itself, then it may be possible to do so by modifying the "%s" entry in the configuration
064     */
065    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ROOTDSE_MODIFY_NOT_SUPPORTED =
066                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9", 9);
067
068    /**
069     * Unwilling to perform a search (connection ID %d, operation ID %d) with a base DN of "%s" in the root DSE backend.  The base DN for searches in this backend must be the DN of the root DSE itself
070     */
071    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_ROOTDSE_INVALID_SEARCH_BASE =
072                    new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_INVALID_SEARCH_BASE_11", 11);
073
074    /**
075     * An unexpected failure occurred while trying to process a search operation (connection ID %d, operation ID %d) in the root DSE backend:  %s
076     */
077    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE =
078                    new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12", 12);
079
080    /**
081     * Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s
082     */
083    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_ROOTDSE_INVALID_SEARCH_SCOPE =
084                    new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13", 13);
085
086    /**
087     * An unexpected error occurred while trying to open the LDIF writer for the root DSE backend:  %s
088     */
089    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER =
090                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14", 14);
091
092    /**
093     * An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s
094     */
095    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE =
096                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15", 15);
097
098    /**
099     * The root DSE backend does not provide a facility for backup and restore operations.  The contents of the root DSE should be backed up as part of the Directory Server configuration
100     */
101    public static final LocalizableMessageDescriptor.Arg0 ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED =
102                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17", 17);
103
104    /**
105     * The root DSE configuration has been updated so that it will now use the defined set of Directory Server suffixes when performing searches below the root DSE
106     */
107    public static final LocalizableMessageDescriptor.Arg0 INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS =
108                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18", 18);
109
110    /**
111     * The root DSE configuration has been updated so that it will now use the base DN set %s when performing below the root DSE
112     */
113    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS =
114                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19", 19);
115
116    /**
117     * The root DSE configuration has been updated so that it will now use a new set of user-defined attributes
118     */
119    public static final LocalizableMessageDescriptor.Arg0 INFO_ROOTDSE_USING_NEW_USER_ATTRS =
120                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_ROOTDSE_USING_NEW_USER_ATTRS_20", 20);
121
122    /**
123     * An attempt was made to configure the monitor backend without providing a configuration entry.  This is not allowed, and no monitor information will be available over protocol
124     */
125    public static final LocalizableMessageDescriptor.Arg0 ERR_MONITOR_CONFIG_ENTRY_NULL =
126                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_MONITOR_CONFIG_ENTRY_NULL_21", 21);
127
128    /**
129     * An unexpected error occurred while attempting to decode cn=monitor as the base DN for the Directory Server monitor information:  %s.  No monitor information will be available over protocol
130     */
131    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN =
132                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22", 22);
133
134    /**
135     * Unwilling to add entry "%s" because add operations are not supported in the "%s" backend
136     */
137    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_ADD_NOT_SUPPORTED =
138                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_ADD_NOT_SUPPORTED_23", 23);
139
140    /**
141     * Unwilling to remove entry "%s" because delete operations are not supported in the "%s" backend
142     */
143    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_DELETE_NOT_SUPPORTED =
144                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_DELETE_NOT_SUPPORTED_24", 24);
145
146    /**
147     * Unwilling to update entry "%s" because modify operations are not supported in the monitor backend.  If you wish to alter the contents of the base monitor entry itself, then it may be possible to do so by modifying the "%s" entry in the configuration
148     */
149    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MONITOR_MODIFY_NOT_SUPPORTED =
150                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_MODIFY_NOT_SUPPORTED_25", 25);
151
152    /**
153     * Unwilling to rename entry "%s" because modify DN operations are not supported in the "%s" backend
154     */
155    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED =
156                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED_26", 26);
157
158    /**
159     * An error occurred while attempting to export the base monitor entry:  %s
160     */
161    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MONITOR_UNABLE_TO_EXPORT_BASE =
162                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27", 27);
163
164    /**
165     * An error occurred while attempting to export the monitor entry for monitor provider %s:  %s
166     */
167    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY =
168                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28", 28);
169
170    /**
171     * The "%s" backend does not support LDIF import operations
172     */
173    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_IMPORT_NOT_SUPPORTED =
174                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_IMPORT_NOT_SUPPORTED_29", 29);
175
176    /**
177     * The monitor configuration has been updated so that it will now use a new set of user-defined attributes
178     */
179    public static final LocalizableMessageDescriptor.Arg0 INFO_MONITOR_USING_NEW_USER_ATTRS =
180                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_MONITOR_USING_NEW_USER_ATTRS_31", 31);
181
182    /**
183     * Unable to retrieve the requested entry from the "%s" backend because the provided DN was null
184     */
185    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_GET_ENTRY_NULL =
186                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_GET_ENTRY_NULL_32", 32);
187
188    /**
189     * Unable to initialize the "%s" backend because an error occurred while attempting to decode the base DN for this backend:  %s
190     */
191    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_CANNOT_DECODE_BACKEND_ROOT_DN =
192                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CANNOT_DECODE_BACKEND_ROOT_DN_33", 33);
193
194    /**
195     * Unable to retrieve the requested entry %s from the monitor backend because the DN is not below the monitor base of %s
196     */
197    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MONITOR_INVALID_BASE =
198                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MONITOR_INVALID_BASE_34", 34);
199
200    /**
201     * %d days %d hours %d minutes %d seconds
202     */
203    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> INFO_MONITOR_UPTIME =
204                    new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "INFO_MONITOR_UPTIME_37", 37);
205
206    /**
207     * An attempt was made to configure the schema backend without providing a configuration entry.  This is not allowed, and no schema information will be available over protocol
208     */
209    public static final LocalizableMessageDescriptor.Arg0 ERR_SCHEMA_CONFIG_ENTRY_NULL =
210                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CONFIG_ENTRY_NULL_38", 38);
211
212    /**
213     * An error occurred while trying to determine the base DNs to use when publishing the Directory Server schema information, as specified in the ds-cfg-schema-entry-dn attribute of configuration entry %s:  %s.  The default schema base DN of cn=schema will be used
214     */
215    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN =
216                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40", 40);
217
218    /**
219     * An error occurred while attempting to export the base schema entry:  %s
220     */
221    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_UNABLE_TO_EXPORT_BASE =
222                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45", 45);
223
224    /**
225     * Unable to retrieve the requested entry %s from the schema backend because the DN is equal to one of the schema entry DNs
226     */
227    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_INVALID_BASE =
228                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_INVALID_BASE_48", 48);
229
230    /**
231     * An unexpected error occurred while trying to open the LDIF writer for the schema backend:  %s
232     */
233    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER =
234                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49", 49);
235
236    /**
237     * Successfully deregistered DN %s so that it will no longer be available as a schema entry DN
238     */
239    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_SCHEMA_DEREGISTERED_BASE_DN =
240                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_SCHEMA_DEREGISTERED_BASE_DN_50", 50);
241
242    /**
243     * An error occurred while trying to deregister %s as a schema entry DN:  %s
244     */
245    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN =
246                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51", 51);
247
248    /**
249     * Successfully registered DN %s as a new schema entry DN
250     */
251    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_SCHEMA_REGISTERED_BASE_DN =
252                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_SCHEMA_REGISTERED_BASE_DN_52", 52);
253
254    /**
255     * An error occurred while trying to register %s as a schema entry DN:  %s
256     */
257    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_CANNOT_REGISTER_BASE_DN =
258                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53", 53);
259
260    /**
261     * The schema configuration has been updated so that it will now use a new set of user-defined attributes
262     */
263    public static final LocalizableMessageDescriptor.Arg0 INFO_SCHEMA_USING_NEW_USER_ATTRS =
264                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_SCHEMA_USING_NEW_USER_ATTRS_54", 54);
265
266    /**
267     * The Directory Server was unable to obtain a lock on entry %s after multiple attempts.  This could mean that the entry is already locked by a long-running operation or that the entry has previously been locked but was not properly unlocked
268     */
269    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_CANNOT_LOCK_ENTRY =
270                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CANNOT_LOCK_ENTRY_55", 55);
271
272    /**
273     * An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup:  %s
274     */
275    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_BACKUP_CANNOT_GET_MAC =
276                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56", 56);
277
278    /**
279     * An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s
280     */
281    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST =
282                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57", 57);
283
284    /**
285     * An error occurred while trying to create the schema archive file %s in directory %s:  %s
286     */
287    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE =
288                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58", 58);
289
290    /**
291     * An error occurred while attempting to obtain the cipher to use to encrypt the backup:  %s
292     */
293    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER =
294                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59", 59);
295
296    /**
297     * %s schema backup %s
298     */
299    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_BACKUP_ZIP_COMMENT =
300                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_BACKUP_ZIP_COMMENT_60", 60);
301
302    /**
303     * An error occurred while attempting to obtain a list of the files in directory %s to include in the schema backup:  %s
304     */
305    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES =
306                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61", 61);
307
308    /**
309     * An error occurred while attempting to back up schema file %s:  %s
310     */
311    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE =
312                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62", 62);
313
314    /**
315     * An error occurred while trying to close the schema archive file %s in directory %s:  %s
316     */
317    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM =
318                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63", 63);
319
320    /**
321     * An error occurred while attempting to update the backup descriptor file %s with information about the schema backup:  %s
322     */
323    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR =
324                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64", 64);
325
326    /**
327     * Unable to restore or verify schema backup %s in directory %s because no such backup exists
328     */
329    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP =
330                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65", 65);
331
332    /**
333     * Unable to restore or verify schema backup %s in directory %s because the archive filename could not be determined
334     */
335    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_RESTORE_NO_BACKUP_FILE =
336                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66", 66);
337
338    /**
339     * Unable to restore or verify schema backup %s because the specified archive file %s does not exist
340     */
341    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_RESTORE_NO_SUCH_FILE =
342                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67", 67);
343
344    /**
345     * Unable to restore or verify schema backup %s because an error occurred while trying to determine whether backup archive %s exists:  %s
346     */
347    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE =
348                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68", 68);
349
350    /**
351     * Unable to restore or verify schema backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash
352     */
353    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST =
354                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69", 69);
355
356    /**
357     * Unable to restore or verify schema backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s
358     */
359    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST =
360                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70", 70);
361
362    /**
363     * Unable to restore or verify schema backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash
364     */
365    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_RESTORE_UNKNOWN_MAC =
366                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71", 71);
367
368    /**
369     * Unable to restore or verify schema backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s
370     */
371    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_RESTORE_CANNOT_GET_MAC =
372                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72", 72);
373
374    /**
375     * Unable to restore or verify schema backup %s because an error occurred while attempting to open the backup archive file %s:  %s
376     */
377    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE =
378                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73", 73);
379
380    /**
381     * Unable to restore or verify schema backup %s because it is encrypted using an unknown or unsupported cipher:  %s
382     */
383    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER =
384                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75", 75);
385
386    /**
387     * Unable to restore schema backup %s because an error occurred while attempting to rename the current schema directory from %s to %s:  %s
388     */
389    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY =
390                    new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76", 76);
391
392    /**
393     * An error occurred that prevented the schema backup from being properly restored.  However, the original schema files that were in place before the start of the restore process have been preserved and are now in their original location of %s
394     */
395    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA =
396                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77", 77);
397
398    /**
399     * An error occurred that prevented the schema backup from being properly restored.  The original schema files that were in place before the start of the restore process have been preserved and are contained in the %s directory
400     */
401    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA =
402                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78", 78);
403
404    /**
405     * Unable to restore schema backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored:  %s
406     */
407    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY =
408                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79", 79);
409
410    /**
411     * An error occurred that prevented the schema backup from being properly restored.  The original schema files that were in place before the start of the restore process have been preserved in the %s directory
412     */
413    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED =
414                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80", 80);
415
416    /**
417     * Unable to restore or verify schema backup %s because an error occurred while trying to read the next entry from the archive file %s:  %s
418     */
419    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY =
420                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81", 81);
421
422    /**
423     * Unable to restore schema backup %s because an error occurred while trying to recreate file %s:  %s
424     */
425    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE =
426                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82", 82);
427
428    /**
429     * Unable to restore or verify schema backup %s because an error occurred while processing archived file %s:  %s
430     */
431    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE =
432                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83", 83);
433
434    /**
435     * Unable to restore or verify schema backup %s because an unexpected error occurred while trying to close the archive file %s:  %s
436     */
437    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE =
438                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84", 84);
439
440    /**
441     * The message digest calculated from the backup archive matches the digest stored with the backup information
442     */
443    public static final LocalizableMessageDescriptor.Arg0 NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID =
444                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85", 85);
445
446    /**
447     * Unable to restore or verify schema backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information
448     */
449    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID =
450                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86", 86);
451
452    /**
453     * The signed digest calculated from the backup archive matches the signature stored with the backup information
454     */
455    public static final LocalizableMessageDescriptor.Arg0 NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID =
456                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87", 87);
457
458    /**
459     * Unable to restore or verify schema backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information
460     */
461    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID =
462                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88", 88);
463
464    /**
465     * All tests performed on schema backup %s from directory %s show that the archive appears to be valid
466     */
467    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL =
468                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89", 89);
469
470    /**
471     * Schema backup %s was successfully restored from the archive in directory %s
472     */
473    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_SCHEMA_RESTORE_SUCCESSFUL =
474                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_SCHEMA_RESTORE_SUCCESSFUL_90", 90);
475
476    /**
477     * The task defined in entry %s is invalid because it has an invalid state %s
478     */
479    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_INVALID_STATE =
480                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_INVALID_STATE_91", 91);
481
482    /**
483     * An error occurred while trying to parse the scheduled start time value %s from task entry %s
484     */
485    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME =
486                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92", 92);
487
488    /**
489     * An error occurred while trying to parse the actual start time value %s from task entry %s
490     */
491    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME =
492                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93", 93);
493
494    /**
495     * An error occurred while trying to parse the completion time value %s from task entry %s
496     */
497    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_CANNOT_PARSE_COMPLETION_TIME =
498                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94", 94);
499
500    /**
501     * Task entry %s is missing required attribute %s
502     */
503    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_MISSING_ATTR =
504                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_MISSING_ATTR_95", 95);
505
506    /**
507     * There are multiple instances of attribute %s in task entry %s
508     */
509    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE =
510                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96", 96);
511
512    /**
513     * There are no values for attribute %s in task entry %s
514     */
515    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_NO_VALUES_FOR_ATTR =
516                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_NO_VALUES_FOR_ATTR_97", 97);
517
518    /**
519     * There are multiple values for attribute %s in task entry %s
520     */
521    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_MULTIPLE_VALUES_FOR_ATTR =
522                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98", 98);
523
524    /**
525     * An error occurred while executing the task defined in entry %s:  %s
526     */
527    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASK_EXECUTE_FAILED =
528                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASK_EXECUTE_FAILED_99", 99);
529
530    /**
531     * The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID
532     */
533    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_ID_ATTRIBUTE =
534                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100", 100);
535
536    /**
537     * The provided recurring task entry contains multiple attributes with type %s, which is used to hold the recurring task ID, but only a single instance is allowed
538     */
539    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_MULTIPLE_ID_TYPES =
540                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101", 101);
541
542    /**
543     * The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the recurring task ID
544     */
545    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_ID =
546                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_NO_ID_102", 102);
547
548    /**
549     * The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the recurring task ID, but only a single value is allowed
550     */
551    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_MULTIPLE_ID_VALUES =
552                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103", 103);
553
554    /**
555     * The provided recurring task entry does not contain attribute %s which is needed to specify recurring task schedule
556     */
557    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE =
558                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104", 104);
559
560    /**
561     * The provided recurring task entry contains multiple attributes with type %s, which is used to hold recurring task schedule, but only a single instance is allowed
562     */
563    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES =
564                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105", 105);
565
566    /**
567     * The provided recurring task entry does not contain any values for the %s attribute, which is used to specify recurring task schedule
568     */
569    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_SCHEDULE_VALUES =
570                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106", 106);
571
572    /**
573     * The provided recurring task entry contains multiple values for the %s attribute, which is used to specify recurring task schedule, but only a single value is allowed
574     */
575    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES =
576                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107", 107);
577
578    /**
579     * An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry:  %s.  Does this class exist in the Directory Server classpath?
580     */
581    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_RECURRINGTASK_CANNOT_LOAD_CLASS =
582                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108", 108);
583
584    /**
585     * An error occurred while trying to create an instance of class %s as a Directory Server task.  Is this class a subclass of %s?
586     */
587    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK =
588                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109", 109);
589
590    /**
591     * An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry:  %s
592     */
593    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL =
594                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110", 110);
595
596    /**
597     * The task backend configuration entry does not contain any base DNs.  There must be exactly one base DN for task information in the Directory Server
598     */
599    public static final LocalizableMessageDescriptor.Arg0 ERR_TASKBE_NO_BASE_DNS =
600                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_TASKBE_NO_BASE_DNS_112", 112);
601
602    /**
603     * The task backend configuration entry contains multiple base DNs.  There must be exactly one base DN for task information in the Directory Server
604     */
605    public static final LocalizableMessageDescriptor.Arg0 ERR_TASKBE_MULTIPLE_BASE_DNS =
606                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_TASKBE_MULTIPLE_BASE_DNS_113", 113);
607
608    /**
609     * An error occurred while attempting to decode recurring task base %s as a DN:  %s
610     */
611    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN =
612                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114", 114);
613
614    /**
615     * An error occurred while attempting to decode scheduled task base %s as a DN:  %s
616     */
617    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN =
618                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115", 115);
619
620    /**
621     * The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it.  Please delete or rename the existing file before attempting to use that path for the new backing file, or choose a new path
622     */
623    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_BACKING_FILE_EXISTS =
624                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_BACKING_FILE_EXISTS_121", 121);
625
626    /**
627     * The specified path %s for the new task data backing file appears to be an invalid path.  Please choose a new path for the task data backing file
628     */
629    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_INVALID_BACKING_FILE_PATH =
630                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_INVALID_BACKING_FILE_PATH_122", 122);
631
632    /**
633     * The parent directory %s for the new task data backing file %s does not exist.  Please create this directory before attempting to use this path for the new backing file or choose a new path
634     */
635    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_BACKING_FILE_MISSING_PARENT =
636                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123", 123);
637
638    /**
639     * The parent directory %s for the new task data backing file %s exists but is not a directory. Please choose a new path for the task data backing file
640     */
641    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY =
642                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124", 124);
643
644    /**
645     * An error occurred while attempting to determine the new path to the task data backing file:  %s
646     */
647    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_ERROR_GETTING_BACKING_FILE =
648                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125", 125);
649
650    /**
651     * The completed task retention time has been updated to %d seconds.  This will take effect immediately
652     */
653    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_TASKBE_UPDATED_RETENTION_TIME =
654                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_TASKBE_UPDATED_RETENTION_TIME_128", 128);
655
656    /**
657     * The path to the task data backing file has been changed to %s.  A snapshot of the current task configuration has been written to that file and it will continue to be used for future updates
658     */
659    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_TASKBE_UPDATED_BACKING_FILE =
660                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_TASKBE_UPDATED_BACKING_FILE_129", 129);
661
662    /**
663     * New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks
664     */
665    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKBE_ADD_DISALLOWED_DN =
666                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_ADD_DISALLOWED_DN_130", 130);
667
668    /**
669     * This file contains the data used by the Directory Server task scheduler backend.  Do not edit this file directly, as there is a risk that those changes will be lost.  Scheduled and recurring task definitions should only be edited using the administration utilities provided with the Directory Server
670     */
671    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKBE_BACKING_FILE_HEADER =
672                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_TASKBE_BACKING_FILE_HEADER_132", 132);
673
674    /**
675     * Unable to add recurring task %s to the task scheduler because another recurring task already exists with the same ID
676     */
677    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_DUPLICATE_RECURRING_ID =
678                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133", 133);
679
680    /**
681     * Unable to schedule task %s because another task already exists with the same ID
682     */
683    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_DUPLICATE_TASK_ID =
684                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_DUPLICATE_TASK_ID_134", 134);
685
686    /**
687     * Unable to add completed task %s to the task scheduler because another task already exists with the same ID
688     */
689    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_TASKSCHED_DUPLICATE_TASK_ID =
690                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_TASKSCHED_DUPLICATE_TASK_ID_135", 135);
691
692    /**
693     * An error occurred while attempting to schedule the next iteration of recurring task %s:  %s
694     */
695    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION =
696                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136", 136);
697
698    /**
699     * An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d:  %s.  This is not a fatal error, so the task scheduler will attempt to continue parsing the file and schedule any additional tasks that it contains
700     */
701    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE =
702                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137", 137);
703
704    /**
705     * An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d:  %s.  This is an unrecoverable error, and parsing cannot continue
706     */
707    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL =
708                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138", 138);
709
710    /**
711     * Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s
712     */
713    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_ENTRY_HAS_NO_PARENT =
714                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139", 139);
715
716    /**
717     * An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler:  %s
718     */
719    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY =
720                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140", 140);
721
722    /**
723     * An error occurred while attempting to parse entry %s as a task and add it to the scheduler:  %s
724     */
725    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY =
726                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141", 141);
727
728    /**
729     * Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored
730     */
731    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_INVALID_TASK_ENTRY_DN =
732                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142", 142);
733
734    /**
735     * An error occurred while attempting to read from the tasks data backing file %s:  %s
736     */
737    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE =
738                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143", 143);
739
740    /**
741     * An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler:  %s
742     */
743    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE =
744                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144", 144);
745
746    /**
747     * The provided task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic
748     */
749    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_NO_CLASS_ATTRIBUTE =
750                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145", 145);
751
752    /**
753     * The provided task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed
754     */
755    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_MULTIPLE_CLASS_TYPES =
756                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146", 146);
757
758    /**
759     * The provided task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic
760     */
761    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_NO_CLASS_VALUES =
762                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_NO_CLASS_VALUES_147", 147);
763
764    /**
765     * The provided task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed
766     */
767    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_MULTIPLE_CLASS_VALUES =
768                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148", 148);
769
770    /**
771     * An error occurred while attempting to load class %s specified in attribute %s of the provided task entry:  %s. Does this class exist in the Directory Server classpath?
772     */
773    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKSCHED_CANNOT_LOAD_CLASS =
774                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_LOAD_CLASS_149", 149);
775
776    /**
777     * An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s?
778     */
779    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK =
780                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150", 150);
781
782    /**
783     * An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry:  %s
784     */
785    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL =
786                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151", 151);
787
788    /**
789     * An error occurred while attempting to rename the current tasks backing file from %s to %s:  %s.  The previous task configuration (which does not reflect the latest update) may be lost
790     */
791    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE =
792                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152", 152);
793
794    /**
795     * An error occurred while attempting to rename the new tasks backing file from %s to %s:  %s. If the Directory Server is restarted, then the task scheduler may not work as expected
796     */
797    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE =
798                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153", 153);
799
800    /**
801     * An error occurred while attempting to write the new tasks data backing file %s:  %s.  Configuration information reflecting the latest update may be lost
802     */
803    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE =
804                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154", 154);
805
806    /**
807     * The tasks backend is being shut down
808     */
809    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN =
810                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156", 156);
811
812    /**
813     * The root DSE configuration has been updated so that configuration attribute %s will now use a value of %s
814     */
815    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS =
816                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159", 159);
817
818    /**
819     * Unable to remove pending task %s because no such task exists
820     */
821    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK =
822                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161", 161);
823
824    /**
825     * Unable to remove pending task %s because the task is no longer pending
826     */
827    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING =
828                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162", 162);
829
830    /**
831     * Unable to remove completed task %s because no such task exists in the list of completed tasks
832     */
833    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK =
834                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163", 163);
835
836    /**
837     * Unable to remove entry %s from the task backend because its DN is either not appropriate for that backend or it is not below the scheduled or recurring tasks base entry
838     */
839    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_DELETE_INVALID_ENTRY =
840                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_DELETE_INVALID_ENTRY_164", 164);
841
842    /**
843     * Unable to remove entry %s from the task backend because there is no scheduled task associated with that entry DN
844     */
845    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_DELETE_NO_SUCH_TASK =
846                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_DELETE_NO_SUCH_TASK_165", 165);
847
848    /**
849     * Unable to delete entry %s from the task backend because the associated task is currently running
850     */
851    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_DELETE_RUNNING =
852                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_DELETE_RUNNING_166", 166);
853
854    /**
855     * Unable to remove entry %s from the task backend because there is no recurring task associated with that entry DN
856     */
857    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK =
858                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167", 167);
859
860    /**
861     * Unable to process the search operation in the task backend because the provided base DN %s is not valid for entries in the task backend
862     */
863    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_SEARCH_INVALID_BASE =
864                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_SEARCH_INVALID_BASE_168", 168);
865
866    /**
867     * Unable to process the search operation in the task backend because there is no scheduled task associated with the provided search base entry %s
868     */
869    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_SEARCH_NO_SUCH_TASK =
870                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_SEARCH_NO_SUCH_TASK_169", 169);
871
872    /**
873     * Unable to process the search operation in the task backend because there is no recurring task associated with the provided search base entry %s
874     */
875    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK =
876                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170", 170);
877
878    /**
879     * Unable to initialize the "%s" backend because the provided configuration entry is null
880     */
881    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_CONFIG_ENTRY_NULL =
882                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CONFIG_ENTRY_NULL_171", 171);
883
884    /**
885     * Requested entry %s does not exist in the backup backend
886     */
887    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_INVALID_BASE =
888                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_INVALID_BASE_176", 176);
889
890    /**
891     * Unable to retrieve entry %s from the backup backend because the requested DN is one level below the base DN but does not specify a backup directory
892     */
893    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY =
894                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177", 177);
895
896    /**
897     * Unable to retrieve entry %s from the backup backend because the requested backup directory is invalid: %s
898     */
899    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_INVALID_BACKUP_DIRECTORY =
900                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178", 178);
901
902    /**
903     * An error occurred while attempting to examine the requested backup directory:  %s
904     */
905    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY =
906                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179", 179);
907
908    /**
909     * Unable to retrieve entry %s from the backup backend because the requested DN is two levels below the base DN but does not specify a backup ID
910     */
911    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_BACKUP_ID_IN_DN =
912                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_BACKUP_ID_IN_DN_180", 180);
913
914    /**
915     * Unable to retrieve entry %s from the backup backend because it does not have a parent
916     */
917    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_BACKUP_PARENT_DN =
918                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_BACKUP_PARENT_DN_181", 181);
919
920    /**
921     * Unable to retrieve entry %s from the backup backend because the DN does not contain the backup directory in which the requested backup should reside
922     */
923    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_BACKUP_DIR_IN_DN =
924                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182", 182);
925
926    /**
927     * Backup %s does not exist in backup directory %s
928     */
929    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_NO_SUCH_BACKUP =
930                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_SUCH_BACKUP_183", 183);
931
932    /**
933     * Unwilling to update entry "%s" because modify operations are not supported in the "%s" backend
934     */
935    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_MODIFY_NOT_SUPPORTED =
936                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_MODIFY_NOT_SUPPORTED_186", 186);
937
938    /**
939     * The requested entry %s does not exist in the backup backend
940     */
941    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_SUCH_ENTRY =
942                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_NO_SUCH_ENTRY_188", 188);
943
944    /**
945     * Exactly one base DN must be provided for use with the memory-based backend
946     */
947    public static final LocalizableMessageDescriptor.Arg0 ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE =
948                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192", 192);
949
950    /**
951     * Entry %s already exists in the memory-based backend
952     */
953    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS =
954                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193", 193);
955
956    /**
957     * Entry %s does not belong in the memory-based backend
958     */
959    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG =
960                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194", 194);
961
962    /**
963     * Unable to add entry %s because its parent entry %s does not exist in the memory-based backend
964     */
965    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST =
966                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195", 195);
967
968    /**
969     * Entry %s does not exist in the "%s" backend
970     */
971    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_ENTRY_DOESNT_EXIST =
972                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_ENTRY_DOESNT_EXIST_196", 196);
973
974    /**
975     * Cannot delete entry %s because it has one or more subordinate entries
976     */
977    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN =
978                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197", 197);
979
980    /**
981     * Unable to create an LDIF writer:  %s
982     */
983    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER =
984                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199", 199);
985
986    /**
987     * Cannot write entry %s to LDIF:  %s
988     */
989    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF =
990                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200", 200);
991
992    /**
993     * Unable to create an LDIF reader:  %s
994     */
995    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER =
996                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201", 201);
997
998    /**
999     * An unrecoverable error occurred while reading from LDIF:  %s
1000     */
1001    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ERROR_READING_LDIF =
1002                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_ERROR_READING_LDIF_202", 202);
1003
1004    /**
1005     * An unexpected error occurred while processing the import:  %s
1006     */
1007    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ERROR_DURING_IMPORT =
1008                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203", 203);
1009
1010    /**
1011     * The memory-based backend does not support backup or restore operations
1012     */
1013    public static final LocalizableMessageDescriptor.Arg0 ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED =
1014                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204", 204);
1015
1016    /**
1017     * Cannot rename entry %s because it has one or more subordinate entries
1018     */
1019    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN =
1020                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205", 205);
1021
1022    /**
1023     * Cannot rename entry %s because the target entry is in a different backend
1024     */
1025    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND =
1026                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206", 206);
1027
1028    /**
1029     * Cannot rename entry %s because the new parent entry %s doesn't exist
1030     */
1031    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST =
1032                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207", 207);
1033
1034    /**
1035     * An error occurred while attempting to register base DN %s in the Directory Server:  %s
1036     */
1037    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_CANNOT_REGISTER_BASEDN =
1038                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CANNOT_REGISTER_BASEDN_210", 210);
1039
1040    /**
1041     * The schema backend does not support the %s modification type
1042     */
1043    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_INVALID_MODIFICATION_TYPE =
1044                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212", 212);
1045
1046    /**
1047     * The schema backend does not support the modification of the %s attribute type.  Only attribute types, object classes, ldap syntaxes, name forms, DIT content rules, DIT structure rules, and matching rule uses may be modified
1048     */
1049    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE =
1050                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213", 213);
1051
1052    /**
1053     * An error occurred while attempting to decode the attribute type "%s":  %s
1054     */
1055    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE =
1056                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214", 214);
1057
1058    /**
1059     * An error occurred while attempting to decode the object class "%s":  %s
1060     */
1061    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS =
1062                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216", 216);
1063
1064    /**
1065     * Unable to add objectclass %s because its superior class of %s is not defined in the server schema
1066     */
1067    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS =
1068                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217", 217);
1069
1070    /**
1071     * Unable to add objectclass %s because it requires attribute %s which is not defined in the server schema
1072     */
1073    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR =
1074                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218", 218);
1075
1076    /**
1077     * Unable to add objectclass %s because it allows attribute %s which is not defined in the server schema
1078     */
1079    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR =
1080                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219", 219);
1081
1082    /**
1083     * An error occurred while attempting to write the updated schema:  %s
1084     */
1085    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA =
1086                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222", 222);
1087
1088    /**
1089     * An error occurred while attempting to decode the name form "%s":  %s
1090     */
1091    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM =
1092                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223", 223);
1093
1094    /**
1095     * An error occurred while attempting to decode the DIT content rule "%s":  %s
1096     */
1097    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR =
1098                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224", 224);
1099
1100    /**
1101     * An error occurred while attempting to decode the DIT structure rule "%s":  %s
1102     */
1103    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR =
1104                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225", 225);
1105
1106    /**
1107     * An error occurred while attempting to decode the matching rule use "%s":  %s
1108     */
1109    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE =
1110                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226", 226);
1111
1112    /**
1113     * The server will not allow removing all values for the %s attribute type in the server schema
1114     */
1115    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_DELETE_NO_VALUES =
1116                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227", 227);
1117
1118    /**
1119     * Unable to add attribute type %s because it conflicts with multiple existing attribute types (%s and %s)
1120     */
1121    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE =
1122                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228", 228);
1123
1124    /**
1125     * Unable to add attribute type %s because it references superior attribute type %s which is not defined in the server schema
1126     */
1127    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE =
1128                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229", 229);
1129
1130    /**
1131     * Unable to add objectclass %s because it conflicts with multiple existing objectclasses (%s and %s)
1132     */
1133    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS =
1134                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230", 230);
1135
1136    /**
1137     * Unable to add name form %s because it conflicts with multiple existing name forms (%s and %s)
1138     */
1139    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM =
1140                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231", 231);
1141
1142    /**
1143     * Unable to add name form %s because it references structural objectclass %s which is not defined in the server schema
1144     */
1145    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC =
1146                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232", 232);
1147
1148    /**
1149     * Unable to add name form %s because it references required attribute type %s which is not defined in the server schema
1150     */
1151    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR =
1152                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233", 233);
1153
1154    /**
1155     * Unable to add name form %s because it references optional attribute type %s which is not defined in the server schema
1156     */
1157    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR =
1158                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234", 234);
1159
1160    /**
1161     * Unable to add DIT content rule %s because it conflicts with multiple existing DIT content rules (%s and %s)
1162     */
1163    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR =
1164                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235", 235);
1165
1166    /**
1167     * Unable to add DIT content rule %s because it references structural objectclass %s which is already associated with another DIT content rule %s
1168     */
1169    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR =
1170                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236", 236);
1171
1172    /**
1173     * Unable to add DIT content rule %s because it references structural objectclass %s which is not defined in the server schema
1174     */
1175    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC =
1176                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237", 237);
1177
1178    /**
1179     * Unable to add DIT content rule %s because it references auxiliary objectclass %s which is not defined in the server schema
1180     */
1181    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC =
1182                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238", 238);
1183
1184    /**
1185     * Unable to add DIT content rule %s because it references required attribute type %s which is not defined in the server schema
1186     */
1187    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR =
1188                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239", 239);
1189
1190    /**
1191     * Unable to add DIT content rule %s because it references optional attribute type %s which is not defined in the server schema
1192     */
1193    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR =
1194                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240", 240);
1195
1196    /**
1197     * Unable to add DIT content rule %s because it references prohibited attribute type %s which is not defined in the server schema
1198     */
1199    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR =
1200                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241", 241);
1201
1202    /**
1203     * Unable to add DIT structure rule %s because it conflicts with multiple existing DIT structure rules (%s and %s)
1204     */
1205    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR =
1206                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242", 242);
1207
1208    /**
1209     * Unable to add DIT structure rule %s because it references name form %s which is already associated with another DIT structure rule %s
1210     */
1211    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR =
1212                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243", 243);
1213
1214    /**
1215     * Unable to add DIT structure rule %s because it references name form %s which is not defined in the server schema
1216     */
1217    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM =
1218                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244", 244);
1219
1220    /**
1221     * Unable to add matching rule use %s because it conflicts with multiple existing matching rule uses (%s and %s)
1222     */
1223    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE =
1224                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245", 245);
1225
1226    /**
1227     * Unable to add matching rule use %s because it references matching rule %s which is already associated with another matching rule use %s
1228     */
1229    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE =
1230                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246", 246);
1231
1232    /**
1233     * Unable to add matching rule use %s because it references attribute type %s which is not defined in the server schema
1234     */
1235    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR =
1236                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247", 247);
1237
1238    /**
1239     * Circular reference detected for attribute type %s in which the superior type chain references the attribute type itself
1240     */
1241    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT =
1242                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248", 248);
1243
1244    /**
1245     * Circular reference detected for objectclass %s in which the superior class chain references the objectclass itself
1246     */
1247    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC =
1248                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249", 249);
1249
1250    /**
1251     * Circular reference detected for DIT structure rule %s in which the superior rule chain references the DIT structure rule itself
1252     */
1253    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR =
1254                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250", 250);
1255
1256    /**
1257     * An error occurred while attempting to create copies of the existing schema files before applying the updates:  %s.  The server was able to restore the original schema configuration, so no additional cleanup should be required
1258     */
1259    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED =
1260                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251", 251);
1261
1262    /**
1263     * An error occurred while attempting to create copies of the existing schema files before applying the updates:  %s.  A problem also occurred when attempting to restore the original schema configuration, so the server may be left in an inconsistent state and could require manual cleanup
1264     */
1265    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED =
1266                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252", 252);
1267
1268    /**
1269     * An error occurred while attempting to write new versions of the server schema files:  %s.   The server was able to restore the original schema configuration, so no additional cleanup should be required
1270     */
1271    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED =
1272                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253", 253);
1273
1274    /**
1275     * An error occurred while attempting to write new versions of the server schema files: %s.  A problem also occurred when attempting to restore the original schema configuration, so the server may be left in an inconsistent state and could require manual cleanup
1276     */
1277    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED =
1278                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254", 254);
1279
1280    /**
1281     * Unable to remove attribute type %s from the server schema because no such attribute type is defined
1282     */
1283    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE =
1284                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255", 255);
1285
1286    /**
1287     * Unable to remove attribute type %s from the server schema because it is referenced as the superior type for attribute type %s
1288     */
1289    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE =
1290                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256", 256);
1291
1292    /**
1293     * Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in objectclass %s
1294     */
1295    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC =
1296                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257", 257);
1297
1298    /**
1299     * Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in name form %s
1300     */
1301    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF =
1302                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258", 258);
1303
1304    /**
1305     * Unable to remove attribute type %s from the server schema because it is referenced as a required, optional, or prohibited attribute type in DIT content rule %s
1306     */
1307    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR =
1308                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259", 259);
1309
1310    /**
1311     * Unable to remove attribute type %s from the server schema because it is referenced by matching rule use %s
1312     */
1313    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE =
1314                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260", 260);
1315
1316    /**
1317     * Unable to remove objectclass %s from the server schema because no such objectclass is defined
1318     */
1319    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS =
1320                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261", 261);
1321
1322    /**
1323     * Unable to remove objectclass %s from the server schema because it is referenced as the superior class for objectclass %s
1324     */
1325    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS =
1326                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262", 262);
1327
1328    /**
1329     * Unable to remove objectclass %s from the server schema because it is referenced as the structural class for name form %s
1330     */
1331    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF =
1332                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263", 263);
1333
1334    /**
1335     * Unable to remove objectclass %s from the server schema because it is referenced as a structural or auxiliary class for DIT content rule %s
1336     */
1337    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR =
1338                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264", 264);
1339
1340    /**
1341     * Unable to remove name form %s from the server schema because no such name form is defined
1342     */
1343    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM =
1344                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265", 265);
1345
1346    /**
1347     * Unable to remove name form %s from the server schema because it is referenced by DIT structure rule %s
1348     */
1349    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR =
1350                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266", 266);
1351
1352    /**
1353     * Unable to remove DIT content rule %s from the server schema because no such DIT content rule is defined
1354     */
1355    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR =
1356                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267", 267);
1357
1358    /**
1359     * Unable to remove DIT structure rule %s from the server schema because no such DIT structure rule is defined
1360     */
1361    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR =
1362                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268", 268);
1363
1364    /**
1365     * Unable to remove DIT structure rule %s from the server schema because it is referenced as a superior rule for DIT structure rule %s
1366     */
1367    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE =
1368                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269", 269);
1369
1370    /**
1371     * Unable to remove matching rule use %s from the server schema because no such matching rule use is defined
1372     */
1373    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE =
1374                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270", 270);
1375
1376    /**
1377     * Unable to add name form %s because it references objectclass %s which is defined in the server schema but is not a structural objectclass
1378     */
1379    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL =
1380                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271", 271);
1381
1382    /**
1383     * Unable to add DIT content rule %s because it references structural objectclass %s which is defined in the server schema but is not structural
1384     */
1385    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL =
1386                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272", 272);
1387
1388    /**
1389     * Unable to add attribute type %s because the superior type %s is marked as OBSOLETE in the server schema
1390     */
1391    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE =
1392                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274", 274);
1393
1394    /**
1395     * Unable to add attribute type %s because the associated matching rule %s is marked as OBSOLETE in the server schema
1396     */
1397    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR =
1398                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275", 275);
1399
1400    /**
1401     * Unable to add object class %s because the superior class %s is marked as OBSOLETE in the server schema
1402     */
1403    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS =
1404                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276", 276);
1405
1406    /**
1407     * Unable to add object class %s because required attribute %s is marked as OBSOLETE in the server schema
1408     */
1409    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR =
1410                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277", 277);
1411
1412    /**
1413     * Unable to add object class %s because optional attribute %s is marked as OBSOLETE in the server schema
1414     */
1415    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR =
1416                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278", 278);
1417
1418    /**
1419     * Unable to add name form %s because its structural object class %s is marked as OBSOLETE in the server schema
1420     */
1421    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE =
1422                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279", 279);
1423
1424    /**
1425     * Unable to add name form %s because it requires attribute type %s which is marked as OBSOLETE in the server schema
1426     */
1427    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR =
1428                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280", 280);
1429
1430    /**
1431     * Unable to add name form %s because it allows attribute type %s which is marked as OBSOLETE in the server schema
1432     */
1433    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR =
1434                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281", 281);
1435
1436    /**
1437     * Unable to add DIT content rule %s because its structural object class %s is marked as OBSOLETE in the server schema
1438     */
1439    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE =
1440                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282", 282);
1441
1442    /**
1443     * Unable to add DIT content rule %s because it references auxiliary object class %s which is defined in the server schema but is not an auxiliary class
1444     */
1445    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY =
1446                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283", 283);
1447
1448    /**
1449     * Unable to add DIT content rule %s because it requires attribute type %s which is marked as OBSOLETE in the server schema
1450     */
1451    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR =
1452                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285", 285);
1453
1454    /**
1455     * Unable to add DIT content rule %s because it allows attribute type %s which is marked as OBSOLETE in the server schema
1456     */
1457    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR =
1458                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286", 286);
1459
1460    /**
1461     * Unable to add DIT content rule %s because it prohibits attribute type %s which is marked as OBSOLETE in the server schema
1462     */
1463    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR =
1464                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287", 287);
1465
1466    /**
1467     * Unable to add DIT structure rule %s because its name form %s is marked OBSOLETE in the server schema
1468     */
1469    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM =
1470                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288", 288);
1471
1472    /**
1473     * Unable to add DIT structure rule %s because it references superior rule %s which is marked as OBSOLETE in the server schema
1474     */
1475    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE =
1476                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289", 289);
1477
1478    /**
1479     * Unable to add matching rule use %s because its matching rule %s is marked OBSOLETE in the server schema
1480     */
1481    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR =
1482                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290", 290);
1483
1484    /**
1485     * Unable to add matching rule use %s because it references attribute type %s which is marked as OBSOLETE in the server schema
1486     */
1487    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR =
1488                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291", 291);
1489
1490    /**
1491     * Unable to add DIT content rule %s because it references auxiliary object class %s which is marked as OBSOLETE in the server schema
1492     */
1493    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC =
1494                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292", 292);
1495
1496    /**
1497     * You do not have sufficient privileges to modify the Directory Server schema
1498     */
1499    public static final LocalizableMessageDescriptor.Arg0 ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES =
1500                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293", 293);
1501
1502    /**
1503     * Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline.  The file was expected in the %s directory and should have been named either %s or %s
1504     */
1505    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE =
1506                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294", 294);
1507
1508    /**
1509     * An error occurred while attempting to determine whether any schema changes had been made by directly editing the schema files with the server offline:  %s
1510     */
1511    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES =
1512                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295", 295);
1513
1514    /**
1515     * An error occurred while attempting to write file %s containing a concatenated list of all server schema elements:  %s.  The server may not be able to accurately identify any schema changes made with the server offline
1516     */
1517    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE =
1518                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296", 296);
1519
1520    /**
1521     * JE Database Environment corresponding to backend id %s is corrupt. Restart the Directory Server to reopen the Environment
1522     */
1523    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_BACKEND_ENVIRONMENT_UNUSABLE =
1524                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_BACKEND_ENVIRONMENT_UNUSABLE_297", 297);
1525
1526    /**
1527     * The Directory Server is not configured to allow task %s to be invoked
1528     */
1529    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_NOT_ALLOWED_TASK =
1530                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_NOT_ALLOWED_TASK_298", 298);
1531
1532    /**
1533     * Task ID:  %s
1534     * Task State:  %s
1535     * Scheduled Start Time:  %s
1536     * Actual Start Time:  %s
1537     * Completion Time:  %s
1538     * 
1539     * Log Messages:
1540     */
1541    public static final LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object> INFO_TASK_COMPLETION_BODY =
1542                    new LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object>(BackendMessages.class, RESOURCE, "INFO_TASK_COMPLETION_BODY_299", 299);
1543
1544    /**
1545     * Requested entry %s does not exist in the trust store backend
1546     */
1547    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_INVALID_BASE =
1548                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_INVALID_BASE_301", 301);
1549
1550    /**
1551     * Unable to process entry %s in the trust store backend because the requested DN is one level below the base DN but does not specify a certificate name
1552     */
1553    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE =
1554                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302", 302);
1555
1556    /**
1557     * Error while trying to retrieve certificate %s from the trust store file %s: %s
1558     */
1559    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT =
1560                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303", 303);
1561
1562    /**
1563     * Indexes are not supported in the "%s" backend
1564     */
1565    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INDEXES_NOT_SUPPORTED =
1566                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_INDEXES_NOT_SUPPORTED_305", 305);
1567
1568    /**
1569     * Unable to initialize the trust store backend from configuration entry %s because it does not contain exactly one base DN
1570     */
1571    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN =
1572                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306", 306);
1573
1574    /**
1575     * LDIF import and export operations are not supported in the "%s" backend
1576     */
1577    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED =
1578                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED_307", 307);
1579
1580    /**
1581     * Backup and restore operations are not supported in the "%s" backend
1582     */
1583    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_BACKUP_AND_RESTORE_NOT_SUPPORTED =
1584                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_BACKUP_AND_RESTORE_NOT_SUPPORTED_308", 308);
1585
1586    /**
1587     * The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist
1588     */
1589    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_NO_SUCH_FILE =
1590                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_NO_SUCH_FILE_309", 309);
1591
1592    /**
1593     * The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid:  %s
1594     */
1595    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_INVALID_TYPE =
1596                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_INVALID_TYPE_310", 310);
1597
1598    /**
1599     * An error occurred while trying to create the PIN file %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s
1600     */
1601    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE =
1602                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311", 311);
1603
1604    /**
1605     * An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s:  %s
1606     */
1607    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ =
1608                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312", 312);
1609
1610    /**
1611     * File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the trust store, but this file is empty
1612     */
1613    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_PIN_FILE_EMPTY =
1614                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_FILE_EMPTY_313", 313);
1615
1616    /**
1617     * Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the trust store, but this property is not set
1618     */
1619    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET =
1620                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314", 314);
1621
1622    /**
1623     * Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set
1624     */
1625    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET =
1626                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315", 315);
1627
1628    /**
1629     * An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s:  %s
1630     */
1631    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE =
1632                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316", 316);
1633
1634    /**
1635     * An error occurred while trying to load the trust store contents from file %s:  %s
1636     */
1637    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CANNOT_LOAD =
1638                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_LOAD_317", 317);
1639
1640    /**
1641     * An error occurred while trying to create a trust manager factory to access the contents of trust store file %s:  %s
1642     */
1643    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY =
1644                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318", 318);
1645
1646    /**
1647     * The certificate entry %s already exists
1648     */
1649    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_ALIAS_IN_USE =
1650                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ALIAS_IN_USE_319", 319);
1651
1652    /**
1653     * Error while attempting to generate a self-signed certificate %s in the trust store file %s: %s
1654     */
1655    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_CANNOT_GENERATE_CERT =
1656                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320", 320);
1657
1658    /**
1659     * Error while trying to add certificate %s to the trust store file %s: %s
1660     */
1661    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_CANNOT_ADD_CERT =
1662                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_ADD_CERT_321", 321);
1663
1664    /**
1665     * The entry %s could not be added because it does not contain a certificate attribute %s
1666     */
1667    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR =
1668                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323", 323);
1669
1670    /**
1671     * The entry %s could not be added because it contains multiple certificate attributes %s
1672     */
1673    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS =
1674                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324", 324);
1675
1676    /**
1677     * The entry %s could not be added because it does not contain a value of certificate attribute %s
1678     */
1679    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE =
1680                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325", 325);
1681
1682    /**
1683     * The entry %s could not be added because it contains multiple values of certificate attribute %s
1684     */
1685    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES =
1686                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326", 326);
1687
1688    /**
1689     * Error while writing certificate %s to a file: %s
1690     */
1691    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CANNOT_WRITE_CERT =
1692                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327", 327);
1693
1694    /**
1695     * Failed to set permissions on trust store file %s
1696     */
1697    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED =
1698                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328", 328);
1699
1700    /**
1701     * The root container for backend %s has not been initialized preventing this backend from processing the requested operation
1702     */
1703    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ROOT_CONTAINER_NOT_INITIALIZED =
1704                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ROOT_CONTAINER_NOT_INITIALIZED_329", 329);
1705
1706    /**
1707     * Unable to obtain a write lock on entry %s
1708     */
1709    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY =
1710                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330", 330);
1711
1712    /**
1713     * Entry %s cannot be modified because it does not represent a task entry.  Only task entries may be modified in the task backend
1714     */
1715    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_INVALID_ENTRY =
1716                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_INVALID_ENTRY_331", 331);
1717
1718    /**
1719     * Entry %s cannot be modified because it does not represent a valid task in the server
1720     */
1721    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_NO_SUCH_TASK =
1722                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_NO_SUCH_TASK_332", 332);
1723
1724    /**
1725     * Entry %s cannot be modified because the assoicated task has completed running.  Completed tasks cannot be modified
1726     */
1727    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_COMPLETED =
1728                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_COMPLETED_333", 333);
1729
1730    /**
1731     * Entry %s cannot be modified because the server does not currently support modifying recurring task entries
1732     */
1733    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_RECURRING =
1734                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_RECURRING_334", 334);
1735
1736    /**
1737     * The task associated with entry %s is currently running.  The only modification allowed for running tasks is to replace the value of the ds-task-state attribute with "cancel"
1738     */
1739    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_RUNNING =
1740                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKBE_MODIFY_RUNNING_335", 335);
1741
1742    /**
1743     * Task processing was interrupted by a modify request to cancel the task
1744     */
1745    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKBE_RUNNING_TASK_CANCELLED =
1746                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_TASKBE_RUNNING_TASK_CANCELLED_336", 336);
1747
1748    /**
1749     * Error while trying to delete certificate %s from the trust store file %s: %s
1750     */
1751    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_CANNOT_DELETE_CERT =
1752                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337", 337);
1753
1754    /**
1755     * Unable to retrieve entry %s from the trust store backend because the certificate %s does not exist
1756     */
1757    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND =
1758                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338", 338);
1759
1760    /**
1761     * The LDIF backend defined in configuration entry %s only supports a single base DN, but was configured for use with multiple base DNs
1762     */
1763    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS =
1764                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339", 339);
1765
1766    /**
1767     * LDIF file %s configured for use with the LDIF backend defined in configuration entry %s has multiple entries with a DN of %s
1768     */
1769    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_DUPLICATE_ENTRY =
1770                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342", 342);
1771
1772    /**
1773     * LDIF file %s configured for use with the LDIF backend defined in configuration entry %s includes entry %s which is not below the base DN defined for that backend
1774     */
1775    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE =
1776                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343", 343);
1777
1778    /**
1779     * LDIF file %s configured for use with the LDIF backend defined in configuration entry %s contains entry %s but its parent entry has not yet been read
1780     */
1781    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_MISSING_PARENT =
1782                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MISSING_PARENT_344", 344);
1783
1784    /**
1785     * An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s:  %s
1786     */
1787    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_ERROR_CREATING_FILE =
1788                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345", 345);
1789
1790    /**
1791     * An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s:  %s
1792     */
1793    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_ERROR_WRITING_FILE =
1794                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346", 346);
1795
1796    /**
1797     * An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s:  %s
1798     */
1799    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_LDIF_BACKEND_ERROR_RENAMING_FILE =
1800                    new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347", 347);
1801
1802    /**
1803     * Entry %s already exists in the LDIF backend
1804     */
1805    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS =
1806                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348", 348);
1807
1808    /**
1809     * The parent for entry %s does not exist
1810     */
1811    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_ADD_MISSING_PARENT =
1812                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349", 349);
1813
1814    /**
1815     * Entry %s does not exist
1816     */
1817    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY =
1818                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350", 350);
1819
1820    /**
1821     * Entry %s has one or more subordinate entries and cannot be deleted until all of its subordinate entries are removed first
1822     */
1823    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_DELETE_NONLEAF =
1824                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_DELETE_NONLEAF_351", 351);
1825
1826    /**
1827     * Entry %s does not exist
1828     */
1829    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY =
1830                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352", 352);
1831
1832    /**
1833     * Source entry %s does not exist
1834     */
1835    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY =
1836                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353", 353);
1837
1838    /**
1839     * Target entry %s already exists
1840     */
1841    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS =
1842                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354", 354);
1843
1844    /**
1845     * The new parent DN %s does not exist
1846     */
1847    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST =
1848                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355", 355);
1849
1850    /**
1851     * Entry %s specified as the search base DN does not exist
1852     */
1853    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE =
1854                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356", 356);
1855
1856    /**
1857     * An error occurred while trying to create the writer for the LDIF export operation:  %s
1858     */
1859    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER =
1860                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357", 357);
1861
1862    /**
1863     * An error occurred while trying to write entry %s during the LDIF export:  %s
1864     */
1865    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF =
1866                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358", 358);
1867
1868    /**
1869     * An error occurred while trying to create the reader for the LDIF import operation:  %s
1870     */
1871    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER =
1872                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359", 359);
1873
1874    /**
1875     * An unrecoverable error occurred while attempting to read data from the import file:  %s.  The LDIF import cannot continue
1876     */
1877    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_ERROR_READING_LDIF =
1878                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_READING_LDIF_360", 360);
1879
1880    /**
1881     * The LDIF backend currently does not provide a backup or restore mechanism.  Use LDIF import and export operations instead
1882     */
1883    public static final LocalizableMessageDescriptor.Arg0 ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED =
1884                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361", 361);
1885
1886    /**
1887     * The change to the LDIF file path will not take effect until the backend is disabled and re-enabled
1888     */
1889    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIF_BACKEND_LDIF_FILE_CHANGED =
1890                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363", 363);
1891
1892    /**
1893     * The change to the LDIF backend base DN will not take effect until the backend is disabled and re-enabled
1894     */
1895    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIF_BACKEND_BASE_DN_CHANGED =
1896                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_LDIF_BACKEND_BASE_DN_CHANGED_364", 364);
1897
1898    /**
1899     * The target entry %s does not exist
1900     */
1901    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY =
1902                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365", 365);
1903
1904    /**
1905     * The target entry %s does not exist
1906     */
1907    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY =
1908                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366", 366);
1909
1910    /**
1911     * Error reading key %s from key store %s: %s
1912     */
1913    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TRUSTSTORE_ERROR_READING_KEY =
1914                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TRUSTSTORE_ERROR_READING_KEY_367", 367);
1915
1916    /**
1917     * This backend does not provide support for the hasSubordinates operational attribute
1918     */
1919    public static final LocalizableMessageDescriptor.Arg0 ERR_HAS_SUBORDINATES_NOT_SUPPORTED =
1920                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368", 368);
1921
1922    /**
1923     * This backend does not provide support for the numSubordinates operational attribute
1924     */
1925    public static final LocalizableMessageDescriptor.Arg0 ERR_NUM_SUBORDINATES_NOT_SUPPORTED =
1926                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369", 369);
1927
1928    /**
1929     * The backend %s is now taken offline
1930     */
1931    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_BACKEND_OFFLINE =
1932                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_BACKEND_OFFLINE_370", 370);
1933
1934    /**
1935     * The provided recurring task entry attribute %s holding the recurring task schedule has invalid number of tokens
1936     */
1937    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_N_TOKENS =
1938                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_N_TOKENS_371", 371);
1939
1940    /**
1941     * The provided recurring task entry attribute %s holding the recurring task schedule has invalid minute token
1942     */
1943    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN =
1944                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372", 372);
1945
1946    /**
1947     * The provided recurring task entry attribute %s holding the recurring task schedule has invalid hour token
1948     */
1949    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_HOUR_TOKEN =
1950                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373", 373);
1951
1952    /**
1953     * The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the month token
1954     */
1955    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_DAY_TOKEN =
1956                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374", 374);
1957
1958    /**
1959     * The provided recurring task entry attribute %s holding the recurring task schedule has invalid month of the year token
1960     */
1961    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_MONTH_TOKEN =
1962                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375", 375);
1963
1964    /**
1965     * The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the week token
1966     */
1967    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN =
1968                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376", 376);
1969
1970    /**
1971     * The provided recurring task entry attribute %s holding the recurring task schedule has invalid tokens combination yielding a nonexistent calendar date
1972     */
1973    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_TOKENS_COMBO =
1974                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377", 377);
1975
1976    /**
1977     * An error occurred while attempting to export task backend data:  %s
1978     */
1979    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKS_CANNOT_EXPORT_TO_FILE =
1980                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_CANNOT_EXPORT_TO_FILE_378", 378);
1981
1982    /**
1983     * An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup:  %s
1984     */
1985    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_BACKUP_CANNOT_GET_MAC =
1986                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_BACKUP_CANNOT_GET_MAC_379", 379);
1987
1988    /**
1989     * An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s
1990     */
1991    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_BACKUP_CANNOT_GET_DIGEST =
1992                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380", 380);
1993
1994    /**
1995     * An error occurred while trying to create the tasks archive file %s in directory %s:  %s
1996     */
1997    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE =
1998                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381", 381);
1999
2000    /**
2001     * An error occurred while attempting to obtain the cipher to use to encrypt the backup:  %s
2002     */
2003    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKS_BACKUP_CANNOT_GET_CIPHER =
2004                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382", 382);
2005
2006    /**
2007     * %s tasks backup %s
2008     */
2009    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_BACKUP_ZIP_COMMENT =
2010                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_BACKUP_ZIP_COMMENT_383", 383);
2011
2012    /**
2013     * An error occurred while attempting to back up tasks file %s:  %s
2014     */
2015    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE =
2016                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384", 384);
2017
2018    /**
2019     * An error occurred while trying to close the tasks archive file %s in directory %s:  %s
2020     */
2021    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM =
2022                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385", 385);
2023
2024    /**
2025     * An error occurred while attempting to update the backup descriptor file %s with information about the tasks backup:  %s
2026     */
2027    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR =
2028                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386", 386);
2029
2030    /**
2031     * Unable to restore or verify tasks backup %s in directory %s because no such backup exists
2032     */
2033    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_RESTORE_NO_SUCH_BACKUP =
2034                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387", 387);
2035
2036    /**
2037     * Unable to restore or verify tasks backup %s in directory %s because the archive filename could not be determined
2038     */
2039    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_RESTORE_NO_BACKUP_FILE =
2040                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_NO_BACKUP_FILE_388", 388);
2041
2042    /**
2043     * Unable to restore or verify tasks backup %s because the specified archive file %s does not exist
2044     */
2045    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_RESTORE_NO_SUCH_FILE =
2046                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_NO_SUCH_FILE_389", 389);
2047
2048    /**
2049     * Unable to restore or verify tasks backup %s because an error occurred while trying to determine whether backup archive %s exists:  %s
2050     */
2051    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE =
2052                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390", 390);
2053
2054    /**
2055     * Unable to restore or verify tasks backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash
2056     */
2057    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKS_RESTORE_UNKNOWN_DIGEST =
2058                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391", 391);
2059
2060    /**
2061     * Unable to restore or verify tasks backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s
2062     */
2063    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_RESTORE_CANNOT_GET_DIGEST =
2064                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392", 392);
2065
2066    /**
2067     * Unable to restore or verify tasks backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash
2068     */
2069    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKS_RESTORE_UNKNOWN_MAC =
2070                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_UNKNOWN_MAC_393", 393);
2071
2072    /**
2073     * Unable to restore or verify tasks backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s
2074     */
2075    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_RESTORE_CANNOT_GET_MAC =
2076                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_CANNOT_GET_MAC_394", 394);
2077
2078    /**
2079     * Unable to restore or verify tasks backup %s because an error occurred while attempting to open the backup archive file %s:  %s
2080     */
2081    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE =
2082                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395", 395);
2083
2084    /**
2085     * Unable to restore or verify tasks backup %s because it is encrypted using an unknown or unsupported cipher:  %s
2086     */
2087    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKS_RESTORE_CANNOT_GET_CIPHER =
2088                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396", 396);
2089
2090    /**
2091     * Unable to restore or verify tasks backup %s because an error occurred while trying to read the next entry from the archive file %s:  %s
2092     */
2093    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY =
2094                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397", 397);
2095
2096    /**
2097     * Unable to restore tasks backup %s because an error occurred while trying to recreate file %s:  %s
2098     */
2099    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKS_RESTORE_CANNOT_CREATE_FILE =
2100                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398", 398);
2101
2102    /**
2103     * Unable to restore or verify tasks backup %s because an error occurred while processing archived file %s:  %s
2104     */
2105    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE =
2106                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399", 399);
2107
2108    /**
2109     * Unable to restore or verify tasks backup %s because an unexpected error occurred while trying to close the archive file %s:  %s
2110     */
2111    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE =
2112                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400", 400);
2113
2114    /**
2115     * The message digest calculated from the backup archive matches the digest stored with the backup information
2116     */
2117    public static final LocalizableMessageDescriptor.Arg0 NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID =
2118                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401", 401);
2119
2120    /**
2121     * Unable to restore or verify tasks backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information
2122     */
2123    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID =
2124                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402", 402);
2125
2126    /**
2127     * The signed digest calculated from the backup archive matches the signature stored with the backup information
2128     */
2129    public static final LocalizableMessageDescriptor.Arg0 NOTE_TASKS_RESTORE_SIGNED_HASH_VALID =
2130                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "NOTE_TASKS_RESTORE_SIGNED_HASH_VALID_403", 403);
2131
2132    /**
2133     * Unable to restore or verify tasks backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information
2134     */
2135    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKS_RESTORE_SIGNED_HASH_INVALID =
2136                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404", 404);
2137
2138    /**
2139     * All tests performed on tasks backup %s from directory %s show that the archive appears to be valid
2140     */
2141    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_TASKS_RESTORE_VERIFY_SUCCESSFUL =
2142                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405", 405);
2143
2144    /**
2145     * Tasks backup %s was successfully restored from the archive in directory %s
2146     */
2147    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_TASKS_RESTORE_SUCCESSFUL =
2148                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_TASKS_RESTORE_SUCCESSFUL_406", 406);
2149
2150    /**
2151     * The information for backup %s could not be found in the backup directory %s
2152     */
2153    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_MISSING_BACKUPID =
2154                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKUP_MISSING_BACKUPID_407", 407);
2155
2156    /**
2157     * Unable to add DIT structure rule %s because its rule identifier conflicts with existing DIT structure rule (%s)
2158     */
2159    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR =
2160                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409", 409);
2161
2162    /**
2163     * JE backend '%s' does not specify the number of cleaner threads: defaulting to %d threads
2164     */
2165    public static final LocalizableMessageDescriptor.Arg2<Object, Number> INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS =
2166                    new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410", 410);
2167
2168    /**
2169     * JE backend '%s' does not specify the number of lock tables: defaulting to %d
2170     */
2171    public static final LocalizableMessageDescriptor.Arg2<Object, Number> INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES =
2172                    new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411", 411);
2173
2174    /**
2175     * Unable to schedule task %s because its dependency task %s is missing
2176     */
2177    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKSCHED_DEPENDENCY_MISSING =
2178                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_TASKSCHED_DEPENDENCY_MISSING_412", 412);
2179
2180    /**
2181     * %s task %s started execution
2182     */
2183    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_TASK_STARTED =
2184                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_TASK_STARTED_413", 413);
2185
2186    /**
2187     * %s task %s finished execution in the state %s
2188     */
2189    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> NOTE_TASK_FINISHED =
2190                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "NOTE_TASK_FINISHED_414", 414);
2191
2192    /**
2193     * Unable to add ldap syntax description with OID %s because it conflicts with an existing ldap syntax description
2194     */
2195    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX =
2196                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415", 415);
2197
2198    /**
2199     * Unable to remove ldap syntax description %s from the server schema because no such ldap syntax description  is defined
2200     */
2201    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD =
2202                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416", 416);
2203
2204    /**
2205     * The provided value "%s" could not be parsed as an ldap syntax because its OID %s corresponds to an attribute syntax that is already implemented
2206     */
2207    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX =
2208                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417", 417);
2209
2210    /**
2211     * An error occurred while attempting to decode the ldapsyntax description "%s":  %s
2212     */
2213    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX =
2214                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418", 418);
2215
2216    /**
2217     * The provided recurring task schedule value has an invalid number of tokens
2218     */
2219    public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE =
2220                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419", 419);
2221
2222    /**
2223     * The provided recurring task schedule value has an invalid minute token
2224     */
2225    public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE =
2226                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420", 420);
2227
2228    /**
2229     * The provided recurring task schedule value has an invalid hour token
2230     */
2231    public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE =
2232                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421", 421);
2233
2234    /**
2235     * The provided recurring task schedule value has an invalid day of the month token
2236     */
2237    public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE =
2238                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422", 422);
2239
2240    /**
2241     * The provided recurring task schedule value has an invalid month of the year token
2242     */
2243    public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE =
2244                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423", 423);
2245
2246    /**
2247     * The provided recurring task schedule value has an invalid day of the week token
2248     */
2249    public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE =
2250                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424", 424);
2251
2252    /**
2253     * The schema backend does not support the Replace modification type for the %s attribute type
2254     */
2255    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_INVALID_REPLACE_MODIFICATION =
2256                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425", 425);
2257
2258    /**
2259     * An error occurred while trying to close file %s for the LDIF backend defined in configuration entry %s:  %s
2260     */
2261    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDIF_BACKEND_ERROR_CLOSING_FILE =
2262                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_CLOSING_FILE_426", 426);
2263
2264    /**
2265     * The file %s written for the LDIF backend defined in configuration entry %s is 0 bytes long and unusable.
2266     */
2267    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_BACKEND_ERROR_EMPTY_FILE =
2268                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_LDIF_BACKEND_ERROR_EMPTY_FILE_427", 427);
2269
2270    /**
2271     * Configuration attribute ds-cfg-db-cache-size has a value of %d but the JVM has only %d available. Consider using ds-cfg-db-cache-percent
2272     */
2273    public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_BACKEND_CONFIG_CACHE_SIZE_GREATER_THAN_JVM_HEAP =
2274                    new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CONFIG_CACHE_SIZE_GREATER_THAN_JVM_HEAP_428", 428);
2275
2276    /**
2277     * Configuration attribute ds-cfg-db-cache-percent has a value of %d%% but the JVM has only %d%% available
2278     */
2279    public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP =
2280                    new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP_429", 429);
2281
2282    /**
2283     * Unable to process the virtual list view request because the target assertion could not be decoded as a valid value for the '%s' attribute type
2284     */
2285    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VLV_BAD_ASSERTION =
2286                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_VLV_BAD_ASSERTION_430", 430);
2287
2288    /**
2289     * Disk free space of %d bytes for directory %s is now below low threshold of %d bytes. Backend %s is now locked down and will no longer accept any operations from clients until sufficient disk space is restored
2290     */
2291    public static final LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object> WARN_DISK_SPACE_LOW_THRESHOLD_CROSSED =
2292                    new LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object>(BackendMessages.class, RESOURCE, "WARN_DISK_SPACE_LOW_THRESHOLD_CROSSED_431", 431);
2293
2294    /**
2295     * Disk free space of %d bytes for directory %s is now below disk low threshold of %d bytes. Backend %s is now offline and will no longer accept any operations until sufficient disk space is restored
2296     */
2297    public static final LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object> WARN_DISK_SPACE_FULL_THRESHOLD_CROSSED =
2298                    new LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object>(BackendMessages.class, RESOURCE, "WARN_DISK_SPACE_FULL_THRESHOLD_CROSSED_432", 432);
2299
2300    /**
2301     * An error occurred while trying to list the files to backup for backend '%s': %s
2302     */
2303    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_LIST_FILES_TO_BACKUP =
2304                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_LIST_FILES_TO_BACKUP_433", 433);
2305
2306    /**
2307     * An error occurred while trying to switch to append mode for backend '%s': %s
2308     */
2309    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_SWITCH_TO_APPEND_MODE =
2310                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_SWITCH_TO_APPEND_MODE_434", 434);
2311
2312    /**
2313     * An error occurred while trying to end append mode for backend '%s': %s
2314     */
2315    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_END_APPEND_MODE =
2316                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_BACKEND_END_APPEND_MODE_435", 435);
2317
2318    /**
2319     * Due to changes in the configuration, index %s is currently operating in a degraded state and must be rebuilt before it can be used
2320     */
2321    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CONFIG_INDEX_SUBSTRING_LENGTH_REQUIRES_REBUILD =
2322                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_CONFIG_INDEX_SUBSTRING_LENGTH_REQUIRES_REBUILD_436", 436);
2323
2324    /**
2325     * The attribute '%s' cannot have extensible index type for invalid matching rule name '%s'
2326     */
2327    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_INDEX_TYPE_NEEDS_VALID_MATCHING_RULE =
2328                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_CONFIG_INDEX_TYPE_NEEDS_VALID_MATCHING_RULE_437", 437);
2329
2330    /**
2331     * Insufficient free memory (%d bytes) to perform import. At least %d bytes of free memory is required
2332     */
2333    public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_IMPORT_LDIF_LACK_MEM =
2334                    new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_LACK_MEM_438", 438);
2335
2336    /**
2337     * Insufficient free memory (%d bytes) to perform import phase 2 in a single batch. Some indexes will be imported using several batches which may result in reduced performance
2338     */
2339    public static final LocalizableMessageDescriptor.Arg1<Number> WARN_IMPORT_LDIF_LACK_MEM_PHASE_TWO =
2340                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "WARN_IMPORT_LDIF_LACK_MEM_PHASE_TWO_439", 439);
2341
2342    /**
2343     * The attribute '%s' cannot have indexing of type '%s' because it does not have a corresponding matching rule
2344     */
2345    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE =
2346                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_440", 440);
2347
2348    /**
2349     * Unable to process the virtual list view request because the target start position was before the beginning of the result set
2350     */
2351    public static final LocalizableMessageDescriptor.Arg0 ERR_ENTRYIDSORTER_NEGATIVE_START_POS =
2352                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_ENTRYIDSORTER_NEGATIVE_START_POS_441", 441);
2353
2354    /**
2355     * The DN database does not contain a record for '%s'
2356     */
2357    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_DN2ID_RECORD =
2358                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MISSING_DN2ID_RECORD_442", 442);
2359
2360    /**
2361     * The entry database does not contain a record for ID %s
2362     */
2363    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_ID2ENTRY_RECORD =
2364                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MISSING_ID2ENTRY_RECORD_443", 443);
2365
2366    /**
2367     * Unable to examine the entry with ID %s for sorting purposes: %s
2368     */
2369    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY =
2370                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_444", 444);
2371
2372    /**
2373     * Execution error during backend operation: %s
2374     */
2375    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXECUTION_ERROR =
2376                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_EXECUTION_ERROR_445", 445);
2377
2378    /**
2379     * Interrupted error during backend operation: %s
2380     */
2381    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INTERRUPTED_ERROR =
2382                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_INTERRUPTED_ERROR_446", 446);
2383
2384    /**
2385     * The backend database directory could not be created: %s
2386     */
2387    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATE_FAIL =
2388                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_CREATE_FAIL_447", 447);
2389
2390    /**
2391     * This platform does not support setting file permissions %s to the database directory %s
2392     */
2393    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_UNABLE_SET_PERMISSIONS =
2394                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "WARN_UNABLE_SET_PERMISSIONS_448", 448);
2395
2396    /**
2397     * An error occurred while setting file permissions for the backend database directory %s: %s
2398     */
2399    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_SET_PERMISSIONS_FAILED =
2400                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "WARN_SET_PERMISSIONS_FAILED_449", 449);
2401
2402    /**
2403     * The change to the DB directory will not take effect until the backend is restarted. The DB files from the previous directory %s must be moved to the new directory %s after shutting down the backend to retain the existing data
2404     */
2405    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_CONFIG_DB_DIR_REQUIRES_RESTART =
2406                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_CONFIG_DB_DIR_REQUIRES_RESTART_450", 450);
2407
2408    /**
2409     * The backend database directory '%s' is not a valid directory
2410     */
2411    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DIRECTORY_INVALID =
2412                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DIRECTORY_INVALID_451", 451);
2413
2414    /**
2415     * PDB backend '%s' initialized to use %d buffers of %d bytes (total %dkb)
2416     */
2417    public static final LocalizableMessageDescriptor.Arg4<Object, Number, Number, Number> NOTE_PDB_MEMORY_CFG =
2418                    new LocalizableMessageDescriptor.Arg4<Object, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_PDB_MEMORY_CFG_452", 452);
2419
2420    /**
2421     * The entry '%s' cannot be added because an entry with that name already exists
2422     */
2423    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADD_ENTRY_ALREADY_EXISTS =
2424                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ADD_ENTRY_ALREADY_EXISTS_453", 453);
2425
2426    /**
2427     * The entry '%s' cannot be added because its parent entry does not exist
2428     */
2429    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADD_NO_SUCH_OBJECT =
2430                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ADD_NO_SUCH_OBJECT_454", 454);
2431
2432    /**
2433     * There is no index configured for attribute type '%s'
2434     */
2435    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTRIBUTE_INDEX_NOT_CONFIGURED =
2436                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ATTRIBUTE_INDEX_NOT_CONFIGURED_455", 455);
2437
2438    /**
2439     * An error occurred while preloading the database cache for backend %s: %s
2440     */
2441    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CACHE_PRELOAD =
2442                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_CACHE_PRELOAD_456", 456);
2443
2444    /**
2445     * An error occurred while attempting to decode an attribute description token from the compressed schema definitions: %s
2446     */
2447    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN =
2448                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_457", 457);
2449
2450    /**
2451     * An error occurred while attempting to decode an object class set token from the compressed schema definitions: %s
2452     */
2453    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN =
2454                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_458", 458);
2455
2456    /**
2457     * An error occurred while attempting to store compressed schema information in the database: %s
2458     */
2459    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMPSCHEMA_CANNOT_STORE_EX =
2460                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_COMPSCHEMA_CANNOT_STORE_EX_459", 459);
2461
2462    /**
2463     * An error occurred while parsing the search filter %s defined for VLV index %s: %s
2464     */
2465    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CONFIG_VLV_INDEX_BAD_FILTER =
2466                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_CONFIG_VLV_INDEX_BAD_FILTER_460", 460);
2467
2468    /**
2469     * Sort attribute %s for VLV index %s is not defined in the server schema
2470     */
2471    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_VLV_INDEX_UNDEFINED_ATTR =
2472                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_CONFIG_VLV_INDEX_UNDEFINED_ATTR_461", 461);
2473
2474    /**
2475     * Database exception: %s
2476     */
2477    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DATABASE_EXCEPTION =
2478                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DATABASE_EXCEPTION_462", 462);
2479
2480    /**
2481     * A plugin caused the delete operation to be aborted while deleting a subordinate entry %s
2482     */
2483    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN =
2484                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN_463", 463);
2485
2486    /**
2487     * The entry '%s' cannot be removed because it has subordinate entries
2488     */
2489    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DELETE_NOT_ALLOWED_ON_NONLEAF =
2490                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DELETE_NOT_ALLOWED_ON_NONLEAF_464", 464);
2491
2492    /**
2493     * The entry '%s' cannot be removed because it does not exist
2494     */
2495    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DELETE_NO_SUCH_OBJECT =
2496                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DELETE_NO_SUCH_OBJECT_465", 465);
2497
2498    /**
2499     * An entry container named '%s' is alreadly registered for base DN '%s'
2500     */
2501    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ENTRY_CONTAINER_ALREADY_REGISTERED =
2502                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_ENTRY_CONTAINER_ALREADY_REGISTERED_466", 466);
2503
2504    /**
2505     * The entry database does not contain a valid record for ID %s
2506     */
2507    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENTRY_DATABASE_CORRUPT =
2508                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_ENTRY_DATABASE_CORRUPT_467", 467);
2509
2510    /**
2511     * I/O error occurred while exporting entry: %s
2512     */
2513    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXPORT_IO_ERROR =
2514                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_EXPORT_IO_ERROR_468", 468);
2515
2516    /**
2517     * The backend must be disabled before the import process can start
2518     */
2519    public static final LocalizableMessageDescriptor.Arg0 ERR_IMPORT_BACKEND_ONLINE =
2520                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_IMPORT_BACKEND_ONLINE_469", 469);
2521
2522    /**
2523     * I/O error occurred while reading the index scratch file %s in the temporary directory
2524     */
2525    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_BUFFER_IO_ERROR =
2526                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_BUFFER_IO_ERROR_470", 470);
2527
2528    /**
2529     * Unable to create the temporary directory %s
2530     */
2531    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_CREATE_TMPDIR_ERROR =
2532                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_CREATE_TMPDIR_ERROR_471", 471);
2533
2534    /**
2535     * The following error was received while processing the append and replace task: %s
2536     */
2537    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_LDIF_APPEND_REPLACE_TASK_ERR =
2538                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_APPEND_REPLACE_TASK_ERR_472", 472);
2539
2540    /**
2541     * The following error was received while processing the import task: %s
2542     */
2543    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_LDIF_IMPORT_TASK_ERR =
2544                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_IMPORT_TASK_ERR_473", 473);
2545
2546    /**
2547     * The following I/O error was received while writing the %s index scratch file in the temporary directory: %s
2548     */
2549    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_IMPORT_LDIF_INDEX_FILEWRITER_ERR =
2550                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_INDEX_FILEWRITER_ERR_474", 474);
2551
2552    /**
2553     * The following error was received while processing the %s index: %s
2554     */
2555    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_IMPORT_LDIF_INDEX_WRITE_DB_ERR =
2556                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_INDEX_WRITE_DB_ERR_475", 475);
2557
2558    /**
2559     * The following error was received while processing the migrate excluded task: %s
2560     */
2561    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_LDIF_MIGRATE_EXCLUDED_TASK_ERR =
2562                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_MIGRATE_EXCLUDED_TASK_ERR_476", 476);
2563
2564    /**
2565     * The following error was received while processing the migrate existing task: %s
2566     */
2567    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_LDIF_MIGRATE_EXISTING_TASK_ERR =
2568                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_MIGRATE_EXISTING_TASK_ERR_477", 477);
2569
2570    /**
2571     * The following error was received while performing a pending DN check: %s
2572     */
2573    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_LDIF_PENDING_ERR =
2574                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_PENDING_ERR_478", 478);
2575
2576    /**
2577     * I/O error occurred while opening the LDIF stream
2578     */
2579    public static final LocalizableMessageDescriptor.Arg0 ERR_IMPORT_LDIF_READER_IO_ERROR =
2580                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_READER_IO_ERROR_479", 479);
2581
2582    /**
2583     * The following error was received while processing the rebuild index task: %s
2584     */
2585    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_LDIF_REBUILD_INDEX_TASK_ERR =
2586                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_REBUILD_INDEX_TASK_ERR_480", 480);
2587
2588    /**
2589     * The parent entry '%s' does not exist
2590     */
2591    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_PARENT_NOT_FOUND =
2592                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_PARENT_NOT_FOUND_481", 481);
2593
2594    /**
2595     * Entry record is not compatible with this version of the backend database. Entry version: %x
2596     */
2597    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_INCOMPATIBLE_ENTRY_VERSION =
2598                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "ERR_INCOMPATIBLE_ENTRY_VERSION_482", 482);
2599
2600    /**
2601     * An error occurred while reading from index %s. The index seems to be corrupt and is now operating in a degraded state. The index must be rebuilt before it can return to normal operation
2602     */
2603    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INDEX_CORRUPT_REQUIRES_REBUILD =
2604                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_INDEX_CORRUPT_REQUIRES_REBUILD_483", 483);
2605
2606    /**
2607     * The following paged results control cookie value was not recognized: %s
2608     */
2609    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_PAGED_RESULTS_COOKIE =
2610                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_INVALID_PAGED_RESULTS_COOKIE_484", 484);
2611
2612    /**
2613     * A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s
2614     */
2615    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN =
2616                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_487", 487);
2617
2618    /**
2619     * A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s because the change to that entry violated the server schema configuration: %s
2620     */
2621    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR =
2622                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_488", 488);
2623
2624    /**
2625     * The entry cannot be renamed to '%s' because an entry with that name already exists
2626     */
2627    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFYDN_ALREADY_EXISTS =
2628                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MODIFYDN_ALREADY_EXISTS_489", 489);
2629
2630    /**
2631     * The entry '%s' cannot be renamed because it does not exist
2632     */
2633    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFYDN_NO_SUCH_OBJECT =
2634                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MODIFYDN_NO_SUCH_OBJECT_490", 490);
2635
2636    /**
2637     * The entry '%s' cannot be modified because it does not exist
2638     */
2639    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFY_NO_SUCH_OBJECT =
2640                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_MODIFY_NO_SUCH_OBJECT_491", 491);
2641
2642    /**
2643     * The entry cannot be moved because the new parent entry '%s' does not exist
2644     */
2645    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NEW_SUPERIOR_NO_SUCH_OBJECT =
2646                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_NEW_SUPERIOR_NO_SUCH_OBJECT_492", 492);
2647
2648    /**
2649     * The database environment could not be opened: %s
2650     */
2651    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OPEN_ENV_FAIL =
2652                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_OPEN_ENV_FAIL_493", 493);
2653
2654    /**
2655     * Rebuilding system index(es) must be done with the backend containing the base DN disabled
2656     */
2657    public static final LocalizableMessageDescriptor.Arg0 ERR_REBUILD_BACKEND_ONLINE =
2658                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_REBUILD_BACKEND_ONLINE_494", 494);
2659
2660    /**
2661     * The backend database files could not be removed: %s
2662     */
2663    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REMOVE_FAIL =
2664                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_REMOVE_FAIL_495", 495);
2665
2666    /**
2667     * The requested search operation included both the simple paged results control and the virtual list view control. These controls are mutually exclusive and cannot be used together
2668     */
2669    public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV =
2670                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_496", 496);
2671
2672    /**
2673     * The search results cannot be sorted because the given search request is not indexed
2674     */
2675    public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_CANNOT_SORT_UNINDEXED =
2676                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SEARCH_CANNOT_SORT_UNINDEXED_497", 497);
2677
2678    /**
2679     * The search base entry '%s' does not exist
2680     */
2681    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SEARCH_NO_SUCH_OBJECT =
2682                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_SEARCH_NO_SUCH_OBJECT_498", 498);
2683
2684    /**
2685     * You do not have sufficient privileges to perform an unindexed search
2686     */
2687    public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES =
2688                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_499", 499);
2689
2690    /**
2691     * Unchecked exception during database transaction: %s
2692     */
2693    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNCHECKED_EXCEPTION =
2694                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_UNCHECKED_EXCEPTION_500", 500);
2695
2696    /**
2697     * There is no VLV index configured with name '%s'
2698     */
2699    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VLV_INDEX_NOT_CONFIGURED =
2700                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_VLV_INDEX_NOT_CONFIGURED_501", 501);
2701
2702    /**
2703     * The filter value exceeded the index entry limit for the %s index
2704     */
2705    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INDEX_FILTER_INDEX_LIMIT_EXCEEDED =
2706                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_INDEX_FILTER_INDEX_LIMIT_EXCEEDED_502", 502);
2707
2708    /**
2709     * %s index is invalid and needs to be rebuilt
2710     */
2711    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INDEX_FILTER_INDEX_NOT_TRUSTED =
2712                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_INDEX_FILTER_INDEX_NOT_TRUSTED_503", 503);
2713
2714    /**
2715     * %s index type is disabled for the %s attribute
2716     */
2717    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_INDEX_FILTER_INDEX_TYPE_DISABLED =
2718                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "INFO_INDEX_FILTER_INDEX_TYPE_DISABLED_504", 504);
2719
2720    /**
2721     * Matching rule %s is disabled for the extensible index of the %s attribute
2722     */
2723    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_INDEX_FILTER_MATCHING_RULE_NOT_INDEXED =
2724                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "INFO_INDEX_FILTER_MATCHING_RULE_NOT_INDEXED_505", 505);
2725
2726    /**
2727     * Average number of entries referenced is %.2f/record
2728     */
2729    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_AVERAGE_REFERENCE_COUNT =
2730                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_AVERAGE_REFERENCE_COUNT_506", 506);
2731
2732    /**
2733     * Free memory = %d MB, Cache miss rate = %.1f/record
2734     */
2735    public static final LocalizableMessageDescriptor.Arg2<Number, Number> INFO_CACHE_AND_MEMORY_REPORT =
2736                    new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "INFO_CACHE_AND_MEMORY_REPORT_507", 507);
2737
2738    /**
2739     * Number of records that exceed the entry limit: %d
2740     */
2741    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT =
2742                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_508", 508);
2743
2744    /**
2745     * Statistics for records that have exceeded the entry limit:
2746     */
2747    public static final LocalizableMessageDescriptor.Arg0 INFO_VERIFY_ENTRY_LIMIT_STATS_HEADER =
2748                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "INFO_VERIFY_ENTRY_LIMIT_STATS_HEADER_509", 509);
2749
2750    /**
2751     * File %s has %d such record(s) min=%d max=%d median=%d
2752     */
2753    public static final LocalizableMessageDescriptor.Arg5<Object, Number, Number, Number, Number> INFO_VERIFY_ENTRY_LIMIT_STATS_ROW =
2754                    new LocalizableMessageDescriptor.Arg5<Object, Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_ENTRY_LIMIT_STATS_ROW_510", 510);
2755
2756    /**
2757     * Maximum number of entries referenced by any record is %d
2758     */
2759    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_MAX_REFERENCE_COUNT =
2760                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_MAX_REFERENCE_COUNT_511", 511);
2761
2762    /**
2763     * Number of records referencing more than one entry: %d
2764     */
2765    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_MULTIPLE_REFERENCE_COUNT =
2766                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "INFO_VERIFY_MULTIPLE_REFERENCE_COUNT_512", 512);
2767
2768    /**
2769     * The database backend %s containing %d entries has started
2770     */
2771    public static final LocalizableMessageDescriptor.Arg2<Object, Number> NOTE_BACKEND_STARTED =
2772                    new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "NOTE_BACKEND_STARTED_513", 513);
2773
2774    /**
2775     * Some index keys have already exceeded the previous index entry limit in index %s. This index must be rebuilt before it can use the new limit
2776     */
2777    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD =
2778                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_514", 514);
2779
2780    /**
2781     * Exported %d entries and skipped %d in %d seconds (average rate %.1f/sec)
2782     */
2783    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_EXPORT_FINAL_STATUS =
2784                    new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_EXPORT_FINAL_STATUS_515", 515);
2785
2786    /**
2787     * Exported %d records and skipped %d (recent rate %.1f/sec)
2788     */
2789    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Number> NOTE_EXPORT_PROGRESS_REPORT =
2790                    new LocalizableMessageDescriptor.Arg3<Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_EXPORT_PROGRESS_REPORT_516", 516);
2791
2792    /**
2793     * Insufficient memory to allocate enough phase one buffers for use by %d threads. Lowering the number of threads used to %d
2794     */
2795    public static final LocalizableMessageDescriptor.Arg2<Number, Number> NOTE_IMPORT_ADJUST_THREAD_COUNT =
2796                    new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_ADJUST_THREAD_COUNT_517", 517);
2797
2798    /**
2799     * Flushing data to disk
2800     */
2801    public static final LocalizableMessageDescriptor.Arg0 NOTE_IMPORT_CLOSING_DATABASE =
2802                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "NOTE_IMPORT_CLOSING_DATABASE_518", 518);
2803
2804    /**
2805     * Processed %d entries, imported %d, skipped %d, rejected %d and migrated %d in %d seconds (average rate %.1f/sec)
2806     */
2807    public static final LocalizableMessageDescriptor.Arg7<Number, Number, Number, Number, Number, Number, Number> NOTE_IMPORT_FINAL_STATUS =
2808                    new LocalizableMessageDescriptor.Arg7<Number, Number, Number, Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_FINAL_STATUS_519", 519);
2809
2810    /**
2811     * Setting DB cache size to %d bytes and phase one buffer size to %d bytes
2812     */
2813    public static final LocalizableMessageDescriptor.Arg2<Number, Number> NOTE_IMPORT_LDIF_DB_MEM_BUF_INFO =
2814                    new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_DB_MEM_BUF_INFO_520", 520);
2815
2816    /**
2817     * DN phase two processing completed. Processed %d DNs
2818     */
2819    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_IMPORT_LDIF_DN_CLOSE =
2820                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_DN_CLOSE_521", 521);
2821
2822    /**
2823     * Index %s phase two processing completed
2824     */
2825    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_IMPORT_LDIF_INDEX_CLOSE =
2826                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_INDEX_CLOSE_522", 522);
2827
2828    /**
2829     * Index %s phase two started processing %d buffers in %d batches
2830     */
2831    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Number> NOTE_IMPORT_LDIF_INDEX_STARTED =
2832                    new LocalizableMessageDescriptor.Arg3<Object, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_INDEX_STARTED_523", 523);
2833
2834    /**
2835     * The available memory for phase two processing is %d bytes. The read ahead cache size is %d bytes calculated using %d buffers
2836     */
2837    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Number> NOTE_IMPORT_LDIF_PHASE_TWO_MEM_REPORT =
2838                    new LocalizableMessageDescriptor.Arg3<Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_PHASE_TWO_MEM_REPORT_524", 524);
2839
2840    /**
2841     * Index %s %d%% complete: remaining = %d kb, rate = %d kb/s; batch %d/%d
2842     */
2843    public static final LocalizableMessageDescriptor.Arg6<Object, Number, Number, Number, Number, Number> NOTE_IMPORT_LDIF_PHASE_TWO_REPORT =
2844                    new LocalizableMessageDescriptor.Arg6<Object, Number, Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_PHASE_TWO_REPORT_525", 525);
2845
2846    /**
2847     * Import LDIF environment close took %d seconds
2848     */
2849    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_IMPORT_LDIF_ROOTCONTAINER_CLOSE =
2850                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_ROOTCONTAINER_CLOSE_526", 526);
2851
2852    /**
2853     * The amount memory available to the temporary DN cache environment is %d bytes
2854     */
2855    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_IMPORT_LDIF_TMP_ENV_MEM =
2856                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_TMP_ENV_MEM_527", 527);
2857
2858    /**
2859     * The amount of free memory available to the import task is %d bytes. The number of phase one buffers required is %d buffers
2860     */
2861    public static final LocalizableMessageDescriptor.Arg2<Number, Number> NOTE_IMPORT_LDIF_TOT_MEM_BUF =
2862                    new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_TOT_MEM_BUF_528", 528);
2863
2864    /**
2865     * Setting indexes trusted failed for the following reason: %s
2866     */
2867    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_IMPORT_LDIF_TRUSTED_FAILED =
2868                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_TRUSTED_FAILED_529", 529);
2869
2870    /**
2871     * Migrating %s entries for base DN %s
2872     */
2873    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_IMPORT_MIGRATION_START =
2874                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_MIGRATION_START_530", 530);
2875
2876    /**
2877     * Total import time was %d seconds. Phase one processing completed in %d seconds, phase two processing completed in %d seconds
2878     */
2879    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Number> NOTE_IMPORT_PHASE_STATS =
2880                    new LocalizableMessageDescriptor.Arg3<Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_PHASE_STATS_531", 531);
2881
2882    /**
2883     * Processed %d entries, skipped %d and rejected %d (recent rate %.1f/sec)
2884     */
2885    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_IMPORT_PROGRESS_REPORT =
2886                    new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_PROGRESS_REPORT_532", 532);
2887
2888    /**
2889     * %s starting import (build %s, R%s)
2890     */
2891    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> NOTE_IMPORT_STARTING =
2892                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_STARTING_533", 533);
2893
2894    /**
2895     * Import Thread Count: %d threads
2896     */
2897    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_IMPORT_THREAD_COUNT =
2898                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_THREAD_COUNT_534", 534);
2899
2900    /**
2901     * Due to changes in the configuration, index %s is currently operating in a degraded state and must be rebuilt before it can be used
2902     */
2903    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_INDEX_ADD_REQUIRES_REBUILD =
2904                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_INDEX_ADD_REQUIRES_REBUILD_535", 535);
2905
2906    /**
2907     * This search operation has checked the maximum of %d entries for matches
2908     */
2909    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_LOOKTHROUGH_LIMIT_EXCEEDED =
2910                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_LOOKTHROUGH_LIMIT_EXCEEDED_536", 536);
2911
2912    /**
2913     * Rebuild of all indexes started with %d total entries to process
2914     */
2915    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_REBUILD_ALL_START =
2916                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_ALL_START_537", 537);
2917
2918    /**
2919     * Degraded state of index(es) %s has been cleared
2920     */
2921    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS =
2922                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS_538", 538);
2923
2924    /**
2925     * Rebuild of all degraded indexes started with %d total entries to process
2926     */
2927    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_REBUILD_DEGRADED_START =
2928                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_DEGRADED_START_539", 539);
2929
2930    /**
2931     * Rebuild complete. Processed %d entries in %d seconds (average rate %.1f/sec)
2932     */
2933    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Number> NOTE_REBUILD_FINAL_STATUS =
2934                    new LocalizableMessageDescriptor.Arg3<Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_FINAL_STATUS_540", 540);
2935
2936    /**
2937     * %.1f%% Completed. Processed %d/%d entries. (recent rate %.1f/sec)
2938     */
2939    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_REBUILD_PROGRESS_REPORT =
2940                    new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_PROGRESS_REPORT_541", 541);
2941
2942    /**
2943     * Rebuild of index(es) %s started with %d total entries to process
2944     */
2945    public static final LocalizableMessageDescriptor.Arg2<Object, Number> NOTE_REBUILD_START =
2946                    new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "NOTE_REBUILD_START_542", 542);
2947
2948    /**
2949     * A referral entry %s indicates that the operation must be processed at a different server
2950     */
2951    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_REFERRAL_RESULT_MESSAGE =
2952                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_REFERRAL_RESULT_MESSAGE_543", 543);
2953
2954    /**
2955     * Checked %d records and found %d error(s) in %d seconds (average rate %.1f/sec)
2956     */
2957    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_VERIFY_CLEAN_FINAL_STATUS =
2958                    new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_VERIFY_CLEAN_FINAL_STATUS_544", 544);
2959
2960    /**
2961     * Checked %d entries and found %d error(s) in %d seconds (average rate %.1f/sec)
2962     */
2963    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_VERIFY_FINAL_STATUS =
2964                    new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_VERIFY_FINAL_STATUS_545", 545);
2965
2966    /**
2967     * Processed %d out of %d records and found %d error(s) (recent rate %.1f/sec)
2968     */
2969    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_VERIFY_PROGRESS_REPORT =
2970                    new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_VERIFY_PROGRESS_REPORT_546", 546);
2971
2972    /**
2973     * The requested operation is not supported by this backend
2974     */
2975    public static final LocalizableMessageDescriptor.Arg0 WARN_FUNCTION_NOT_SUPPORTED =
2976                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "WARN_FUNCTION_NOT_SUPPORTED_547", 547);
2977
2978    /**
2979     * Unable to determine the total number of entries in the container: %s
2980     */
2981    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_GET_ENTRY_COUNT_FAILED =
2982                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_GET_ENTRY_COUNT_FAILED_548", 548);
2983
2984    /**
2985     * The entry exists and the import options do not allow it to be replaced
2986     */
2987    public static final LocalizableMessageDescriptor.Arg0 WARN_IMPORT_ENTRY_EXISTS =
2988                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "WARN_IMPORT_ENTRY_EXISTS_549", 549);
2989
2990    /**
2991     * The database cache preload for backend %s has started
2992     */
2993    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CACHE_PRELOAD_STARTED =
2994                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_CACHE_PRELOAD_STARTED_550", 550);
2995
2996    /**
2997     * The database cache preload for database %s is complete
2998     */
2999    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CACHE_DB_PRELOADED =
3000                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_CACHE_DB_PRELOADED_551", 551);
3001
3002    /**
3003     * The database cache preload for backend %s has been interrupted while preloading database %s due to time limit
3004     */
3005    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_CACHE_PRELOAD_INTERRUPTED_BY_TIME =
3006                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_CACHE_PRELOAD_INTERRUPTED_BY_TIME_552", 552);
3007
3008    /**
3009     * The database cache preload for backend %s has been interrupted while preloading database %s due to size limit
3010     */
3011    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_CACHE_PRELOAD_INTERRUPTED_BY_SIZE =
3012                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_553", 553);
3013
3014    /**
3015     * The database cache preload for backend %s has been interrupted while preloading database %s
3016     */
3017    public static final LocalizableMessageDescriptor.Arg2<Object, Object> NOTE_CACHE_PRELOAD_INTERRUPTED_UNKNOWN =
3018                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "NOTE_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_554", 554);
3019
3020    /**
3021     * The database cache preload for backend %s is complete
3022     */
3023    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CACHE_PRELOAD_DONE =
3024                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_CACHE_PRELOAD_DONE_555", 555);
3025
3026    /**
3027     * The database cache is %d MB after pre-loading
3028     */
3029    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_CACHE_SIZE_AFTER_PRELOAD =
3030                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_CACHE_SIZE_AFTER_PRELOAD_556", 556);
3031
3032    /**
3033     * Including %s additional log file(s) due to cleaner activity
3034     */
3035    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_JEB_BACKUP_CLEANER_ACTIVITY =
3036                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_JEB_BACKUP_CLEANER_ACTIVITY_557", 557);
3037
3038    /**
3039     * The change to the %s attribute will not take effect until the backend is restarted
3040     */
3041    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_JEB_CONFIG_ATTR_REQUIRES_RESTART =
3042                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_JEB_CONFIG_ATTR_REQUIRES_RESTART_559", 559);
3043
3044    /**
3045     * The database logging level string '%s' provided for configuration entry '%s' is invalid. The value must be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL. Note that these values are case sensitive
3046     */
3047    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_JEB_INVALID_LOGGING_LEVEL =
3048                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_JEB_INVALID_LOGGING_LEVEL_561", 561);
3049
3050    /**
3051     * An error occurred while attempting to store compressed schema information in the database. The result returned was: %s
3052     */
3053    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS =
3054                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_562", 562);
3055
3056    /**
3057     * The server was unable to store compressed schema information in the database after multiple attempts
3058     */
3059    public static final LocalizableMessageDescriptor.Arg0 ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES =
3060                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_563", 563);
3061
3062    /**
3063     * The backend database directory '%s' does not exist
3064     */
3065    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DIRECTORY_DOES_NOT_EXIST =
3066                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_DIRECTORY_DOES_NOT_EXIST_564", 564);
3067
3068    /**
3069     * Checkpoints performed: %d
3070     */
3071    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS =
3072                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_565", 565);
3073
3074    /**
3075     * Cleaner runs: %d files deleted: %d entries read: %d IN nodes cleaned: %d
3076     */
3077    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> NOTE_JEB_IMPORT_LDIF_CLEANER_STATS =
3078                    new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_JEB_IMPORT_LDIF_CLEANER_STATS_566", 566);
3079
3080    /**
3081     * Eviction in progress. Passes: %d nodes evicted: %d BIN nodes stripped: %d
3082     */
3083    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Number> NOTE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS =
3084                    new LocalizableMessageDescriptor.Arg3<Number, Number, Number>(BackendMessages.class, RESOURCE, "NOTE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_567", 567);
3085
3086    /**
3087     * Eviction detected after importing %d entries
3088     */
3089    public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_JEB_IMPORT_LDIF_EVICTION_DETECTED =
3090                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "NOTE_JEB_IMPORT_LDIF_EVICTION_DETECTED_568", 568);
3091
3092    /**
3093     * Configuration attribute ds-cfg-db-cache-size has a value of %d which is less than the minimum: %d
3094     */
3095    public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL =
3096                    new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL_569", 569);
3097
3098    /**
3099     * Configuration attributes ds-cfg-db-txn-no-sync and ds-cfg-db-txn-write-no-sync are mutually exclusive and cannot be both set at the same time
3100     */
3101    public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_JEB_DURABILITY_CONFLICT =
3102                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_CONFIG_JEB_DURABILITY_CONFLICT_570", 570);
3103
3104    /**
3105     * There is not enough space on the disk for the database to perform the write operation
3106     */
3107    public static final LocalizableMessageDescriptor.Arg0 WARN_OUT_OF_DISK_SPACE =
3108                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "WARN_OUT_OF_DISK_SPACE_571", 571);
3109
3110    /**
3111     * The disk containing directory %s is full. After freeing more than %d bytes on the disk, import can continue in append and replace mode to load the rest of the entries
3112     */
3113    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_IMPORT_LDIF_LACK_DISK_PHASE_ONE =
3114                    new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_LACK_DISK_PHASE_ONE_572", 572);
3115
3116    /**
3117     * The disk containing directory %s is full. After freeing more than %d bytes on the disk, a rebuild of all the indexes is needed to complete the import
3118     */
3119    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_IMPORT_LDIF_LACK_DISK_PHASE_TWO =
3120                    new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "ERR_IMPORT_LDIF_LACK_DISK_PHASE_TWO_573", 573);
3121
3122    /**
3123     * The disk containing directory %s is full. Rebuild index can not continue until the free space rises above the threshold (%d bytes)
3124     */
3125    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_REBUILD_INDEX_LACK_DISK =
3126                    new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "ERR_REBUILD_INDEX_LACK_DISK_574", 574);
3127
3128    /**
3129     * %s index is being rebuilt
3130     */
3131    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INDEX_FILTER_INDEX_REBUILD_IN_PROGRESS =
3132                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "INFO_INDEX_FILTER_INDEX_REBUILD_IN_PROGRESS_575", 575);
3133
3134    /**
3135     * The subordinate indexes have been disabled for database backend %s
3136     */
3137    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_JEB_SUBORDINATE_INDEXES_DISABLED =
3138                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_JEB_SUBORDINATE_INDEXES_DISABLED_576", 576);
3139
3140    /**
3141     * Parent entry is missing
3142     */
3143    public static final LocalizableMessageDescriptor.Arg0 ERR_PARENT_ENTRY_IS_MISSING =
3144                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_PARENT_ENTRY_IS_MISSING_577", 577);
3145
3146    /**
3147     * Could not find any backup in '%s'. A full backup will be executed
3148     */
3149    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL =
3150                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL_578", 578);
3151
3152    /**
3153     * The backend must be disabled before verification process can start
3154     */
3155    public static final LocalizableMessageDescriptor.Arg0 ERR_VERIFY_BACKEND_ONLINE =
3156                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_VERIFY_BACKEND_ONLINE_579", 579);
3157
3158    /**
3159     * Import operation is not supported when exclude or include sub-branches have been specified
3160     */
3161    public static final LocalizableMessageDescriptor.Arg0 ERR_IMPORT_UNSUPPORTED_WITH_BRANCH =
3162                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "ERR_IMPORT_UNSUPPORTED_WITH_BRANCH_580", 580);
3163
3164    /**
3165     * Unknown suffix strategy while importing suffix "%s"
3166     */
3167    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_UNKNOWN_SUFFIX_COMMAND_STRATEGY =
3168                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_IMPORT_UNKNOWN_SUFFIX_COMMAND_STRATEGY_581", 581);
3169
3170    /**
3171     * Setting indexes to not trusted failed for the following reason: %s
3172     */
3173    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_IMPORT_LDIF_NOT_TRUSTED_FAILED =
3174                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "NOTE_IMPORT_LDIF_NOT_TRUSTED_FAILED_582", 582);
3175
3176    /**
3177     * Missing ID %d%n%s
3178     */
3179    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_VERIFY_MISSING_ID =
3180                    new LocalizableMessageDescriptor.Arg2<Number, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_MISSING_ID_583", 583);
3181
3182    /**
3183     * Missing entry %s in VLV index %s
3184     */
3185    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_MISSING_ENTRY_VLV =
3186                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_MISSING_ENTRY_VLV_584", 584);
3187
3188    /**
3189     * Reference to unknown entry ID %s%n%s
3190     */
3191    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_UNKNOWN_ID =
3192                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_UNKNOWN_ID_585", 585);
3193
3194    /**
3195     * Reference to entry ID %s has a key which does not match the expected key%n%s
3196     */
3197    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_ENTRY_NON_MATCHING_KEY =
3198                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_ENTRY_NON_MATCHING_KEY_586", 586);
3199
3200    /**
3201     * Empty ID set: %n%s
3202     */
3203    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VERIFY_EMPTY_IDSET =
3204                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_EMPTY_IDSET_587", 587);
3205
3206    /**
3207     * Duplicate reference to ID %d%n%s
3208     */
3209    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_VERIFY_DUPLICATE_REFERENCE =
3210                    new LocalizableMessageDescriptor.Arg2<Number, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DUPLICATE_REFERENCE_588", 588);
3211
3212    /**
3213     * Reference to unknown ID %d%n%s
3214     */
3215    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_VERIFY_UNKNOWN_REFERENCE =
3216                    new LocalizableMessageDescriptor.Arg2<Number, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_UNKNOWN_REFERENCE_589", 589);
3217
3218    /**
3219     * Reference to entry <%s> which does not match the value%n%s
3220     */
3221    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_UNEXPECTED_REFERENCE =
3222                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_UNEXPECTED_REFERENCE_590", 590);
3223
3224    /**
3225     * File dn2id is missing key %s.
3226     */
3227    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VERIFY_DN2ID_MISSING_KEY =
3228                    new LocalizableMessageDescriptor.Arg1<Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DN2ID_MISSING_KEY_591", 591);
3229
3230    /**
3231     * File dn2id has ID %d instead of %d for key %s.
3232     */
3233    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_VERIFY_DN2ID_WRONG_ID =
3234                    new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DN2ID_WRONG_ID_592", 592);
3235
3236    /**
3237     * File dn2id has DN <%s> referencing unknown ID %d.
3238     */
3239    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_VERIFY_DN2ID_UNKNOWN_ID =
3240                    new LocalizableMessageDescriptor.Arg2<Object, Number>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DN2ID_UNKNOWN_ID_593", 593);
3241
3242    /**
3243     * File dn2id has DN <%s> referencing entry with wrong DN <%s>.
3244     */
3245    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFY_DN2ID_WRONG_ENTRY =
3246                    new LocalizableMessageDescriptor.Arg2<Object, Object>(BackendMessages.class, RESOURCE, "ERR_VERIFY_DN2ID_WRONG_ENTRY_594", 594);
3247
3248    /**
3249     * The stored entry count in id2entry (%d) does not agree with the actual number of entry records found (%d).
3250     */
3251    public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_VERIFY_WRONG_ENTRY_COUNT =
3252                    new LocalizableMessageDescriptor.Arg2<Number, Number>(BackendMessages.class, RESOURCE, "ERR_VERIFY_WRONG_ENTRY_COUNT_595", 595);
3253
3254    /**
3255     * File id2childrenCount has wrong number of children for DN <%s> (got %d, expecting %d)
3256     */
3257    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Number> ERR_VERIFY_ID2COUNT_WRONG_COUNT =
3258                    new LocalizableMessageDescriptor.Arg3<Object, Number, Number>(BackendMessages.class, RESOURCE, "ERR_VERIFY_ID2COUNT_WRONG_COUNT_596", 596);
3259
3260    /**
3261     * File id2ChildrenCount references non-existing EntryID <%d>.
3262     */
3263    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_VERIFY_ID2COUNT_WRONG_ID =
3264                    new LocalizableMessageDescriptor.Arg1<Number>(BackendMessages.class, RESOURCE, "ERR_VERIFY_ID2COUNT_WRONG_ID_597", 597);
3265
3266    /**
3267     * Rebuilding index finished: no indexes to rebuild.
3268     */
3269    public static final LocalizableMessageDescriptor.Arg0 NOTE_REBUILD_NOTHING_TO_REBUILD =
3270                    new LocalizableMessageDescriptor.Arg0(BackendMessages.class, RESOURCE, "NOTE_REBUILD_NOTHING_TO_REBUILD_598", 598);
3271
3272}