BUG#: 7293
[tpot/pegasus/.git] / src / Pegasus / msg / Server / pegasusServer_en.txt
1 // ==============================================================================
2 // Developer's notes:
3 //
4 // 0)  A new message should be created if a message is needed with a content
5 //     not described by any existing message.
6 //     
7 //     A new message should be created if the number or placement of substitution
8 //     parameters of an existing message would require an update.
9 //     
10 //     It is not necessary to create a new message if just the text of the message is
11 //     changed, while the meaning is kept. For instance if the
12 //     event(error,warning,whatever) is described more precisely by the new message
13 //     text, it is not necessary to create a new message, but the existing one should
14 //     be updated.
15 //
16 // 1)  The message key naming convention is:
17 //        <directory-name>.<sourcecode-file-name>.<MESSAGE_IDENTIFIER_UPPER_CASE>
18 //     For example:
19 //        ProviderManager.ProviderAdapter.ADAPTER_NOT_PA
20 //
21 //     This will allow us to tell which source code file is using a message.
22 //     Please try to follow this naming convention.
23 //
24 // 2)  All the messages for a source code file are grouped together.  When adding
25 //     new messages for a source code file, please add those messages to the same
26 //     group as the other messages for that file.
27 //
28 //     Be sure to include the message identifier as the first element of the
29 //     message and include the documented message prefix at the beginning of
30 //     the message identifier (in upper case):
31 //        <MESSAGEPREFIX><MESSAGEIDENTIFIER>: <message>
32 //
33 //     For example:
34 //        "PGS03600:  Adapter {0} is not a ProviderAdapter."
35 //          (1) where PGS03600 is the documented message prefix for
36 //              ProviderAdapter messages,
37 //          (2) ADAPTER_NOT_PA is the message identifier
38 //          (3) and 'Adapter {0} is not a ProviderAdapter.' is the message
39 //
40 //     Also - please use a @note inside a comment block to document any
41 //     substitution data and indicate any words that should not be translated.
42 //     For example:
43 //
44 //      * @note PGS03600
45 //      *    Substitution {0} is the name of the provider adapter (a string)
46 //      *    Do not translate the word 'ProviderAdapter' since it is a class name.
47 //
48 //
49 // 3)  Place any messages from platform-specific source files in the section
50 //     for platform-specific messages in this file.
51 //     Platform specific messages generate in a non-platform specific source file
52 //     should be formatted with a .<platform> or .STANDARD suffix and reside together
53 //     in the section of the source code file.
54 //     
55 //     Example:
56 //     Compiler.cmdline.cimmof.cmdline.MENU.PEGASUS_OS_HPUX
57 //     Compiler.cmdline.cimmof.cmdline.MENU.PEGASUS_OS_OS40
58 //     Compiler.cmdline.cimmof.cmdline.MENU.STANDARD
59 //
60 // 4)  To compile this message bundle, run make messages (but refer to
61 //     pegasus/doc/Globalization_HOWTO.htm for details of how to set up ICU).
62 // ==============================================================================
63
64
65         /**
66         *
67         * @note  Do not translate the message identifiers which are located at the beginning of
68         *          each message prior to the colon ':'.
69         *
70         *        Do not translate the following strings in this file:
71         *         'CGI', 'CIM', 'CIMOM', 'CIMMOF', 'CQL', 'DTD', 'HTTP', 'HTTPS', 'MOF', 'PEGASUS_HOME',
72         *         'root/cimv2', 'SNMP', 'SSL', 'URL', 'URI', 'UTF-8', 'XML',
73         *         'NT', 'Windows NT', 'OS/400', 'z/OS'
74         */
75
76
77 en:table {
78
79         // ==========================================================
80         // Messages for CIMStatusCode
81         //  These messages do not use a message prefix.
82         // ==========================================================
83
84         Common.CIMStatusCode.CIM_ERR_SUCCESS:string {"CIM_ERR_SUCCESS:  Successful."}
85
86         Common.CIMStatusCode.CIM_ERR_FAILED:string {"CIM_ERR_FAILED: A general error occurred that is not covered by a more specific error code."}
87
88         Common.CIMStatusCode.CIM_ERR_ACCESS_DENIED:string {"CIM_ERR_ACCESS_DENIED: Access to a CIM resource is not available to the client."}
89
90         Common.CIMStatusCode.CIM_ERR_INVALID_NAMESPACE:string {"CIM_ERR_INVALID_NAMESPACE: The target namespace does not exist."}
91
92         Common.CIMStatusCode.CIM_ERR_INVALID_PARAMETER:string {"CIM_ERR_INVALID_PARAMETER: One or more parameter values passed to the method are not valid."}
93
94         Common.CIMStatusCode.CIM_ERR_INVALID_CLASS:string {"CIM_ERR_INVALID_CLASS: The specified class does not exist."}
95
96         Common.CIMStatusCode.CIM_ERR_NOT_FOUND:string {"CIM_ERR_NOT_FOUND: The requested object cannot be found."}
97
98         Common.CIMStatusCode.CIM_ERR_NOT_SUPPORTED:string {"CIM_ERR_NOT_SUPPORTED: The requested operation is not supported."}
99
100         Common.CIMStatusCode.CIM_ERR_CLASS_HAS_CHILDREN:string {"CIM_ERR_CLASS_HAS_CHILDREN: The operation cannot be performed on this class because it has subclasses."}
101
102         Common.CIMStatusCode.CIM_ERR_CLASS_HAS_INSTANCES:string {"CIM_ERR_CLASS_HAS_INSTANCES: The operation cannot be performed on this class because one or more instances of this class exist."}
103
104         Common.CIMStatusCode.CIM_ERR_INVALID_SUPERCLASS:string {"CIM_ERR_INVALID_SUPERCLASS: The operation cannot be performed because the specified superclass does not exist."}
105
106         Common.CIMStatusCode.CIM_ERR_ALREADY_EXISTS:string {"CIM_ERR_ALREADY_EXISTS: The operation cannot be performed because an object already exists."}
107
108         Common.CIMStatusCode.CIM_ERR_NO_SUCH_PROPERTY:string {"CIM_ERR_NO_SUCH_PROPERTY: The specified property does not exist."}
109
110         Common.CIMStatusCode.CIM_ERR_TYPE_MISMATCH:string {"CIM_ERR_TYPE_MISMATCH: The value supplied is not compatible with the type."}
111
112         Common.CIMStatusCode.CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED:string {"CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED: The query language is not recognized or supported."}
113
114         Common.CIMStatusCode.CIM_ERR_INVALID_QUERY:string {"CIM_ERR_INVALID_QUERY: The query is not valid for the specified query language."}
115
116         Common.CIMStatusCode.CIM_ERR_METHOD_NOT_AVAILABLE:string {"CIM_ERR_METHOD_NOT_AVAILABLE: The extrinsic method cannot be performed."}
117
118         Common.CIMStatusCode.CIM_ERR_METHOD_NOT_FOUND:string {"CIM_ERR_METHOD_NOT_FOUND: The specified extrinsic method does not exist."}
119
120         /**
121         * @version 2.4
122         * @note :
123         *        Substitution {0} is a status code (an integer).
124         */
125     Common.CIMStatusCode.UNRECOGNIZED_STATUS_CODE:string {"Unrecognized CIM status code \"{0}\"."}
126
127
128         // ==========================================================
129         // Messages for InternalException
130         //  Please use message prefix "PGS00200"
131         // ==========================================================
132
133         Common.InternalException.NULL_POINTER:string {"PGS00200: Null pointer."}
134
135         /**
136         * @note PGS00201:
137         *        Substitution {0} is a qualifier name (a string)
138         */
139         Common.InternalException.UNDECLARED_QUALIFIER:string { "PGS00201:  The {0} qualifier is not declared."}
140
141         /**
142         * @note PGS00202:
143         *        Substitution {0} is a qualifier name (a string)
144         *        Substitution {1} is a scope (a string)
145         */
146         Common.InternalException.BAD_QUALIFIER_SCOPE:string { "PGS00202: The {0} qualifier is not valid in scope {1}."}
147
148         /**
149         * @note PGS00203:
150         *         Substitution {0} is a qualifier name (a string)
151         */
152         Common.InternalException.BAD_QUALIFIER_OVERRIDE:string { "PGS00203: The {0} qualifier cannot be overridden."}
153
154         /**
155         * @note PGS00204:
156         *        Substitution {0} is a qualifier name (a string)
157         */
158         Common.InternalException.BAD_QUALIFIER_TYPE:string {"PGS00204: CIM type is different than its declaration for qualifier {0}."}
159
160         /**
161         * @note PGS00205:
162         *        Substitution {0} is a class name (a string)
163         *
164         */
165         Common.InternalException.CLASS_ALREADY_RESOLVED:string {"PGS00205: Attempted to resolve a class that is already resolved: {0}."}
166
167         /**
168         * @note PGS00206:
169         *        Substitution {0} is a class name (a string)
170         */
171         Common.InternalException.CLASS_NOT_RESOLVED:string {"PGS00206: Class {0} is not yet resolved."}
172
173         Common.InternalException.InstanceAlreadyResolved:string {"PGS00207: Attempted to resolve an instance that is already resolved."}
174
175         /**
176         * @note PGS00208:
177         *        Substitution {0} is a class name (a string)
178         */
179         Common.InternalException.INSTANTIATED_ABSTRACT_CLASS:string {"PGS00208:  Attempted to create an instance of the abstract class {0}."}
180
181
182         /**
183         * @note PGS00209:
184         *        Substitution {0} is a property name (a string)
185         */
186         Common.InternalException.NO_SUCH_PROPERTY:string { "PGS00209:  The {0} property does not exist."}
187
188         /**
189         * @note PGS00210:
190         *        Substitution {0} is a file name (a string)
191         */
192         Common.InternalException.NO_SUCH_FILE:string { "PGS00210:  File {0} does not exist."}
193
194         /**
195         * @note PGS00211:
196         *         Substitution {0} is a file name (a string)
197         */
198         Common.InternalException.FILE_NOT_READABLE:string { "PGS00211:  File {0} cannot be read."}
199
200         /**
201         * @note PGS00212:
202         *        Substitution {0} is a directory path (a string)
203         */
204         Common.InternalException.CANNOT_REMOVE_DIRECTORY:string { "PGS00212: Cannot remove directory {0}."}
205
206         /**
207         * @note PGS00213:
208         *        Substitution {0} is a file path and name (a string)
209         */
210         Common.InternalException.CANNOT_REMOVE_FILE:string { "PGS00213: Cannot remove file {0}."}
211
212         /**
213         * @note PGS00214:
214         *         Substitution {0} is a file path and name (a string)
215         */
216         Common.InternalException.CANNOT_RENAME_FILE:string {"PGS00214: Cannot rename file {0}."}
217
218         /**
219         * @note PGS00215:
220         *         Substitution {0} is a directory path (a string)
221         */
222         Common.InternalException.NO_SUCH_DIRECTORY:string {"PGS00215:  Directory {0} does not exist."}
223
224         /**
225         * @note PGS00216:
226         *         Substitution {0} is a directory path (a string)
227         */
228         Common.InternalException.CANNOT_CREATE_DIRECTORY:string {"PGS00216:  Cannot create directory {0}."}
229
230         Common.InternalException.CANNOT_OPEN_FILE:string { "PGS00217:  Cannot open file {0}."}
231
232         Common.InternalException.NOT_IMPLEMENTED:string {"PGS00218:  Method {0} is not implemented."}
233
234         Common.InternalException.STACK_UNDERFLOW:string {"PGS00219: Stack is empty."}
235
236         Common.InternalException.STACK_OVERFLOW:string { "PGS00220: Stack overflow."}
237
238         Common.InternalException.QUEUE_UNDERFLOW:string { "PGS00221: Queue is empty."}
239
240         /**
241         * @note PGS00222:
242         *    Do not translate the word 'Formatter::format()' since it is a class name::method name
243         */
244         Common.InternalException.BAD_FORMAT:string { "PGS00222: Incorrect format is passed to Formatter::format()."}
245
246         Common.InternalException.BADLY_FORMED_CGI_QUERY_STRING:string { "PGS00223:  The CGI query string is not valid."}
247
248         /**
249         * @note PGS00224:
250         *    Substitution {0} is a library name (a string)
251         */
252         Common.InternalException.DYNAMIC_LOAD_FAILED:string { "PGS00224:  Failed to load dynamic library {0}."}
253
254         /**
255         * @note PGS00225:
256         *     Substitution {0} is a symbol (a string)
257         */
258         Common.InternalException.DYNAMIC_LOOKUP_FAILED:string {"PGS00225: Lookup of symbol {0} in dynamic library failed."}
259
260         /**
261         * @note PGS00226:
262         *     Substitution {0} is a directory path (a string)
263         */
264         Common.InternalException.CANNOT_OPEN_DIRECTORY:string { "PGS00226: Cannot open directory {0}."}
265
266         /**
267         * @note PGS00227:
268         *        Substitution {0} is a message string
269         */
270         Common.InternalException.ParseError:string { "PGS00227:  Parse error: {0}"}
271
272         Common.InternalException.MISSING_NULL_TERMINATOR:string { "PGS00228:  The character string end delimiter is missing."}
273
274         /**
275         * @note PGS00229:
276         *          Substitution {0} is a message string
277         */
278         Common.InternalException.MALFORMED_LANGUAGE_HEADER:string { "PGS00229:  The language header is not valid: {0}"}
279
280         /**
281         * @note PGS00230:
282         *         Substitution {0} is a message string
283         *         Do not translate the word 'Accept-Language' since it is a standard HTTP request header field
284         */
285         Common.InternalException.INVALID_ACCEPTLANGUAGE_HEADER:string { "PGS00230: The Accept-Language header is not valid: {0}"}
286
287         /**
288         * @note PGS00231:
289         *         Substitution {0} is a message string
290         *         Do not translate the word 'Content-Language' since it is a standard HTTP header
291         */
292         Common.InternalException.INVALID_CONTENTLANGUAGE_HEADER:string { "PGS00231: The Content-Language header is not valid: {0}"}
293
294         /**
295         * @note PGS00232:
296         *          Do not translate the word 'Authorization' since it is a standard HTTP header
297         */
298         Common.InternalException.INVALID_AUTH_HEADER:string {"PGS00232: The Authorization header is not valid."}
299
300         Common.InternalException.UNAUTHORIZED_ACCESS:string {"PGS00233: Unauthorized access."}
301
302
303         // ==========================================================
304         // Messages for Exception
305         //  Please use message prefix "PGS00400"
306         // ==========================================================
307
308         Common.Exception.INDEX_OUT_OF_BOUNDS_EXCEPTION:string {"PGS00400: Index out of bounds."}
309
310         /**
311         * @note PGS00401:
312         *            Substitution {0} is a message string
313         */
314         Common.Exception.ALREADY_EXISTS_EXCEPTION:string {"PGS00401: Already exists: {0}"}
315
316         /**
317         * @note PGS00402:
318         *        Substitution {0} is a CIM name (a string)
319         */
320         Common.Exception.NAME_EXCEPTION:string {"PGS00402: The CIM name is not valid: {0}"}
321
322         /**
323         * @note PGS00403:
324         *        Substitution {0} is a CIM namespace (a string)
325         */
326         Common.Exception.INVALID_NAMESPACE_NAME_EXCEPTION:string {"PGS00403: The CIM namespace name is not valid: {0}"}
327
328         Common.Exception.UNINITIALIZED_OBJECT_EXCEPTION:string {"PGS00404:  The object is not initialized."}
329
330         Common.Exception.TYPE_MISMATCH_EXCEPTION:string {"PGS00405: The CIM type does not match the expected CIM type."}
331
332         Common.Exception.DYNAMIC_CAST_FAILED_EXCEPTION:string {"PGS00406: Dynamic cast failure."}
333
334         /**
335         * @note PGS00407:
336         *      Do not translate the word 'datetime' since it is a standard CIM type
337         */
338         Common.Exception.INVALID_DATETIME_FORMAT_EXCEPTION:string {"PGS00407:  The format of the CIM datetime type is not valid."}
339
340         /**
341         * @note PGS00408:
342         *         Substitution {0} is an object name (a string)
343         */
344         Common.Exception.MALFORMED_OBJECT_NAME_EXCEPTION:string {"PGS00408: The object name is not valid: {0}"}
345
346         /**
347         * @note PGS00409:
348         *        Substitution {0} is a message string
349         */
350         Common.Exception.BIND_FAILED_EXCEPTION:string {"PGS00409: Bind failed: {0}"}
351
352         /**
353         * @note PGS00410:
354         *        Substitution {0} is a string with the hostname:portnumber
355         */
356         Common.Exception.INVALID_LOCATOR_EXCEPTION:string {"PGS00410: Locator is not valid: {0}"}
357
358         Common.Exception.CANNOT_CREATE_SOCKET_EXCEPTION:string {"PGS00411: Cannot create the socket."}
359
360         Common.Exception.ALREADY_CONNECTED_EXCEPTION:string {"PGS00412: Already connected."}
361
362         Common.Exception.NOT_CONNECTED_EXCEPTION:string {"PGS00413: Not connected."}
363
364         Common.Exception.CONNECTION_TIMEOUT_EXCEPTION:string {"PGS00414: Connection timed out."}
365
366         /**
367         * @note PGS00415:
368         *         Substitution {0} is a message string
369         */
370         Common.Exception.SSL_EXCEPTION:string {"PGS00415: SSL exception: {0}"}
371
372         /**
373         * @note PGS00416:
374         *          Substitution {0} is a time (in string format)
375         *          Do not translate the word 'datetime' since it is a standard CIM type
376         */
377         Common.Exception.DATETIME_OUT_OF_RANGE_EXCEPTION:string {"PGS00416: The value of the CIM datetime type is out of range: {0}"}
378
379         Common.Exception.SSL_CRL_NOT_ENABLED_EXCEPTION:string {"PGS00417: SSL CRL verification is not enabled."}
380
381         // ==========================================================
382         // Messages for XmlParser
383         //  Please use message prefix "PGS00600 "
384         // ==========================================================
385
386         /**
387         * @note PGS00600:
388         *         Substitution {0} is a line number (Uint32)
389         *         Substitution {1} is a message
390         */
391         Common.XmlParser.BAD_START_TAG:string {"PGS00600: Opening element on line {0} is not valid. {1}"}
392
393         /**
394         * @note PGS00601:
395         *        Substitution {0} is a line number (Uint32)
396         *        Substitution {1} is a message
397         */
398         Common.XmlParser.BAD_END_TAG:string {"PGS00601: Closing element on line {0} is not valid. {1}"}
399
400         /**
401         * @note PGS00602:
402         *         Substitution {0} is a line number (Uint32)
403         *         Substitution {1} is a message
404         */
405         Common.XmlParser.BAD_ATTRIBUTE_NAME:string {"PGS00602: Attribute name on line {0} is not valid. {1}"}
406
407         /**
408         * @note  PGS00603:
409         *          Substitution {0} is a line number (Uint32)
410         *          Substitution {1} is a message
411         */
412         Common.XmlParser.EXPECTED_EQUAL_SIGN:string {"PGS00603: Expected an equal sign on line {0}. {1}"}
413
414         /**
415         * @note PGS00604:
416         *         Substitution {0} is a line number (Uint32)
417         *         Substitution {1} is a message
418         */
419         Common.XmlParser.BAD_ATTRIBUTE_VALUE:string {"PGS00604: Attribute value on line {0} is not valid. {1}"}
420
421         /**
422         * @note  PGS00605:
423         *    Substitution {0} is a line number (Uint32)
424         *    Substitution {1} is a message
425         */
426         Common.XmlParser.MINUS_MINUS_IN_COMMENT:string {"PGS00605: A \"--\" sequence is found within a comment on line {0}. {1}"}
427
428         /**
429         * @note  PGS00606:
430         *    Substitution {0} is a line number (Uint32)
431         *    Substitution {1} is a message
432         */
433         Common.XmlParser.UNTERMINATED_COMMENT:string {"PGS00606:  Expected an end comment on line {0}. {1}"}
434
435         /**
436         * @note  PGS00607:
437         *    Substitution {0} is a line number (Uint32)
438         *    Substitution {1} is a message
439         *    Do not translate the word 'CDATA' since it is a standard XML section name
440         */
441         Common.XmlParser.UNTERMINATED_CDATA:string {"PGS00607: Expected an end for the CDATA block on line {0}. {1}"}
442
443         /**
444         * @note  PGS00608:
445         *    Substitution {0} is a line number (Uint32)
446         *    Substitution {1} is a message
447         *    Do not translate the word 'DOCTYPE' since it is a standard XML type declaration
448         */
449         Common.XmlParser.UNTERMINATED_DOCTYPE:string {"PGS00608: Expected an end for the DOCTYPE on line {0}. {1}"}
450
451         /**
452         * @note  PGS00609:
453         *    Substitution {0} is a line number (Uint32)
454         *    Substitution {1} is a message
455         */
456         Common.XmlParser.TOO_MANY_ATTRIBUTES:string {"PGS00609: Too many attributes on line {0}.  The XML parser handles a maximum of 10. {1}"}
457
458         /**
459         * @note  PGS00610:
460         *    Substitution {0} is a line number (Uint32)
461         *    Substitution {1} is a message
462         */
463         Common.XmlParser.MALFORMED_REFERENCE:string {"PGS00610: Character or entity reference is not valid on line {0}. {1}"}
464
465         /**
466         * @note  PGS00611:
467         *    Substitution {0} is a line number (Uint32)
468         *    Substitution {1} is a message
469         *    Do not translate the word 'CDATA' since it is a standard XML section name
470         */
471         Common.XmlParser.EXPECTED_COMMENT_OR_CDATA:string {"PGS00611: Expected a comment or CDATA following the \"<!\" sequence on line {0}. {1}"}
472
473         /**
474         * @note  PGS00612:
475         *    Substitution {0} is a line number (Uint32)
476         *    Substitution {1} is a message
477         */
478         Common.XmlParser.START_END_MISMATCH:string {"PGS00612: The closing element does not match the opening element on line {0}. {1}"}
479
480         /**
481         * @note  PGS00613:
482         *    Substitution {0} is a line number (Uint32)
483         *    Substitution {1} is a message but it is not used!
484         */
485         Common.XmlParser.UNCLOSED_TAGS:string {"PGS00613: One or more tags are still open on line {0}. {1}"}
486
487         /**
488         * @note  PGS00614:
489         *    Substitution {0} is a line number (Uint32)
490         *    Substitution {1} is a message
491         */
492         Common.XmlParser.MULTIPLE_ROOTS:string {"PGS00614: More than one root element is found on line {0}. {1}"}
493
494         /**
495         * @note  PGS00615:
496         *    Substitution {0} is a line number (Uint32)
497         *    Substitution {1} is a message
498         */
499         Common.XmlParser.VALIDATION_ERROR:string {"PGS00615: Validation error on line {0}. {1}"}
500
501         /**
502         * @note  PGS00616:
503         *    Substitution {0} is a line number (Uint32)
504         *    Substitution {1} is a message
505         */
506         Common.XmlParser.SEMANTIC_ERROR:string {"PGS00616: Semantic error on line {0}. {1}"}
507
508
509         // ==========================================================
510         // Messages for Repository InheritanceTree
511         //  Please use message prefix "PGS00800" for InheritanceTree
512         // ==========================================================
513
514         /**
515         * @note  PGS00800:
516         *    Substitution {0} is a class name (a string)
517         */
518         Repository.InheritanceTree.INVALID_INHERITANCE_TREE:string {"PGS00800: The inheritance tree is not valid.  Unknown class: {0}"}
519
520
521         // ==========================================================
522         // Messages for Repository NameSpaceManager
523         //  Please use message prefix "PGS01000" for NameSpaceManager
524         // ==========================================================
525
526         /**
527         * @note  PGS01000:
528         *    Substitution {0} is a namespace (a string)
529         */
530         Repository.NameSpaceManager.ATTEMPT_DELETE_NONEMPTY_NAMESPACE:string {"PGS01000: Namespace {0} is not empty.  Delete failed."}
531
532         Repository.NameSpaceManager.ATTEMPT_TO_CHANGE_SUPERCLASS:string {"PGS01001: An attempt to change the superclass is detected."}
533
534
535         // ==========================================================
536         // Messages for CIMRepository
537         //  Please use message prefix "PGS01200"
538         // ==========================================================
539
540         Repository.CIMRepository.COMPACT_FAILED:string {"PGS01200: Failed to compact the file."}
541
542         Repository.CIMRepository.ROLLBACK_FAILED:string {"PGS01201:  The rollback operation failed."}
543
544         Repository.CIMRepository.BEGIN_FAILED:string {"PGS01202: The attempt to begin the transaction failed."}
545
546         /**
547         * @note  PGS01203:
548         *    Substitution {0} is an instance name (a string)
549         */
550         Repository.CIMRepository.FAILED_TO_DELETE_INSTANCE:string {"PGS01203: Failed to delete instance {0}." }
551
552         Repository.CIMRepository.COMMIT_FAILED:string {"PGS01204: The commit operation failed."}
553
554         /**
555         * @note  PGS01205:
556         *    Substitution {0} is a CIM class name (a string)
557         */
558         Repository.CIMRepository.CLASS_HAS_NO_KEYS:string {"PGS01205: Class {0} has no keys. An instance of that class cannot be created." }
559
560         /**
561         * @note  PGS01206:
562         *    Substitution {0} is an instance name (a string)
563         */
564         Repository.CIMRepository.FAILED_TO_CREATE_INSTANCE:string {"PGS01206: Failed to create instance {0}."}
565
566         /**
567         * @note  PGS01207:
568         *    Substitution {0} is a class name::method name (a string)
569         */
570         Repository.CIMRepository.FAILED_TO_REMOVE_FILE:string {"PGS01207: Failed to remove the file in {0}."}
571
572         Repository.CIMRepository.ATTEMPT_TO_MODIFY_KEY_PROPERTY:string {"PGS01208: An attempt to modify a key property is detected."}
573
574         /**
575         * @note  PGS01209:
576         *    Substitution {0} is an instance name (a string)
577         */
578         Repository.CIMRepository.FAILED_TO_MODIFY_INSTANCE:string {"PGS01209: Failed to modify instance {0}."}
579
580         /**
581         * @note  PGS01210:
582         *    Substitution {0} is a class name (a string)
583         */
584         Repository.CIMRepository.FAILED_TO_LOAD_INSTANCES:string {"PGS01210: Failed to load instances in class {0}."}
585
586         /**
587         * @note  PGS01211:
588         *    Substitution {0} is a class name (a string)
589         */
590         Repository.CIMRepository.FAILED_TO_LOAD_INSTANCE_NAMES:string {"PGS01211: Failed to load instance names in class {0}."}
591
592         /**
593         * @note  PGS01212:
594         *    Substitution {0} is a method name (a string)
595         */
596         Repository.CIMRepository.INTERNAL_ERROR:string {"PGS01212: Internal error in method {0}."}
597
598         /**
599         * @version 2.4
600         * @note  PGS01213:
601         *         Do not translate the word 'Content-Language' since it is a standard HTTP header
602         */
603         Repository.CIMRepository.UNSUPPORTED_CONTENTLANG:string {"PGS01213: The Content-Language parameter is not supported for this request."}
604
605
606         // ==========================================================
607         // Messages for Security  UserExceptions
608         //  Please use message prefix "PGS01400"
609         // ==========================================================
610
611         /**
612         * @note  PGS01400:
613         *    Substitution {0} is a user name (a string)
614         */
615         Security.UserManager.UserExceptions.USER_ALREADY_EXISTS:string {"PGS01400: User {0} already exists."}
616
617         /**
618         * @note  PGS01401:
619         *    Substitution {0} is a user name (a string)
620         */
621         Security.UserManager.UserExceptions.INVALID_CIM_USER:string {"PGS01401: User {0} is not a valid CIM user."}
622
623         /**
624         * @note  PGS01402:
625         *    Substitution {0} is a user name (a string)
626         */
627         Security.UserManager.UserExceptions.INVALID_USER_ON_LOCAL_SYSTEM:string {"PGS01402: User {0} is not a valid user on the local system."}
628
629         /**
630         * @note  PGS01403:
631         *    Substitution {0} is a user name (a string)
632         */
633         Security.UserManager.UserExceptions.PASSWORD_MISMATCH:string {"PGS01403: The specified password does not match user's current password for user {0}."}
634
635         Security.UserManager.UserExceptions.INTERNAL_ERROR_PWD_CACHE:string {"PGS01404: Internal error while processing the password cache table."}
636
637         /**
638         * @note  PGS01405:
639         *    Substitution {0} is a user name (a string)
640         *    Substitution {1} is a namespace (a string)
641         */
642         Security.UserManager.UserExceptions.USER_NAMESPACE_NOT_AUTHORIZED:string {"PGS01405: The specified user {0} is not authorized to namespace {1}."}
643
644         Security.UserManager.UserExceptions.INTERNAL_ERROR_AUTH_CACHE:string {"PGS01406: Internal error while processing the authorization cache table."}
645
646         /**
647         * @note  PGS01407:
648         *    Substitution {0} is a user name (a string)
649         *    Substitution {1} is a namespace (a string)
650         */
651         Security.UserManager.UserExceptions.AUTH_ENTRY_NOT_FOUND:string {"PGS01407: Authorization entry is not found for user {0} with the namespace {1}."}
652
653         /**
654         * @note  PGS01408:
655         *    Substitution {0} is a namespace (a string)
656         */
657         Security.UserManager.UserExceptions.NAMESPACE_DOES_NOT_EXIST:string {"PGS01408: The specified namespace {0} does not exist."}
658
659         /**
660         * @note  PGS01409:
661         *   Do not translate the word "UserManager" since it is a class name.
662         */
663
664         Security.UserManager.UserExceptions.CANT_CREATE_USERMANAGER_INSTANCE:string
665 {"PGS01409: Cannot create a UserManager instance. The repository handle may
666 not be valid."}
667
668         // ==========================================================
669         // Messages for Security  PasswordFile
670         //  Please use message prefix "PGS01600"
671         // ==========================================================
672
673         /**
674         * @note  PGS01600:
675         *    Substitution {0} is a file name (a string)
676         */
677         Security.UserManager.PasswordFile.PWD_FILE_NOT_FOUND:string {"PGS01600: The password file {0} is not found."}
678
679         Security.UserManager.PasswordFile.CREATING_BLANK_PWD_FILE:string {"PGS01601: Creating blank password file."}
680
681         /**
682         * @note  PGS01602:
683         *    Substitution {0} is a file name (a string)
684         */
685         Security.UserManager.PasswordFile.TRYING_TO_BACKUP_FILE:string {"PGS01602: Attempting to use the backup file {0}."}
686
687         /**
688         * @note  PGS01603:
689         *    Substitution {0} is a file name (a string)
690         */
691         Security.UserManager.PasswordFile.CANNOT_USE_BACKUP_FILE:string {"PGS01603: Unable to use the backup file {0}."}
692
693         /**
694         * @note  PGS01604:
695         *    Substitution {0} is a file name (a string)
696         */
697         Security.UserManager.PasswordFile.RECOVERED_USING_BACKUP_FILE:string {"PGS01604: Recovered using the backup file {0}."}
698
699         /**
700         * @note  PGS01605:
701         *    Substitution {0} is a file name (a string)
702         */
703         Security.UserManager.PasswordFile.ERROR_OPENING_PWD_FILE:string {"PGS01605: Error opening the password file {0}."}
704
705         /**
706         * @note  PGS01606:
707         *    Substitution {0} is a user name (a string)
708         */
709         Security.UserManager.PasswordFile.ERROR_READING_PWD_ENTRY:string {"PGS01606: Error reading the password entry for user {0}."}
710
711         /**
712         * @note  PGS01607:
713         *    Substitution {0} is a user name (a string)
714         */
715         Security.UserManager.PasswordFile.DUPLICATE_USER:string {"PGS01607: Duplicate user: {0}."}
716
717         /**
718         * @note  PGS01608:
719         *    Substitution {0} is a file name (a string)
720         */
721         Security.UserManager.PasswordFile.CANNOT_REMOVE_PWD_FILE:string {"PGS01608: Cannot remove the password file {0}."}
722
723         /**
724         * @note  PGS01609:
725         *    Substitution {0} is a file name (a string)
726         */
727         Security.UserManager.PasswordFile.CANNOT_RENAME_PWD_FILE:string {"PGS01609: Cannot rename the password file {0}."}
728
729         /**
730         * @note  PGS01610:
731         *    Substitution {0} is a file name (a string)
732         */
733         Security.UserManager.PasswordFile.CANNOT_REMOVE_BACKUP_PWD_FILE:string {"PGS01610: Cannot remove the backup password file {0}."}
734
735
736         // ==========================================================
737         // Messages for Security  UserFileHandler
738         //  Please use message prefix "PGS01800"
739         // ==========================================================
740
741         Security.UserManager.UserFileHandler.TIMEOUT:string {"PGS01800: Timed out while attempting to perform the requested operation. Try the operation again."}
742
743         Security.UserManager.UserFileHandler.DEADLOCK:string {"PGS01801: Deadlock encountered while attempting to perform the requested operation.  Try the operation again."}
744
745         /**
746         * @note  PGS01802:
747         *    Substitution {0} is a user name (a string)
748         */
749         Security.UserManager.UserFileHandler.ERROR_UPDATING_USER_INFO:string {"PGS01802: Error updating the user information for user {0}."}
750
751
752         // ==========================================================
753         // Messages for Security AuthenticationManager
754         //  Please use message prefix "PGS02000"
755         // ==========================================================
756
757         Security.Authentication.AuthenticationManager.AUTHENTICATION_HANDLER_KERBEROS_FAILED_TO_INITIALIZE:string {"PGS02000: The CIM server authentication handler for Kerberos failed to initialize properly. The CIM server is not started."}
758
759
760         // ==========================================================
761         // Messages for ConfigExceptions
762         //  Please use message prefix "PGS02200"
763         // ==========================================================
764
765         /**
766         * @note  PGS02200:
767         *    Substitution {0} is the option (a string)
768         */
769         Config.ConfigExceptions.MISSING_CMDLINE_OPTION:string {"PGS02200: Missing the command line option {0}."}
770
771         Config.ConfigExceptions.UNRECOGNIZED_CMDLINE_OPTION:string {"PGS02201: Command line option is not recognized. "}
772
773         /**
774         * @note  PGS02202:
775         *    Substitution {0} is the name of the property (a string)
776         *    Substitution {1} is the property value
777         */
778         Config.ConfigExceptions.INVALID_PROPERTY_VALUE:string {"PGS02202: Property value is not valid: {0}={1}"}
779
780         /**
781         * @note  PGS02203:
782         *    Substitution {0} is the option (a string)
783         */
784         Config.ConfigExceptions.DUPLICATE_OPTION:string {"PGS02203:  Duplicate option {0}."}
785
786         /**
787         * @note  PGS02204:
788         *    Substitution {0} is the option (a string)
789         */
790         Config.ConfigExceptions.UNRECOGNIZED_CONFIG_FILE_OPTION:string {"PGS02204: Configuration file option {0} is not recognized."}
791
792         /**
793         * @note  PGS02205:
794         *    Substitution {0} is the option (a string)
795         */
796         Config.ConfigExceptions.MISSING_REQUIRED_OPTION:string {"PGS02205: Missing the required option value {0}."}
797
798         /**
799         * @note  PGS02206:
800         *    Substitution {0} is the name of a property (a string)
801         */
802         Config.ConfigExceptions.UNRECOGNIZED_CONFIG_PROPERTY:string {"PGS02206:  The configuration property {0} is not recognized."}
803
804         /**
805         * @note  PGS02207:
806         *    Substitution {0} is the name of a property (a string)
807         */
808         Config.ConfigExceptions.NONDYNAMIC_CONFIG_PROPERTY:string {"PGS02207: The configuration property {0} is not dynamic."}
809
810         Config.ConfigExceptions.CONFIG_FILE_SYNTAX_ERR:string {"PGS02208: Syntax error is found in the configuration file: "}
811
812         // ==========================================================
813         // Messages for ConfigManager
814         //  Please use message prefix "PGS02300"
815         // ==========================================================
816   
817         /**
818         * @note  PGS02300:
819         *    Substitution {0} is the name of a property (a string)
820         */        
821         Config.ConfigManager.NOTSUPPORTED_CONFIG_PROPERTY:string {"PGS02300: Configuration property {0} is not supported. Setting ignored."}
822
823
824
825         // ==========================================================
826         // Messages for TracePropertyOwner
827         //  Please use message prefix "PGS02400"
828         // ==========================================================
829
830         /**
831         * @note  PGS02400:
832         *    Substitution {0} is a file name (a string)
833         */
834         Config.TracePropertyOwner.UNABLE_TO_WRITE_TRACE_FILE:string {"PGS02400: Unable to write to trace file {0}."}
835
836
837         // ==========================================================
838         // Messages for ConfigSettingProvider
839         //  Please use message prefix "PGS02600"
840         // ==========================================================
841
842         ControlProviders.ConfigSettingProvider.ConfigSettingProvider.INVALID_INSTANCE_NAME:string {"PGS02600: The instance name is not valid."}
843
844         /**
845         * @note  PGS02601:
846         *    Substitution {0} is the name of a CIM property (a string)
847         */
848         ControlProviders.ConfigSettingProvider.ConfigSettingProvider.CONFIG_PROPERTY_NOT_FOUND:string {"PGS02601: The {0} configuration property is not found."}
849
850         ControlProviders.ConfigSettingProvider.ConfigSettingProvider.MODIFICATION_OF_ENTIRE_INSTANCE:string {"PGS02602: Modification of the entire instance is not supported."}
851
852         /**
853         * @note  PGS02603:
854         *    Substitution {0} is the name of a CIM property (a string)
855         */
856         ControlProviders.ConfigSettingProvider.ConfigSettingProvider.MODIFICATION_NOT_SUPPORTED:string {"PGS02603: Modification of the {0} property is not supported."}
857
858         ControlProviders.ConfigSettingProvider.ConfigSettingProvider.UPDATE_CURRENT_VALUE_FAILED:string {"PGS02604: Failed to update the current value."}
859
860         ControlProviders.ConfigSettingProvider.ConfigSettingProvider.UPDATE_PLANNED_VALUE_FAILED:string {"PGS02605: Failed to update the planned value."}
861
862         ControlProviders.ConfigSettingProvider.ConfigSettingProvider.USER_NOT_PRIVILEGED:string {"PGS02606: Superuser authority is required to run this CIM operation."}
863
864
865         // ==========================================================
866         // Messages for NamespaceProvider
867         //  Please use message prefix "PGS02800"
868         // ==========================================================
869
870         /**
871         * @note  PGS02800:
872         *    Substitution {0} is the name of the CIM property (a string)
873         */
874         ControlProviders.NamespaceProvider.NamespaceProvider.INVALID_TYPE_FOR_PROPERTY:string {"PGS02800: Property type is not valid for property {0}"}
875
876         ControlProviders.NamespaceProvider.NamespaceProvider.INVALID_KEY_PROPERTY:string {"PGS02801: Key property is not valid:  "}
877
878         /**
879         * @note  PGS02802:
880         *    Substitution {0} is the name of the parent CIM namespace (a string)
881         */
882         ControlProviders.NamespaceProvider.NamespaceProvider.PARENT_NAMESPACE_DOES_NOT_EXIST:string {"PGS02802: Parent namespace does not exist: {0}"}
883
884         /**
885         * @note  PGS02803:
886         *    Substitution {0} is a CIM name (a string)
887         */
888         ControlProviders.NamespaceProvider.NamespaceProvider.NOT_SUPPORTED_BY_NAMESPACEPROVIDER:string {"PGS02803: The requested operation on CIM class {0} is not supported by the namespace provider."}
889
890         ControlProviders.NamespaceProvider.NamespaceProvider.ROOT_NAMESPACE_CANNOT_BE_DELETED:string {"PGS02804: The root namespace cannot be deleted."}
891
892         /**
893         * @note  PGS02805:
894         *    Substitution {0} is a namespace (a string)
895         */
896         ControlProviders.NamespaceProvider.NamespaceProvider.NAMESPACE_DOES_NOT_EXIST:string {"PGS02805: The {0} namespace does not exist."}
897
898
899         // ==========================================================
900         // Messages for ProviderRegistrationProvider
901         //  Please use message prefix "PGS03000"
902         // ==========================================================
903
904         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.SUPERUSER_PRIVILEGE_REQUIRED_MODIFY_REGISTRATION:string {"PGS03000: Superuser authority is required to modify the CIM provider registration."}
905
906         /**
907         * @note  PGS03001:
908         *   Do not translate the word 'Namespaces' since it is the name of a CIM property.
909         *   Do not translate the word 'SupportedProperties' since it is the name of a CIM property.
910         *   Do not translate the word 'SupportedMethods' since it is the name of a CIM property.
911         */
912         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.CAN_ONLY_MODIFY_ERR:string {"PGS03001: Only the Namespaces property, SupportedProperties property and SupportedMethods property can be changed."}
913
914         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.SUPERUSER_PRIVILEGE_REQUIRED_REGISTER_PROVIDERS:string {"PGS03002: Superuser authority is required to register CIM providers."}
915
916         /**
917         * @note PGS03003:
918         *     Do not translate the word 'Name' since it is the name of a CIM property.
919         *     Do not translate the word 'PG_ProviderModule' since it is the name of a CIM class.
920         */
921         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_NAME_IN_PG_PROVIDERMODULE:string {"PGS03003: Missing the required Name property in PG_ProviderModule class."} //485
922
923         /**
924         * @note PGS03004:
925         *     Do not translate the word 'Vendor' since it is the name of a CIM property.
926         *     Do not translate the word 'PG_ProviderModule' since it is the name of a CIM class.
927         */
928         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_VENDOR_IN_PG_PROVIDERMODULE:string {"PGS03004: Missing the required Vendor property in PG_ProviderModule class."} // 485
929
930         /**
931         * @note PGS03005:
932         *     Do not translate the word 'Version' since it is the name of a CIM property.
933         *     Do not translate the word 'PG_ProviderModule' since it is the name of a CIM class.
934         */
935         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_VERSION_IN_PG_PROVIDERMODULE:string {"PGS03005: Missing the required Version property in PG_ProviderModule class."} // 485
936
937         /**
938         * @note PGS03006:
939         *     Do not translate the word 'InterfaceType' since it is the name of a CIM property.
940         *     Do not translate the word 'PG_ProviderModule' since it is the name of a CIM class.
941         */
942         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_INTERFACETYPE_IN_PG_PROVIDERMODULE:string {"PGS03006: Missing the required InterfaceType property in PG_ProviderModule class."}  // 485
943
944         /**
945         * @note PGS03007:
946         *     Do not translate the word 'InterfaceVersion' since it is the name of a CIM property.
947         *     Do not translate the word 'PG_ProviderModule' since it is the name of a CIM class.
948         */
949         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_INTERFACEVERSION_IN_PG_PROVIDERMODULE:string {"PGS03007: Missing the required InterfaceVersion in PG_ProviderModule class."} // 485
950
951         /**
952         * @note PGS03008:
953         *     Do not translate the word 'Location' since it is the name of a CIM property.
954         *     Do not translate the word 'PG_ProviderModule' since it is the name of a CIM class.
955         */
956         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_LOCATION_IN_PG_PROVIDERMODULE:string {"PGS03008: Missing the required Location property in PG_ProviderModule class."} // 485
957
958         /**
959         * @note PGS03009:
960         *     Do not translate the word 'ProviderModuleName' since it is the name of a CIM property.
961         *     Do not translate the word 'PG_ProviderCapabilities' since it is the name of a CIM class.
962         */
963         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_PROVIDERMODULENAME_IN_PG_PROVIDERCAPABILITIES:string {"PGS03009: Missing the required ProviderModuleName property in PG_ProviderCapabilities class."}  // 485
964
965         /**
966         * @note PGS03010:
967         *     Do not translate the word 'ProviderName' since it is the name of a CIM property.
968         *     Do not translate the word 'PG_ProviderCapabilities' since it is the name of a CIM class.
969         */
970         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_PROVIDERNAME_IN_PG_PROVIDERCAPABILITIES:string {"PGS03010: Missing the required ProviderName property in PG_ProviderCapabilities class."} // 485
971
972         /**
973         * @note PGS03011:
974         *     Do not translate the word 'CapabilityID' since it is the name of a CIM property.
975         *     Do not translate the word 'PG_ProviderCapabilities' since it is the name of a CIM class.
976         */
977         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_CAPABILITYID_IN_PG_PROVIDERCAPABILITIES:string {"PGS03011: Missing the required CapabilityID property in PG_ProviderCapabilities class."} // 485
978
979         /**
980         * @note PGS03012:
981         *     Do not translate the word 'ClassName' since it is the name of a CIM property.
982         *     Do not translate the word 'PG_ProviderCapabilities' since it is the name of a CIM class.
983         */
984         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_CLASSNAME_IN_PG_PROVIDERCAPABILITIES:string {"PGS03012: Missing the required ClassName property in PG_ProviderCapabilities class."} // 485
985
986         /**
987         * @note PGS03013:
988         *     Do not translate the word 'NameSpaces' since it is the name of a CIM property.
989         *     Do not translate the word 'PG_ProviderCapabilities' since it is the name of a CIM class.
990         */      
991         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_NAMESPACES_IN_PG_PROVIDERCAPABILITIES:string {"PGS03013: Missing the required NameSpaces property in PG_ProviderCapabilities class."} // 485
992
993         /**
994         * @note PGS03014:
995         *     Do not translate the word 'ProviderModuleName' since it is the name of a CIM property.
996         *     Do not translate the word 'PG_Provider' since it is the name of a CIM class.
997         */      
998         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_PROVIDERMODULENAME_IN_PG_PROVIDER:string {"PGS03014: Missing the required ProviderModuleName property in PG_Provider class."} // 485
999
1000         /**
1001         * @note PGS03015:
1002         *     Do not translate the word 'InterfaceVersion' since it is the name of a CIM property.
1003         *     Substitution {0} is an InterfaceVersion value (a string)
1004         */      
1005         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.UNSUPPORTED_INTERFACEVERSION_VALUE:string {"PGS03015: InterfaceVersion property value {0} is not supported."} // 485
1006
1007
1008         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.DISABLE_PROVIDER_FAILED_PROVIDER_BUSY:string {"PGS03015: Failed to disable the provider.  The provider is busy."} // 485
1009
1010         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.DISABLE_PROVIDER_MODULE_FAILED_PROVIDER_BUSY:string {"PGS03016: Failed to disable the provider module.  The provider is busy."}  //485
1011
1012         /**
1013         * @note PGS03017:
1014         *     Do not translate the word 'ProviderModuleName' since it is the name of a CIM property.
1015           */
1016         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.PROVIDERMODULENAME_KEY_NOT_FOUND:string {"PGS03017: The key property ProviderModuleName is not found."} // 485
1017
1018
1019         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.SUPERUSER_PRIVILEGE_REQUIRED_UNREGISTER_PROVIDERS:string {"PGS03018: Superuser authority is required to unregister CIM providers."}
1020
1021         /**
1022         * @note PGS03019:
1023         *     Do not translate the word 'Name' since it is the name of a CIM property.
1024           */
1025         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.NAME_KEY_NOT_FOUND:string {"PGS03019: The key property Name is not found."} // 485
1026
1027
1028         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.DISABLE_PROVIDER_FAILED:string {"PGS03020: Failed to disable the CIM provider."}
1029
1030         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.DISABLE_PROVIDER_MODULE_FAILED:string {"PGS03021: Failed to disable the CIM provider module."}
1031
1032         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.SUPERUSER_PRIVILEGE_REQUIRED_DISABLE_ENABLE_PROVIDERS:string {"PGS03022:  Superuser authority is required to disable or enable CIM providers."}
1033
1034         /**
1035         * @note  PGS03023:
1036         *   Do not translate the word 'ProviderModuleName' since it is the name of a CIM property.
1037         *   Do not translate the word 'PG_ConsumerCapabilities' since it is the name of a CIM class.
1038         */
1039         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_PROVIDER_MODULE_NAME_WHICH_IS_REQUIRED:string {"PGS03023: Missing the required ProviderModuleName property in PG_ConsumerCapabilities class."}
1040
1041         /**
1042         * @note  PGS03024:
1043         *   Do not translate the word 'ProviderName' since it is the name of a CIM property.
1044         *   Do not translate the word 'PG_ConsumerCapabilities' since it is the name of a CIM class.
1045         */
1046         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_PROVIDER_NAME_WHICH_IS_REQUIRED:string {"PGS03024: Missing the required ProviderName property in PG_ConsumerCapabilities class."}
1047
1048         /**
1049         * @note  PGS03025:
1050         *   Do not translate the word 'CapabilityID' since it is the name of a CIM property.
1051         *   Do not translate the word 'PG_ConsumerCapabilities' since it is the name of a CIM class.
1052         */
1053         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_CAPABILITY_ID_WHICH_IS_REQUIRED:string {"PGS03025: Missing the required CapabilityID property in PG_ConsumerCapabilities class."}
1054
1055         /**
1056         * @note  PGS03026:
1057         *   Do not translate the word 'ProviderType' since it is the name of a CIM property.
1058         *   Do not translate the word 'PG_ConsumerCapabilities' since it is the name of a CIM class.
1059         */
1060         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_PROVIDER_TYPE_WHICH_IS_REQUIRED:string {"PGS03026: Missing the required ProviderType property in PG_ConsumerCapabilities class."}
1061
1062         /**
1063         * @note  PGS03027:
1064         *   Do not translate the word 'Destinations' since it is the name of a CIM property.
1065         *   Do not translate the word 'PG_ConsumerCapabilities' since it is the name of a CIM class.
1066         */
1067         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_DESTINATIONS_TYPE_WHICH_IS_REQUIRED:string {"PGS03027: Missing the required Destinations property in PG_ConsumerCapabilities class."}
1068
1069         /**
1070         * @note  PGS03028:
1071         * @version 2.5
1072         *   Do not translate the word 'UserContext' since it is the name of a CIM property.
1073         *   Do not translate the word 'PG_ProviderModule' since it is the name of a CIM class.
1074         */
1075         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.USERCONTEXT_UNSUPPORTED:string {"PGS03028: The UserContext property in the PG_ProviderModule class is not supported."}
1076
1077         /**
1078         * @note  PGS03029:
1079         * @version 2.5
1080         *   Do not translate the word 'UserContext' since it is the name of a CIM property.
1081         *   Substitution {0} is a UserContext value (an unsigned integer property value)
1082         */
1083         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.UNSUPPORTED_USERCONTEXT_VALUE:string {"PGS03029: Unsupported UserContext value: \"{0}\"."}
1084
1085         /**
1086         * @note  PGS03030:
1087         * @version 2.5
1088         *   Do not translate the word 'DesignatedUserContext' since it is the name of a CIM property.
1089         *   Do not translate the word 'PG_ProviderModule' since it is the name of a CIM class.
1090         */
1091         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_DESIGNATEDUSER_IN_PG_PROVIDERMODULE:string {"PGS03030: Missing DesignatedUserContext property in PG_ProviderModule instance."}
1092
1093         /**
1094         * @note PGS03031:
1095         *   Do not translate the word 'ProviderType' since it is the name of a CIM property.
1096         *   Do not translate the word 'PG_ProviderCapabilities' since it is the name of a CIM class.
1097         */
1098         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.UNSUPPORTED_PROVIDERTYPE_IN_PG_PROVIDERCAPABILITIES:string {"PGS03031: Unsupported ProviderType value \"{0}\" in PG_ProviderCapabilities instance."}
1099
1100         /**
1101         * @note PGS03032:
1102         *     Do not translate the word 'ProviderType' since it is the name of a CIM property.
1103         *     Do not translate the word 'PG_ProviderCapabilities' since it is the name of a CIM class.
1104           */
1105         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_PROVIDERTYPE_IN_PG_PROVIDERCAPABILITIES:string {"PGS03032: Missing the required ProviderType property in PG_ProviderCapabilities class."}
1106
1107         /**
1108         * @note PGS03033:
1109         *     Do not translate the word 'Name' since it is the name of a CIM property.
1110         *     Do not translate the word 'PG_Provider' since it is the name of a CIM class.
1111         */
1112         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_NAME_IN_PG_PROVIDER:string {"PGS03033: Missing the required Name property in PG_Provider class."} 
1113
1114         /**
1115         * @note PGS03034:
1116         *     Do not translate the word 'InterfaceType' since it is the name of a CIM property.
1117         *     Substitution {0} is an InterfaceType value (a string)
1118         */
1119         ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.UNSUPPORTED_INTERFACETYPE_VALUE:string {"PGS03034: InterfaceType property value {0} is not supported."}
1120
1121
1122         // ==========================================================
1123         // Messages for UserAuthProvider
1124         //  Please use message prefix "PGS03200"
1125         // ==========================================================
1126
1127         ControlProviders.UserAuthProvider.MUST_BE_PRIVILEGED_USER:string {"PGS03200: Superuser authority is required to run this CIM operation."}
1128
1129         /**
1130         * @note  PGS03201
1131         *   Do not translate the word 'Username' since it is the name of a CIM property.
1132         */
1133         ControlProviders.UserAuthProvider.UNABLE_TO_FIND_KEY_PROPERTY_USERNAME:string {"PGS03201: Unable to find the key property Username."}
1134
1135         ControlProviders.UserAuthProvider.UNEXPECTED_KEY_PROPERTY:string {"PGS03202: Unexpected key property."}
1136
1137         /**
1138         * @note  PGS03203
1139         *   Do not translate the word 'Username' since it is the name of a CIM property.
1140         */
1141         ControlProviders.UserAuthProvider.USERNAME_PROPERTY_CANNOT_BE_EMPTY:string {"PGS03203: The Username property cannot be empty."}
1142
1143         /**
1144         * @note  PGS03204
1145         *   Do not translate the word 'Namespace' since it is the name of a CIM property.
1146         */
1147         ControlProviders.UserAuthProvider.NAMESPACE_PROPERTY_CANNOT_BE_EMPTY:string {"PGS03204: The Namespace property cannot be empty."}
1148
1149         /**
1150         * @note  PGS03205
1151         *    Substitution {0} is the name of the method (a string)
1152         */
1153         ControlProviders.UserAuthProvider.UNSUPPORTED_METHOD_NAME:string {"PGS03205: Unsupported method name, {0}."}
1154
1155         ControlProviders.UserAuthProvider.INPUT_PARAMETERS_NOT_VALID:string {"PGS03206: Input parameters are not valid."}
1156
1157         // ==========================================================
1158         // Messages for CertificateProvider
1159         //  Please use message prefix "PGS03300"
1160         // ==========================================================
1161
1162     ControlProviders.CertificateProvider.MUST_BE_PRIVILEGED_USER:string {"PGS03301: Superuser authority is required to run this CIM operation."}
1163
1164         /**
1165     * @note PGS03302
1166     *    Substitution {0} is the name of the directory
1167     */
1168     ControlProviders.CertificateProvider.COULD_NOT_READ_DIRECTORY:string {"PGS03302: Cannot read directory {0}."}
1169
1170         /**
1171     * @note PGS03303
1172     *    Substitution {0} is the name of the directory
1173     */
1174     ControlProviders.CertificateProvider.INVALID_DIRECTORY:string {"PGS03303: Directory {0} is not valid."}
1175
1176         /**
1177     * @note PGS03304
1178     *    Substitution {0} is the name of the file
1179     */
1180     ControlProviders.CertificateProvider.DELETE_FAILED:string {"PGS03304: Could not delete file {0}."}
1181
1182         /**
1183     * @note PGS03305
1184     *    Substitution {0} is the name of the file
1185     */
1186     ControlProviders.CertificateProvider.FILE_DNE:string {"PGS03305: File does not exist {0}."}
1187
1188     ControlProviders.CertificateProvider.BAD_X509_FORMAT:string {"PGS03306: Could not read x509 PEM format."}
1189
1190     ControlProviders.CertificateProvider.CERT_NOT_VALID_YET:string {"PGS03307: The certificate is not valid yet.  Check the timestamps on your machine."}
1191
1192     ControlProviders.CertificateProvider.CERT_EXPIRED:string {"PGS03308: The certificate has expired."}
1193
1194     ControlProviders.CertificateProvider.BAD_DATE_FORMAT:string {"PGS03309: The validity dates are out of range."}
1195
1196     ControlProviders.CertificateProvider.CRL_NOT_VALID_YET:string {"PGS03310: The certificate revocation list is not valid yet.  Check the timestamps on your machine.."}
1197
1198     ControlProviders.CertificateProvider.CRL_EXPIRED:string {"PGS03311: The certificate revocation list is not up-to-date.  Check with the issuing CA for the latest one."}
1199
1200     ControlProviders.CertificateProvider.EMPTY_CRL:string {"PGS03312: The certificate revocation list is empty."}
1201
1202     ControlProviders.CertificateProvider.TRUSTSTORE_RELOAD_FAILED:string {"PGS03313: Trust store reload failed. Certificate deletion will not be effective until cimserver restart."}
1203
1204     ControlProviders.CertificateProvider.ERROR_WRITING_CERT:string {"PGS03314: Unable to add certificate to truststore. Error while trying to write certificate."}
1205
1206     ControlProviders.CertificateProvider.ERROR_WRITING_CRL:string {"PGS03315: Unable to add CRL to truststore. Error while trying to write CRL."}
1207
1208     ControlProviders.CertificateProvider.MULTIPLE_CERT_IN_FILE:string {"PGS03316: Specified certificate file contains more than one certificate."}
1209
1210     ControlProviders.CertificateProvider.CERT_WITH_SAME_SUBJECT:string {"PGS03317: Another certificate with the same subject name already exists."}
1211
1212         // ==========================================================
1213         // Messages for CIMOMHandle
1214         //  Please use message prefix "PGS03400"
1215         // ==========================================================
1216
1217         /**
1218         * @note  PGS03400
1219         *   Do not translate the word 'CIMOMHandle' since it is a class name.
1220         */
1221         Provider.CIMOMHandle.RECURSIVE_USE_CIMOMHANDLE:string {"PGS03400: Recursive use of CIMOMHandle instance is attempted."}
1222
1223         Provider.CIMOMHandle.EMPTY_CIM_RESPONSE:string {"PGS03401: Empty CIM response."}
1224
1225         /**
1226         * @note  PGS03402
1227         *   Do not translate the word 'CIMOMHandle' since it is a class name.
1228         *   A word of explanation:  in computing terminology, exceptions are 'thrown' and 'caught'.
1229         *   The word 'caught' in this message is using the computing terminology for exceptions.
1230         */
1231         Provider.CIMOMHandle.CAUGHT_EXCEPTION:string {"PGS03402:  Exception caught in CIMOMHandle."}
1232
1233         /**
1234         * @note PGS03403
1235         */
1236         Provider.CIMOMHandle.CANNOT_ALLOCATE_THREAD:string {"PGS03403: Could not create a worker for the dispatch request."}
1237
1238         /**
1239         * @note PGS03404
1240         */
1241         Provider.CIMOMHandle.CIMOMHANDLE_TIMEOUT:string {"PGS03404: Timeout waiting for CIMOMHandle."}
1242
1243         // ==========================================================
1244         // Messages for ProviderAdapter
1245         //  Please use message prefix "PGS03600"
1246         // ==========================================================
1247
1248         /**
1249         * @note  PGS03600
1250         *    Substitution {0} is the name of the provider adapter (a string)
1251         *    Substitution {1} is the error
1252         *    Do not translate the word 'ProviderAdapter' since it is a class name.
1253         */
1254         ProviderManager.ProviderAdapter.CANNOT_LOAD_PROVIDER_ADAPTER:string {"PGS03600: ProviderAdapter {0} cannot be loaded.  Error: {1}"}
1255
1256         /**
1257         * @note  PGS03601
1258         *    Substitution {0} is the name of the provider adapter (a string)
1259         *    Do not translate the word 'ProviderAdapter' since it is a class name.
1260         */
1261         ProviderManager.ProviderAdapter.ENTRY_POINT_RETURNED_NULL:string {"PGS03601:  Adapter load failure. The entry point for ProviderAdapter {0} returned a null value."}
1262
1263         /**
1264         * @note  PGS03602
1265         *    Substitution {0} is the name of the provider adapter (a string)
1266         *    Do not translate the word 'ProviderAdapter' since it is a class name.
1267         */
1268         ProviderManager.ProviderAdapter.ADAPTER_NOT_PA:string {"PGS03602:  Adapter load failure. Adapter {0} is not a ProviderAdapter."}
1269
1270         /**
1271         * @note  PGS03603
1272         *    Substitution {0} is the name of the provider adapter (a string)
1273         *    Do not translate the word 'CIMProvider' since it is a class name.
1274         */
1275         ProviderManager.ProviderAdapter.ADAPTER_NOT_CP:string {"PGS03603:  Adapter load failure. Adapter {0} is not a CIMProvider."}
1276
1277         /**
1278         * @note  PGS03604
1279         *    Substitution {0} is the name of the provider adapter (a string)
1280         *    Do not translate the word 'PegasusCreateProviderAdapter' since it is a DLL name.
1281         */
1282         ProviderManager.ProviderAdapter.MISSING:string {"PGS03604: Adapter {0} cannot be loaded. PegasusCreateProviderAdapter is not found."}
1283
1284
1285     /**
1286     * @note  PGS03605
1287     *
1288     */
1289     ProviderManager.ProviderManager.INITIALIZE_FAILED:string {"PGS03605: Provider failed to initialize."}
1290
1291
1292         // ==========================================================
1293         // Messages for ProviderFacade
1294         //  Please use message prefix "PGS03800"
1295         // ==========================================================
1296
1297         ProviderManager.ProviderFacade.INVALID_PROVIDER_INTERFACE:string {"PGS03800: Provider interface is not valid."}
1298
1299
1300         // ==========================================================
1301         // Messages for ProviderManagerService
1302         //  Please use message prefix "PGS04000"
1303         // ==========================================================
1304
1305         ProviderManager.ProviderManagerService.PROVIDER_LOOKUP_FAILED:string {"PGS04000: Provider lookup failed."}
1306
1307         ProviderManager.ProviderManagerService.PROVIDER_BLOCKED:string {"PGS04001: Provider is blocked."}
1308
1309         ProviderManager.ProviderManagerService.NOT_IMPLEMENTED:string {"PGS04002: Not implemented."}
1310
1311         ProviderManager.ProviderManagerService.INTERNAL_ERROR:string {"PGS04003: Internal error."}
1312
1313         ProviderManager.ProviderManagerService.UNKNOWN_ERROR:string {"PGS04004: Unknown error."}
1314
1315         ProviderManager.ProviderManagerService.SET_MODULE_STATUS_FAILED:string {"PGS04005: Failed to update the provider module status."}
1316
1317         ProviderManager.ProviderManagerService.DISABLE_PROVIDER_FAILED:string {"PGS04006: Failed to disable the provider."}
1318
1319         /**
1320         * @note  PGS04007
1321         *    Substitution {0} is the name of a provider module (a string)
1322         *    Substitution {1} is the name of a system user (a string)
1323         * @version 2.6
1324         */
1325         ProviderManager.ProviderManagerService.OOP_PROVIDER_MODULE_USER_CTXT_FAILURE_DETECTED:string {"PGS04007:  A failure was detected in provider module {0} with user context {1}."}
1326
1327         /**
1328         * @note  PGS04008
1329         *    Substitution {0} is the name of a provider module (a string)
1330         * @version 2.6
1331         */
1332         ProviderManager.ProviderManagerService.OOP_PROVIDER_MODULE_FAILURE_DETECTED:string {"PGS04008:  A failure was detected in provider module {0}."}
1333
1334         /**
1335         * @note  PGS04009
1336         *    Substitution {0} is the name of a provider module (a string)
1337         * @version 2.6
1338         */
1339         ProviderManager.ProviderManagerService.OOP_PROVIDER_MODULE_SUBSCRIPTIONS_AFFECTED:string {"PGS04009:  The generation of indications by providers in module {0} may be affected.  To ensure these providers are serving active subscriptions, disable and then re-enable this module using the cimprovider command."}
1340
1341         /**
1342         * @note  PGS04010
1343         *    Substitution {0} is a file name string
1344         *    Substitution {1} is the name of a provider module (a string)
1345         * @version 2.6
1346         */
1347         ProviderManager.ProviderManagerService.PROVIDER_FILE_NOT_FOUND:string {"PGS04010:  File \"{0}\" was not found for provider module \"{1}\"."}
1348
1349
1350         // ==========================================================
1351         // Messages for ProviderModule
1352         //  Please use message prefix "PGS04200"
1353         // ==========================================================
1354
1355         /**
1356         * @note  PGS04200
1357         *    Substitution {0} is the name of a provider (a string)
1358         */
1359         ProviderManager.ProviderModule.IS_NOT_A:string {"PGS04200: Provider load failure.  {0}Provider is not a base provider."}
1360
1361         /**
1362         * @note  PGS04201
1363         *    Substitution {0} is the name of the file (a string)
1364         *    Substitution {1} is the name of a provider (a string)
1365         *    Substitution {2} is the system load error
1366         */
1367         ProviderManager.ProviderModule.CANNOT_LOAD_LIBRARY:string {"PGS04201:  Provider {1} in file {0} cannot load library.  Error: {2}."}
1368
1369         /**
1370         * @note  PGS04202
1371         *    Substitution {0} is the name of the file (a string)
1372         *    Substitution {1} is the name of a provider (a string)
1373         */
1374         ProviderManager.ProviderModule.ENTRY_POINT_NOT_FOUND:string {"PGS04202:  Entry point is not found for provider {1} in file {0}."}
1375
1376         /**
1377         * @note  PGS04203
1378         *    Substitution {0} is the name of the file (a string)
1379         *    Substitution {1} is the name of a provider (a string)
1380         *    Do not translate the word 'CIMProvider' since it is a class name.
1381         */
1382         ProviderManager.ProviderModule.PROVIDER_IS_NOT_A:string {"PGS04203:  Provider {1} in file {0} is not a CIMProvider."}
1383
1384
1385         // ==========================================================
1386         // Messages for CommandException
1387         //  Please use message prefix "PGS04400"
1388         // ==========================================================
1389
1390         /**
1391         * @note  PGS04400
1392         *    Substitution {0} is the name of the option (a string)
1393         */
1394         Clients.cliutils.CommandException.DUPLICATE_OPTION:string {"PGS04400: -{0} is a duplicate option."}
1395
1396         /**
1397         * @note  PGS04401
1398         *    Substitution {0} is the argument (a string)
1399         *    Substitution {1} is the name of the option (a string)
1400         */
1401         Clients.cliutils.CommandException.INVALID_ARG:string {"PGS04401: Argument {0} is not valid for option -{1}."}
1402
1403         /**
1404         * @note  PGS04402
1405         *    Substitution {0} is the name of the option (a string)
1406         */
1407         Clients.cliutils.CommandException.INVALID_OPTION:string {"PGS04402:  Option -{0} is not valid for this command."}
1408
1409         /**
1410         * @note  PGS04403
1411         *    Substitution {0} is the name of the option (a string)
1412         */
1413         Clients.cliutils.CommandException.MISSING_OPTION_ARG:string {"PGS04403: Missing argument value for -{0} option."}
1414
1415         /**
1416         * @note  PGS04404
1417         *    Substitution {0} is the name of the option (a string)
1418         */
1419         Clients.cliutils.CommandException.MISSING_OPTION:string {"PGS04404:  The -{0} option is required."}
1420
1421         /**
1422         * @note  PGS04405
1423         *    Substitution {0} is the argument (a string)
1424         */
1425         Clients.cliutils.CommandException.UNEXPECTED_ARG:string {"PGS04405:  Argument {0} is unexpected."}
1426
1427         /**
1428         * @note  PGS04406
1429         *    Substitution {0} is the name of the option (a string)
1430         */
1431         Clients.cliutils.CommandException.UNEXPECTED_OPTION:string {"PGS04406:  Option -{0} is unexpected."}
1432
1433
1434         // ==========================================================
1435         // Messages for Getoopt
1436         //  Please use message prefix "PGS04600"
1437         // ==========================================================
1438
1439         /**
1440         * @note  PGS04600
1441         *    Substitution {0} is the invalid flag name (a string)
1442         */
1443         getoopt.getoopt.CANT_NAME_FLAG:string {"PGS04600:  The flag name ''{0}'' is not valid."}
1444
1445         /**
1446         * @note  PGS04601
1447         *    Substitution {0} is the flag tag (a string - perhaps empty)
1448         *    Substitution {1} is the name of the unknown flag (a string)
1449         */
1450         getoopt.getoopt.UNKNOWN_FLAG:string {"PGS04601:  The flag {0}{1} is unknown."}
1451
1452         /**
1453         * @note  PGS04602
1454         *    Substitution {0} is the flag name(a string)
1455         */
1456         getoopt.getoopt.MISSING_VALUE_FOR_FLAG:string {"PGS04602:  Missing required value for flag {0}."}
1457
1458         // ==========================================================
1459         // Messages for CIMMOFL
1460         //  Please use message prefix "PGS04900"
1461         // ==========================================================
1462
1463         /**
1464         * @note  Compiler.cmdline.cimmofl.cmdline.MENU.PEGASUS_OS_HPUX
1465         *   Do not translate the cimmofl command or options.  Just translate the text that explains the options.
1466         *   When translating this message, make sure that each line fits in 80 characters,
1467         *    preserves the indenting, 
1468         *   and ends with a newline character (\n).
1469         */
1470         Compiler.cmdline.cimmofl.cmdline.MENU.PEGASUS_OS_HPUX:string {
1471
1472           "\n\n"
1473            "Usage: cimmofl -h | --help\n"
1474            "       cimmofl --version\n"
1475            "       cimmofl [ -w ] [ -E ] [ -uc ] [ -aE | -aV | -aEV ] [ -I path ] \n"
1476            "               [ -n namespace | --namespace namespace ] \n"
1477            "               [ --xml ] [ --trace ] \n"
1478            "               [ -R repositorydir | --CIMRepository repositorydir ] \n"
1479            "               [ -N repositoryname ] [ -M repositorymode] [ mof_file ... ] \n"
1480            "Options :\n"
1481            "    -h, --help           - Display this help message.\n"
1482            "    --version            - Display CIM Server version.\n"
1483            "    -E                   - Syntax check only.\n" 
1484            "    -w                   - Suppress warning messages.\n"
1485            "    -uc                  - Used to allow the update of an existing class definition.\n"
1486            "    -aE                  - Allow Experimental Schema changes.\n"
1487            "    -aV                  - Allow both Major and Down Revision Schema changes.\n"
1488            "    -aEV                 - Allow both Experimental and Version Schema changes.\n"  
1489            "    -I                   - Specify an include path.\n"
1490            "    -n, --namespace      - Override default CIM Repository namespace (root/cimv2).\n"
1491            "    --xml                - Output XML only, to stdout. Do not update repository.\n"
1492            "    --trace              - Trace to file (default to stdout).\n"
1493            "    -R, --CIMRepository  - Specify the repository directory\n"
1494            "    -N                   - Specify the repository name - defaults to \"repository\"\n"
1495            "    -M                   - Repository mode [XML, BIN] - defaults to \"XML\" \n"
1496         }
1497
1498
1499         /**
1500         * @note  Compiler.cmdline.cimmofl.cmdline.MENU.PEGASUS_OS_OS400
1501         *   Do not translate the cimmofl command or options.  Just translate the text that explains the options.
1502         *   When translating this message, make sure that each line fits in 80 characters, 
1503         *    preserves the indenting,
1504         *   and ends with a newline character (\n).
1505         */
1506         Compiler.cmdline.cimmofl.cmdline.MENU.PEGASUS_OS_OS400:string {
1507
1508           "\n\n"
1509            "Usage: cimmofl -h | --help\n"
1510            "       cimmofl --version\n"              
1511            "       cimmofl [ -w ] [ -E ] [ -uc ] [ -aE | -aV | -aEV ] [ -I path ]\n"
1512            "               [ -n namespace | --namespace namespace ] [ --xml ]\n"
1513            "               [ --trace ] [ -q ] \n"
1514            "               [ -R repositorydir | --CIMRepository repositorydir ] \n"
1515            "               [ -N repositoryname ] [ -M repositorymode]  mof_file... \n"           
1516            "Options :\n"
1517            "  -h, --help            - Display this help message.\n"
1518            "  --version             - Display CIM Server version.\n"
1519            "  -E                    - Syntax check only.\n"
1520            "  -w                    - Suppress warning messages.\n"
1521            "  -I                    - Specify an include path.\n"
1522            "  -n, --namespace       - Override default CIM Repository namespace (root/cimv2).\n"
1523            "  -uc                   - Allow update of an existing class definition.\n"
1524            "  -aE                   - Allow Experimental Schema changes.\n"
1525            "  -aV                   - Allow both Major and Down Revision Schema changes.\n"
1526            "  -aEV                  - Allow both Experimental and Version Schema changes.\n"
1527            "  -q                    - Suppress all messages except command line usage errors.\n"
1528            "  --xml                 - Output XML only, to stdout. Do not update repository.\n"
1529            "  --trace               - Trace to file (default to stdout).\n"
1530            "  -R, --CIMRepository   - Specify the repository directory\n"
1531            "  -N                    - Specify the repository name - defaults to \"repository\"\n"
1532            "  -M                    - Repository mode [XML, BIN] - defaults to \"XML\" \n"
1533         }
1534
1535
1536         /**
1537         * @note  Compiler.cmdline.cimmofl.cmdline.MENU.STANDARD
1538         *   Do not translate the cimmofl command or options.  Just translate the text that explains the options.
1539         *   When translating this message, make sure that each line fits in 80 characters, 
1540         *    preserves the indenting,
1541         *   and ends with a newline character (\n).
1542         */
1543         Compiler.cmdline.cimmofl.cmdline.MENU.STANDARD:string {
1544
1545           "\n\n"
1546            "Usage: cimmofl -h | --help\n"
1547            "       cimmofl --version\n"
1548            "       cimmofl [ -w ] [ -E ] [ -uc ] [ -aE | -aV | -aEV ] [ -I path ]\n"
1549            "               [ -n namespace | --namespace namespace ] [ --xml ]\n"
1550            "               [ --trace ] \n"
1551            "               [ -R repositorydir | --CIMRepository repositorydir ] \n"
1552            "               [ -N repositoryname ] [ -M repositorymode]  [ mof_file... ] \n"           
1553            "Options :\n"
1554            "  -h, --help            - Display this help message.\n"
1555            "  --version             - Display CIM Server version.\n"
1556            "  -E                    - Syntax check only.\n"
1557            "  -w                    - Suppress warning messages.\n"
1558            "  -I                    - Specify an include path.\n"
1559            "  -n, --namespace       - Override default CIM Repository namespace (root/cimv2).\n"
1560            "  -uc                   - Allow update of an existing class definition.\n"
1561            "  -aE                   - Allow Experimental Schema changes.\n"
1562            "  -aV                   - Allow both Major and Down Revision Schema changes.\n"
1563            "  -aEV                  - Allow both Experimental and Version Schema changes.\n"
1564            "  --xml                 - Output XML only, to stdout. Do not update repository.\n"
1565            "  --trace               - Trace to file (default to stdout).\n"           
1566            "  -R, --CIMRepository   - Specify the repository directory\n"
1567            "  -N                    - Specify the repository name - defaults to \"repository\"\n"
1568            "  -M                    - Repository mode [XML, BIN] - defaults to \"XML\" \n"
1569         }
1570
1571
1572         // ==========================================================
1573         // Messages for CIMMOF
1574         //  Please use message prefix "PGS04800"
1575         // ==========================================================
1576
1577         /**
1578         * @note  Compiler.cmdline.cimmof.cmdline.MENU.PEGASUS_OS_HPUX
1579         *   Do not translate the cimmof command or options.  Just translate the text that explains the options.
1580         *   When translating this message, make sure that each line fits in 80 characters,
1581         *    preserves the indenting, 
1582         *   and ends with a newline character (\n).
1583         */
1584         Compiler.cmdline.cimmof.cmdline.MENU.PEGASUS_OS_HPUX:string {
1585
1586           "\n\n"
1587            "Usage: cimmof -h | --help\n"
1588            "       cimmof --version\n"
1589                "       cimmof [ -w ] [ -uc ][ -aE | -aV | -aEV ] [ -I path ] \n"
1590            "              [ -n namespace | --namespace namespace ] [ mof_file ... ]\n"
1591            "Options :\n"
1592            "    -h, --help       - Display this help message.\n"
1593            "    --version        - Display CIM Server version.\n"
1594            "    -w               - Suppress warning messages.\n"
1595            "    -I               - Specify an include path.\n"
1596            "    -n, --namespace  - Override default CIM repository namespace (root/cimv2).\n" 
1597            "    -uc              - Allow the update of an existing class definition.\n"
1598            "    -aE              - Allow experimental schema changes.\n" 
1599            "    -aV              - Allow both major and down revision schema changes.\n" 
1600            "    -aEV             - Allow both experimental and version schema changes.\n"           
1601         }
1602
1603
1604         /**
1605         * @note  Compiler.cmdline.cimmof.cmdline.MENU.PEGASUS_OS_OS400
1606         *   Do not translate the cimmof command or options.  Just translate the text that explains the options.
1607         *   When translating this message, make sure that each line fits in 80 characters, 
1608         *    preserves the indenting,
1609         *   and ends with a newline character (\n).
1610         */
1611         Compiler.cmdline.cimmof.cmdline.MENU.PEGASUS_OS_OS400:string {
1612
1613           "\n\n"
1614            "Usage: cimmof -h | --help\n"
1615                "       cimmof --version\n"              
1616                "       cimmof [ -w ] [ -E ] [ -uc ] [ -aE | -aV | -aEV ] [ -I path ]\n"
1617                "              [ -n namespace | --namespace namespace ] [ --xml ]\n"
1618                "              [ --trace ] [ -q ] mof_file...\n"
1619            "Options :\n"
1620            "  -h, --help       - Display this help message.\n"
1621            "  --version        - Display CIM server version.\n"
1622            "  -E               - Syntax check only.\n"
1623            "  -w               - Suppress warning messages.\n"
1624            "  -I               - Specify an include path.\n"
1625            "  -n, --namespace  - Override default CIM repository namespace (root/cimv2).\n"           
1626            "  -uc              - Allow update of an existing class definition.\n"
1627            "  -aE              - Allow experimental schema changes.\n"
1628            "  -aV              - Allow both major and down revision schema changes.\n"
1629            "  -aEV             - Allow both experimental and version schema changes.\n"
1630            "  -q               - Suppress all messages except command line usage errors.\n"
1631            "  --xml            - Output XML only, to stdout. Do not update repository.\n"
1632            "  --trace           - Trace to file (default to stdout).\n"
1633
1634         }
1635
1636
1637         /**
1638         * @note  Compiler.cmdline.cimmof.cmdline.MENU.STANDARD
1639         *   Do not translate the cimmof command or options.  Just translate the text that explains the options.
1640         *   When translating this message, make sure that each line fits in 80 characters, 
1641         *    preserves the indenting,
1642         *   and ends with a newline character (\n).
1643         */
1644         Compiler.cmdline.cimmof.cmdline.MENU.STANDARD:string {
1645
1646           "\n\n"
1647            "Usage: cimmof -h | --help\n"
1648            "       cimmof --version\n"
1649            "       cimmof [ -w ] [ -E ] [ -uc ] [ -aE | -aV | -aEV ] [ -I path ]\n"
1650            "              [ -n namespace | --namespace namespace ] [ --xml ]\n"
1651            "              [ --trace ] [ mof_file... ]\n"
1652            "Options :\n"
1653            "  -h, --help       - Display this help message.\n"
1654            "  --version        - Display CIM server version.\n"
1655            "  -E               - Syntax check only.\n"
1656            "  -w               - Suppress warning messages.\n"
1657            "  -I               - Specify an include path.\n"
1658            "  -n, --namespace  - Override default CIM repository namespace (root/cimv2).\n"
1659            "  -uc              - Allow update of an existing class definition.\n"
1660            "  -aE              - Allow experimental schema changes.\n"
1661            "  -aV              - Allow both major and down revision schema changes.\n" 
1662            "  -aEV             - Allow both experimental and version schema changes.\n"
1663            "  --xml            - Output XML only, to stdout. Do not update repository.\n"
1664            "  --trace          - Trace to file (default to stdout).\n"           
1665         }
1666
1667         Compiler.cmdline.cimmof.cmdline.CMDLINE_ERRORS:string {"PGS04800: command line errors: \n"}
1668
1669         /**
1670         *  @note   PGS04801: Do not translate '-u'
1671         */
1672         Compiler.cmdline.cimmof.cmdline.UNKNOWN_VALUE_OPTION_U:string {"PGS04801: Unknown value specified for option -u."}
1673
1674         /**
1675         *  @note   PGS04802: Do not translate '-a'
1676         */
1677         Compiler.cmdline.cimmof.cmdline.UNKNOWN_VALUE_OPTION_A:string {"PGS04802: Unknown value specified for option -a."}
1678
1679         /**
1680         *  @note   PGS04803: Do not translate '-u'
1681         */
1682         Compiler.cmdline.cimmof.cmdline.TOO_MANY_VALUES_OPTION_U:string {"PGS04803: Too many values specified for option -u."}
1683
1684         /**
1685         * @note  PGS04804:  Do not translate '-a'
1686         */
1687         Compiler.cmdline.cimmof.cmdline.TOO_MANY_VALUES_OPTION_A:string {"PGS04804: Too many values specified for option -a."}
1688
1689         /**
1690         * @note  PGS04805: Do not translate '-R' or 'PEGASUS_HOME'
1691         */
1692         Compiler.cmdline.cimmof.cmdline.MUST_SPECIFY_R_OR_HOME:string {"PGS04805:  Specify -R or set the PEGASUS_HOME environment variable."}
1693
1694         Compiler.cmdline.cimmof.cmdline.MUST_SPECIFY_MOF_FILES:string {"PGS04806:  Specify the MOF files to process."}
1695
1696         Compiler.cmdline.cimmof.main.UNEXPECTED_CONDITION:string {"PGS04807: Unexpected condition: "}
1697
1698         /**
1699         * @note  PGS04808: Substitution {0} is the return code (an integer)
1700         */
1701         Compiler.cmdline.cimmof.main.UNEXPECTED_RESULT:string {"PGS04808: Unexpected result from processing command line: {0}"}
1702
1703         Compiler.cmdline.cimmof.main.COMPILE_TERMINATING:string {"PGS04809:  Compilation is ending."}
1704
1705         Compiler.cmdline.cimmof.main.FAILED_TO_SET:string {"PGS04810:  Failed to set the default namespace path."}
1706
1707
1708         /**
1709         * @note  PGS04811: Do not translate the word 'Lexer'.
1710         */
1711         Compiler.cmdline.cimmof.main.LEXER_ERROR:string {"PGS04811: Lexer error: "}
1712
1713         Compiler.cmdline.cimmof.main.PARSING_ERROR:string {"PGS04812: Parsing error: "}
1714
1715         Compiler.cmdline.cimmof.main.GENERAL_EXCEPTION:string {"PGS04813: Compiler general exception: "}
1716
1717         Compiler.cmdline.cimmof.main.COMPILE_SUCCESSFUL:string {"PGS04814: Compile completed successfully."}
1718
1719         /**
1720         * @version 2.4
1721         */
1722         Compiler.cimmofMessages.CIM_ERR_SUCCESS:string {"PGS04815: Successful"}
1723
1724         /**
1725         * @version 2.4
1726         * @note  PGS04816: This message records an error while doing a syntax check
1727         *                  on the contents of a file.
1728         *        Substitution {0} is the file name (a string).
1729         *        Substitution {1} is the line number in the file (a string).
1730         *        Substitution {2} is the detailed error message from the syntax check (a string).
1731         *        Substitution {3} is the text from the file that failed the syntax check (a string).
1732         */
1733         Compiler.cimmofMessages.PARSER_SYNTAX_ERROR:string {"PGS04816: Syntax error in file {0}:{1}. Error {2} was found before token {3}."}
1734
1735         /**
1736         * @version 2.4
1737         * @note  PGS04817:
1738         *       "Parameter" and "method" are used in the programming sense.
1739         *        "Method" is similiar to "function".
1740         *        Substitution {0} is the parameter name (a string).
1741         *        Substitution {1} is the method name (a string).
1742         *        Substitution {2} is the detailed error message (a string).
1743         */
1744         Compiler.cimmofMessages.APPLY_PARAMETER_ERROR:string {"PGS04817: Error applying parameter {0} to method {1}: {2}"}
1745
1746         /**
1747         * @version 2.4
1748         * @note  PGS04818:
1749         *       "Parameter" is used in the programming sense of a parameter to a function.
1750         *        Do not translate CIMParameter.
1751         *        Substitution {0} is the parameter name (a string).
1752         *        Substitution {1} is the detailed error message (a string).
1753         */
1754         Compiler.cimmofMessages.NEW_PARAMETER_ERROR:string {"PGS04818: Error creating new CIMParameter object {0}: {1}"}
1755
1756         /**
1757         * @version 2.4
1758         * @note  PGS04819:
1759         *       "Parameter" and "class" are used in the programming sense.
1760         *        Substitution {0} is the parameter name (a string).
1761         *        Substitution {1} is the class name (a string).
1762         */
1763         Compiler.cimmofMessages.UNINITIALIZED_PARAMETER_ERROR:string {"PGS04819: Internal Error: Uninitialized parameter handle {0} in class {1}"}
1764
1765         /**
1766         * @version 2.4
1767         * @note  PGS04820:
1768         *        Do not translate CIMMethod and CIMClass
1769         *        Substitution {0} is the method name (a string).
1770         *        Substitution {1} is the class name (a string).
1771         */
1772         Compiler.cimmofMessages.METHOD_ALREADY_EXISTS_WARNING:string {"PGS04820: Warning: CIMMethod {0} already exists for CIMClass {1}"}
1773
1774         /**
1775         * @version 2.4
1776         * @note  PGS04821:
1777         *        "Method" is used in the programming sense.
1778         *        "Method" is similiar to "function".
1779         *        Do not translate CIMClass.
1780         *        Substitution {0} is the method name (a string).
1781         *        Substitution {1} is the class name (a string).
1782         *        Substitution {2} is the detailed error message (a string).
1783         */
1784         Compiler.cimmofMessages.APPLY_METHOD_ERROR:string {"PGS04821: Error applying method {0} to CIMClass {1}: {2}:"}
1785
1786         /**
1787         * @version 2.4
1788         * @note  PGS04822:
1789         *        Do not translate CIMMethod.
1790         *        Substitution {0} is the method name (a string).
1791         *        Substitution {1} is the detailed error message (a string).
1792         */
1793         Compiler.cimmofMessages.NEW_METHOD_ERROR:string {"PGS04822: Error creating new CIMMethod {0}: {1}"}
1794
1795         /**
1796         * @version 2.4
1797         * @note  PGS04823:  This is a debug trace message.
1798         *        Do not translate.
1799         */
1800         Compiler.cimmofMessages.ADD_QUALIFIER:string {"PGS04823: ADD QUALIFIER: "}
1801
1802         /**
1803         * @version 2.4
1804         * @note  PGS04824:  This is a debug trace message.
1805         *        Do not translate.
1806         */
1807         Compiler.cimmofMessages.TRACE:string {"PGS04824: [Trace]"}
1808
1809         /**
1810         * @version 2.4
1811         * @note  PGS04825:
1812         *        Substitution {0} is the qualifier declaration name (a string).
1813         *        Substitution {1} is the detailed error message (a string).
1814         */
1815         Compiler.cimmofMessages.ADD_QUALIFIER_DECL_ERROR:string {"PGS04825: Error adding qualifier declaration {0}: {1}"}
1816
1817         /**
1818         * @version 2.4
1819         * @note  PGS04826:  This is a debug trace message.
1820         *        Do not translate.
1821         */
1822         Compiler.cimmofMessages.TAB_OK:string {"PGS04826: \tOK"}
1823
1824         /**
1825         * @version 2.4
1826         * @note  PGS04827:
1827     *        Do not translate CIMQualifier
1828         *        Substitution {0} is the qualifier name (a string).
1829         *        Substitution {1} is the detailed error message (a string).
1830         */
1831         Compiler.cimmofMessages.NEW_QUALIFIER_ERROR:string {"PGS04827: Error creating new CIMQualifier {0}: {1}"}
1832
1833         /**
1834         * @version 2.4
1835         * @note  PGS04828:
1836     *        Do not translate CIMQualifier
1837         *        Substitution {0} is the qualifier name (a string).
1838         *        Substitution {1} is the detailed error message (a string).
1839         */
1840         Compiler.cimmofMessages.ADD_QUALIFIER_ERROR:string {"PGS04828: Error adding new CIMQualifier {0}: {1}"}
1841
1842         /**
1843         * @version 2.4
1844         * @note  PGS04829:
1845         *        Substitution {0} is the qualifier declaration name (a string).
1846         *        Substitution {1} is the detailed error message (a string).
1847         */
1848         Compiler.cimmofMessages.NEW_QUALIFIER_DECLARATION_ERROR:string {"PGS04829: Error creating new qualifier declaration {0}: {1}"}
1849
1850         /**
1851         * @version 2.4
1852         * @note  PGS04830:
1853         *        Substitution {0} is the qualifier declaration name (a string).
1854         */
1855         Compiler.cimmofMessages.GET_QUALIFIER_DECL_ERROR:string {"PGS04830: Could not find declaration for qualifier named {0}"}
1856
1857         /**
1858         * @version 2.4
1859         * @note  PGS04831:  This is a debug trace message.
1860         *        Do not translate.
1861         */
1862         Compiler.cimmofMessages.ADD_INSTANCE:string {"PGS04831: ADD INSTANCE: "}
1863
1864         /**
1865         * @version 2.4
1866         * @note  PGS04832:
1867         *       "Parameter" and "class" are used in the programming sense.
1868         *        Substitution {1} is the parameter name (a string).
1869         *        Substitution {0} is the class name (a string).
1870         */
1871         Compiler.cimmofMessages.UNINITIALIZED_PROPERTY_ERROR:string {"PGS04832: Internal Error: Uninitialized parameter {1} in class {0}"}
1872
1873         /**
1874         * @version 2.4
1875         * @note  PGS04833:
1876         *        Substitution {1} is the property name (a string).
1877         *        Substitution {0} is the class name (a string).
1878         */
1879         Compiler.cimmofMessages.PROPERTY_ALREADY_EXISTS_WARNING:string {"PGS04833: Warning:  Property {1} already exists in class {0}"}
1880
1881         /**
1882         * @version 2.4
1883         * @note  PGS04834:
1884         *        Substitution {1} is the property name (a string).
1885         *        Substitution {0} is the class name (a string).
1886         *        Substitution {2} is the detailed error message (a string).
1887         */
1888         Compiler.cimmofMessages.APPLYING_PROPERTY_ERROR:string {"PGS04834: Error applying property {1} to class {0}: {2}"}
1889
1890         /**
1891         * @version 2.4
1892         * @note  PGS04835:
1893         *        Substitution {0} is the property name (a string).
1894         *        Substitution {1} is the detailed error message (a string).
1895         */
1896         Compiler.cimmofMessages.NEW_PROPERTY_ERROR:string {"PGS04835: Error creating new property {0}: {1}"}
1897
1898         /**
1899         * @version 2.4
1900         * @note  PGS04836:
1901     *        "Class" is used in the programming sense.
1902         *        Substitution {0} is the name of the class being declared (a string).
1903         *        Substitution {1} is the detailed error message (a string).
1904         */
1905         Compiler.cimmofMessages.NEW_CLASS_ERROR:string {"PGS04836: Error creating new class declaration {0}: {1}"}
1906
1907         /**
1908         * @version 2.4
1909         * @note  PGS04837:  This is a debug trace message.
1910         *        Do not translate.
1911         */
1912         Compiler.cimmofMessages.ADD_CLASS:string {"PGS04837: ADD CLASS: "}
1913
1914         /**
1915         * @version 2.4
1916         * @note  PGS04838:
1917     *        "Class" is used in the programming sense.
1918         *        "Repository" is similiar to "database"
1919         *        Substitution {0} is the name of the class (a string).
1920         */
1921         Compiler.cimmofMessages.CLASS_EXISTS_WARNING:string {"PGS04838: Warning:  Class {0} already exists in the repository"}
1922
1923         /**
1924         * @version 2.4
1925         * @note  PGS04839:
1926     *        "Class" is used in the programming sense.
1927         *        "Repository" is similiar to "database"
1928         *        Substitution {0} is the name of the class (a string).
1929         *        Substitution {1} is the detailed error message (a string).
1930         */
1931         Compiler.cimmofMessages.ADD_CLASS_ERROR:string {"PGS04839: Error adding class {0} to the repository: {1}"}
1932
1933         /**
1934         * @version 2.4
1935         * @note  PGS04840:
1936         *        "Compiler" is used in the programming sense.
1937         *        "Repository" is similiar to "database"
1938         */
1939         Compiler.cimmofMessages.SETREPOSITORY_NO_COMPILER_OPTIONS:string {"PGS04840: Internal Error: Compiler options not set before setting repository"}
1940
1941         /**
1942         * @version 2.4
1943         * @note  PGS04841:
1944         *        "Repository" is similiar to "database"
1945         *        Do not translate "setRepository"
1946         */
1947         Compiler.cimmofMessages.SETREPOSITORY_BLANK_NAME:string {"PGS04841: Internal Error: No repository name was specified to setRepository"}
1948
1949         /**
1950         * @version 2.4
1951         * @note  PGS04842:
1952         *        "Repository" is similiar to "database"
1953         *        A "name space" is an area of "repository" that contains names of objects
1954         *        Each "name space" itself has a name.
1955         *        Substitution {0} is the name of the name space (a string).
1956         *        Substitution {1} is the detailed error message (a string).
1957         */
1958         Compiler.cimmofMessages.NAMESPACE_CREATE_ERROR:string {"PGS04842: Error trying to create repository name space {0}: {1}"}
1959
1960         /**
1961         * @version 2.4
1962         * @note  PGS04843:
1963         *        "Repository" is similiar to "database"
1964         *        Substitution {0} is the file name of the repository (a string).
1965         *        Substitution {1} is the detailed error message (a string).
1966         */
1967         Compiler.cimmofMessages.REPOSITORY_CREATE_ERROR:string {"PGS04843: Error trying to create repository in path {0}: {1}"}
1968
1969         /**
1970         * @version 2.4
1971         * @note  PGS04844:
1972         *        Substitution {0} is the name of the object (a string).
1973         *        Substitution {1} is the detailed error message (a string).
1974         */
1975         Compiler.cimmofMessages.NEW_REFERENCE_ERROR:string {"PGS04844: Error trying to create a reference to object {0}: {1}"}
1976
1977         /**
1978         * @version 2.4
1979         * @note  PGS04845:
1980         *        Substitution {0} is the name of the property (a string).
1981         *        Substitution {1} is the detailed error message (a string).
1982         */
1983         Compiler.cimmofMessages.FIND_CLASS_OF_INSTANCE_ERROR:string {"PGS04845: Error looking for the class of the current instance while looking up property {0}: {1}"}
1984
1985         /**
1986         * @version 2.4
1987         * @note  PGS04846:
1988     *        "Name space" is an area that contains names of classes.
1989         *        "Name space" itself has a name.
1990         *        Substitution {2} is the name of the property (a string).
1991         *        Substitution {1} is the name of the class (a string).
1992         *        Substitution {0} is the name of the name space (a string).
1993         *        Substitution {3} is the detailed error message (a string).
1994         */
1995         Compiler.cimmofMessages.FIND_PROPERTY_VALUE_ERROR:string {"PGS04846: Error looking up value of property {2} in class {1} in namespace {0}: {3}"}
1996
1997         /**
1998         * @version 2.4
1999         * @note  PGS04847:
2000         *        Substitution {0} is the name of the property (a string).
2001         *        Substitution {1} is the detailed error message (a string).
2002         */
2003         Compiler.cimmofMessages.CLONING_PROPERTY_ERROR:string {"PGS04847: Error copying property {0}: {1}"}
2004
2005         /**
2006         * @version 2.4
2007         * @note  PGS04848:
2008         *        Substitution {0} is the name of the property (a string).
2009         *        Substitution {1} is the name of the class (a string).
2010         *        Substitution {2} is the detailed error message (a string).
2011         */
2012         Compiler.cimmofMessages.APPLY_INSTANCE_PROPERTY_ERROR:string {"PGS04848: Error applying property {0} to an instance of class {1}: {2}"}
2013
2014         /**
2015         * @version 2.4
2016         * @note  PGS04849:
2017         *        Substitution {0} is the name of the property (a string).
2018         *        Substitution {1} is the detailed error message (a string).
2019         */
2020         Compiler.cimmofMessages.GET_INSTANCE_PROPERTY_ERROR:string {"PGS04849: Error getting property {0} from an instance: {1}"}
2021
2022         /**
2023         * @version 2.4
2024         * @note  PGS04850:
2025     *        "Name space" is an area that contains names of classes.
2026         *        "Name space" itself has a name.
2027         *        Substitution {0} is the name of the class (a string).
2028         *        Substitution {1} is the name of the name space (a string).
2029         *        Substitution {2} is the detailed error message (a string).
2030         */
2031         Compiler.cimmofMessages.GET_CLASS_ERROR:string {"PGS04850: Error getting class {0} from name space {1}: {2}"}
2032
2033         /**
2034         * @version 2.4
2035         * @note  PGS04851:
2036         *        Substitution {0} is the name of the property (a string).
2037         *        Substitution {1} is the detailed error message (a string).
2038         */
2039         Compiler.cimmofMessages.GET_PROPERTY_VALUE_ERROR:string {"PGS04851: Error getting value of property {0}: {1}"}
2040
2041         /**
2042         * @version 2.4
2043         * @note  PGS04852:
2044         *        Substitution {0} is the name of the class (a string).
2045         *        Substitution {1} is the detailed error message (a string).
2046         */
2047         Compiler.cimmofMessages.NEW_INSTANCE_ERROR:string {"PGS04852: Error creating new instance of class {0}: {1}"}
2048
2049         /**
2050         * @version 2.4
2051         * @note  PGS04853:
2052         *        Substitution {1} is the name of the property (a string).
2053         *        Substitution {0} is the name of the class (a string).
2054         */
2055         Compiler.cimmofMessages.INSTANCE_PROPERTY_EXISTS_WARNING:string {"PGS04853: Warning: property {1} already exists for this instance of class {0}"}
2056
2057         /**
2058         * @version 2.4
2059         */
2060         Compiler.cimmofMessages.INSTANCE_EXISTS_WARNING:string {"PGS04854: Warning: the instance already exists.\n"
2061                                                                 "In this implementation, that means it cannot be changed."}
2062
2063         /**
2064         * @version 2.4
2065         * @note  PGS04855:
2066         *        Substitution {0} is the detailed error message (a string).
2067         */
2068         Compiler.cimmofMessages.ADD_INSTANCE_ERROR:string {"PGS04855: Error adding an instance: {0}"}
2069
2070         /**
2071         * @version 2.4
2072         * @note  PGS04856:
2073         *        Substitution {0} is the detailed error message (a string).
2074         */
2075         Compiler.cimmofMessages.GENERAL_ERROR:string {"PGS04856: Error: {0}"}
2076
2077         /**
2078         * @version 2.4
2079         * @note  PGS04857:
2080         *        Substitution {0} is the name of the class (a string).
2081         *        Substitution {1} is the detailed error message (a string).
2082         */
2083         Compiler.cimmofMessages.CLASS_NOT_UPDATED:string {"PGS04857: Warning:  Class {0} was not added or updated: {1}"}
2084
2085         /**
2086         * @version 2.4
2087         */
2088         Compiler.cimmofMessages.SAME_VERSION:string {"PGS04858: The class has the same version."}
2089
2090         /**
2091         * @version 2.4
2092         */
2093         Compiler.cimmofMessages.NO_EXPERIMENTAL_UPDATE:string {"PGS04859: Experimental update not allowed (set appropriate compiler option)"}
2094
2095         /**
2096         * @version 2.4
2097         */
2098         Compiler.cimmofMessages.NO_VERSION_UPDATE:string {"PGS04860: Version update not allowed (set appropriate compiler option)"}
2099
2100         /**
2101         * @version 2.4
2102         */
2103         Compiler.cimmofMessages.NO_CLASS_UPDATE:string {"PGS04861: Class update not allowed (set appropriate compiler option)"}
2104
2105         /**
2106         * @version 2.4
2107         * @note  PGS04857:
2108         *        Do not translate "mof" or "m.n.u".
2109         */
2110         Compiler.cimmofMessages.INVALID_VERSION_FORMAT:string {"PGS04862: Version format in mof class or repository class is not valid. valid format is m.n.u."}
2111
2112         /**
2113         * @version 2.4
2114         * @note  PGS04863:
2115         *        Do not translate "cimmofl", "cimmof" or "MOF"
2116         */
2117         Compiler.cmdline.cimmof.cmdline.CIMMOFL_USAGE_WARNING:string {
2118             "PGS04863: Warning: Use of cimmofl can corrupt the CIM Server Repository.\n"
2119             "         cimmofl should only be used under very controlled situations.\n"
2120             "         cimmof is the recommended OpenPegasus MOF compiler.\n\n"}
2121
2122         Compiler.cimmofMessages.ERR_OPTION_NOT_SUPPORTED:string {"PGS04864: Command line option is not recognized. Use '--help' to obtain command syntax."}
2123
2124         Compiler.cimmofMessages.ERR_USAGE:string {"PGS04865: Incorrect usage. Use '--help' to obtain command syntax."}
2125
2126         // ==========================================================
2127         // Messages for CIMOperationResponseEncoder
2128         //  Please use message prefix "PGS05000"
2129         // ==========================================================
2130
2131         Server.CIMOperationResponseEncoder.OUT_OF_MEMORY:string {"PGS05000: A system error occurred. Retry the CIM operation at a later time."}
2132
2133
2134         // ==========================================================
2135         // Messages for CIMOperationRequestAuthorizer
2136         //  Please use message prefix "PGS05200"
2137         // ==========================================================
2138
2139         /**
2140         * @note  PGS05200
2141         *    Substitution {0} is the name of the CIM operation (a string)
2142         *    Substitution {1} is the namespace (a string)
2143         *    This message is no longer used in 2.6.2. Message PGS05203 obsoletes this message.
2144         */
2145         Server.CIMOperationRequestAuthorizer.NOT_AUTHORIZED:string {"PGS05200: The user is not authorized to run {0} in the namespace {1}."}
2146
2147         Server.CIMOperationRequestAuthorizer.REMOTE_NOT_ENABLED:string {"PGS05201: Access is not enabled for remote users with superuser authority."}
2148
2149         /**
2150         * @note  PGS05202
2151         *    Substitution {0} is the user name requesting a CIM operation (a string)
2152         */
2153         Server.CIMOperationRequestAuthorizer.NOT_IN_AUTHORIZED_GRP:string {"PGS05202: User ''{0}'' is not authorized to access CIM data."}
2154
2155         /**
2156         * @note  PGS05203
2157         *    Substitution {0} is the name of the user (a string)
2158         *    Substitution {1} is the name of the CIM operation (a string)
2159         *    Substitution {2} is the namespace (a string)
2160         *    @version 2.6.2
2161         */
2162         Server.CIMOperationRequestAuthorizer.NAMESPACE_AUTHORIZATION_FAILED:string {"PGS05203: The user ''{0}'' is not authorized to run ''{1}'' in the namespace ''{2}''."}
2163
2164
2165         // ==========================================================
2166         // Messages for CIMOperationRequestDecoder
2167         //  Please use message prefix "PGS05400"
2168         // ==========================================================
2169
2170         /**
2171         * @note  PGS05400: Do not translate the word '<MESSAGE>' since it is an XML tag
2172         */
2173         Server.CIMOperationRequestDecoder.EXPECTED_MESSAGE_ELEMENT:string {"PGS05400: A <MESSAGE> element expected in the CIM request."}
2174
2175         /**
2176         * @note  PGS05401:
2177         *    Do not translate the word '<LOCALNAMESPACEPATH>' since it is an XML tag
2178         */
2179         Server.CIMOperationRequestDecoder.EXPECTED_LOCALNAMESPACEPATH_ELEMENT:string {"PGS05401: A <LOCALNAMESPACEPATH> element expected in the CIM request."}
2180
2181         /**
2182         * @note  PGS05402:
2183         *    Do not translate the word '<IMETHODCALL>' or '<METHODCALL>' since they are XML tags
2184         */
2185         Server.CIMOperationRequestDecoder.EXPECTED_IMETHODCALL_ELEMENT:string {"PGS05402: A <IMETHODCALL> or a <METHODCALL> element expected in the CIM request."}
2186
2187         /**
2188         * @note  PGS05403:  Substitution {0} is a method name (a string)
2189         */
2190         Server.CIMOperationRequestDecoder.UNRECOGNIZED_INTRINSIC_METHOD:string {"PGS05403: The intrinsic method {0} not recognized."}
2191
2192         /**
2193         * @note  PGS05404:
2194         *    Do not translate the word 'Content-Type' since it is an HTTP tag
2195         */
2196         Server.CIMOperationRequestDecoder.CIMCONTENTTYPE_SYNTAX_ERROR:string{"PGS05404: HTTP Content-Type header error."}
2197
2198         Server.CIMOperationRequestDecoder.INVALID_UTF8_CHARACTER:string{"PGS05405: UTF-8 character in the CIM request is not valid."}
2199
2200         /**
2201         * @note   PGS05406:
2202         *    Substitution {0} is the name of the CIMOperation (a string that contains a method to call)
2203         *    Do not translate the word 'CIMOperation' since it is an HTTP extension header for CIM
2204         */
2205         Server.CIMOperationRequestDecoder.PGS05406:string{"CIMOP_CIMOPERATION_VALUE_NOT_SUPPORTED: CIMOperation value \"{0}\" not supported."}
2206
2207         /**
2208         * @note  PGS05407:
2209         *    Do not translate the word 'CIMMethod' since it is an HTTP extension header for CIM
2210         */
2211         Server.CIMOperationRequestDecoder.EMPTY_CIMMETHOD_VALUE:string{"PGS05407: Empty CIMMethod value in the CIM request."}
2212
2213         /**
2214         * @note  PGS05408:
2215         *   Do not translate the word 'CIMMethod' since it is an HTTP extension header for CIM
2216         */
2217         Server.CIMOperationRequestDecoder.CIMMETHOD_VALUE_SYNTAX_ERROR:string{"PGS05408: CIMMethod value syntax error in the CIM request."}
2218
2219         /**
2220         * @note  PGS05409:
2221         *   Do not translate the word 'CIMObject' since it is an HTTP extension header for CIM
2222         */
2223         Server.CIMOperationRequestDecoder.EMPTY_CIMOBJECT_VALUE:string{"PGS05409: Empty CIMObject value in the CIM request."}
2224
2225         /**
2226         * @note  PGS05410:
2227         *   Do not translate the word 'CIMObject' since it is an HTTP extension header for CIM
2228         */
2229         Server.CIMOperationRequestDecoder.CIMOBJECT_VALUE_SYNTAX_ERROR:string{"PGS05410: CIMObject value syntax error in the CIM request."}
2230
2231         Server.CIMOperationRequestDecoder.CIMSERVER_SHUTTING_DOWN:string{"PGS05411: The CIM server is ending."}
2232
2233         /**
2234         * @note  PGS05412:
2235         *    Substitution {0} is a version of CIM (a string such as '2.0')
2236         */
2237         Server.CIMOperationRequestDecoder.CIM_VERSION_NOT_SUPPORTED:string{"PGS05412: CIM version \"{0}\" not supported."}
2238
2239         /**
2240         * @note  PGS05413:
2241         *    Substitution {0} is a version of DTD (a string such as '2.0')
2242         */
2243         Server.CIMOperationRequestDecoder.DTD_VERSION_NOT_SUPPORTED:string{"PGS05413: DTD version \"{0}\" not supported."}
2244
2245         /**
2246         * @note  PGS05414
2247         *    Substitution {0} is the version of CIM protocol in the header (a string)
2248         *    Substitution {1} is the version of CIM protocol in the CIm request message (a string such as 1.0)
2249         */
2250         Server.CIMOperationRequestDecoder.CIMPROTOCOL_VERSION_MISMATCH:string{"PGS05414: The CIM protocol version value in the header \"{0}\" does not match CIM request protocol version \"{1}\"."}
2251
2252         /**
2253         * @note  PGS05415
2254         *    Substitution {0} is the version of CIM protocol (a string)
2255         */
2256         Server.CIMOperationRequestDecoder.CIMPROTOCOL_VERSION_NOT_SUPPORTED:string{"PGS05415: The CIM protocol version \"{0}\" is not supported."}
2257
2258         /**
2259         * @note  PGS05416:
2260         *    Do not translate the words 'MULTIREQ' or "CIMBatch" since they are HTTP extensions for CIM
2261         */
2262         Server.CIMOperationRequestDecoder.MULTI_REQUEST_MISSING_CIMBATCH_HTTP_HEADER:string{"PGS05416:  Multiple request tag (MULTIREQ) is missing the CIMBatch HTTP header."}
2263
2264         /**
2265         * @note   PGS05417:
2266         *    Do not translate the words 'SIMPLEREQ' or 'CIMMethod' since they are HTTP extensions for CIM
2267         */
2268         Server.CIMOperationRequestDecoder.MISSING_CIMMETHOD_HTTP_HEADER:string{"PGS05417: Simple request tag (SIMPLEREQ) is missing the CIMMethod HTTP header."}
2269
2270         /**
2271         * @note  PGS05418
2272         *    Substitution {0} is the value of the CIMMethod header (a string)
2273         *    Substitution {1} is the CIM request method (a string)
2274         *    Do not translate the word 'CIMMethod' since it is an HTTP extension header for CIM
2275         */
2276         Server.CIMOperationRequestDecoder.CIMMETHOD_VALUE_DOES_NOT_MATCH_REQUEST_METHOD:string{"PGS05418: CIMMethod value \"{0}\" does not match the CIM request method \"{1}\"."}
2277
2278         /**
2279         * @note  PGS05419:
2280         *    Do not translate the words 'SIMPLEREQ' or 'CIMObject' since they are HTTP extensions for CIM
2281         */
2282         Server.CIMOperationRequestDecoder.MISSING_CIMOBJECT_HTTP_HEADER:string{"PGS05419: Simple request tag (SIMPLEREQ) is missing the CIMObject HTTP header."}
2283
2284         /**
2285         * @note  PGS05420:
2286         *    Substitution {0} is the value of the CIMObject in the header (a string)
2287         *    Substitution {1} is the namespace path element (a string)
2288         *    Do not translate the word 'CIMObject' since it is an HTTP extension header for CIM
2289         */
2290         Server.CIMOperationRequestDecoder.CIMOBJECT_VALUE_DOES_NOT_MATCH_REQUEST_OBJECT:string {"PGS05420: CIMObject value \"{0}\" does not match the CIM request object \"{1}\"."}
2291
2292         /**
2293         * @note  PGS05421:
2294         *    Substitution {0} is the value of the CIMObject in the header(a string)
2295         *    Do not translate the word 'CIMObject' since it is an HTTP extension header for CIM
2296         */
2297         Server.CIMOperationRequestDecoder.COULD_NOT_PARSE_CIMOBJECT_VALUE:string {"PGS05421: Cannot parse CIMObject value \"{0}\"."}
2298
2299         /**
2300         * @note  PGS05422:
2301         *    Do not translate the word 'Host' since it is an HTTP header
2302         */
2303         Server.CIMOperationRequestDecoder.MISSING_HOST_HEADER:string {"PGS05422: HTTP request message lacks a Host header field."}
2304
2305
2306         // ==========================================================
2307         // Messages for CIMOperationRequestDispatcher
2308         //  Please use message prefix "PGS05600"
2309         // ==========================================================
2310
2311         Server.CIMOperationRequestDispatcher.ENUM_REQ_TOO_BROAD:string {"PGS05600: The enumerate request is too broad."}
2312
2313         Server.CIMOperationRequestDispatcher.PROVIDER_NOT_AVAILABLE:string {"PGS05601: The provider is not available."}
2314
2315         /**
2316         * @note  PGS05602:
2317         *    Substitution {0} is the CIM type (a string)
2318         */
2319         Server.CIMOperationRequestDispatcher.CIM_ERR_INVALID_PARAMETER:string {"PGS05602: The format of value {0} is not valid."}
2320
2321         /**
2322         * @note  PGS05603:
2323         *    Substitution {0} is the class::method
2324         *    Substitution {1} is the CIM request type (a string)
2325         */
2326         Server.CIMOperationRequestDispatcher.HANDLE_ENQUEUE:string {"PGS05603: The function {0} cannot handle the CIM request type {1}."}
2327
2328
2329         // ==========================================================
2330         // Messages for ProviderMessageFacade
2331         //  Please use message prefix "PGS05800"
2332         // ==========================================================
2333
2334         Server.ProviderMessageFacade.UNKNOWN_ERROR:string{"PGS05800: An unknown error occurred."}
2335
2336         Server.ProviderMessageFacade.NOT_IMPLEMENTED:string{"PGS05801: The request is not implemented."}
2337
2338
2339         // ==========================================================
2340         // Messages for Shutdown
2341         //  Please use message prefix "PGS06000"
2342         // ==========================================================
2343
2344         Server.ShutdownExceptions.INVALID_TIMEOUT:string {"PGS06000: The operation time-out value for ending the CIM server is not valid."}
2345
2346         Server.ShutdownExceptions.UNABLE_TO_RESUME:string {"PGS06001: The CIM server is unable to resume."}
2347
2348         Server.ShutdownExceptions.TIMEOUT_EXPIRED:string {"PGS06002: The time-out expired.  The CIM server resumed operation."}
2349
2350         Server.ShutdownProvider.INPUT_NOT_VALID:string {"PGS06003: The input parameters for ending the CIM server are not valid."}
2351
2352         /**
2353         * @note  PGS06200:
2354         *    Substitution {0} is the class::method (a string)
2355         */
2356         Server.ShutdownService.CIM_PROVIDER_SHUTDOWN:string {"PGS06200: A CIM provider shutdown exception occurred in {0}."}
2357
2358
2359         // ==========================================================
2360         // Messages for CIMServer
2361         //  Please use message prefix "PGS06200"
2362         // ==========================================================
2363
2364         /**
2365         * @note  PGS06201:
2366         */
2367         Server.CIMServer.CONSOLE_NO_MODIFY.PEGASUS_OS_ZOS:string {"PGS06201: MODIFY command not recognized by CIM server."}
2368
2369         /**
2370         * @note  PGS06202:
2371         */
2372         Server.CIMServer.CONSOLE_STOP.PEGASUS_OS_ZOS:string {"PGS06202: STOP command received from z/OS console, initiating shutdown."}
2373
2374         /**
2375         * @note PGS06203:
2376         *    Substitution {0} is the error text of the opperating system.
2377         *    Substitution {1} and {2} are numbers
2378         *    Do not translate 'CIM Server' and 'Console'
2379         *
2380         */
2381         Server.CIMServer.NO_CONSOLE_THREAD.PEGASUS_OS_ZOS:string { "PGS06203: CIM Server Console command thread cannot be created: {0} ( errno {1}, reason code 0x{2} )."}
2382
2383         /**
2384         * @note PGS06204:
2385         *    Substitution {0} is the error text of the opperating system.
2386         *    Substitution {1} and {2} are numbers
2387         *    Do not translate 'Console Communication Service'
2388         *
2389         */
2390         Server.CIMServer.CONSOLE_ERROR.PEGASUS_OS_ZOS:string { "PGS06204: Console Communication Service failed: {0} ( errno {1}, reason code 0x{2} )."}
2391
2392
2393
2394         // ==========================================================
2395         // Messages for ProviderRegistrationManager
2396         //  Please use message prefix "PGS06400"
2397         // ==========================================================
2398
2399         Server.ProviderRegistrationManager.ProviderRegistrationManager.MODULE_NOT_FOUND:string {"PGS06400: The provider module is not found."}
2400
2401         Server.ProviderRegistrationManager.ProviderRegistrationManager.PROVIDER_NOT_FOUND:string {"PGS06401: The provider is not found."}
2402
2403         Server.ProviderRegistrationManager.ProviderRegistrationManager.CAPABILITY_NOT_REGISTERED:string {"PGS06402: The provider capability is not registered."}
2404
2405         Server.ProviderRegistrationManager.ProviderRegistrationManager.CONSUMER_CAPABILITY_NOT_YET_REGISTERED:string {"PGS06403: The consumer capability is not registered."}
2406
2407         /**
2408         * @note  PGS06404:
2409         *    Do not translate the word 'root/PG_InterOp' since it is a path/CIM class name
2410         */
2411         Server.ProviderRegistrationManager.ProviderRegistrationManager.REPOSITORY_CORRUPTED:string {"PGS06404: The provider registration schema in namespace \"root/PG_InterOp\" is corrupted."}
2412
2413         /**
2414         * @note  PGS06405:
2415         *    Do not translate the word 'ProviderName' since it is a CIM property name
2416         *    Do not translate the word 'PG_ProviderCapabilities' since it is a CIM class name
2417         */
2418         Server.ProviderRegistrationManager.ProviderRegistrationManager.MISSING_PROVIDERNAME:string {"PGS06405: The key property ProviderName is missing from the PG_ProviderCapabilities class."}
2419
2420         /**
2421         * @note  PGS06406:
2422         *    Do not translate the word 'ProviderModuleName' since it is a CIM property name
2423         *    Do not translate the word 'PG_ProviderCapabilities' since it is a CIM class name
2424         */
2425         Server.ProviderRegistrationManager.ProviderRegistrationManager.MISSING_MODULENAME:string {"PGS06406: The key property ProviderModuleName is missing from the PG_ProviderCapabilities class."}
2426
2427         Server.ProviderRegistrationManager.ProviderRegistrationManager.PG_PROVIDER_MODULE:string {"PGS06407: The provider module must be registered before registering the provider."}
2428
2429         Server.ProviderRegistrationManager.ProviderRegistrationManager.PG_PROVIDER_CLASS:string {"PGS06408: The provider must be registered before registering the provider capabilities."}
2430
2431         Server.ProviderRegistrationManager.ProviderRegistrationManager.CAN_NOT_INSERT_ELEMENT:string {"PGS06409: CIM provider registration:  A provider is already registered for the specified capability."}
2432
2433         Server.ProviderRegistrationManager.ProviderRegistrationManager.PGPROVIDER_NEEDS_TO_BE_REGISTERED_BEFORE_CONSUMER_CAPABILITIES:string {"PGS06410: The provider must be registered before registering the consumer capabilities."}
2434
2435         /**
2436         * @note  PGS06411:
2437         *    Do not translate the word 'ProviderModuleName' since it is a CIM property name
2438         *    Do not translate the word 'PG_ConsumerCapabilities' since it is a CIM class name
2439         */
2440         Server.ProviderRegistrationManager.ProviderRegistrationManager.MISSING_PROVIDERMODULENAME_KEY_IN_CONSUMER_CAPABILITIES:string {"PGS06411: The key property ProviderModuleName is missing from the PG_ConsumerCapabilities instance."}
2441
2442         /**
2443         * @note  PGS06412:
2444         *    Do not translate the word 'ProviderName' since it is a CIM property name
2445         *    Do not translate the word 'PG_ConsumerCapabilities' since it is a CIM class name
2446         */
2447         Server.ProviderRegistrationManager.ProviderRegistrationManager.MISSING_PROVIDERNAME_KEY_IN_CONSUMER_CAPABILITIES:string {"PGS06412: The key property ProviderName is missing from the PG_ConsumerCapabilities instance."}
2448
2449         /**
2450         * @note  PGS06413:
2451         */
2452         Server.OperationResponseHandler.TOO_MANY_OBJECTS_DELIVERED:string {"PGS06413: Too many objects delivered."}
2453
2454         /**
2455         * @note  PGS06414:
2456         */
2457         Server.OperationResponseHandler.TOO_FEW_OBJECTS_DELIVERED:string {"PGS06414: Too few objects delivered."}
2458
2459         // ==========================================================
2460         // Messages for OptionManager
2461         //  Please use message prefix "PGS06600"
2462         // ==========================================================
2463
2464         /**
2465         * @note  PGS06600:
2466         *    Substitution {0} is the name of the option (a string)
2467         */
2468         Common.OptionManager.MISSING_CMD_LINE_OPTION:string {"PGS06600: Command line option {0} is missing."}
2469
2470         /**
2471         * @note  PGS06601:
2472         *    Substitution {0} is the name of the option (a string)
2473         *    Substitution {1} is the value (a string)
2474         */
2475         Common.OptionManager.INVALID_OPTION_VALUE:string {"PGS06601: Option value is not valid: {0}={1}."}
2476
2477         /**
2478         * @note  PGS06602:
2479         *    Substitution {0} is the name of the option (a string)
2480         */
2481         Common.OptionManager.DUPLICATE_OPTION:string {"PGS06602: Duplicate option {0}."}
2482
2483         /**
2484         * @note  PGS06603:
2485         *    Substitution {0} is the name of the option (a string)
2486         */
2487         Common.OptionManager.UNRECOGNIZED_CONFIG_FILE_OPTION:string {"PGS06603: Unrecognized CIM configuration file option {0}."}
2488
2489         /**
2490         * @note  PGS06604:
2491         *    Substitution {0} is the name of the option (a string)
2492         */
2493         Common.OptionManager.MISSING_REQUIRED_OPTION:string {"PGS06604: Required option {0} is missing."}
2494
2495         /**
2496         * @note  PGS06605:
2497         *    Substitution {0} is the name of the bad command line option (a string)
2498         */
2499         Common.OptionManager.PARAMETER_NOT_VALID:string {"PGS06605: Parameter {0} is not valid."}
2500
2501         Common.OptionManager.SYNTAX_ERR_CONFIG_FILE:string {"PGS06606: Syntax error in the CIM configuration file: "}
2502
2503
2504         // ==========================================================
2505         // Messages for CIMClassRep
2506         //  Please use message prefix "PGS06800"
2507         // ==========================================================
2508
2509         /**
2510         * @note  PGS06800:
2511         *    Substitution {0} is the name of the property (a string)
2512         */
2513         Common.CIMClassRep.PROPERTY:string {"PGS06800: Property {0}"}
2514
2515         /**
2516         * @note  PGS06801:
2517         *    Substitution {0} is the name of the method (a string)
2518         */
2519         Common.CIMClassRep.METHOD:string {"PGS06801: Method {0}"}
2520
2521         /**
2522         * @note  PGS06802:
2523         *    Do not translate the word 'Association' since it is a CIM qualifier on a CIM class
2524         *    Do not translate the word 'PROPERTY.REFERENCE' since it is an element for CIM in XML
2525         */
2526         Common.CIMClassRep.NON_ASSOCIATION_CLASS_CONTAINS_REFERENCE_PROPERTY:string {"PGS06802: A CIM class, which is not an Association class, contains a PROPERTY.REFERENCE element."}
2527
2528
2529         // ==========================================================
2530         // Messages for CIMMethodRep
2531         //  Please use message prefix "PGS07000"
2532         // ==========================================================
2533
2534         /**
2535         * @note  PGS07000:
2536         *    Substitution {0} is the name of the parameter (a string)
2537         */
2538         Common.CIMMethodRep.PARAMETER:string {"PGS07000: Parameter {0}"}
2539
2540
2541         // ==========================================================
2542         // Messages for CIMObjectRep
2543         //  Please use message prefix "PGS07200"
2544         // ==========================================================
2545
2546         /**
2547         * @note  PGS07200:
2548         *    Substitution {0} is the name of the property (a string)
2549         */
2550         Common.CIMObjectRep.PROPERTY:string {"PGS07200: Property {0}"}
2551
2552
2553         // ==========================================================
2554         // Messages for CIMQualifierList/DeclContext
2555         //  Please use message prefix "PGS07400"
2556         // ==========================================================
2557
2558         /**
2559         * @note  PGS07400:
2560         *    Substitution {0} is the name of the qualifier (a string)
2561         */
2562         Common.CIMQualifierList.QUALIFIER:string {"PGS07400: Qualifier {0}"}
2563
2564
2565         // ==========================================================
2566         // Messages for DeclContext
2567         //  Please use message prefix "PGS07600"
2568         // ==========================================================
2569
2570         /**
2571         * @note  PGS07600:
2572         *    Substitution {0} is the name of the qualifier (a string)
2573         */
2574         Common.DeclContext.DECLARATION_OF_QUALIFIER:string {"PGS07600: Declaration of qualifier {0}"}
2575
2576         /**
2577         * @note  PGS07601:
2578         *    Substitution {0} is the name of the CIM class (a string)
2579         */
2580         Common.DeclContext.CLASS:string {"PGS07601: Class {0}"}
2581
2582
2583         // ==========================================================
2584         // Messages for HTTPAcceptor
2585         //  Please use message prefix "PGS07800"
2586         // ==========================================================
2587
2588         Common.HTTPAcceptor.ALREADY_BOUND:string {"PGS07800: CIM HTTP or HTTPS connection is already bound to the socket."}
2589
2590         Common.HTTPAcceptor.FAILED_CREATE_SOCKET:string {"PGS07801: CIM HTTP or HTTPS connection failed to create the socket."}
2591
2592         Common.HTTPAcceptor.FAILED_SET_SOCKET_OPTION:string {"PGS07802: CIM HTTP or HTTPS connection failed to set the socket option."}
2593
2594         Common.HTTPAcceptor.FAILED_BIND_SOCKET:string {"PGS07803: CIM HTTP or HTTPS connection failed to bind the socket."}
2595
2596         Common.HTTPAcceptor.FAILED_SOLICIT_SOCKET_MESSAGES:string {"PGS07804: CIM HTTP or HTTPS connection failed to solicit socket messages."}
2597
2598
2599         // ==========================================================
2600         // Messages for HTTPConnector
2601         //  Please use message prefix "PGS08000"
2602         // ==========================================================
2603
2604         Common.HTTPConnector.CONNECTION_FAILED_LOCAL_CIM_SERVER:string {"PGS08000: CIM HTTP or HTTPS connector cannot connect to local CIM server. Connection failed."}
2605
2606         /**
2607         * @note  CIMHTTP_CONNECTION_FAILED_TO:
2608         *    Substitution {0} is the host (a string)
2609         *    Substitution {1} is the port number represented as a string
2610         */
2611         Common.HTTPConnector.CONNECTION_FAILED_TO:string {"PGS08001:  CIM HTTP or HTTPS connector cannot connect to {0}:{1}. Connection failed."}
2612
2613
2614         // ==========================================================
2615         // Messages for LanguageParser
2616         //  Please use message prefix "PGS08200"
2617         // ==========================================================
2618
2619         /**
2620         * @note  PGS08200:
2621         *   Do not translate the word 'Accept-Language' since it is a standard HTTP request header field
2622         */
2623         Common.LanguageParser.TOO_MANY_OR_NON_ALPHA_CHARACTERS_AL:string {"PGS08200: Accept-Language contains nonalphabetic characters or too many characters."}
2624
2625         /**
2626         * @note  PGS08201:
2627         *   Do not translate the word 'Content-Language' since it is a standard HTTP header
2628         */
2629         Common.LanguageParser.TOO_MANY_OR_NON_ALPHA_CHARACTERS_CL:string {"PGS08201: Content-Language contains nonalphabetic characters or too many characters."}
2630
2631         /**
2632         * @note  PGS08202:
2633         *   Do not translate the word 'Accept-Language' since it is a standard HTTP request header field
2634         */
2635         Common.LanguageParser.INVALID_QUALITY_VALUE:string {"PGS08202: Accept-Language contains a quality value that is not valid."}
2636
2637         /**
2638         * @note  PGS08203:
2639         */
2640         Common.LanguageParser.DOES_NOT_CONTAIN_TERMINATING:string {"PGS08203: Closing \")\" character is missing."}
2641
2642         /**
2643         * @note  PGS08204:
2644         *   Substitution {0} is the malformed language tag value
2645         */
2646         Common.LanguageParser.MALFORMED_LANGUAGE_TAG:string {"PGS08204: Malformed language tag \"{0}\"."}
2647
2648         /**
2649         * @note  PGS08205:
2650         *   Substitution {0} is the invalid language tag value
2651         */
2652         Common.LanguageParser.INVALID_LANGUAGE_TAG:string {"PGS08205: Invalid language tag \"{0}\"."}
2653
2654
2655         // ==========================================================
2656         // Messages for Logger
2657         //  Please use message prefix "PGS08400"
2658         // ==========================================================
2659
2660         Common.Logger.LOGGING_DISABLED:string {"PGS08400: Logging is disabled."}
2661
2662
2663         // ==========================================================
2664         // Messages for MessageQueueService
2665         //  Please use message prefix "PGS08600"
2666         // ==========================================================
2667
2668         Common.MessageQueueService.FORCING_SHUTDOWN:string {"PGS08600: Forcing a shutdown of the CIM message router."}
2669
2670         /**
2671         * @note  PGS08601:
2672         *    Substitution {0} is the name of a message queue (a string)
2673         */
2674         Common.MessageQueueService.STOPPING_SERVICE:string {"PGS08601: Stopping the {0} service."}
2675
2676         Common.MessageQueueService.UNABLE_TO_REGISTER:string {"PGS08602: CIM base message queue service is unable to register with the CIMOM dispatcher."}
2677
2678         Common.MessageQueueService.NOT_ENOUGH_THREAD:string {"PGS08603: Could not allocate thread for the polling thread."}
2679
2680
2681         // ==========================================================
2682         // Messages for ModuleController
2683         //  Please use message prefix "PGS08800"
2684         // ==========================================================
2685
2686         /**
2687         * @note  PGS08800:
2688         *    Substitution {0} is the name of the module (a string)
2689         */
2690         Common.ModuleController.MODULE:string {"PGS08800: Module {0}"}
2691
2692         // ==========================================================
2693         // Messages for Cimom
2694         //  Please use message prefix "PGS08900"
2695         // ==========================================================
2696
2697         /**
2698         * @note: PGS08900:
2699         *   Please do not translate the word 'Cimom' as that is the name of
2700         *  technical functional component.
2701         */
2702         Common.Cimom.NOT_ENOUGH_THREADS:string {"PGS08900: Cannot allocate thread for Cimom class"}
2703
2704
2705
2706         // ==========================================================
2707         // Messages for OperationContext
2708         //  Please use message prefix "PGS09000"
2709         // ==========================================================
2710
2711         Common.OperationContext.OBJECT_NOT_FOUND:string {"PGS09000: Object not found."}
2712
2713         Common.OperationContext.OBJECT_ALREADY_EXISTS:string {"PGS09001: Object already exists."}
2714
2715         // ==========================================================
2716         // Messages for System Abstraction
2717         //  Please use message prefix "PGS09100"
2718         // ==========================================================
2719
2720         /**
2721         * @note  PGS09100:
2722         *   Do not translate the word 'TCP/IP'
2723         */
2724
2725         Common.Socket.WAIT_FOR_TCPIP:string {"PGS09100: TCP/IP temporary unavailable."}
2726         
2727
2728
2729         // ==========================================================
2730         // Messages for SSLContext
2731         //  Please use message prefix "PGS09200"
2732         // ==========================================================
2733
2734         Common.SSLContext.COULD_NOT_GET:string {"PGS09200: Cannot get SSL context."}
2735
2736         Common.SSLContext.COULD_NOT_SET_CIPHER_LIST:string {"PGS09201: Cannot set the cipher list."}
2737
2738         Common.SSLContext.RANDOM_SEED_FILE_REQUIRED:string {"PGS09202: Random seed file required to initialize the SSL random number generator."}
2739
2740         /**
2741         * @note  PGS09203:
2742         *    Substitution {0} is the name of the seed file (a string)
2743         */
2744         Common.SSLContext.NOT_ENOUGH_SEED_DATA_IN_FILE:string {"PGS09203: Not enough seed data in random seed file: {0}."}
2745
2746         Common.SSLContext.NOT_ENOUGH_SEED_DATA:string {"PGS09204:  Not enough seed data."}
2747
2748         /**
2749         * @note  PGS09205:
2750         *    Substitution {0} is the name of the seed file (a string)
2751         */
2752         Common.SSLContext.SEED_FILE_DOES_NOT_EXIST:string {"PGS09205: Seed file {0} does not exist."}
2753
2754         Common.SSLContext.COULD_NOT_LOAD_CERTIFICATES:string {"PGS09206: Cannot load certificates into certificate store."}
2755
2756         Common.SSLContext.COULD_NOT_GET_SERVER_CERTIFICATE:string {"PGS09207: Cannot get server certificate."}
2757
2758         Common.SSLContext.COULD_NOT_GET_PRIVATE_KEY:string {"PGS09208: Cannot get private key."}
2759
2760
2761         // ==========================================================
2762         // Messages for TraceFileHandler
2763         //  Please use message prefix "PGS09400"
2764         // ==========================================================
2765
2766         /**
2767         * @note  PGS09400:
2768         *    Substitution {0} is the name of the file (a string)
2769         */
2770         Common.TraceFileHandler.FAILED_TO_OPEN_FILE:string {"PGS09400: Failed to open file {0}."}
2771
2772         /**
2773         * @note  PGS09401:
2774         *    Substitution {0} is the name of the file (a string)
2775         */
2776         Common.TraceFileHandlerUnix.FAILED_TO_OPEN_FILE:string {"PGS09401:  Failed to open file {0}."}
2777
2778         /**
2779         * @note  PGS09402:
2780         *    Substitution {0} is the name of the file (a string)
2781         */
2782         Common.TraceFileHandlerUnix.FAILED_TO_RELEASE_WRITE_LOCK:string {"PGS09402: Failed to release the write lock on file {0}."}
2783
2784         /**
2785         * @note  PGS09403:
2786         *    Substitution {0} is the name of the file (a string)
2787         */
2788         Common.TraceFileHandlerUnix.FAILED_TO_OBTAIN_WRITE_LOCK:string {"PGS09403: Failed to obtain a write lock on file {0}."}
2789
2790         /**
2791         * @note  PGS09404:
2792         *    Substitution {0} is the name of the file (a string)
2793         */
2794         Common.TraceFileHandlerWindows.UNABLE_TO_WRITE_TRACE_TO_FILE:string {"PGS09404: Unable to write trace message to file {0}."}
2795
2796         /**
2797         * @note  PGS09405:
2798         *    Substitution {0} is the name of the file (a string)
2799         */
2800         Common.TraceFileHandlerWindows.INVALID_FILE_HANDLE:string {"PGS09405: File handle is not valid for file {0}."}
2801
2802         /**
2803         * @note  PGS09406:
2804         *    Substitution {0} is the name of the file (a string)
2805         */
2806         Common.TraceFileHandler.FAILED_TO_SET_FILE_PERMISSIONS:string {"PGS09406: Failed to set permissions on file {0}."}
2807
2808         /**
2809         * @note  PGS09407:
2810         *    Substitution {0} is the name of the file (a string)
2811         */
2812         Common.TraceFileHandlerUnix.FAILED_TO_SET_FILE_PERMISSIONS:string {"PGS09407:  Failed to set permissions on file {0}."}
2813
2814         /**
2815         * @note  PGS09408:
2816         * @version 2.5
2817         *    Substitution {0} is the name of the file (a string)
2818         *    Substitution {1} is the name of a system user (a string)
2819         */
2820         Common.TraceFileHandler.UNEXPECTED_FILE_OWNER:string {"PGS09408: File {0} is not owned by user {1}."}
2821
2822
2823         // ==========================================================
2824         // Messages for XmlReader
2825         //  Please use message prefix "PGS09600"
2826         // ==========================================================
2827
2828         /**
2829         * @note  PGS09600:
2830         *   Do not translate the word '<?xml ... ?>' since it is a standard XML declaration
2831         */
2832         Common.XmlReader.EXPECTED_XML_STYLE:string {"PGS09600:  A <?xml ... ?> style declaration is expected."}
2833
2834         Common.XmlReader.MISSING_XML_ATTRIBUTE:string {"PGS09601: The XML version attribute is missing from the XML declaration."}
2835
2836         /**
2837         * @note  PGS09602:
2838         *   Do not translate the word 'CIMVERSION' since it is a standard attribute for CIM in XML
2839         */
2840         Common.XmlReader.MISSING_CIMVERSION_ATTRIBUTE:string {"PGS09602: The CIMVERSION attribute is missing from the CIM in XML element attribute list."}
2841
2842         /**
2843         * @note  PGS09603:
2844         *   Do not translate the word 'DTDVERSION' since it is a standard attribute for CIM in XML
2845         */
2846         Common.XmlReader.MISSING_DTDVERSION_ATTRIBUTE:string {"PGS09603: The DTDVERSION attribute is missing from the CIM in XML element attribute list."}
2847
2848         /**
2849         * @note  PGS09604:
2850         *    Substitution {0} is the name of the attribute and its tag name (a string)
2851         */
2852         Common.XmlReader.MISSING_REQUIRED_ATTRIBUTE:string {"PGS09604: The required attribute {0} is missing."}
2853
2854         /**
2855         * @note  PGS09605:
2856         *    Substitution {0} is the name of the expected element (a string)
2857         *    This error is for a missing XML Start-Tag
2858         */
2859         Common.XmlReader.EXPECTED_OPEN:string {"PGS09605: Expecting a start tag for {0} element."}
2860
2861         /**
2862         * @note  PGS09606:
2863         *    Substitution {0} is the expected element tag name (a string)
2864         *    Substitution {1} is the XML text that was found (a string)
2865         *    This error is for a missing XML End-Tag
2866         */
2867         Common.XmlReader.EXPECTED_CLOSE:string {"PGS09606: Expecting an end tag for {0} element, found {1} instead."}
2868
2869         /**
2870         * @note  PGS09607:
2871         *    Substitution {0} is the name of the expected element (a string)
2872         *    This error is for a missing XML Start-Tag or empty tag
2873         */
2874         Common.XmlReader.EXPECTED_OPENCLOSE:string {"PGS09607: Expecting a start tag or an empty tag for the {0} element."}
2875
2876         /**
2877         * @note  PGS09608:
2878         *   Do not translate the word 'CDATA' since it is a standard XML section name
2879         */
2880         Common.XmlReader.EXPECTED_CDATA:string {"PGS09608: Expecting XML element content or CDATA."}
2881
2882         /**
2883         * @note  PGS09609:
2884         *    Substitution {0} is the name of the element tag.attribute (a string)
2885         */
2886         Common.XmlReader.MISSING_ATTRIBUTE:string {"PGS09609:  The {0} attribute is missing."}
2887
2888         /**
2889         * @note  PGS09610:
2890         *    Substitution {0} is the name of the element tag.attribute (a string)
2891         */
2892         Common.XmlReader.ILLEGAL_VALUE_FOR_ATTRIBUTE:string {"PGS09610:  The {0} attribute value is not valid."}
2893
2894         /**
2895         * @note  PGS09611:
2896         *    Substitution {0} is the name of the attribute and its tag name (a string)
2897         */
2898         Common.XmlReader.INVALID_ATTRIBUTE:string {"PGS09611:  The {0} attribute has a value that is not valid."}
2899
2900         Common.XmlReader.INVALID_URI_ENCODING:string {"PGS09612:  The URI encoding is not valid."}
2901
2902         /**
2903         * @note  PGS09613:
2904         *   Do not translate the word 'boolean' since it is a standard CIM type
2905         */
2906         Common.XmlReader.INVALID_BOOLEAN_VALUE:string {"PGS09613:  The boolean value is not valid."}
2907
2908         /**
2909         * @note  PGS09614:
2910         *   Do not translate the word 'char16' since it is a standard CIM type
2911         */
2912         Common.XmlReader.INVALID_CHAR16_VALUE:string {"PGS09614: The char16 value is not valid."}
2913
2914         Common.XmlReader.INVALID_UI_VALUE:string {"PGS09615: The unsigned integer value is not valid."}
2915
2916         Common.XmlReader.INVALID_SI_VALUE:string {"PGS09616: The signed integer value is not valid."}
2917
2918         /**
2919         * @note  PGS09617:
2920         *   Do not translate the word 'datetime' since it is a standard CIM type
2921         */
2922         Common.XmlReader.INVALID_DATETIME_VALUE:string {"PGS09617: The datetime value is not valid."}
2923
2924         Common.XmlReader.INVALID_RN_VALUE:string {"PGS09618: The real number value is not valid."}
2925
2926         /**
2927         * @note  PGS09619:
2928         *   Do not translate the word 'Uint8' since it is a standard CIM type
2929         */
2930         Common.XmlReader.U8_VALUE_OUT_OF_RANGE:string {"PGS09619: The Uint8 value is out of range."}
2931
2932         /**
2933         * @note  PGS09620:
2934         *   Do not translate the word 'Uint16' since it is a standard CIM type
2935         */
2936         Common.XmlReader.U16_VALUE_OUT_OF_RANGE:string {"PGS09620: The Uint16 value is out of range."}
2937
2938         /**
2939         * @note  PGS09621:
2940         *   Do not translate the word 'Uint32' since it is a standard CIM type
2941         */
2942         Common.XmlReader.U32_VALUE_OUT_OF_RANGE:string {"PGS09621: The Uint32 value is out of range."}
2943
2944         /**
2945         * @note  PGS09622:
2946         *   Do not translate the word 'Sint8' since it is a standard CIM type
2947         */
2948         Common.XmlReader.S8_VALUE_OUT_OF_RANGE:string {"PGS09622: The Sint8 value is out of range."}
2949
2950         /**
2951         * @note  PGS09623:
2952         *   Do not translate the word 'Sint16' since it is a standard CIM type
2953         */
2954         Common.XmlReader.S16_VALUE_OUT_OF_RANGE:string {"PGS09623: The Sint16 value is out of range."}
2955
2956         /**
2957         * @note  PGS09624:
2958         *   Do not translate the word 'Sint32' since it is a standard CIM type
2959         */
2960         Common.XmlReader.S32_VALUE_OUT_OF_RANGE:string {"PGS09624: The Sint32 value is out of range."}
2961
2962         Common.XmlReader.MALFORMED_XML:string {"PGS09625: The XML is not valid."}
2963
2964         /**
2965         * @note  PGS09626:
2966         *   Do not translate the word 'HOST' since it is a standard element name for CIM in XML
2967         */
2968         Common.XmlReader.EXPECTED_HOST_ELEMENT:string {"PGS09626:  A HOST element is expected."}
2969
2970         /**
2971         * @note  PGS09627:
2972         *   Do not translate the word 'LOCALNAMESPACEPATH' since it is a standard element name for CIM in XML
2973         */
2974         Common.XmlReader.EXPECTED_LOCALNAMESPACEPATH_ELEMENT:string {"PGS09627:  A LOCALNAMESPACEPATH element is expected."}
2975
2976         /**
2977         * @note  PGS09628:
2978         *   Do not translate the word 'CLASSNAME' since it is a standard element name for CIM in XML
2979         */
2980         Common.XmlReader.EXPECTED_CLASSNAME_ELEMENT:string {"PGS09628:  A CLASSNAME element is expected."}
2981
2982         /**
2983         * @note  PGS09629:
2984         *   Do not translate the word 'NAMESPACEPATH' since it is a standard element name for CIM in XML
2985         */
2986         Common.XmlReader.EXPECTED_NAMESPACEPATH_ELEMENT:string {"PGS09629:  A NAMESPACEPATH element is expected."}
2987
2988         /**
2989         * @note  PGS09630:
2990         *   Do not translate the word 'INSTANCENAME' since it is a standard element name for CIM in XML
2991         */
2992         Common.XmlReader.EXPECTED_INSTANCENAME_ELEMENT:string {"PGS09630:  An INSTANCENAME element is expected."}
2993
2994         /**
2995         * @note  PGS09631:
2996         *   Do not translate the word 'INSTANCE' since it is a standard element name for CIM in XML
2997         */
2998         Common.XmlReader.EXPECTED_INSTANCE_ELEMENT:string {"PGS09631:  An INSTANCE element is expected."}
2999
3000         /**
3001         * @note  PGS09632:
3002         *   Do not translate the word 'CLASS' since it is a standard element name for CIM in XML
3003         */
3004         Common.XmlReader.EXPECTED_CLASS_ELEMENT:string {"PGS09632:  A CLASS element is expected."}
3005
3006         /**
3007         * @note  PGS09633:
3008         *   Do not translate the word 'QUALIFIER.DECLARATION' since it is a standard element name for CIM in XML
3009         */
3010         Common.XmlReader.EXPECTED_QUALIFIER_DECLARATION_ELEMENT:string {"PGS09633:  A QUALIFIER.DECLARATION element is expected."}
3011
3012         /**
3013         * @note  PGS09634:
3014         *   Do not translate the word 'ERROR' since it is a standard element name for CIM in XML
3015         */
3016         Common.XmlReader.EXPECTED_ERROR_ELEMENT:string {"PGS09634:  An ERROR element is expected."}
3017
3018         /**
3019         * @note  PGS09635:
3020         *   Do not translate the words 'INSTANCE' and 'CLASS' since they are standard element names for CIM in XML
3021         */
3022         Common.XmlReader.EXPECTED_INSTANCE_OR_CLASS_ELEMENT:string {"PGS09635:  An INSTANCE or CLASS element is expected."}
3023
3024         /**
3025         * @note  PGS09636:
3026         *   Do not translate the words 'INSTANCEPATH' and 'CLASSPATH' since they are standard element names for CIM in XML
3027         */
3028         Common.XmlReader.EXPECTED_INSTANCEPATH_OR_CLASSPATH_ELEMENT:string {"PGS09636:  An INSTANCEPATH or CLASSPATH element is expected."}
3029
3030         /**
3031         * @note  PGS09637:
3032         *   Do not translate the words 'LOCALINSTANCEPATH' and 'LOCALCLASSPATH' since they are standard element names for CIM in XML
3033         */
3034         Common.XmlReader.EXPECTED_LOCALINSTANCEPATH_OR_LOCALCLASSPATH_ELEMENT:string {"PGS09637:  A LOCALINSTANCEPATH or LOCALCLASSPATH element is expected."}
3035
3036         /**
3037         * @note  PGS09638:
3038         *   Do not translate the words 'CLASSNAME' and 'INSTANCENAME' since they are standard element names for CIM in XML
3039         */
3040         Common.XmlReader.EXPECTED_CLASSNAME_OR_INSTANCENAME_ELEMENT:string {"PGS09638:  A CLASSNAME or INSTANCENAME element is expected."}
3041
3042         /**
3043         * @note  PGS09639:
3044         *    Substitution {0} is the name of the element tag (a string)
3045         */
3046         Common.XmlReader.EXPECTED_ELEMENT:string {"PGS09639:  A {0} element is expected."}
3047
3048         Common.XmlReader.DUPLICATE_PROPERTY:string {"PGS09640: A duplicate property is found."}
3049
3050         Common.XmlReader.DUPLICATE_PARAMETER:string {"PGS09641: A duplicate parameter is found."}
3051
3052         /**
3053         * @note  PGS09642:
3054         *   Do not translate the word 'VALUE' since it is a standard element name for CIM in XML
3055         */
3056         Common.XmlReader.EXPECTED_VALUE_ELEMENT:string {"PGS09642:  A VALUE element is expected."}
3057
3058         /**
3059         * @note  PGS09643:
3060         *   Do not translate the word 'VALUE.REFERENCE' since it is a standard element name for CIM in XML
3061         */
3062         Common.XmlReader.EXPECTED_VALUE_REFERENCE_ELEMENT:string {"PGS09643:  A VALUE.REFERENCE element is expected."}
3063
3064         Common.XmlReader.DUPLICATE_QUALIFIER:string {"PGS09644: A duplicate qualifier is found."}
3065
3066         /**
3067         * @note  PGS09645:
3068         *    Substitution {0} is the name of the element tag.attribute (a string)
3069         */
3070         Common.XmlReader.ILLEGAL_VALUE:string {"PGS09645: The {0} value is not valid."}
3071
3072         /**
3073         * @note  PGS09646:
3074         *   Do not translate the word 'ARRAYSIZE' since it is a standard entity name for CIM in XML
3075         */
3076         Common.XmlReader.ARRAY_SIZE_DIFFERENT:string {"PGS09646:  The ARRAYSIZE attribute and the size of the array of values are different."}
3077
3078         /**
3079         * @note  PGS09647:
3080         *   Do not translate the words 'ARRAYSIZE' and 'VALUE.ARRAY' since they are standard entity names for CIM in XML
3081         */
3082         Common.XmlReader.ARRAY_SIZE_NOT_SAME:string {"PGS09647: The VALUE.ARRAY size is not the same as the ARRAYSIZE attribute."}
3083
3084         /**
3085         * @note  PGS09648:
3086         *   Do not translate the word 'HOST' since it is a standard element name for CIM in XML
3087         */
3088         Common.XmlReader.EXPECTED_CONTENT_ELEMENT:string {"PGS09648:  The content of the HOST element is expected."}
3089
3090         /**
3091         * @note  PGS09649:
3092         *   Do not translate the words 'NAMESPACE' and 'LOCALNAMESPACEPATH' since they are standard element names for CIM in XML
3093         */
3094         Common.XmlReader.EXPECTED_NAMESPACE_ELEMENTS:string {"PGS09649:  One or more NAMESPACE elements is expected within the LOCALNAMESPACEPATH element."}
3095
3096         /**
3097         * @note  PGS09650:
3098         *    Substitution {0} is the name of the element tag.attribute (a string)
3099         */
3100         Common.XmlReader.ILLEGAL_VALUE_FOR_CIMVALUE_ATTRIBUTE:string {"PGS09650: The {0} attribute value is not valid. The value must be one of \"string\", \"boolean\" or \"numeric\"."}
3101
3102         /**
3103         * @note  PGS09651:
3104         *   Do not translate the word 'KEYVALUE' since it is a standard element name for CIM in XML
3105         *   Do not translate the word 'VALUE.REFERENCE' since it is a standard element.attribute name for CIM in XML
3106         */
3107         Common.XmlReader.EXPECTED_KEYVALUE_OR_REFERENCE_ELEMENT:string {"PGS09651:  A KEYVALUE or VALUE.REFERENCE element is expected."}
3108
3109         /**
3110         * @note  PGS09652:
3111         *    Substitutions {0} and {1} are the names of elements for CIM in XML (strings)
3112         */
3113         Common.XmlReader.EXPECTED_OR_ELEMENT:string {"PGS09652: The element {0} or {1} is expected."}
3114
3115         /**
3116         * @note  PGS09653:
3117         *   Do not translate the word 'CLASSPATH' since it is a standard element name for CIM in XML
3118         *   Do not translate the word 'LOCALCLASSPATH' since it is a standard element name for CIM in XML
3119         *   Do not translate the word 'CLASSNAME' since it is a standard element name for CIM in XML
3120         *   Do not translate the word 'INSTANCEPATH' since it is a standard element name for CIM in XML
3121         *   Do not translate the word 'LOCALINSTANCEPATH' since it is a standard element name for CIM in XML
3122         *   Do not translate the word 'INSTANCENAME' since it is a standard element name for CIM in XML
3123         */
3124         Common.XmlReader.EXPECTED_START_TAGS:string {"PGS09653:  One of the following start tags is expected: CLASSPATH, LOCALCLASSPATH, CLASSNAME, INSTANCEPATH, LOCALINSTANCEPATH, INSTANCENAME."}
3125
3126         /**
3127         * @note  PGS09654:
3128         *   Do not translate the word 'VALUE.ARRAY' since it is a standard element name for CIM in XML
3129         *   Do not translate the word 'ISARRAY' since it is a standard attribute name for CIM in XML
3130         */
3131         Common.XmlReader.ARRAY_WITHOUT_ISARRAY:string {"PGS09654:  A VALUE.ARRAY element is encountered without an ISARRAY attribute."}
3132
3133         /**
3134         * @note  PGS09655:
3135         *   Do not translate the word 'VALUE' since it is a standard element name for CIM in XML
3136         *   Do not translate the word 'ISARRAY' since it is a standard attribute name for CIM in XML
3137         */
3138         Common.XmlReader.ARRAY_ATTRIBUTE_DIFFERENT:string {"PGS09655:  An ISARRAY attribute is used but a VALUE element is encountered."}
3139
3140         /**
3141         * @note  PGS09656:
3142         *   Do not translate the word 'MESSAGE.ID' since it is a standard element.attribute name for CIM in XML
3143         */
3144         Common.XmlReader.INVALID_MISSING_MESSAGE_ID_ATTRIBUTE:string {"PGS09656:  The MESSAGE.ID attribute is missing or not valid."}
3145
3146         /**
3147         * @note  PGS09657:
3148         *   Do not translate the word 'MESSAGE.PROTOCOLVERSION' since it is a standard element.attribute name for CIM in XML
3149         */
3150         Common.XmlReader.INVALID_MISSING_PROTOCOLVERSION_ATTRIBUTE:string {"PGS09657:  The MESSAGE.PROTOCOLVERSION attribute is missing or not valid."}
3151
3152         /**
3153         * @note  PGS09658:
3154         *   Do not translate the word 'IMETHODCALL' since it is a standard attribute name for CIM in XML
3155         */
3156         Common.XmlReader.MISSING_IMETHODCALL_ATTRIBUTE:string {"PGS09658:  The IMETHODCALL attribute is missing."}
3157
3158         /**
3159         * @note  PGS09659:
3160         *   Do not translate the word 'IMETHODRESPONSE' since it is a standard attribute name for CIM in XML
3161         */
3162         Common.XmlReader.MISSING_IMETHODRESPONSE_ATTRIBUTE:string {"PGS09659: The IMETHODRESPONSE attribute is missing."}
3163
3164         /**
3165         * @note  PGS09660:
3166         *   Do not translate the word 'IPARAMVALUE.NAME' since it is a standard attribute name for CIM in XML
3167         */
3168         Common.XmlReader.MISSING_IPARAMVALUE_ATTRIBUTE:string {"PGS09660: The IPARAMVALUE.NAME attribute is missing."}
3169
3170         /**
3171         * @note  PGS09661:
3172         *   Do not translate the word 'ERROR.CODE' since it is a standard attribute name for CIM in XML
3173         */
3174         Common.XmlReader.MISSING_ERROR_CODE_ATTRIBUTE:string {"PGS09661:  The ERROR.CODE attribute is missing."}
3175
3176         /**
3177         * @note  PGS09662:
3178         *   Do not translate the word 'EXPMETHODCALL.NAME' since it is a standard attribute name for CIM in XML
3179         */
3180         Common.XmlReader.MISSING_EXPMETHODCALL_ATTRIBUTE:string {"PGS09662:  The EXPMETHODCALL.NAME attribute is missing."}
3181
3182         /**
3183         * @note  PGS09663:
3184         *   Do not translate the word 'EXPMETHODRESPONSE.NAME' since it is a standard attribute name for CIM in XML
3185         */
3186         Common.XmlReader.MISSING_EXPMETHODRESPONSE_ATTRIBUTE:string {"PGS09663:  The EXPMETHODRESPONSE.NAME attribute is missing."}
3187
3188         /**
3189         * @note  PGS09664:
3190         *   Do not translate the word 'EXPPARAMVALUE.NAME' since it is a standard attribute name for CIM in XML
3191         */
3192         Common.XmlReader.MISSING_EXPPARAMVALUE_ATTRIBUTE:string {"PGS09664:  The EXPPARAMVALUE.NAME attribute is missing."}
3193
3194         /**
3195         * @note  PGS09665:
3196         *   Do not translate the word 'METHODCALL.NAME' since it is a standard attribute name for CIM in XML
3197         */
3198         Common.XmlReader.MISSING_METHODCALL_ATTRIBUTE:string {"PGS09665:  The METHODCALL.NAME attribute is missing."}
3199
3200         /**
3201         * @note  PGS09666:
3202         *   Do not translate the word 'METHODRESPONSE.NAME' since it is a standard attribute name for CIM in XML
3203         */
3204         Common.XmlReader.MISSING_METHODRESPONSE_ATTRIBUTE:string {"PGS09666:  The METHODRESPONSE.NAME attribute is missing."}
3205
3206         /**
3207         * @note  PGS09667:
3208         *   Do not translate the word 'PARAMVALUE.NAME' since it is a standard attribute name for CIM in XML
3209         */
3210         Common.XmlReader.MISSING_PARAMVALUE_ATTRIBUTE:string {"PGS09667: The PARAMVALUE.NAME attribute is missing."}
3211
3212         /**
3213         * @note  PGS09668:
3214         *   Do not translate the word 'VALUE' since it is a standard element name for CIM in XML
3215         *   Do not translate the words 'TRUE' and 'FALSE' since they are standard values for CIM in XML
3216         */
3217         Common.XmlReader.INVALID_VALUE_FOR_VALUE_ELEMENT:string {"PGS09668:  The VALUE element must be \"TRUE\" or \"FALSE\"."}
3218
3219         /**
3220         * @note  PGS09669:
3221         *   Substitution {0} is a string containing a parameter name
3222         *   Do not translate the word 'IPARAMVALUE' since it is a standard element name for CIM in XML
3223         * @version 2.4
3224         */
3225         Common.XmlReader.INVALID_NULL_IPARAMVALUE:string {"PGS09669: A null value is not valid for IPARAMVALUE \"{0}\"."}
3226
3227         /**
3228          * @note  PGS09670:
3229          *   Do not translate the word 'EMBEDDEDOBJECT' since it is a standard attribute name for CIM in XML
3230          */
3231          Common.XmlReader.INVALID_EMBEDDEDOBJECT_TYPE:string {"PGS09670:  The EMBEDDEDOBJECT attribute is only valid on string types."}
3232
3233         // ==========================================================
3234         // Messages for String
3235         //  Please use message prefix "PGS09700"
3236         // ==========================================================
3237
3238         /**
3239         * @note  PGS09700:
3240         *    Substitution {0} is a number
3241         *    Do not translate UTF-8 because it is a type of character
3242         */
3243         Common.String.BAD_UTF8:string {"PGS09700: The byte sequence starting at index {0} is not valid UTF-8 encoding."}
3244
3245         // ==========================================================
3246         // Messages for src.Server.cimserver
3247         //  Please use message prefix "PGS10000"
3248         // ==========================================================
3249
3250         /**
3251         * @note  PGS10001:
3252         *    Substitution {0} is a string containing the class name:method name and command name
3253         *    Substitution {1} is the name of the CIM server program (a string)
3254         */
3255         src.Server.cimserver_os400.FAILED_TO_START_SERVER:string {"PGS10001:
3256 {0} failed to start the {1} CIM server."}
3257
3258         /**
3259         * @note  PGS10002:
3260         *    Substitution {0} is a string containing the class name:method name
3261         *    A word of explanation:  in computing terminology, exceptions are 'thrown' and 'caught'.
3262         *    The word 'caught' in this message is using the computing terminology for exceptions.
3263         */
3264         src.Server.cimserver_os400.CAUGHT_UNKNOWN_EXCEPTION:string {"PGS10002:  {0} caught unknown exception.\n"}
3265
3266         /**
3267         * @note  PGS10003:
3268         *    Substitution {0} is a string containing the class name:method name
3269         *    Substitution {1} is the name of the CIM server job (a string)
3270         */
3271         src.Server.cimserver_os400.FAILED_TO_END_JOB:string {"PGS10003:  {0} failed to end the {1} job."}
3272
3273         src.Server.cimserver_windows.HTTP_NOT_ENABLED_SERVER_NOT_STARTING:string {"PGS10004: Neither HTTP nor HTTPS connection is enabled.  The CIM server is not started."}
3274
3275         /**
3276         * @note  PGS10005:
3277         *    Substitution {0} is a string containing the Pegasus CIM server name
3278         *    Substitution {1} is a string containing the version of the Pegasus CIMOM
3279         */
3280         src.Server.cimserver_windows.STARTED_VERSION:string {"PGS10005:  Started {0} version {1}."}
3281
3282         /**
3283         * @note PGS10006:
3284         *     Substitution {0} is an integer that is the port number.
3285           */
3286         src.Server.cimserver_windows.LISTENING_ON_HTTP_PORT:string {"PGS10006: The CIM server is listening on HTTP port {0}."} // 485
3287
3288         /**
3289         * @note  PGS10007:
3290         *    Substitution {0} is an integer that is the port number
3291         */
3292         src.Server.cimserver_windows.LISTENING_ON_HTTPS_PORT:string {"PGS10007:
3293 CIM server listening on HTTPS port {0}."}
3294
3295         src.Server.cimserver.UNABLE_CONNECT_SERVER_MAY_NOT_BE_RUNNING:string {"PGS10008:  Unable to connect to the CIM server.  CIM server may not be running."}
3296
3297         src.Server.cimserver.SHUTDOWN_FAILED_REPOSITORY_EMPTY:string {"PGS10009: Error in the CIM server shutdown operation: The repository may be empty."} //485
3298
3299         src.Server.cimserver.SERVER_FORCED_SHUTDOWN:string {"PGS10010: A forced shutdown of the CIM server is initiated."} //485
3300
3301         /**
3302         * @note PGS10011:
3303         *     Substitution {0} is a string containing the exception message
3304           */
3305         src.Server.cimserver.SHUTDOWN_FAILED:string {"PGS10011: Error ending the CIM server: {0}"} //485
3306
3307         src.Server.cimserver.REPOSITORY_EMPTY:string {"PGS10012:  The CIM repository may be empty."}
3308
3309         src.Server.cimserver.TIMEOUT_EXPIRED_SERVER_KILLED:string {"PGS10013:  Shutdown time-out expired.  A forced shutdown of the CIM server is initiated."} //485
3310
3311         /**
3312         * @note  PGS10014:
3313         *    Substitution {0} is a string containing the option
3314         */
3315         src.Server.cimserver.MISSING_ARGUMENT:string {"PGS10014: Missing argument for option -{0}."}
3316
3317         /**
3318         * @note  PGS10015:
3319         */
3320         src.Server.cimserver.UNSUPPORTED_DEBUG_OPTION:string {"PGS10015:  Unsupported debug output option is enabled."}
3321
3322         src.Server.cimserver.SUPERVISOR_PRIVILEGE_TO_RUN_SERVER:string {"PGS10016: Superuser authority is required to run the CIM server."}
3323
3324         src.Server.cimserver.DUPLICATE_SHUTDOWN_OPTION:string {"PGS10017:  Duplicate shutdown option is specified."}
3325
3326         src.Server.cimserver.INSTALLED_NT_SERVICE:string {"\nCIMSVR_INSTALLED_NT_SERVICE:  The CIM server is installed as a Windows service."}
3327
3328         src.Server.cimserver.REMOVED_NT_SERVICE:string {"\nCIMSVR_REMOVED_NT_SERVICE:  The CIM server is removed as a Windows service."}
3329
3330         src.Server.cimserver.STARTED_NT_SERVICE:string {"\nCIMSVR_STARTED_NT_SERVICE:  The CIM server is started as a Windows service."}
3331
3332         src.Server.cimserver.STOPPED_NT_SERVICE:string {"\nCIMSVR_STOPPED_NT_SERVICE:  The CIM server is stopped as a Windows service."}
3333
3334         src.Server.cimserver.HTTP_NOT_ENABLED_SERVER_NOT_STARTING:string {"PGS10018: Neither HTTP nor HTTPS connection is enabled.  CIM server is not started."}
3335
3336         src.Server.cimserver.SERVER_STOPPED:string {"PGS10019: CIM server is stopped."}
3337
3338         src.Server.cimserver.LOGS_DIRECTORY:string {"PGS10020: Logs directory = "}
3339
3340         /**
3341         * @note  PGS10021:
3342         *    Substitution {0} is a string containing the error message
3343         */
3344         src.Server.cimserver.ERROR:string {"PGS10021: CIM server error: {0}"}
3345
3346         /**
3347         * @note  PGS10022:
3348         *    Substitution {0} is a date
3349         *    Substitution {1} is a time
3350         */
3351         src.Server.cimserver.STARTUP_MESSAGE:string {"PGS10022: CIM server built {0} {1}\nCIM server starting..."}
3352
3353         src.Server.cimserver.SERVER_FAILED_TO_INITIALIZE:string {"PGS10023: The CIM server failed to initialize."}
3354
3355         src.Server.cimserver.UNABLE_TO_START_SERVER_ALREADY_RUNNING:string {"PGS10024: Unable to start the CIM server. CIM server is already running."}
3356
3357         /**
3358         * @note  PGS10025:  Substitution {0} is the port number (an integer)
3359         */
3360         src.Server.cimserver.LISTENING_ON_HTTP_PORT:string {"PGS10025:  The CIM server is listening on HTTP port {0}."}
3361
3362         /**
3363         * @note  PGS10026:  Substitution {0} is the port number (an integer)
3364         */
3365         src.Server.cimserver.LISTENING_ON_HTTPS_PORT:string {"PGS10026:  The CIM server is listening on HTTPS port {0}."}
3366
3367         /**
3368         * @note  PGS10027:  Substitution {0} is the port number (an integer)
3369         * @version 2.4
3370         *
3371         * This message is obsolete (PEP 259 export connection port and export truststore related changes).
3372         */
3373         src.Server.cimserver.LISTENING_ON_EXPORT_HTTPS_PORT:string {"PGS10027:  The CIM server is listening on export HTTPS port {0}."}
3374
3375         /**
3376         * @note  PGS10028:  Substitution {0} is the port number (an integer)
3377         */
3378         src.Server.cimserver.LISTENING_ON_LOCAL:string {"PGS10028: The CIM server is listening on the local connection socket."}
3379
3380         /**
3381         * @note  PGS10029:
3382         * @version 2.4
3383         *
3384         * This message is obsolete (PEP 259 export connection port and export truststore related changes).
3385         */
3386         src.Server.cimserver.EXPORT_HTTPS_PORT_NOT_DEFINED:string {"PGS10029: Port not defined for the service wbem-exp-https. The CIM server is not started."}
3387
3388         /**
3389         * @note  PGS10030:
3390         *    Substitution {0} is a string containing the Pegasus CIM server name
3391         *    Substitution {1} is a string containing the version of the Pegasus CIMOM
3392         */
3393         src.Server.cimserver.STARTED_VERSION:string {"PGS10030:  Started {0} version {1}."}
3394
3395         /**
3396         * @note  PGS10031: Substitution {0} is a string containing the Pegasus CIM server name
3397         */
3398         src.Server.cimserver.STOPPED:string {"PGS10031: CIM server {0} stopped."}
3399
3400
3401         /**
3402         * @note src.Server.cimserver.MENU.STANDARD:
3403         *    Do not translate the cimserver command or options.  Just translate the text that explains the options.
3404         *    When translating this message, make sure that each line fits in 80 characters, 
3405         *    preserves the indenting,
3406         *    and ends with a newline character (\n).
3407         */
3408         src.Server.cimserver.MENU.STANDARD:string {
3409         " Usage: cimserver [ [ options ] | [ configProperty=value, ... ] ]\n"
3410         "  options\n"
3411         "    -v, --version   - Display CIM server version number.\n"
3412         "    -h, --help      - Print this help message.\n"
3413         "    -s              - Shut down CIM server.\n"
3414         "    -D [home]       - Set the PEGASUS_HOME directory.\n"
3415         "  configProperty=value\n"
3416         "                    - Sets CIM server configuration property.\n"
3417         "\n"
3418         }
3419
3420         /**
3421         * @note src.Server.cimserver.MENU.HPUXLINUXIA64GNU:
3422         *    Do not translate the cimserver command or options.  Just translate the text that explains the options.
3423         *    When translating this message, make sure that each line fits in 80 characters, 
3424         *    preserves the indenting,
3425         *    and ends with a newline character (\n).
3426         */
3427         src.Server.cimserver.MENU.HPUXLINUXIA64GNU:string {
3428         " Usage: cimserver [ [ options ] | [ configProperty=value, ... ] ]\n"
3429         "  options\n"
3430         "    -v, --version   - Display CIM server version number.\n"
3431         "    -h, --help      - Print this help message.\n"
3432         "    -s              - Shut down CIM server.\n"
3433         "  configProperty=value\n"
3434         "                    - Sets the CIM server configuration property.\n"
3435         "\n"
3436         }
3437
3438         /**
3439         * @note src.Server.cimserver.MENU.WINDOWS:
3440         *    Do not translate the cimserver command or options.  Just translate the text that explains the options.
3441         *    When translating this message, make sure that each line fits in 80 characters, 
3442         *    preserves the indenting,
3443         *    and ends with a newline character (\n).
3444         */
3445         src.Server.cimserver.MENU.WINDOWS:string {
3446         " Usage: cimserver [ [ options ] | [ configProperty=value, ... ] ]\n"
3447         "  options\n"
3448         "    -v, --version   - Display CIM server version number.\n"
3449         "    -h, --help      - Print this help message.\n"
3450         "    -s              - Shut down CIM server.\n"
3451         "    -D [home]       - Set pegasus home directory.\n"
3452         "    -install [name] - Installs pegasus as a Windows service.\n"
3453         "                      [name] is optional and overrides the\n"
3454         "    -remove [name]  - Remove pegasus as a Windows service.\n"
3455         "                      [name] is optional and overrides the\n"
3456         "    -start [name]   - Start pegasus as a Windows service.\n"
3457         "                      [name] is optional and overrides the\n"
3458         "    -stop [name]    - Stop pegaus as a Windows service.\n"
3459         "                      [name] is optional and overrides the\n"
3460         "  configProperty=value\n"
3461         "                    - Sets CIM server configuration property.\n"
3462         "\n"
3463
3464         }
3465
3466         /**
3467         * @note PGS10032:
3468         *     Do not translate the word 'Accept-Language' since it is a standard HTTP request header field
3469         */
3470         src.Server.cimserver.FAILED_TO_SET_PROCESS_LOCALE:string {"PGS10032: Cannot convert the system process locale into a valid Accept-Language format."}
3471
3472
3473         /**
3474         * @note PGS10033:
3475         *    Substitution {0} is a string containing the Exception message
3476         */
3477         src.Server.cimserver.SERVER_NOT_STARTED:string {"PGS10033: The CIM server is not started : {0}"}
3478
3479
3480         // ==========================================================
3481         // Messages for IndicationService
3482         //  Please use message prefix "PGS10200"
3483         // ==========================================================
3484
3485         /**
3486         * @note  PGS10200:
3487         *    Substitution {0} is a string containing the property name
3488         */
3489         IndicationService.IndicationService._MSG_PROPERTY:string {"PGS10200: The required property {0} is missing."}
3490
3491         /**
3492         * @note  PGS10201:
3493         *    Substitution {0} is a string containing the property name
3494         */
3495         IndicationService.IndicationService._MSG_KEY_PROPERTY:string {"PGS10201: The key property {0} is missing."}
3496
3497         /**
3498         * @note  PGS10202:
3499         *    Substitution {0} is a string containing the property value
3500         *    Substitution {1} is a string containing the property name
3501         */
3502         IndicationService.IndicationService._MSG_INVALID_VALUE_FOR_PROPERTY:string {"PGS10202: The value {0} is not valid for property {1}."}
3503
3504         /**
3505         * @note  PGS10203:
3506         *    Substitution {0} is a string containing a property name
3507         *    Substitution {1} is a string containing a property name
3508         *    Substitution {2} is a string containing a property value
3509         */
3510         IndicationService.IndicationService._MSG_PROPERTY_PRESENT_BUT_VALUE_NOT:string{"PGS10203: The {0} property is present, but the {1} value is not {2}."}
3511
3512         /**
3513         * @note  PGS10204:
3514         *    do not translate "Indication" since it is a type of CIM class
3515         *    do not translate 'FROM' since it is a type of clause
3516         *    Substitution {0} is a string containing a class name
3517         *    Substitution {1} is a string containing a Indication filter
3518         *    Substitution {2} is a string containing a query property
3519         */
3520         IndicationService.IndicationService._MSG_INVALID_CLASSNAME_IN_FROM_PROPERTY:string{"PGS10204: The Indication class name {0} is not valid in the FROM clause of {1} {2} property."}
3521
3522         IndicationService.IndicationService._MSG_NO_PROVIDERS:string {"PGS10205:  No providers are capable of servicing the subscription."}
3523
3524         IndicationService.IndicationService._MSG_NOT_ACCEPTED:string {"PGS10206: No providers accepted the subscription."}
3525
3526         IndicationService.IndicationService._MSG_EXPIRED:string {"PGS10207: An expired subscription cannot be modified:  the subscription is deleted."}
3527
3528         IndicationService.IndicationService._MSG_REFERENCED:string {"PGS10208: A filter or handler referenced by a subscription cannot be deleted."}
3529
3530         /**
3531         * @note  PGS10209:
3532         *    do not translate "Indication" since it is a type of CIM class
3533         */
3534         IndicationService.IndicationService._MSG_CLASS_NOT_SERVED:string {"PGS10209: The specified class is not serviced by the CIM Indication service."}
3535
3536         IndicationService.IndicationService.INVALID_SUBSCRIPTION_INSTANCES_IGNORED:string {"PGS10210: One or more subscription instances are not valid and are ignored."}
3537
3538         /**
3539         * @note  PGS10211:
3540         *    Substitution {0} is a string containing the property value type
3541         *    Substitution {1} is a string containing the property name
3542         */
3543         IndicationService.IndicationService._MSG_INVALID_TYPE_FOR_PROPERTY:string {"PGS10211: The value of type {0} is not valid for property {1}."}
3544
3545         /**
3546         * @note  PGS10212:
3547         *    Substitution {0} is a string containing the property array type value
3548         *    Substitution {1} is a string containing the property name
3549         */
3550         IndicationService.IndicationService._MSG_INVALID_TYPE_ARRAY_OF_FOR_PROPERTY:string {"PGS10212: The value of an array of type {0} is not valid for property {1}."}
3551
3552
3553         /**
3554         * @note  PGS10213:
3555         *    Substitution {0} is a string containing the provider object path information (Provider Name property value)
3556         *    Substitution {1} is a string containing the subscription object path information (Filter and Handler namespace and Name property value)
3557         *    Substitution {2} is a string containing the namespace of the subscription
3558         */
3559         IndicationService.IndicationService._MSG_PROVIDER_NO_LONGER_SERVING:string {"PGS10213: Provider ({0}) is no longer serving subscription ({1}) in namespace {2}."}
3560
3561
3562         /**
3563         * @note  PGS10214:
3564         *    Substitution {0} is a string containing the provider object path information (Provider Name property value)
3565         *    Substitution {1} is a string containing the subscription object path information (Filter and Handler namespace and Name property value)
3566         *    Substitution {2} is a string containing the subscription namespace
3567         */
3568         IndicationService.IndicationService._MSG_PROVIDER_NOW_SERVING:string {"PGS10214: Provider ({0}) is now serving subscription ({1}) in namespace {2}."}
3569
3570
3571         /**
3572         * @note  PGS10215:
3573         *    Substitution {0} is a string containing the subscription object path information (Filter and Handler namespace and Name property value)
3574         *    Substitution {1} is a string containing the subscription namespace
3575         */
3576         IndicationService.IndicationService._MSG_NO_PROVIDER:string {"PGS10215: Subscription ({0}) in namespace {1} has no provider."}
3577
3578         /**
3579         * @note  PGS10216:
3580         *    Message added after Pegasus 2.3 freeze
3581         *    Substitution {0} is a user name (a string)
3582         */
3583         IndicationService.IndicationService._MSG_NON_PRIVILEGED_ACCESS_DISABLED:string {"PGS10216: User ({0}) is not authorized to perform this operation."}
3584
3585         /**
3586         * @note  PGS10217:
3587         *    Substitution {0} is a string containing the property value
3588         *    Substitution {1} is a string containing the property name
3589         */
3590         IndicationService.IndicationService._MSG_UNSUPPORTED_VALUE_FOR_PROPERTY:string {"PGS10217: The value {0} is not supported for property {1}."}
3591
3592         /**
3593         * @note  PGS10218:
3594         *    do not translate 'WHERE' since it is a WQL keyword
3595         *    Substitution {0} is a string containing the property name
3596         */
3597         IndicationService.IndicationService._MSG_ARRAY_NOT_SUPPORTED_IN_WHERE:string {"PGS10218: The array property {0} is not supported in the WQL WHERE clause."}
3598
3599         /**
3600         * @note  PGS10219:
3601         *    do not translate 'WHERE' since it is a WQL keyword
3602         *    Substitution {0} is a string containing the property name
3603         *    Substitution {1} is a string containing the class name
3604         */
3605         IndicationService.IndicationService._MSG_WHERE_PROPERTY_NOT_FOUND:string {"PGS10219: The property {0} referenced in the WQL WHERE clause was not found in the indication class {1}."}
3606
3607         /**
3608         * @note  PGS10220:
3609         *    do not translate 'SELECT' since it is a WQL keyword
3610         *    Substitution {0} is a string containing the property name
3611         *    Substitution {1} is a string containing the class name
3612         */
3613         IndicationService.IndicationService._MSG_SELECT_PROPERTY_NOT_FOUND:string {"PGS10220: The property {0} referenced in the WQL SELECT clause was not found in the indication class {1}."}
3614
3615     /**
3616     * @note  PGS10221:
3617     */
3618         IndicationService.IndicationService.UNKNOWN_ERROR:string {"PGS10221: Unknown error."}
3619
3620     /**
3621     * @note  UNSUPPORTED_OPERATION
3622       * @version 2.4
3623     */
3624         IndicationService.IndicationService.UNSUPPORTED_OPERATION:string {"PGS10222: The requested operation is not supported by the indication service."}
3625
3626         /**
3627         * @note  PGS10225:
3628         *    Substitution {0} is a string containing the property name
3629         */
3630         IndicationService.IndicationService._MSG_PROPERTY_MISSING:string {"PGS10225: The property {0} is missing."}
3631
3632         /**
3633          * @note  PGS10226:
3634          * DO NOT TRANSLATE "NULL"
3635          *    Substitution {0} is a string containing the property name
3636          */
3637          IndicationService.IndicationService._MSG_PROPERTY_VALUE_IS_NULL:string {"PGS10226: The value of property {0} is NULL."}
3638
3639         /**
3640         * @note  PGS10227:
3641         */
3642         IndicationService.IndicationService._MSG_DO_NOT_HAVE_EMAIL_ADDRESS:string {"PGS10227: Do not have an e-mail address.."}
3643
3644         /**
3645          * @note  PGS10228:
3646          *    Substitution {0} is a string containing the property name
3647          *    Substitution {1} is a string containing the class name
3648          */
3649          IndicationService.IndicationService._MSG_PROPERTY_NOT_SUPPORTED:string {"PGS10228: Property {0} is not supported in class {1}."}
3650
3651         /**
3652         * @note  PGS10229:
3653         *    Substitution {0} is a string containing an Exception message
3654         */
3655         IndicationService.IndicationService.INVALID_SUBSCRIPTION_INSTANCE_IGNORED:string {"PGS10229: An invalid Subscription instance was ignored: {0}."}
3656
3657         /**
3658         * @note  PGS10230:
3659         *    Substitution {0} is a string containing subscription path.
3660         */
3661         IndicationService.IndicationService._MSG_DUPLICATE_SUBSCRIPTION_REQUEST:string {"PGS10230: Similar create subscription request is being processed. Subscription path : {0}."}
3662
3663         /**
3664         * @note PGS10042:
3665         *    Do not translate the word 'IPv6' since it is an IETF protocol name.
3666         */
3667         src.Server.cimserver.IPV6_STACK_NOT_ACTIVE:string {"PGS10042: IPv6 stack is not active, using IPv4 socket."}
3668
3669         // ==========================================================
3670         // Messages for IndicationHandlerService
3671         //  Please use message prefix "PGS10400"
3672         // ==========================================================
3673
3674         /**
3675         * @note  PGS10400:
3676         *    do not translate "IndicationHandlerCIMXML" since it is the name of a CIM class
3677         *    do not translate "Destination" since it is the name of a CIM property
3678         */
3679         HandlerService.IndicationHandlerService.CIMXML_HANDLER_WITHOUT_DESTINATION:string {"PGS10400: The IndicationHhandlerCIMXML does not have a Destination property."}
3680
3681         /**
3682         * @note  PGS10401:
3683         *    do not translate "Destination" since it is the name of a CIM property
3684         */
3685         HandlerService.IndicationHandlerService.INVALID_DESTINATION:string {"PGS10401: The value of the Destination property is not valid."}
3686
3687         /**
3688         * @note  PGS10402:
3689         *    do not translate "IndicationHandler" since it is the name of a CIM class
3690         */
3691         HandlerService.IndicationHandlerService.FAILED_TO_LOAD:string {"PGS10402: The IndicationHandler failed to load."}
3692
3693         /**
3694         * @note  PGS10403:
3695         *    do not translate "IndicationHandlerSNMPMapper" since it is the
3696     *    name of a CIM class
3697         *    do not translate "TargetHost" since it is the name of a CIM property
3698         */
3699         HandlerService.IndicationHandlerService.SNMP_HANDLER_WITHOUT_TARGETHOST:string {"PGS10403: The IndicationHandlerSNMPMapper does not have a TargetHost property."}
3700
3701         /**
3702         * @note  PGS10404:
3703         *    do not translate "TargetHost" since it is the name of a CIM property
3704         */
3705         HandlerService.IndicationHandlerService.INVALID_TARGETHOST:string {"PGS10404: The value of the TargetHost property is not valid."}
3706
3707         /**
3708         * @note  PGS10405:
3709         *    Substitution {0} is a string containing an Exception message
3710         */
3711         HandlerService.IndicationHandlerService.INDICATION_DELIVERY_FAILED:string {"PGS10405: Failed to deliver an indication: {0}"}
3712
3713
3714         // ==========================================================
3715         // Messages for snmpIndicationHandler
3716         //  Please use message prefix "PGS10600"
3717         // ==========================================================
3718
3719         /**
3720         * @note  PGS10600:
3721         *   Do not translate 'MappingStrings' since it is a standard Indication qualifier CIM name
3722         */
3723         Handler.snmpIndicationHandler.snmpIndicationHandler.INVALID_MS_VALUE:string {"PGS10600:  The MappingStrings qualifier value is not valid."}
3724
3725         /**
3726         * @note  PGS10601:
3727         *   Do not translate 'PG_IndicationHandlerSNMPMapper' since it is a CIM class name
3728         */
3729         Handler.snmpIndicationHandler.snmpIndicationHandler.INVALID_SNMP_INSTANCE:string {"PGS10601: The PG_IndicationHandlerSNMPMapper instance is not valid."}
3730
3731         /**
3732         * @note  PGS10602:
3733         *   Do not translate 'MappingStrings' since it is a standard Indication qualifier CIM name
3734         */
3735         Handler.snmpIndicationHandler.snmpIndicationHandler.QUALIFIER_MAPPINGS_NOT_FOUND:string {"PGS10602:  CIM qualifier MappingStrings cannot be found"}
3736
3737     Handler.snmpIndicationHandler.snmpIndicationHandler.FAILED_TO_DELIVER_TRAP:string {"PGS10603: Failed to deliver trap."}
3738
3739
3740         // ==========================================================
3741         // Messages for snmpDeliverTrap_netsnmp
3742         //  Please use message prefix "PGS10700"
3743         // ==========================================================
3744
3745         /**
3746         * @note  PGS10700
3747         *    Substitution {0} is a string of the error.
3748         */
3749         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_SESSION_OPEN_FAILED:string {"PGS10700: SNMP Indication Handler failed to open the SNMP session: \"{0}\"."}
3750
3751         /**
3752         * @note  PGS10701
3753         *    Substitution {0} is a string of the error.
3754         */
3755         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_GET_SESSION_POINT_FAILED:string {"PGS10701: SNMP Indication Handler failed to get the SNMP session pointer: \"{0}\"."}
3756
3757         /**
3758         * @note  PGS10702
3759         */
3760         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_PDU_CREATE_FAILED:string {"PGS10702: SNMP Indication Handler failed to create the SNMP PDU."}
3761
3762         /**
3763         * @note  PGS10703
3764         */
3765         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_VERSION_NOT_SUPPORTED:string {"PGS10703: SNMPv1 Trap and SNMPv2C Trap are the only supported SNMPVersion values."}
3766
3767         /**
3768         * @note  PGS10704
3769         *    Substitution {0} is a string of the error.
3770         */
3771         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_SESSION_SEND_FAILED:string {"PGS10704: SNMP Indication Handler failed to send the trap: \"{0}\"."}
3772
3773         /**
3774         * @note  PGS10705
3775         *    Substitution {0} is the trap OID.
3776         */
3777         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_READ_OBJID_FAILED:string {"PGS10705: SNMP Indication Handler failed to convert trapOid \"{0}\" from a numeric form to a list of subidentifiers."}
3778
3779         /**
3780         * @note  PGS10706
3781         *    Substitution {0} is the CIM property data type.
3782         */
3783         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_UNSUPPORTED_SNMP_DATA_TYPE:string {"PGS10706: Type \"{0}\" is an unsupported SNMP Data Type for the CIM Property."}
3784
3785         /**
3786         * @note  PGS10707
3787         *    Substitution {0} is the OID of a CIM property.
3788         *    Substitution {1} is a string of the error.
3789         */
3790         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_ADD_VAR_TO_PDU_FAILED:string {"PGS10707: SNMP Indication Handler failed to add a CIM property \"{0}\" to the SNMP PDU: \"{1}\"."}
3791
3792         /**
3793         * @note  PGS10708
3794         *    Substitution {0} is a string of the error.
3795         */
3796         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_PACK_CIM_PROPERTY_TO_PDU_FAILED:string {"PGS10708: SNMP Indication Handler failed to pack a CIM Property into the SNMP PDU: \"{0}\"."}
3797
3798         /**
3799         * @note  PGS10709
3800         *    Substitution {0} is a string of the error.
3801         */
3802         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_PACK_TRAP_INFO_INTO_PDU_FAILED:string {"PGS10709: SNMP Indication Handler failed to pack trap information into the SNMP PDU: \"{0}\"."}
3803
3804         /**
3805         * @note  PGS10710
3806         *    Substitution {0} is a string of the error.
3807         */
3808         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_ADD_SYSUPTIME_TO_PDU_FAILED:string {"PGS10710: SNMP Indication Handler failed to add sysUpTime to the SNMP PDU: \"{0}\"."}
3809
3810         /**
3811         * @note  PGS10711
3812         *    Substitution {0} is a string of the error.
3813         */
3814         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_ADD_SNMP_TRAP_TO_PDU_FAILED:string {"PGS10711: SNMP Indication Handler failed to add SNMP Trap to the SNMP PDU: \"{0}\"."}
3815
3816         /**
3817         * @note  PGS10712
3818         *    Substitution {0} is a CIM property OID.
3819         */
3820         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_PARSE_CIM_PROPERTY_OID_FAILED:string {"PGS10712: SNMP Indication Handler failed to convert a CIM property OID \"{0}\" from a numeric form to a list of subidentifiers."}
3821
3822         /**
3823         * @note  PGS10713
3824         *    Substitution {0} is SNMPV1 enterprise OID.
3825         */
3826         Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp._MSG_READ_ENTOID_FAILED:string {"PGS10711: SNMP Indication Handler failed to convert SNMPV1 enterprise OID \"{0}\" from a numeric form to a list of subidentifiers."}
3827
3828         // ==========================================================
3829         // Messages for CIMxmlIndicationHandler
3830         //  Please use message prefix "PGS10800"
3831         // ==========================================================
3832
3833         /**
3834         * @note PGS10800:
3835         *     Do not translate the word 'CIMxmlIndicationHandler' since it is the name of a class
3836         */
3837         Handler.CIMxmlIndicationHandler.CIMxmlIndicationHandler.ERROR:string {"PGS10800: CIMxmlIndicationHandler error: "} 
3838
3839         Handler.CIMxmlIndicationHandler.CIMxmlIndicationHandler.CANNOT_DO_HTTPS_CONNECTION:string {"PGS10801: SSL is not available. Cannot support an HTTPS connection."}
3840
3841         Handler.CIMxmlIndicationHandler.CIMxmlIndicationHandler.MALFORMED_HANDLER_INSTANCE:string {"PGS10802: Malformed handler instance, ''Destination'' property is not found or is not valid."}
3842  
3843
3844         // ==========================================================
3845         // Messages for snmpDeliverTrap_emanate
3846         //  Please use message prefix "PGS11000"
3847         // ==========================================================
3848
3849         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_INITSUBAGENT_FAILED:string {"PGS11000:  The SNMP subagent failed to initialize."}
3850
3851         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_INVALID:string {"PGS11001: The SNMP trap object identifier is not valid."}
3852
3853         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_DESTINATION_NOT_FOUND:string {"PGS11002: The SNMP trap destination cannot be found."}
3854
3855         /**
3856         * @note  PGS11003:
3857         *   Do not translate the word 'TargetHostFormat' since it is a CIM property name
3858         *   Do not translate 'PG_IndicationHandlerSNMPMapper' since it is a CIM class name
3859         */
3860         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_TARGETHOSTFORMAT_NOT_SUPPORTED:string {"PGS11003:  Host name and IPv4 address are the only supported values for the TargetHostFormat property of the PG_IndicationHandlerSNMPMapper class."}
3861
3862         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_INVALID_SECURITY_NAME:string{"PGS11004: The SNMP community name or user name is not valid."}
3863
3864         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_INVALID_OCTET_VALUE:string{"PGS11005: The octet value in the SNMP trap destination is not valid."}
3865
3866         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_CREATE_OCTET_FAILED:string{"PGS11006: The creation of an empty octet string of length four failed."}
3867
3868         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_INVALID_ENTERPRISEOID:string{"PGS11007: The SNMP enterprise parameter cannot be set to a valid SNMP trap object identifier."}
3869
3870         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_INVALID_PROPERTYOID:string{"PGS11008: The SNMP object identifier value of the CIM property is not valid."}
3871
3872         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_INVALID_PROPERTY:string{"PGS11009: The value of the CIM property is not valid."}
3873
3874         /**
3875         * @note  PGS11010:
3876         *   Do not translate the word 'MakeVarBindWithValue' since it is an SNMP function name
3877         *   Do not translate 'OCTET_PRIM_TYPE' since it is an SNMP type
3878         */
3879         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_MAKE_VARBIND_FAILED_FOR_OCTET_PRIM_TYPE:string{"PGS11010:  Failed to perform an SNMP MakeVarBindWithValue for type OCTET_PRIM_TYPE."}
3880
3881         /**
3882         * @note  PGS11011:
3883         *   Do not translate the word 'MakeVarBindWithValue' since it is an SNMP function name
3884         *   Do not translate 'OBJECT_ID_TYPE' since it is an SNMP type
3885         */
3886         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_MAKE_VARBIND_FAILED_FOR_OBJECT_ID_TYPE:string{"PGS11011:  Failed to perform an SNMP MakeVarBindWithValue for type OBJECT_ID_TYPE."}
3887
3888         /**
3889         * @note  PGS11012:
3890         *   Do not translate the word 'MakeVarBindWithValue' since it is an SNMP function name
3891         *   Do not translate 'INTEGER_TYPE' since it is an SNMP type
3892         */
3893         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_MAKE_VARBIND_FAILED_FOR_INTEGER_TYPE:string{"PGS11012:  Failed to perform an SNMP MakeVarBindWithValue for type INTEGER_TYPE."}
3894
3895         /**
3896         * @note  PGS11013:
3897         *   Do not translate the word 'SNMPVersion' since it is a CIM property name
3898         *   Do not translate 'PG_IndicationHandlerSNMPMapper' since it is a CIM class name
3899         */
3900         Handler.snmpIndicationHandler.snmpDeliverTrap_emanate._MSG_VERSION_NOT_SUPPORTED:string{"PGS11013:  SNMPv1 trap and SNMPv2C trap are the only supported values for the SNMPVersion property of the PG_IndicationHandlerSNMPMapper class."}
3901
3902
3903         // ==========================================================
3904         // Messages for CIMExportRequestDecoder
3905         //  Please use message prefix "PGS11200"
3906         // ==========================================================
3907
3908         /**
3909         * @note  PGS11200:
3910         *   Do not translate 'MESSAGE' since it is a standard element for CIM in XML
3911         */
3912         ExportServer.CIMExportRequestDecoder.EXPECTED_MESSAGE_ELEMENT:string {"PGS11200:  A MESSAGE element is expected for CIM in XML."}
3913
3914         /**
3915         * @note  PGS11201:
3916         *   Do not translate 'EXPMETHODCALL' since it is a standard element for CIM in XML
3917         */
3918         ExportServer.CIMExportRequestDecoder.EXPECTED_EXPMETHODCALL_ELEMENT:string {"PGS11201:  A EXPMETHODCALL element is expected."}
3919
3920         /**
3921         * @note  PGS11202:
3922         *    Substitution {0} is a string containing the export method name
3923         */
3924         ExportServer.CIMExportRequestDecoder.UNRECOGNIZED_EXPORT_METHOD:string {"PGS11202:  Unrecognized export method: {0}"}
3925
3926     /**
3927         * @note PGS11203:
3928         * @version 2.4
3929         */
3930         ExportServer.CIMExportRequestDecoder.REQUEST_NOT_VALID:string{"PGS11203:  The request is not valid."}
3931
3932         /**
3933         * @note PGS11204:
3934         *    Do not translate the word 'Host' since it is an HTTP header
3935         */
3936         ExportServer.CIMExportRequestDecoder.MISSING_HOST_HEADER:string {"PGS11204: HTTP request message lacks a Host header field."}
3937
3938         /**
3939         * @note PGS11205:
3940         *    Do not translate the word 'EXPPARAMVALUE' since it is a standard
3941         *        element for CIM in XML
3942         *    Do not translate the word 'Name' since it is a standard element for
3943         *        CIM in XML
3944         *    Substitution {0} is a string containing the export indication
3945         *        parameter name
3946         */
3947         ExportServer.CIMExportRequestDecoder.UNRECOGNIZED_EXPPARAMVALUE_NAME:string {"PGS11205: Unrecognized EXPPARAMVALUE Name {0}."}
3948
3949         // ==========================================================
3950         // Messages for CIMExportResponseDecoder
3951         //  Please use message prefix "PGS11400"
3952         // ==========================================================
3953
3954         /**
3955         * @note  PGS11400:
3956         *   Do not translate 'MESSAGE' since it is a standard element for CIM in XML
3957         */
3958         ExportClient.CIMExportResponseDecoder.EXPECTED_MESSAGE_ELEMENT:string {"PGS11400:  A MESSAGE element is expected for CIM in XML."}
3959
3960         /**
3961         * @note  PGS11401:
3962         *   Do not translate 'EXPMETHODRESPONSE' since it is a standard element for CIM in XML
3963         */
3964         ExportClient.CIMExportResponseDecoder.EXPECTED_EXPMETHODRESPONSE_ELEMENT:string {"PGS11401:  An EXPMETHODRESPONSE element is expected for CIM in XML."}
3965
3966         ExportClient.CIMExportResponseDecoder.EMPTY_RESPONSE:string {"PGS11402: Connection closed by CIM Server."}
3967
3968         ExportClient.CIMExportResponseDecoder.MALFORMED_RESPONSE:string {"PGS11403:  The HTTP response message is not valid."}
3969
3970         ExportClient.CIMExportResponseDecoder.AUTHENTICATION_FAILED:string {"PGS11404: Authentication failed."}
3971
3972         /**
3973         * @note  PGS11405:
3974         *   Do not translate 'CIMExport' since it is a standard CIM HTTP header
3975         */
3976         ExportClient.CIMExportResponseDecoder.MISSING_CIMEXP_HEADER:string {"PGS11405: The CIMExport HTTP header is missing."}
3977
3978         /**
3979         * @note  PGS11406:
3980         *    Substitution {0} is a string containing a CIM export element
3981         *    Do not translate 'CIMExport' since it is a standard CIM HTTP header
3982         *    Do not translate 'METHODRESPONSE' since it is a standard element for CIM in XML
3983         */
3984         ExportClient.CIMExportResponseDecoder.EXPECTED_METHODRESPONSE:string {"PGS11406:  Client received a CIMExport HTTP header value of \"{0}\" when \"METHODRESPONSE\" element is expected."}
3985
3986         /**
3987         * @note  PGS11407:
3988         *    Substitution {0} is a string containing a protocol version
3989         *    Substitution {1} is a string containing the expected version (such as "1.0")
3990         */
3991         ExportClient.CIMExportResponseDecoder.UNSUPPORTED_PROTOCOL:string {"PGS11407:  Unsupported protocol version {0} is received, {1} is expected."}
3992
3993         /**
3994         * @note  PGS11408:
3995         *    Substitution {0} is a string containing a CIM operation name
3996         *    Do not translate 'EXPMETHODRESPONSE' since it is a standard element for CIM in XML
3997         */
3998         ExportClient.CIMExportResponseDecoder.UNRECOGNIZED_EXPMETHRSP:string {"PGS11408:  EXPMETHODRESPONSE name {0} is not recognized."}
3999
4000
4001         // ==========================================================
4002         // Messages for CIMExportClient
4003         //  Please use message prefix "PGS11600"
4004         // ==========================================================
4005
4006         /**
4007         * @note  PGS11600:
4008         *    Substitution {0} and {1} are strings containing message identifiers
4009         */
4010         ExportClient.CIMExportClient.MISMATCHED_RESPONSE_ID:string {"PGS11600:  The response message identifier {0} does not match the expected response message identifier {1}."}
4011
4012         ExportClient.CIMExportClient.MISMATCHED_RESPONSE:string {"PGS11601: The response message type does not match the expected response message type."}
4013
4014
4015         // ==========================================================
4016         // Messages for CIMClient
4017         //  Please use message prefix "PGS11800"
4018         // ==========================================================
4019
4020         /**
4021         * @note  PGS11800:
4022         *    Substitution {0} and {1} are strings containing message identifiers
4023         */
4024         Client.CIMClient.MISMATCHED_RESPONSE:string {"PGS11800:  The response message identifier {0} does not match the expected response message identifier {1}."}
4025
4026         Client.CIMClient.MISMATCHED_RESPONSE_TYPE:string {"PGS11801: The response message type does not match the expected response message type."}
4027
4028
4029         // ==========================================================
4030         // Messages for CIMClientRep
4031         //  Please use message prefix "PGS11900"
4032         // ==========================================================
4033
4034         /**
4035         * @note  PGS11900:
4036         *    Substitution {0} and {1} are numbers containing the ports of object path and connection
4037         *    Do not translate 'CIMClient' since it is the name of the client API interface
4038         *    Do not translate 'CIM' since it is the name of the technology
4039         */
4040
4041         Client.CIMClientRep.TYPEMISMATCH_PORTMISMATCH:string {"PGS11900: The validation of the CIM object path failed.  The port of the CIMClient connection ({0}) and the port of the object path ({1}) are not equal."}
4042
4043         /**
4044         * @note  PGS11901:
4045         *    Substitution {0} is a string containing the host of object path
4046         *    Do not translate 'CIM' since it is the name of the technology
4047         */
4048
4049         Client.CIMClientRep.TYPEMISMATCH_OBJECTPATH_IP_UNRESOLVEABLE:string {"PGS11901: The validation of the CIM object path failed.  Unable to resolve the IP address ({0}) from the object path."}
4050
4051         /**
4052         * @note  PGS11902:
4053         *    Substitution {0} is a string containing the host of the CIMClient connection
4054         *    Do not translate 'CIMClient' since it is the name of the client API interface
4055         *    Do not translate 'CIM' since it is the name of the technology
4056         */
4057
4058         Client.CIMClientRep.TYPEMISMATCH_CIMCLIENTCONNECTION_IP_UNRESOLVEABLE:string {"PGS11902: The validation of the CIM object path failed.  Unable to resolve the IP address ({0}) of the CIMClient connection."}
4059
4060         /**
4061         * @note  PGS11903:
4062         *    Substitution {0} and {1} are strings containing the host of the CIMClient connection and the host of CIM object path
4063         *    Do not translate 'CIMClient' since it is the name of the client API interface
4064         *    Do not translate 'CIM' since it is the name of the technology
4065         */
4066
4067         Client.CIMClientRepTYPEMISMATCH_OBJECTPATHS_NOTEQUAL:string {"PGS11903: The validation of the CIM object path failed.  The host name of the CIMClient connection ({0}) and the host name of the object path ({1}) are not equal."}
4068
4069
4070         // ==========================================================
4071         // Messages for CIMOperationResponseDecoder
4072         //  Please use message prefix "PGS12000"
4073         // ==========================================================
4074
4075         /**
4076         * @note  PGS12000:
4077         *   Do not translate 'MESSAGE' since it is a standard element for CIM in XML
4078         */
4079         Client.CIMOperationResponseDecoder.EXPECTED_MESSAGE_ELEMENT:string {"PGS12000:  A MESSAGE element is expected."}
4080
4081         /**
4082         * @note  PGS12001:
4083         *   Do not translate 'CLASS' since it is a standard element for CIM in XML
4084         */
4085         Client.CIMOperationResponseDecoder.EXPECTED_CLASS_ELEMENT:string {"PGS12001:  A CLASS element is expected."}
4086
4087         /**
4088         * @note  PGS12002:
4089         *   Do not translate 'INSTANCE' since it is a standard element for CIM in XML
4090         */
4091         Client.CIMOperationResponseDecoder.EXPECTED_INSTANCE_ELEMENT:string {"PGS12002:  An INSTANCE element is expected."}
4092
4093         /**
4094         * @note  PGS12003:
4095         *   Do not translate 'RETURNVALUE' since it is a standard element for CIM in XML
4096         */
4097         Client.CIMOperationResponseDecoder.EXPECTED_RETURNVALUE_ELEMENT:string {"PGS12003: A RETURNVALUE element is not expected."}
4098
4099         /**
4100         * @note  PGS12004:
4101         *   Do not translate 'IRETURNVALUE' since it is a standard element for CIM in XML
4102         *   Do not translate 'ERROR' since it is a standard element for CIM in XML
4103         */
4104         Client.CIMOperationResponseDecoder.EXPECTED_ERROR_OR_IRETURNVALUE_ELEMENT:string {"PGS12004:  An ERROR or an IRETURNVALUE element is expected."}
4105
4106         /**
4107         * @note  PGS12005:
4108         *   Do not translate 'METHODRESPONSE' since it is a standard element for CIM in XML
4109         *   Do not translate 'IMETHODRESPONSE' since it is a standard element for CIM in XML
4110         */
4111         Client.CIMOperationResponseDecoder.EXPECTED_METHODRESPONSE_OR_IMETHODRESPONSE_ELEMENT:string {"PGS12005:  A METHODRESPONSE or an IMETHODRESPONSE element is expected."}
4112
4113         /**
4114         * @note  PGS12006:
4115         *    Substitution {0} is a string containing a standard CIM name
4116         *    Do not translate 'IMETHODRESPONSE' since it is a standard element for CIM in XML
4117         */
4118         Client.CIMOperationResponseDecoder.UNRECOGNIZED_NAME:string {"PGS12006:  The name {0} of the IMETHODRESPONSE element is not recognized."}
4119
4120         Client.CIMOperationResponseDecoder.EMPTY_RESPONSE:string {"PGS12007: Connection closed by CIM Server."}
4121
4122         Client.CIMOperationResponseDecoder.MALFORMED_RESPONSE:string {"PGS12008: The HTTP response message is not valid."}
4123
4124         Client.CIMOperationResponseDecoder.AUTHENTICATION_FAILED:string {"PGS12009: Authentication failed."}
4125
4126         /**
4127         * @note  PGS12010:
4128         *   Do not translate the word 'Content-Language' since it is a standard HTTP header
4129         */
4130         Client.CIMOperationResponseDecoder.MALFORMED_CONTENT:string {"PGS12010:  The Content-Language header is not valid."}
4131
4132         /**
4133         * @note  PGS12011:
4134         *   Do not translate 'CIMOperation' since it is a standard CIM HTTP header
4135         */
4136         Client.CIMOperationResponseDecoder.MISSING_CIMOP_HEADER:string {"PGS12011:  The CIMOperation HTTP header is missing."}
4137
4138         /**
4139         * @note  PGS12012:
4140         *    Substitution {0} is a string containing a CIM operation element
4141         *    Do not translate 'CIMOperation' since it is a standard CIM HTTP header
4142         *    Do not translate 'METHODRESPONSE' since it is a standard element for CIM in XML
4143         */
4144         Client.CIMOperationResponseDecoder.EXPECTED_METHODRESPONSE:string {"PGS12012:  Client received a CIMOperation HTTP header value of \"{0}\" when \"METHODRESPONSE\" is expected."}
4145
4146         /**
4147         * @note  PGS12013:
4148         *    Substitution {0} is a string containing a protocol version
4149         *    Substitution {1} is a string containing the expected version (such as "1.0")
4150         */
4151         Client.CIMOperationResponseDecoder.UNSUPPORTED_PROTOCOL:string {"PGS12013:  The unsupported protocol version {0} is received, {1} is expected."}
4152
4153
4154         // ==========================================================
4155         // Messages for Kerberos Authentication
4156         //  Please use message prefix "PGS12200"
4157         // ==========================================================
4158
4159         /**
4160         * @note  PGS12200 - Substitution {0} is the kerberos principal (a string)
4161         */
4162         Authentication.Kerberos.CLIENT_DENIED:string {"PGS12200: Client denied: Unable to match Kerberos principal {0} to a user identity on this system."}
4163
4164         /**
4165         * @note  PGS12201 -
4166         *    Substitution {0} is the name of API (a string)
4167         *    Substitution {1} is the return code (a decimal)
4168         */
4169         Authentication.Kerberos.CONTEXT_NOT_ESTABLISHED: string {"PGS12201: Cannot establish security context,  {0} returned error {1}. Negotiation continuing."}
4170
4171
4172         // ==========================================================
4173         // Start of messages from platform-specific source files
4174         //  Please use message prefix "PGS12400"
4175         // ==========================================================
4176
4177         // Start OS/400 messages
4178
4179         Common.CIMOMHandleOS400UserState.UNKNOWN_ERROR:string {"PGS12400:  An internal error occurred during the processing of the CIMOM handle."}
4180
4181         /**
4182         * @note  PGS12401:
4183         *    Substitution {0} is a string containing the name of a user profile
4184         */
4185         ProviderManager.sharedOS400.SWAP_ERROR:string {"PGS12401:  An error occurred while changing the CIM server user profile to user {0}."}
4186
4187         /**
4188         * @note  PGS12402:
4189         *    Substitution {0} is a string containing the name of a service program
4190         */
4191         ProviderManager.sharedOS400.ILLEGAL_OP:string {"PGS12402:  An illegal operation is attempted by a CIM provider in service program {0}."}
4192
4193         /**
4194         * @note  PGS12403:
4195         *   Do not translate 'ResponseHandler' since it is a class name
4196         */
4197         ProviderManager.CIMProviderOS400Helper.ILLEGAL_RH_INTFC:string {"PGS12403:  An internal error occurred during ResponseHandler processing.  An unsupported ResponseHandler interface is found."}
4198
4199         /**
4200         * @note  PGS12404:
4201         *   Do not translate 'QYCMCIMOM' since it is the name of an OS/400 server job
4202         */
4203         ProviderManager.CIMProviderOS400SystemState.INIT_ERROR:string {"PGS12404:  An error occurred while initializing a CIM provider.  Refer to the QYCMCIMOM job log for details."}
4204
4205         /**
4206         * @note  PGS12405:
4207         *    Substitution {0} is a string containing the name of a user profile
4208         *    Substitution {1} is a string containing the name of an OS/400 service program
4209         */
4210         ProviderManager.CIMProviderOS400SystemState.SRVPGM_AUTH_ERROR:string {"PGS12405:  The user {0} is not authorized to CIM provider service program {1}."}
4211
4212         /**
4213         * @note  PGS12406:
4214         *   Do not translate 'ResponseHandler' since it is a class name
4215         */
4216         ProviderManager.ResponseHandlerOS400UserState.RH_BAD_HANDLE:string {"PGS12406:  An internal error occurred during ResponseHandler processing.  Found a handle that is not valid."}
4217
4218         /**
4219         * @note  PGS12407:
4220         *   Do not translate 'ResponseHandler' since it is a class name
4221         */
4222         ProviderManager.ResponseHandlerOS400UserState.RH_DELIVER_ERROR:string {"PGS12407:  An internal error occurred during ResponseHandler processing.  An error occurred during the delivery of objects."}
4223
4224         /**
4225         * @note  PGS12408:
4226         *    Substitution {0} is an OS/400 error code
4227         *    Do not translate 'YCMPROV400QTEMP' since it is the name of an OS/400 user space
4228         *    Do not translate '*USRSPC' since it is a type an OS/400 object
4229         */
4230         os400.shared.USERSPACE_ACCESS_ERROR:string {"PGS12408:  An error occurred while accessing the user space YCMPROV400QTEMP *USRSPC.  The error code is {0}."}
4231
4232         /**
4233         * @note  PGS12409:
4234         *    Substitution {0} is an OS/400 error code
4235         *    Do not translate 'YCMPROV400QTEMP' since it is the name of an OS/400 user space
4236         *    Do not translate '*USRSPC' since it is a type an OS/400 object
4237         */
4238         Common.OS400SystemState.USERSPACE_CREATE_ERROR:string {"PGS12409:  An error occurred while creating the user space YCMPROV400QTEMP *USRSPC.  The error code is {0}."}
4239
4240         os400.shared.SERVER_PROFILE_ERROR:string {"PGS12410:  An unknown error occurred while retrieving the user profile of the CIM server."}
4241
4242         /**
4243         * @note  PGS12411:
4244         *    Substitution {0} is the name of an OS/400 service program
4245         */
4246         Common.OS400SystemState.SRVPGM_NOT_FOUND:string {"PGS12411:  The CIM provider service program {0} is not found."}
4247
4248         /**
4249         * @note  PGS12412:
4250         *    Substitution {0} is the name of an OS/400 service program
4251         */
4252         os400.shared.SRVPGM_RESOLVE_ERROR:string {"PGS12412:  An unknown error occurred while loading the CIM provider service program {0}."}
4253
4254         /**
4255         * @note  PGS12413:
4256         *    Substitution {0} is the name of an OS/400 service program
4257         *    Substitution {1} is an OS/400 error code
4258         */
4259         Common.OS400SystemState.SRVPGM_ACTIVATE_ERROR:string {"PGS12413:  An error occurred while loading the CIM provider service program {0}.  The error code is {1}."}
4260
4261         /**
4262         * @note  PGS12414:
4263         *    Substitution {0} is an OS/400 error code
4264         */
4265         Common.OS400SystemState.SRVPGM_EXPORT_ERROR:string {"PGS12414:  An error occurred while starting a CIM provider service program.  The error code is {0}."}
4266
4267         /**
4268         * @note  PGS12415:
4269         *    Substitution {0} is the name of an OS/400 service program
4270         *    Do not translate '*SYSTEM' since it is a type an OS/400 domain
4271         */
4272         Common.OS400SystemState.SRVPGM_SYSTEM_DOMAIN:string {"PGS12415:  An error occurred while loading the CIM provider service program {0}.  The provider service program has a domain of *SYSTEM."}
4273
4274         /**
4275         * @note  PGS12416:
4276         *    Substitution {0} is the error code number
4277         *    Substitution {1} is the symbol name
4278         *    Substitution {2} is the service program name
4279         *    Do not translate OpenSSL
4280         */
4281         Common.SSLWrapperOS400.SYM_ERR:string {"PGS12416:  The error code {0} was received while loading symbol {1} from the OpenSSL service program {2}."}
4282
4283         /**
4284         * @note  PGS12417:
4285         *    Substitution {0} is the error code number
4286         */
4287         Common.SSLWrapperOS400.QSZ_ERR:string {"The error {0} was received when checking the installation of the LPO 5733-SC1. If the error code is CPF0C1F then the LPO is not  installed.  The LPO is required when SSL is enabled."}
4288
4289         /**
4290         * @note  PGS12418:
4291         *    Substitution {0} is the load state keyword
4292         */
4293         Common.SSLWrapperOS400.INSTALL_ERR:string {"The LPO 5733-SC1 has an installation error. The symbolic load state is {0}.  The LPO is required when SSL is enabled."}
4294
4295         /**
4296         * @note  PGS12419:
4297         *    Substitution {0} is the error code number
4298         *    Substitution {1} is the name of the service program
4299         *    Do not translate OpenSSL
4300         */
4301         Common.SSLWrapperOS400.ACT_ERR:string {"PGS12419: The error {0} was received when activating the OpenSSL service program {1}."}
4302
4303         /**
4304         * @note  PGS12420:
4305         *    Substitution {0} is an error number
4306         *    Substitution {1} is a string containing the command
4307         *    Do not translate PASE since it is the name of a product.
4308         */
4309         Common.SSLWrapperOS400.PASE_ERR:string {"PGS12420: Unable to create the server certificate.  The error {0} was received from PASE when running command {1}."}
4310
4311         /**
4312         * @note  PGS12421:
4313         *    Substitution {0} is the name of a file 
4314         *    Substitution {1} is a string containing the command
4315         *    Substitution {2} is an error number
4316         *    Do not translate PASE since it is the name of a product.
4317         */
4318         Common.SSLWrapperOS400.PASE_RC:string {"PGS12421: Unable to create file {0}.  The PASE command {1} returned error number {2}.  Look at the spool file of this job for details of the error."}
4319
4320         /**
4321         * @note  PGS12422:
4322         *    Substitution {0} is a string containing the command
4323         *    Substitution {1} is an signal number
4324         *    Do not translate PASE since it is the name of a product.
4325         */
4326         Common.SSLWrapperOS400.PASE_SIGNAL:string {"PGS12422: Unable to create the server certificate.  The PASE command {0} exited abnormally with signal number {1}."}
4327
4328         /**
4329         * @note  PGS12423:
4330         *    Do not translate CIM since it is the name of a product.
4331         */
4332         src.Upgrade.CIMRepositoryUpdate400.INITIATING_MIGRATE:string {"PGS12423: The CIM server is migrating the repository from an earlier version.  This will take several minutes, during which the server will not be available.  Stopping the server job might result in a loss of data."}
4333
4334         // End OS/400 messages
4335
4336
4337         // Start z/OS messages starting with message prefix PGS12500
4338
4339         /**
4340         * @note PGS12500E:
4341         *    Substitution {0} is the name of a program library
4342         *
4343         */
4344         Common.DynamicLibraryzOS_inline.MISSING_PROGRAMCONTROL_FLAG:string {"PGS12500E: Not loading dynamic load library {0} due missing program control flag."}
4345
4346         /**
4347         * @note PGS12501E:
4348         *    Do not translate 'CIMSERV', 'CLASS WBEM' since they are RACF names
4349         *
4350         */
4351         Common.safCheckzOS_inline.BAD_WBEM_SECURITY_SETUP:string {"PGS12501E: Security Profile CIMSERV in CLASS WBEM must be defined. Ending CIM Server."}
4352
4353         /**
4354         * @note PGS12502E:
4355         *    Do not translate 'READ', 'BPX.SERVER', 'UID 0' since they are RACF names
4356         *
4357         */
4358         Common.safCheckzOS_inline.BAD_SECURITY_SETUP:string {"PGS12502E: CIM Server Userid requires either READ access to BPX.SERVER or must be UID 0. Ending CIM Server."}
4359
4360         Common.safCheckzOS_inline.DIRTY_ADDRESS_SPACE:string {"PGS12503E: CIM Server address space dirty due to loading from a not program controlled load library. Ending CIM Server."}
4361
4362         /**
4363         * @note PGS12504E:
4364         *    Do not translate 'SAF' as it is the name of an interface
4365         *
4366         */
4367         Common.safCheckzOS_inline.MISSING_PRIVILEDGES:string {"PGS12504E: CIM Server does not have appropriate privileges to check SAF security environment. Ending CIM Server."}
4368
4369         /**
4370         * @note PGS12505E:
4371         *    Do not translate 'READ', 'BPX.SERVER', 'UID 0' since they are RACF names
4372         *
4373         */
4374         ProviderManager2.ProviderManagerzOS_inline.BAD_SECURITY_SETUP:string {"PGS12505E: CIM Server Userid requires either READ access to BPX.SERVER or must be UID 0. Ending CIM Server."}
4375
4376         /**
4377         * @note PGS12506E:
4378         *
4379         */
4380         ProviderManager2.ProviderManagerzOS_inline.DIRTY_ADDRESS_SPACE:string {"PGS12506E: CIM Server address space dirty due to loading from a not program controlled load library. Ending CIM Server."}
4381
4382         /**
4383         * @note PGS12507W:
4384         *    Substitution {0} is a userid
4385         *
4386         */
4387         ProviderManager2.ProviderManagerzOS_inline.NOT_SURROGATE:string {"PGS12507W: CIM Server does not have surrogate for client userid {0}"}
4388
4389         /**
4390         * @note PGS12508W:
4391         *    Substitution {0} is an error message string
4392         *
4393         */
4394         ProviderManager2.ProviderManagerzOS_inline.PTHREAD_SECURITY_DELETE_FAILURE:string {"PGS12508W: Failure {0} deleting pthread security"}
4395
4396         /**
4397         * @note PGS12509E:
4398         *    Do not translate 'READ', 'BPX.SERVER', 'UID 0' since they are RACF names
4399         *
4400         */
4401         Server.cimserver_zOSinline.BAD_SECURITY_SETUP:string {"PGS12509E: The CIM Server Userid requires either READ access to BPX.SERVER or must be UID 0. Stopping CIM Server startup."}
4402
4403
4404         /**
4405         * @note PGS12510E:
4406         *    Do not translate 'CIM Server', 'CIMServer'
4407         *
4408         */
4409         Server.cimserver_zOSinline.DIRTY_ADDRESS_SPACE:string {"PGS12510E: CIM Server address space dirty due to loading from a not program controlled load library. Stopping CIMServer startup."}
4410
4411         /**
4412         * @note PGS12511E:
4413         *    Do not translate 'SAF' as it is the name of an interface
4414         *
4415         */
4416         Server.cimserver_zOSinline.MISSING_PRIVILEDGES:string {"PGS12511E: CIM Server does not have appropriate privileges to check SAF security environment. Stopping CIMServer startup."}
4417
4418         /**
4419         * @note PGS12512E:
4420         *    Do not translate 'CIMSERV', 'CLASS WBEM' since they are RACF names
4421         *
4422         */
4423         Server.cimserver_zOSinline.BAD_WBEM_SECURITY_SETUP:string {"PGS12512E: Security Profile CIMSERV in CLASS WBEM must be defined. Stopping CIMServer startup."}
4424
4425         /**
4426         * @note PGS12513E:
4427         *    Do not translate 'CIMSERV', 'CLASS WBEM' since they are RACF names
4428         *    Do not translate 'CONTROL' since it is the name of a specific access right
4429         */
4430         Server.cimserver_zOSinline.NOCONTROL_CIMSERV_ACCESS:string {"PGS12513E: The CIM Server Userid requires CONTROL access to Security Profile CIMSERV in CLASS WBEM. Stopping CIMServer startup."}
4431
4432         // Provider authorization error messages
4433
4434         /**
4435         * @note PGS12514E:
4436         *    Substitution {0} is a string, name of a SAF profile
4437         */
4438         ProviderManager2.ProviderManagerzOS_inline.BAD_PROVIDER_AUTHORIZATION_SECURITY_SETUP:string {"PGS12514E: Security Profile {0} in CLASS WBEM has to be defined."}
4439
4440         /**
4441         * @note PGS12515W:
4442         *    Substitution {0},{1},{2},{3},{4} are strings
4443         *                 (username, CIM operation, provider name, access type, SAF profile name)
4444         */
4445         ProviderManager2.ProviderManagerzOS_inline.PROVIDER_AUTHORIZATION_FAILED:string{"PGS12515W: User {0} not authorized to perform intrinsic CIM operation {1} against provider {2} . {3} access to {4} in CLASS WBEM required."}
4446
4447         /**
4448         * @note PGS12516E:
4449         *    Do not translate 'SAF' as it is the name of an interface
4450         *
4451         */
4452         ProviderManager2.ProviderManagerzOS_inline.MISSING_PRIVILEDGES:string {"PGS12516E: CIM Server does not have appropriate privileges to check SAF security environment. Ending CIM Server."}
4453
4454         /**
4455         * @note PGS12517E:
4456         *
4457         */
4458         ProviderManager2.ProviderManagerzOS_inline.MISSING_IDCONTAINER_NAME:string {"PGS12517E: Missing IdentityContainer(no username) in request."}
4459         
4460         /**
4461         * @note PGS12519E:
4462         *    Substitution {0} is the error text of the opperating system.
4463         *    Substitution {1} and {2} are numbers
4464         *    Do not translate 'errno' 'reason code' 'CIMServer'
4465         *
4466         */
4467         Server.safCheckzOS_inline.UNEXPECTED_ERROR:string {"PGS12519E: An unexpected error occurs: {0} ( errno {1}, reason code 0x{2} ). Stopping CIMServer startup."}
4468
4469         /**
4470         * @note PGS12520E:
4471         *    Do not translate 'CIM Server', 'Must Stay Clean', 'Provider Agent'
4472         *
4473         */ 
4474         ProviderManager2.ProviderAgent.safCheckzOS_inline.CIM_NOTSET_MSC:string {"PGS12520E: CIM Server did not set Must Stay Clean. Stopping Provider Agent startup."}
4475
4476         /**
4477         * @note PGS12521E:
4478         *    Substitution {0} is the error text delivered by the opperating system.
4479         *    Substitution {1} and {2} are numbers
4480         *    Do not translate  'errno' 'reason code' 'Provider Agent'
4481         *
4482         */
4483         ProviderManager2.ProviderAgent.safCheckzOS_inline.UNEXPECTED_ERROR:string {"PGS12521E: An unexpected error occurs: {0} ( errno {1}, reason code 0x{2} ). Stopping Provider Agent startup."}
4484
4485         /**
4486         * @note PGS12523E:
4487         *    Do not translate 'READ', 'BPX.SERVER', 'UID 0' since they are RACF names
4488         *
4489         */
4490         ProviderManager2.ProviderAgent.safCheckzOS_inline.BAD_SECURITY_SETUP:string {"PGS12523E: CIM Runtime Environment Userid requires either READ access to BPX.SERVER or has to be UID 0. Stopping Provider Agent startup."}
4491
4492         /**
4493         * @note PGS12524E:
4494         *    Do not translate 'Provider Agent'
4495         *
4496         */
4497         ProviderManager2.ProviderAgent.safCheckzOS_inline.DIRTY_ADDRESS_SPACE:string {"PGS12524E: Provider Agent address space dirty due to loading from a not program controlled load library. Stopping Provider Agent startup."}
4498
4499         /**
4500         * @note PGS12525E:
4501         *    Do not translate 'SAF' as it is the name of an interface
4502         *
4503         */
4504         ProviderManager2.ProviderAgent.safCheckzOS_inline.MISSING_PRIVILEDGES:string {"PGS12525E: CIM Runtime Environment does not have appropriate privileges to check SAF security environment. Stopping Provider Agent startup."}
4505
4506         /**
4507         * @note PGS12532:
4508         *    Substitution {0} is the ARM element name.
4509         *    Do not translate CIM and ARM since it is the name of a product.
4510         */
4511         Common.ARM_zOS.ARM_READY:string {"PGS12532I: The CIM server successfully registered to ARM using element name {0}."}
4512
4513         /**
4514         * @note PGS12533:
4515         *    Substitution {0} is the ARM element name.
4516         *    Substitution {1} and {2} are hexadecimal numbers.
4517         *    Do not translate CIM and ARM since it is the name of a product.
4518         */
4519         Common.ARM_zOS.ARM_FAIL:string {"PGS12533I: The CIM server failed to register with ARM using element name {0}: return code 0x{1}, reason code 0x{2}."}
4520
4521         /**
4522         * @note PGS12534:
4523         *    Do not translate 'CIMSERV', 'CLASS WBEM' since they are RACF names
4524         *    Do not translate 'CONTROL' since it is the name of a specific access right
4525         */
4526         Server.checkAuthorizationzOS_include.NOCONTROL_CIMSERV_ACCESS:string {"PGS12534W: Authorization failed: UserID {0} does not have CONTROL permission to profile CIMSERV CL(WBEM)."}
4527
4528         /**
4529         * @note PGS12535:
4530         *    Do not translate 'CIMSERV', 'CLASS WBEM' since they are RACF names
4531         *    Do not translate 'UPDATE' since it is the name of a specific access right
4532         */
4533         Server.checkAuthorizationzOS_include.NOUPDATE_CIMSERV_ACCESS:string {"PGS12535W: Authorization failed: UserID {0} misses UPDATE permission to profile CIMSERV CL(WBEM) to execute a writing CIM operation."}
4534
4535         /**
4536         * @note PGS12540:
4537         *    Do not translate ATTLS since it is the name of a product.
4538         */
4539         Pegasus.Common.SocketzOS_inline.CONNECTION_RESET_ERROR:string {"PGS12540I: ATTLS reset the connection due to handshake failure. Connection closed."}
4540
4541         /**
4542         * @note PGS12541:
4543         *    Substitution {0} is a system error text.
4544         *    Substitution {1} and {2} are numbers.
4545         */
4546         Pegasus.Common.SocketzOS_inline.UNEXPECTED_ERROR:string {"PGS12541E: An unexpected error occurs: {0} ( errno {1}, reason code 0x{2} ). Connection closed."}
4547
4548         /**
4549         * @note PGS12542:
4550         *    Do not translate ATTLS, CIM and HTTPS.
4551         */
4552         Pegasus.Common.SocketzOS_inline.POLICY_NOT_ENABLED:string {"PGS12542E: ATTLS policy is not aktive for the CIM Server HTTPS port. Communication not secured. Connection closed."}
4553
4554         /**
4555         * @note PGS12543:
4556         *    Do not translate "ATTLS policy" , CIM, "ApplicationControlled" and OFF.
4557         */
4558         Pegasus.Common.SocketzOS_inline.APPLCNTRL:string {"PGS12543E: ATTLS policy not valid for CIM Server. Set ApplicationControlled to OFF. Connection closed."}
4559
4560         /**
4561         * @note PGS12544:
4562         *    Do not translate "ATTLS policy" , CIM, "HandshakeRole" and HTTPS.
4563         */
4564         Pegasus.Common.SocketzOS_inline.WRONG_ROLE:string {"PGS12544E: ATTLS policy specifies the wrong HandshakeRole for the CIM Server HTTPS port. Communication not secured. Connection closed."}
4565
4566         
4567         /**
4568         * @note  PGS12567:
4569         *    Substitution {0} is a user name (a string)
4570         *    Do not translate 'READ', 'CIMSERV CL(WBEM)' as it are RACF names
4571         */
4572         Pegasus.Common.SocketzOS_inline.NOREAD_CIMSERV_ACCESS:string {"PGS12567W: Request UserID {0} doesn't have READ permission to profile CIMSERV CL(WBEM)."}
4573
4574         
4575         // End z/OS messages
4576
4577         // ==========================================================
4578         // End of messages from platform-specific source files
4579         // ==========================================================
4580
4581         // ==========================================================
4582         // Messages for XmlConstants
4583         //  Please use message prefix "PGS12600"
4584         // ==========================================================
4585
4586         /**
4587         * @note PGS12600:
4588         * Do not translate 'SIMPLEREQ'
4589         * Do not translate 'MULTIREQ'
4590         */
4591          Common.XmlConstants.MISSING_ELEMENT_REQ:string {"PGS12600:  Expected SIMPLEREQ or MULTIREQ element."}
4592
4593         /**
4594         * @note PGS12601:
4595         * Do not translate 'LOCALCLASSPATH'
4596         * Do not translate 'LOCALINSTANCEPATH'
4597         */
4598          Common.XmlConstants.MISSING_ELEMENT_LOCALPATH:string{"PGS12601:  Expected LOCALCLASSPATH or LOCALINSTANCEPATH element."}
4599  
4600
4601         // ==========================================================
4602         // Messages for Thread
4603         //  Please use message prefix "PGS12800"
4604         // ==========================================================
4605
4606         /**
4607          * @note PGS12800:
4608          *    Substitution {0} is a number of seconds (an integer)
4609          */
4610          Common.Thread.CANCEL_LONG_RUNNING_THREAD:string{"PGS12800:  A thread has run longer than {0} seconds and will be cancelled."}
4611
4612     // ==========================================================
4613         // Messages for HTTPAuthenticatorDelegator
4614         //  Please use message prefix "PGS13000"
4615         // ==========================================================
4616
4617     /**
4618      * @note PGS1300:
4619      * @version 2.4
4620      */
4621      Pegasus.Server.HTTPAuthenticatorDelegator.REQUEST_NOT_VALID:string{"PGS13000:  The request is not valid."}
4622
4623     /**
4624      * @note PGS13001:
4625      * @version 2.4
4626      */
4627      Pegasus.Server.HTTPAuthenticatorDelegator.AUTHORIZATION_HEADER_ERROR:string{"PGS13001:  Authorization header error."}
4628
4629     /**
4630          * @note PGS13002:
4631          * @version 2.4
4632          */
4633      Pegasus.Server.HTTPAuthenticatorDelegator.CIMOPERATIONS_NOT_SUPPORTED:string{"PGS13002:  The CIM operation request is not supported on this port."}
4634
4635         /**
4636          * @note PGS13003:
4637          * @version 2.5
4638          */
4639      Pegasus.Server.HTTPAuthenticatorDelegator.BAD_CERTIFICATE:string{"PGS13003:  The certificate used for authentication is not valid."}
4640
4641         /**
4642          * @note PGS13004:
4643          * @version 2.5
4644          */
4645      Pegasus.Server.HTTPAuthenticatorDelegator.BAD_CERTIFICATE_USERNAME:string{"PGS13004:  No username is registered to this certificate."}
4646
4647         /**
4648          * @note PGS13005:
4649          * @version 2.6.2
4650          */
4651      Pegasus.Server.HTTPAuthenticatorDelegator.CERTIFICATE_USER_NOT_VALID:string{"PGS13005:  The user ''{0}'' registered to this certificate is not a valid user."}
4652
4653
4654     // ==========================================================
4655         // Messages for Server.CIMServer
4656         //  Please use message prefix "PGS13200"
4657         // ==========================================================
4658
4659         Server.CIMServer.BIND_FAILED:string {"PGS13200: No CIM server connections are enabled."}
4660
4661         // ==========================================================
4662         // Messages for SSLContextManager
4663         // Please use message prefix "PGS13300"
4664         // ==========================================================
4665         /*
4666          * @note  PGS13300:
4667           * DO NOT TRANSLATE "sslTrustStore" or "sslClientVerificationMode"
4668          * @version 2.5
4669          */
4670          Pegasus.Server.SSLContextManager.SSL_CLIENT_VERIFICATION_EMPTY_TRUSTSTORE:string {"PGS13300: The \"sslTrustStore\" configuration property must be set if \"sslClientVerificationMode\" is ''required'' or ''optional''. The CIM server is not started."}
4671
4672         /*
4673          * @note  PGS13301:
4674           * DO NOT TRANSLATE "sslClientVerificationMode"
4675          * @version 2.5
4676          */
4677          Pegasus.Server.SSLContextManager.SSL_CLIENT_VERIFICATION_HTTP_NOT_ENABLED_WITH_REQUIRED:string {"PGS13301: The HTTP port must be enabled if \"sslClientVerificationMode\" is ''required'' in order for the cimserver to properly shutdown. The CIM server not started."}
4678
4679         /*
4680          * @note  PGS13302:
4681           * DO NOT TRANSLATE "sslTrustStoreUserName" or "sslClientVerificationMode"
4682          * @version 2.5
4683          */
4684          Pegasus.Server.SSLContextManager.SSL_CLIENT_VERIFICATION_EMPTY_USERNAME:string {"PGS13302: The \"sslTrustStoreUserName\" property must specify a truststore user name to associate with the trusted certificates if \"sslClientVerificationMode\" is ''required'' or ''optional'', and a trust store is specified. The CIM server is not started."}
4685
4686         /*
4687          * @note  PGS13303:
4688          * DO NOT TRANSLATE "exportSSLTrustStore" or "enableSSLsslClientVerification"
4689          * @version 2.5
4690          *
4691          * This message is obsolete (PEP 259 export connection port and export truststore related changes).
4692          */
4693          Pegasus.Server.SSLContextManager.EXPORT_TRUST_EMPTY:string {"PGS13303: The \"exportSSLTrustStore\" configuration property must be set when \"enableSSLExportClientVerification\" is true. The CIM server not started."}
4694
4695         /*
4696         * @note  PGS13304:
4697         * @version 2.5
4698         */
4699         Pegasus.Server.SSLContextManager.COULD_NOT_RELOAD_TRUSTSTORE:string {"PGS13304: Could not reload the trust store."}
4700
4701         /*
4702         * @note  PGS13305:
4703         * @version 2.5
4704         */
4705         Pegasus.Server.SSLContextManager.COULD_NOT_RELOAD_TRUSTSTORE_SSL_CONTEXT_NOT_INITIALIZED:string {"PGS13305: Could not reload the trust store. The SSL context is not initialized."}
4706
4707         /*
4708         * @note  PGS13306:
4709         * @version 2.5
4710         */
4711         Pegasus.Server.SSLContextManager.COULD_NOT_RELOAD_CRL_STORE_SSL_CONTEXT_NOT_INITIALIZED:string {"PGS13306: Could not reload the certificate revocation list store. The SSL context is not initialized."}
4712
4713         /*
4714         * @note  PGS13307:
4715         * @version 2.5
4716         */
4717         Pegasus.Server.SSLContextManager.TRUST_STORE_NOT_CONFIGURED:string {"PGS13307: Could not reload the trust store, the trust store is not configured."}
4718
4719         /*
4720         * @note  PGS13308:
4721         * @version 2.5
4722         */
4723         Pegasus.Server.SSLContextManager.CRL_STORE_NOT_CONFIGURED:string {"PGS13308: Could not reload the certificate revocation list store. The certificate revocation list store is not configured."}
4724
4725         /*
4726         * @note  PGS13309:
4727         * @version 2.5
4728         */
4729         Pegasus.Server.SSLContextManager.COULD_NOT_RELOAD_TRUST_OR_CRL_STORE:string {"PGS13309: Could not reload the trust or certificate revocation list store."}
4730
4731         /*
4732         * @note  PGS13310:
4733         * @version 2.5
4734         */
4735         Pegasus.Server.SSLContextManager.CONFIGURED_TRUST_OR_CRL_STORE_NOT_FOUND:string {"PGS13310: Could not reload the trust or certificate revocation list store. The configured store is not found."}
4736
4737         /*
4738          * @note  PGS13311:
4739           * DO NOT TRANSLATE "sslClientVerificationMode"
4740          * @version 2.5
4741          */
4742          Pegasus.Server.SSLContextManager.INVALID_CONF_HTTPS_REQUIRED:string {"PGS13311: Do not set the \"sslClientVerificationMode\" property to \"required\" if HTTP is disabled because the cimserver will be unable to properly shutdown. It is recommended that you change the property value to \"optional\". The CIM server is not started."}
4743
4744         // ==========================================================
4745         // Messages for AnonymousPipe
4746         //  Please use message prefix "PGS13400"
4747         // ==========================================================
4748
4749         /**
4750         * @note  PGS13400:
4751         * @version 2.4
4752         */
4753         Common.AnonymousPipe.CREATE_PIPE_FAILED:string {"PGS13400: Failed to create pipe."}
4754
4755     // ==========================================================
4756         // Messages for ProviderManager.OOPProviderManagerRouter
4757         //  Please use message prefix "PGS13600"
4758         // ==========================================================
4759
4760         /**
4761         * @note  PGS13600
4762         *    Substitution {0} is a string ID for the cimprovagt process instance
4763         *    Do not translate the word 'cimprovagt' since it is a command name.
4764         */
4765         ProviderManager.OOPProviderManagerRouter.CIMPROVAGT_START_FAILED:string {"PGS13600:  Failed to start cimprovagt \"{0}\"."}
4766
4767         /**
4768         * @note  PGS13601
4769         *    Substitution {0} is a string ID for the cimprovagt process instance
4770         *    Do not translate the word 'cimprovagt' since it is a command name.
4771         */
4772         ProviderManager.OOPProviderManagerRouter.CIMPROVAGT_COMMUNICATION_FAILED:string {"PGS13601:  Failed to communicate with cimprovagt \"{0}\"."}
4773
4774         /**
4775         * @note  PGS13602
4776         *    Substitution {0} is a string ID for the cimprovagt process instance
4777         *    Do not translate the word 'cimprovagt' since it is a command name.
4778         */
4779         ProviderManager.OOPProviderManagerRouter.CIMPROVAGT_CONNECTION_LOST:string {"PGS13602:  Lost connection with cimprovagt \"{0}\"."}
4780
4781         /**
4782         * @note  PGS13603
4783         * @version 2.5
4784         *    Substitution {0} is the name of a system user (a string)
4785         */
4786         ProviderManager.OOPProviderManagerRouter.USER_CONTEXT_CHANGE_FAILED:string {"PGS13603:  Unable to change user context to \"{0}\"."}
4787
4788         /**
4789         * @note  PGS13604
4790         * @version 2.5
4791         *    Do not translate the word 'cimprovagt' since it is a command name.
4792         */
4793         ProviderManager.OOPProviderManagerRouter.MAX_PROVIDER_PROCESSES_REACHED:string {"PGS13604:  The maximum number of cimprovagt processes has been reached."}
4794
4795         /**
4796         * @note  PGS13605
4797         *    Do not translate the word 'cimprovagt' since it is a command name.
4798         *    Substitution {0} is a string ID for the cimprovagt process instance
4799         * @version 2.5
4800         */
4801         ProviderManager.OOPProviderManagerRouter.CIMPROVAGT_THREAD_ALLOCATION_FAILED:string {"PGS13605:  Failed to allocate thread for cimprovagt \"{0}\"."}
4802
4803         /**
4804         * @note  PGS13606
4805         *    Substitution {0} is a string ID for a provider module name
4806         *    This message is no longer used as of version 2.6.0
4807         * @version 2.5.1
4808         */
4809         ProviderManager.OOPProviderManagerRouter.OOP_PROVIDER_MODULE_FAILURE_DETECTED:string {"PGS13606:  A failure was detected in provider module {0}.  The generation of indications by providers in this module may be affected.  To ensure these providers are serving active subscriptions, disable and then re-enable this module using the cimprovider command."}
4810
4811
4812     // ==========================================================
4813         // Messages for ProviderManager.ProviderAgent.cimprovagt
4814         //  Please use message prefix "PGS13800"
4815         // ==========================================================
4816
4817         /**
4818         * @note  PGS13800
4819         *    Substitution {0} is a string ID for the cimprovagt process instance
4820         *    Substitution {1} is another message string
4821         *    Do not translate the word 'cimprovagt' since it is a command name.
4822         */
4823         ProviderManager.ProviderAgent.cimprovagt.CIMPROVAGT_EXCEPTION:string {"PGS13800:  cimprovagt \"{0}\" error: {1}"}
4824
4825         /**
4826         * @note  PGS13801
4827         *    Substitution {0} is a string ID for the cimprovagt process instance
4828         *    Do not translate the word 'cimprovagt' since it is a command name.
4829         */
4830         ProviderManager.ProviderAgent.cimprovagt.CIMPROVAGT_ERROR:string {"PGS13801:  cimprovagt \"{0}\" error.  Exiting."}
4831
4832
4833     // ==========================================================
4834         // Messages for ProviderManager.ProviderAgent.ProviderAgent
4835         //  Please use message prefix "PGS14000"
4836         // ==========================================================
4837
4838         /**
4839         * @note  PGS14000
4840         *    Substitution {0} is a string ID for the cimprovagt process instance
4841         *    Do not translate the word 'cimprovagt' since it is a command name.
4842         */
4843         ProviderManager.ProviderAgent.ProviderAgent.CIMSERVER_COMMUNICATION_FAILED:string {"PGS14000:  cimprovagt \"{0}\" communication with CIM server failed.  Exiting."}
4844
4845         /**
4846         * @note  PGS14001
4847         *    Substitution {0} is a string ID for the cimprovagt process instance
4848         *    Do not translate the word 'cimprovagt' since it is a command name.
4849         */
4850         ProviderManager.ProviderAgent.ProviderAgent.THREAD_ALLOCATION_FAILED:string {"PGS14001:  Failed to allocate a thread in cimprovagt \"{0}\"."}
4851         
4852         /**
4853         * @note  PGS14002
4854         */
4855         ProviderManager.ProviderAgent.ProviderAgent.UNINITIALIZED_SECURITY_SETUP.PEGASUS_OS_ZOS: string {"PGS14002: Security environment could not be initialised. Assume security fraud. Stopping Provider Agent."}
4856         
4857         /**
4858         * @note  PGS14003
4859         *    Substitution {0} is a string ID for the cimprovagt process instance
4860         *    Do not translate the word 'cimprovagt' since it is a command name.
4861         */
4862         ProviderManager.ProviderAgent.ProviderAgent.PROVIDERAGENT_NOT_INITIALIZED: string {"PGS14003: cimprovagt \"{0}\" was not yet initialised prior to receiving a request message. Exiting."}
4863
4864         
4865
4866     // ==========================================================
4867         // Messages for Common.Monitor
4868         //  Please use message prefix "PGS14200"
4869         // ==========================================================
4870
4871         /**
4872         * @note  PGS14200
4873         *    Substitution {0} is an error status code.  This is a number.
4874         */
4875         Common.Monitor.TICKLE_CREATE:string {"PGS14200: Received error number {0} while creating the internal socket."}
4876
4877         /**
4878         * @note  PGS14201
4879         *    Substitution {0} is an error status code.  This is a number.
4880         */
4881         Common.Monitor.TICKLE_BIND:string {"PGS14201: Received error number {0} while binding the internal socket."}
4882
4883         /**
4884         * @note  PGS14202
4885         *    Substitution {0} is an error status code.  This is a number.
4886         */
4887         Common.Monitor.TICKLE_LISTEN:string {"PGS14202: Received error number {0} while listening to the internal socket."}
4888
4889         /**
4890         * @note  PGS14203
4891         *    Substitution {0} is an error status code.  This is a number.
4892         */
4893         Common.Monitor.TICKLE_SOCKNAME:string {"PGS14203: Received error number {0} while getting the internal socket name."}
4894
4895         /**
4896         * @note  PGS14204
4897         *    Substitution {0} is an error status code.  This is a number.
4898         */
4899         Common.Monitor.TICKLE_CLIENT_CREATE:string {"PGS14204: Received error number {0} while creating the internal client socket."}
4900
4901         /**
4902         * @note  PGS14205
4903     *    Substitution {0} is an error status code.  This is a number.
4904         */
4905         Common.Monitor.TICKLE_CLIENT_BIND:string {"PGS14205: Received error number {0} while binding the internal client socket."}
4906
4907         /**
4908         * @note  PGS14206
4909         *    Substitution {0} is an error status code.  This is a number.
4910         */
4911         Common.Monitor.TICKLE_CLIENT_CONNECT:string {"PGS14206: Received error number {0} while connecting the internal client socket."}
4912
4913         /**
4914         * @note  PGS14207
4915         *    Substitution {0} is an error status code.  This is a number.
4916         */
4917         Common.Monitor.TICKLE_ACCEPT:string {"PGS14207: Received error number {0} while accepting the internal socket connection."}
4918
4919         /**
4920         * @note  PGS14208
4921         *    Substitution {0} is an error message.  This is a string.
4922         */
4923         Common.Monitor.TICKLE_BIND_LONG:string {"PGS14208: Received error:{0} while binding the internal socket."}
4924
4925
4926         // ==========================================================
4927         // Messages for CIMDateTime
4928         //  Please use message prefix "PGS14400"
4929         // ==========================================================
4930
4931
4932         /**
4933         * @note  PGS14402
4934         *   version 2.5
4935         *
4936         */
4937         Common.CIMDateTime.INVALID_OPERATION_DIV_INT:string {"PGS14402: Can not divide a TimeStamp by an integer."}
4938
4939
4940         /**
4941         * @note  PGS14403
4942         *   version 2.5
4943         *   do not translate CIMDateTime because it is a class name.
4944         */
4945         Common.CIMDateTime.UTC_OVERFLOW:string {"PGS14403: Overflow error has occurred in a CIMDateTime object during conversion to Universal Time Coordinated."}
4946
4947
4948         /**
4949         * @note  PGS14404
4950         *   version 2.5
4951         *   do not translate CIMDateTime because it is a class name.
4952         */
4953         Common.CIMDateTime.UTC_UNDERFLOW:string {"PGS14404: Underflow error has occurred in a CIMDateTime object during conversion to Universal Time Coordinated."}
4954
4955
4956         /**
4957         * @note  PGS14405
4958         *   version 2.5
4959         *   do not translate CIMDateTime because it is a class name.
4960         */
4961         Common.CIMDateTime.INVALID_OPERATION_DIV_ZERO:string {"PGS14405: Can not divide CIMDateTime object by zero."}
4962
4963
4964         /**
4965         * @note  PGS14406
4966         *   version 2.5
4967         *   do not translate CIMDateTime because it is a class name.
4968         */
4969         Common.CIMDateTime.INVALID_OPERATION_DIV_TS:string {"PGS14406:Can not divide two CIMDateTime objects if one of them is a TimeStamp."}
4970
4971
4972         /**
4973         * @note  PGS14407
4974         *   version 2.5
4975         *   do not translate CIMDateTime because it is a class name.
4976         */
4977         Common.CIMDateTime.INVALID_OPERATION_DIV_ZERO_CDT:string {"PGS14407: Trying to divide a CIMDateTime object by a zero value CIMDateTime object."}
4978
4979         /**
4980         * @note  PGS14408
4981         *   version 2.5
4982         *   do not translate CIMDateTime because it is a class name.
4983         */
4984         Common.CIMDateTime.INVALID_OPERATION_COMP_DIF:string {"PGS14408:Trying to compare CIMDateTime objects of differing types."}
4985
4986
4987
4988         // ==========================================================
4989         // ****************** Messages for CQL **********************
4990         //       Please use message prefix "PGS14600 - PGS15399"
4991         // ==========================================================
4992
4993         // ==========================================================
4994         // Messages for CQLFunction
4995         //  Please use message prefix "PGS14600 - PGS14699"
4996         // ==========================================================
4997
4998         /**
4999         * @note  PGS14600
5000         *     Substitution {0} is a function name (a string)
5001         */
5002         CQL.CQLFunctionRep.INVALID_FUNCTION:string {"PGS14600: Function {0} is not a supported function."}
5003
5004         /**
5005         * @note  PGS14601
5006         *     Substitution {0} is a function identifier (a number)
5007         */
5008         CQL.CQLFunctionRep.INVALID_FUNCTION_ID:string {"PGS14601: Function identifier {0} is not a supported function identifier."}
5009
5010         /**
5011         * @note  PGS14602
5012         *     Substitution {0] is a function name (a string)
5013         *     Substitution {1} is a count of parameters (a number)
5014         *     Substitution {2} is a count of parameters (a number)
5015         *     Substitution {3} is a count of parameters (a number)
5016         */
5017         CQL.CQLFunctionRep.INVALID_PARM_COUNT:string {"PGS14602: Function {0} has {1} parameters.  It must have between {2} and {3}."}
5018
5019         /**
5020         * @note  PGS14603
5021         *     Substitution {0} is a parameter name (a string)
5022         *     Substitution {1} is a function name (a string)
5023         *     Substitution {2} is a type name (a string)
5024         *     Substitution {3} is a type name (a string)
5025         */
5026         CQL.CQLFunctionRep.INVALID_PARM_TYPE:string {"PGS14603: Parameter {0} for function {1} has type {2}.  It must be type {3}."}
5027
5028         /**
5029         * @note  PGS14604
5030         *     Substitution {0] is a parameter name (a string)
5031         *     Substitution {1] is a function name (a string)
5032         *     do not translate CIM because it is the type of the instance.
5033         */
5034         CQL.CQLFunctionRep.INVALID_OBJECT_TYPE:string {"PGS14604: Parameter {0} for function {1} must be a CIM instance."}
5035
5036         /**
5037         * @note  PGS14605
5038         *     Substitution {0} is a parameter name (a string)
5039         *     Substitution {1} is a function name (a string)
5040         *     Substitution {2} is a parameter value (a number)
5041         */
5042         CQL.CQLFunctionRep.NEGATIVE_INT_ERROR:string {"PGS14605: Parameter {0} for function {1} has a value of {2}.  It must not be a negative value."}
5043
5044
5045         // ==========================================================
5046         // Messages for CQLIdentifier
5047         //  Please use message prefix "PGS14700 - PGS14799"
5048         // ==========================================================
5049
5050         /**
5051         * @note  PGS14700
5052         *     Substitution {0} is the identifier name (a string)
5053         */
5054         CQL.CQLIdentifier.HASH_ARRAY_SYMBOL_MISMATCH:string {"PGS14700: The identifier contains a mismatched symbolic constant symbol and an array symbol: {0}"}
5055
5056         /**
5057         * @note  PGS14701
5058         *     Substitution {0} is the identifier name (a string)
5059         *     Do not translate CQL because it is the name of the basic query language.
5060         */
5061         CQL.CQLIdentifier.TOO_MANY_ARRAY_INDICES:string {"PGS14701: The identifier contains one or more commas which is not allowed in CQL Basic query: {0}"}
5062
5063         /**
5064         * @note  PGS14702
5065         *     Substitution {0} is the identifier name (a string)
5066         */
5067         CQL.CQLIdentifier.ARRAY_SYMBOL_MISMATCH:string {"PGS14702: The identifier contains a mismatched array symbol: {0}"}
5068
5069         /**
5070         * @note  PGS14703
5071         *     Substitution {0} is the identifier name (a string)
5072         */
5073         CQL.CQLIdentifier.INVALID_CIMNAME:string {"PGS14703: The CIM name ''{0}'' in the identifier is not valid."}
5074
5075
5076         // ==========================================================
5077         // Messages for CQLSelectStatement
5078         //  Please use message prefix "PGS14800 - PGS14899"
5079         // ==========================================================
5080
5081
5082         /**
5083         * @note  PGS14800
5084         */
5085         CQL.CQLSelectStatementRep.QUERY_CONTEXT_IS_NULL:string {"PGS14800: Trying to process a query with a NULL query context."}
5086
5087         /**
5088         * @note  PGS14801
5089         *     Substitution {0} is the property name (a string)
5090         */
5091         CQL.CQLSelectStatementRep.PROP_NOT_EMB:string {"PGS14801: The property {0} must contain an embedded object."}
5092
5093         /**
5094         * @note  PGS14802
5095         *     Substitution {0} is the property name (a string)
5096         */
5097         CQL.CQLSelectStatementRep.NULL_EMB_OBJ:string {"PGS14802: The embedded object property {0} cannot contain a null value."}
5098
5099         /**
5100         * @note  PGS14803
5101         *     Substitution {0} is the property name (a string)
5102         *     Do not translate CQL
5103         */
5104         CQL.CQLSelectStatementRep.PROJ_WHOLE_ARRAY:string {"PGS14803: CQL requires that array indexing is used on embedded object property {0}."}
5105
5106         /**
5107         * @note  PGS14804
5108         *     Substitution {0} is the property name (a string)
5109         */
5110         CQL.CQLSelectStatementRep.PROJ_UNINIT:string {"PGS14804: The embedded object property {0} is uninitialized."}
5111
5112         /**
5113         * @note  PGS14805
5114         *     Substitution {0} is the class name (a string)
5115         *     Do not translate CQL
5116         */
5117         CQL.CQLSelectStatementRep.PROJ_CLASS:string {"PGS14805: CQL does not allow properties to be projected on class {0}."}
5118
5119         /**
5120         * @note  PGS14806
5121         *     Substitution {0} is the property name (a string)
5122         *     Substitution {1} is the class name (a string)
5123         */
5124         CQL.CQLSelectStatementRep.PROJ_MISSING_PROP:string {"PGS14806: The instance of class {1} is missing the property {0}."}
5125
5126         /**
5127         * @note  PGS14807
5128         *     Substitution {0} is the class name (a string)
5129         */
5130         CQL.CQLSelectStatementRep.VAL_CLASS_NOT_EXIST:string {"PGS14807: The class {0} does not exist."}
5131
5132         /**
5133         * @note  PGS14808
5134         *     Substitution {0} is the property name (a string)
5135         *     Substitution {1} is the class name (a string)
5136         */
5137         CQL.CQLSelectStatementRep.VAL_PROP_NOT_ON_CLASS:string {"PGS14808: The property {0} does not exist on class {1}."}
5138
5139         /**
5140         * @note  PGS14809
5141         *     Substitution {0} is a class name (a string)
5142         *     Substitution {1} is a class name (a string)
5143         */
5144         CQL.CQLSelectStatementRep.VAL_SCOPE_VIOLATION:string {"PGS14809: The class {0} is not a superclass, subclass, or the same class as {1}."}
5145
5146         /**
5147         * @note  PGS14810
5148         */
5149         CQL.CQLSelectStatementRep.GPL_CLASS_NOT_EXIST:string {"PGS14810: A class required to determine the property list was not found."}
5150
5151         /**
5152         * @note  PGS14811
5153         *     Substitution {0} is the class name (a string)
5154         *     Do not translate FROM since it is the name of a class
5155         */
5156         CQL.CQLSelectStatementRep.CLASS_NOT_FROM_LIST_CLASS:string {"PGS14811: Class {0} does not match the FROM class or any of its subclasses."}
5157
5158         /**
5159         * @note  PGS14812
5160         */
5161         CQL.CQLSelectStatementRep.EMPTY_CHAIN:string {"PGS14812: An empty chained identifier was found."}
5162
5163         /**
5164         * @note  PGS14813
5165         *     Do not translate FROM since it is the name of a class
5166         */
5167         CQL.CQLSelectStatementRep.SINGLE_CHID_IN_SELECT:string {"PGS14813: A property on the FROM class must be selected."}
5168
5169         /**
5170         * @note  PGS14814
5171         *     Substitution {0} is the name of the identifier (a string)
5172         */
5173         CQL.CQLSelectStatementRep.FIRST_ID_ILLEGAL:string {"PGS14814: The chained identifier {0} is illegal."}
5174
5175         /**
5176         * @note  PGS14815
5177         *     Substitution {0} is the name of an identifier (a string)
5178         *     Substitution {1} is the name of another identifier that contains the first identifier (a string)
5179         *     Do not translate SELECT because it is the name of the list
5180         */
5181         CQL.CQLSelectStatementRep.ARRAY_IN_SELECT:string {"PGS14815: The identifier {0} of {1} in the SELECT list cannot use an array index."}
5182
5183         /**
5184         * @note  PGS14816
5185         *     Substitution {0} is the name of an identifier (a string)
5186         *     Substitution {1} is the name of another identifier that contains the first identifier (a string)
5187         *     Do not translate SELECT because it is the name of the list
5188         */
5189         CQL.CQLSelectStatementRep.SYMCONST_IN_SELECT:string {"PGS14816: The identifier {0} of {1} in the SELECT list cannot use a symbolic constant."}
5190
5191         /**
5192         * @note  PGS14817
5193         *     Substitution {0} is the name of an identifier that contains the first identifier (a string)
5194         *     Substitution {1} is the name of another identifier (a string)
5195         */
5196         CQL.CQLSelectStatementRep.SYMCONST_NOT_LAST:string {"PGS14817: The symbolic constant identifier {0} of {1} must be the last element."}
5197
5198         /**
5199         * @note  PGS14818
5200         *     Substitution {0} is the name of an identifier (a string)
5201         *     Substitution {1} is the name of another identifier that contains the first identifier (a string)
5202         *     Do not translate WHERE because it is the name of the list
5203         */
5204         CQL.CQLSelectStatementRep.WILD_IN_WHERE:string {"PGS14818: The identifier {0} of {1} in the WHERE list cannot use a wildcard."}
5205
5206         /**
5207         * @note  PGS14819
5208         *     Substitution {0} is the name of an identifier (a string)
5209         *     Substitution {1} is the name of another identifier that contains the first identifier (a string)
5210         */
5211         CQL.CQLSelectStatementRep.WILD_NOT_END:string {"PGS14819: The wildcard identifier {0} of {1} must be the last element."}
5212
5213         /**
5214         * @note  PGS14820
5215         *     Substitution {0} is the name of an identifier (a string)
5216         *     Substitution {1} is the name of another identifier that contains the first identifier (a string)
5217         */
5218         CQL.CQLSelectStatementRep.EMB_PROP_NOT_SCOPED:string {"PGS14820: The identifier {0} of {1} must use the scope operator."}
5219
5220
5221         // ==========================================================
5222         // Messages for CQLSimplePredicate
5223         //  Please use message prefix "PGS14900 - PGS1999"
5224         // ==========================================================
5225
5226
5227         /**
5228         * @note  PGS14900
5229         *        Do not translate NULL.
5230         */
5231         CQL.CQLSimplePredicateRep.NULL_CONTAGION:string {"PGS14900: The expression evaluates to NULL."}
5232
5233         /**
5234         * @note  PGS14901
5235         *     Substitution {0} is the expression (a string)
5236         *     Do not translate ISA since it is the name of an operator
5237         */
5238         CQL.CQLSimplePredicateRep.RHS_ISA_NOT_SIMPLE:string {"PGS14901: The expression {0} on the right side of the ISA operator must be a simple value."}
5239
5240         /**
5241         * @note  PGS14902
5242         *     Substitution {0} is the expression (a string)
5243         *     Do not translate LIKE since it is the name of an operator
5244         */
5245         CQL.CQLSimplePredicateRep.RHS_LIKE_NOT_SIMPLE:string {"PGS14902: The expression {0} on the right side of the LIKE operator must be a simple value."}
5246
5247         /**
5248         * @note  PGS14903
5249         *     Substitution {0} is the expression (a string)
5250         *     Do not translate LIKE since it is the name of an operator
5251         */
5252         CQL.CQLSimplePredicateRep.RHS_LIKE_NOT_LITERAL:string {"PGS14903: The expression {0} on the right side of the LIKE operator must be a literal."}
5253
5254         /**
5255         * @note  PGS14903
5256         *     Substitution {0} is the name of the predicate (a string)
5257         */
5258         CQL.CQLSimplePredicateRep.RIGHT_STANDALONE_SYMCONST_ERROR:string {"PGS14904: The right side of predicate {0} must be a simple property name because a symbolic constant exists on the left side."}
5259
5260         /**
5261         * @note  PGS14904
5262         *     Substitution {0} is the name of the predicate (a string)
5263         */
5264         CQL.CQLSimplePredicateRep.LEFT_STANDALONE_SYMCONST_ERROR:string {"PGS14905: The left side of predicate {0} must be a simple property name because a symbolic constant exists on the right side."}
5265
5266         /**
5267         * @note  PGS14905
5268         *     Substitution {0} is the expression (a string)
5269         *     Do not translate ISA because it is the name of an operator
5270         */
5271         CQL.CQLSimplePredicateRep.APPLY_CTX_RHS_ISA_NOT_SIMPLE:string {"PGS14906: The right side expression {0} of the ISA operator must be a simple value."}
5272
5273
5274         // ==========================================================
5275         // Messages for CQLTerm
5276         //  Please use message prefix "PGS15000 - PGS15099"
5277         // ==========================================================
5278
5279
5280         /**
5281         * @note  PGS15000
5282         */
5283         CQL.CQLTermRep.OPERATION_NOT_SUPPORTED:string {"PGS15000: Operation is not supported."}
5284
5285         // ==========================================================
5286         // Messages for CQLUtilities
5287         //  Please use message prefix "PGS15100 - PGS15199"
5288         // ==========================================================
5289
5290
5291         /**
5292         * @note  PGS15100
5293         *     Substitution {0} is the object type that the string is being converted to (a string)
5294         *     Substitution {1} is the object type that the string is now (a string)
5295         */
5296         CQL.CQLUtilities.EMPTY_STRING:string {"PGS15100: Error converting string to {0}.  String cannot be {1}."}
5297
5298         /**
5299         * @note  PGS15102
5300         *     Substitution {0} is the object type that the string is being converted to (a string)
5301         *     Substitution {1} is the string being converted (a string)
5302         */
5303         CQL.CQLUtilities.INVALID_NEG:string {"PGS15102: Error converting string to {0}.  String ''{1}'' cannot begin with ''-''."}
5304
5305         /**
5306         * @note  PGS15103
5307         *     Substitution {0} is the object type that the string is being converted to (a string)
5308         *     Substitution {1} is the string being converted (a string)
5309         */
5310         CQL.CQLUtilities.INVALID_NUM_FORMAT:string {"PGS15103: Error converting string to {0}.  String ''{1}'' is not well formed."}
5311
5312         /**
5313         * @note  PGS15104
5314         *     Substitution {0} is the object type that the string is being converted to (a string)
5315         *     Substitution {1} is the string being converted (a string)
5316         */
5317         CQL.CQLUtilities.OVERFLOW:string {"PGS15104: Error converting string to {0}.  String ''{1}'' caused an overflow."}
5318
5319         /**
5320         * @note  PGS15105
5321         *     Substitution {0} is the object type that the string is being converted to (a string)
5322         *     Substitution {1} is the character in the string that cannot be converted (a single character)
5323         *     Substitution {2} is the string being converted (a string)
5324         */
5325         CQL.CQLUtilities.INVALID_BIN_CHAR:string {"PGS15105: Error converting string to {0}.  Character ''{1}'' in string ''{2}'' is not a binary digit."}
5326
5327         /**
5328         * @note  PGS15106
5329         *     Substitution {0} is the object type that the string is being converted to (a string)
5330         *     Substitution {1} is the string being converted (a string)
5331         */
5332         CQL.CQLUtilities.INVALID_HEX_FORMAT:string {"PGS15106: Error converting string to {0}.  String ''{1}'' needs a hexadecimal digit character following ''0x''."}
5333
5334         /**
5335         * @note  PGS15107
5336         *     Substitution {0} is the object type that the string is being converted to (a string)
5337         *     Substitution {1} is the character in the string that cannot be converted (a single character)
5338         *     Substitution {2} is the string being converted (a string)
5339         */
5340         CQL.CQLUtilities.INVALID_HEX_CHAR:string {"PGS15107: Error converting string to {0}.  Character ''{1}'' in string ''{2}'' is not a hexidecimal digit."}
5341
5342         /**
5343         * @note  PGS15108
5344         *     Substitution {0} is the object type that the string is being converted to (a string)
5345         *     Substitution {1} is the character in the string that cannot be converted (a single character)
5346         *     Substitution {2} is the string being converted (a string)
5347         */
5348         CQL.CQLUtilities.INVALID_DECIMAL_CHAR:string {"PGS15108: Error converting string to {0}.  Character ''{1}'' in string ''{2}'' is not a decimal digit."}
5349
5350         /**
5351         * @note  PGS15109
5352         *     Substitution {0} is the string being converted (a string)
5353         *     Do not translate Real64 since it is the name of a data type
5354         */
5355         CQL.CQLUtilities.INVALID_CHAR_POST_DOT:string {"PGS15109: Error converting string to Real64.  String ''{0}'' must have a digit character following the decimal point."}
5356
5357         /**
5358         * @note  PGS15110
5359         *     Substitution {0} is the object type that the string is being converted to (a string)
5360         *     Substitution {1} is the character in the string that cannot be converted (a single character)
5361         *     Substitution {2} is the string being converted (a string)
5362         */
5363         CQL.CQLUtilities.INVALID_REAL_CHAR:string {"PGS15110: Error converting string to {0}.  Character ''{1}'' in string ''{2}'' is not invalid."}
5364
5365         /**
5366         * @note  PGS15111
5367         *     Substitution {0} is the string being converted (a string)
5368         *     Substitution {1} is the character in the string that cannot be converted (a single character)
5369         *     Do not translate Real64 because it is the name of a data type
5370         */
5371         CQL.CQLUtilities.INVALID_REAL_EXP:string {"PGS15111: Error converting string to Real64.  String ''{0}'' has an exponent that is not well formed.  Character ''{1}'' is not invalid."}
5372
5373         /**
5374         * @note  PGS15112
5375         *     Substitution {0} is the string being converted (a string)
5376         *     Do not translate Real64 because it is the name of a data type
5377         */
5378         CQL.CQLUtilities.CONVERSION_REAL_ERROR:string {"PGS15112: Unable to convert string ''{0}'' to a Real64.  The value could be out of range."}
5379
5380
5381         // ==========================================================
5382         // Messages for CQLValue
5383         //  Please use message prefix "PGS15200 - PGS15299"
5384         // ==========================================================
5385
5386         /**
5387         * @note  PGS15200
5388         *     Substitution {0} is the case number (a number)
5389         */
5390         CQL.CQLValueRep.CONSTRUCTOR_FAILURE:string {"PGS15200: Undefined case: {0} in constructor."}
5391
5392         /**
5393         * @note  PGS15201
5394         *     Substitution {0} is the type (a number)
5395         */
5396         CQL.CQLValueRep.ISA_TYPE_MISMATCH:string {"PGS15201: The type {0} is not an object, or the object is not resolved."}
5397
5398         /**
5399         * @note  PGS15202
5400         *     Substitution {0} is the first type (a number)
5401         *     Substitution {1} is the second type (a number)
5402         */
5403         CQL.CQLValueRep.LIKE_TYPE_MISMATCH:string {"PGS15202: The following types may not be strings: {0},{1}."}
5404
5405         /**
5406         * @note  PGS15203
5407         *     Substitution {0} is the type name (a string)
5408         *     Substitution {1} is the operation name (a string)
5409         */
5410         CQL.CQLValueRep.TYPE_MISMATCH:string {"PGS15203: The type: {0} is not correct for {1} operation."}
5411
5412         /**
5413         * @note  PGS15204
5414         *     Substitution {0} is the type (a string)
5415         */
5416         CQL.CQLValueRep.OP_TYPE_MISMATCH:string {"PGS15204: Validation type mismatch error for type {0}."}
5417
5418         /**
5419         * @note  PGS15205
5420         *     Substitution {0} is the type (a number)
5421         */
5422         CQL.CQLValueRep.SET_VALUE:string {"PGS15205: Unable to set internal object type {0}."}
5423
5424         /**
5425         * @note  PGS15206
5426         *     Substitution {0} is the property name (a string)
5427         *     Substitution {1} is the class name (a string)
5428         */
5429         CQL.CQLValueRep.PROP_NOT_FOUND:string {"PGS15206: Property {0} not found on class {1}."}
5430
5431         /**
5432         * @note  PGS15207
5433         *     Substitution {0} is the qualifier name (a string)
5434         *     Substitution {1} is the property name (a string)
5435         *     Substitution {2} is the class name (a string)
5436         */
5437         CQL.CQLValueRep.QUALIFIER_NOT_FOUND:string {"PGS15207: Qualifier {0} not found on Property {1} in class {2}."}
5438
5439         /**
5440         * @note  PGS15208
5441         *     Substitution {0} is the symbolic constant name (a string)
5442         *     Substitution {1} is the property name (a string)
5443         *     Substitution {2} is the class name (a string)
5444         */
5445         CQL.CQLValueRep.INVALID_SYMBOLIC_CONSTANT:string {"PGS15208: Symbolic constant {0} is not valid for property {1} in class {2}."}
5446
5447         /**
5448         * @note  PGS15209
5449         *     Substitution {0} is the type (a number)
5450         */
5451         CQL.CQLValueRep.INVALID_ARRAY_COMPARISON:string {"PGS15209: Array comparison type {0} is not valid."}
5452
5453         /**
5454         * @note  PGS15210
5455         *     Substitution {0} is the object context name (a string)
5456         */
5457         CQL.CQLValueRep.OBJECT_CONTEXT_NOT_INSTANCE:string {"PGS15210: The object context {0} is not an instance."}
5458
5459
5460         // ==========================================================
5461         // Messages for CQL.y
5462         //  Please use message prefix "PGS15300 - PGS15399"
5463         // ==========================================================
5464
5465         /**
5466         * @note  PGS15300
5467         *     Substitution {0} is the rule being parsed (a string)
5468         *     Substitution {1} is the position in the rule (a number)
5469         *     Do not translate UTF8 since it is an industry standard acronym
5470         */
5471         CQL.CQL_y.BAD_UTF8:string {"PGS15300: Invalid UTF8 encountered parsing rule {0} in position {1}."}
5472
5473         /**
5474         * @note  PGS15301
5475         *     Substitution {0} is the rule being parsed (a string)
5476         *     Substitution {1} is the position in the rule (a number)
5477         *     Do not translate CQLIdentifier and CQLChainedIdentifier because these are names
5478         */
5479         CQL.CQL_y.NOT_CHAINID_OR_IDENTIFIER:string {"PGS15301: Error encountered while parsing position {1} in rule {0}.  The chain state is not a CQLIdentifier or a CQLChainedIdentifier."}
5480
5481         /**
5482         * @note  PGS15302
5483         *     Substitution {0} is the rule being parsed (a string)
5484         *     Substitution {1} is the position in the rule (a number)
5485         *     Do not translate CQLIdentifier and CQLChainedIdentifier and CQLValue because these are names
5486         */
5487         CQL.CQL_y.NOT_CHAINID_OR_IDENTIFIER_OR_VALUE:string {"PGS15302: Error encountered while parsing position {1} in rule {0}.  The chain state is not a CQLIdentifier, a CQLChainedIdentifier or a CQLValue."}
5488
5489         /**
5490         * @note  PGS15303
5491         *     Substitution {0} is the rule being parsed (a string)
5492         *     Substitution {1} is the position in the rule (a number)
5493         *     Do not translate CQLSimplePredicate because it is a name
5494         */
5495         CQL.CQL_y.NOT_SIMPLE:string {"PGS15303: Error encountered while parsing position {1} in rule {0}.  The CQLSimplePredicate does not contain a simple value."}
5496
5497         /**
5498         * @note  PGS15304
5499         *     Substitution {0} is the rule being parsed (a string)
5500         *     Substitution {1} is the position in the rule (a number)
5501         *     Do not translate CQLPredicate because it is a name
5502         */
5503         CQL.CQL_y.NOT_SIMPLE_VALUE:string {"PGS15304: Error encountered while parsing position {1} in rule {0}.  The CQLPredicate does not contain a simple value."}
5504
5505         /**
5506         * @note  PGS15305
5507         *     Substitution {0} is the rule being processed (a string)
5508         *     Do not translate CQLFactors because it is a name
5509         */
5510         CQL.CQL_y.CONCAT_PRODUCTION_FACTORS_NOT_SIMPLE:string {"PGS15305: Error encountered while processing rule {0}. The CQLFactors do not contain simple values."}
5511
5512         /**
5513         * @note  PGS15306
5514         *     Substitution {0} is the rule being processed (a string)
5515         *     Do not translate CQLValue because it is a name
5516         */
5517         CQL.CQL_y.CONCAT_PRODUCTION_VALUE_NOT_LITERAL:string {"PGS15306: Error encountered while processing rule {0}.  The CQLValue is not a string literal."}
5518         /**
5519         * @note  PGS15307
5520         *     Substitution {0} is the name of the object in the rule (a string)
5521         *     Substitution {1} is the rule being processed (a string)
5522         */
5523         CQL.CQL_y.CONCAT_PRODUCTION_NOT_SIMPLE:string {"PGS15307: Error encountered while processing rule {1}.  The object {0} does not contain a simple value."}
5524
5525         // ==========================================================
5526         //
5527         // **************** Messages for Query **********************
5528         // **** Please use message prefix "PGS15400 - PGS15999" *****
5529         //
5530         // ==========================================================
5531
5532         // ==========================================================
5533         // Messages for QueryChainedIdentifier
5534         //  Please use message prefix "PGS15400 - PGS15499"
5535         // ==========================================================
5536
5537
5538         /**
5539         * @note  PGS15400
5540         */
5541         QueryCommon.QueryChainedIdentifierRep.STAND_ALONE_SYMBOLIC_CONSTANT:string {"PGS15400: The stand alone chained identifier should have had the context applied already."}
5542
5543         /**
5544         * @note  PGS15401
5545         *     Substitution {0} is the class name (a string)
5546         *     Do not translate FROM since it is the type of the class
5547         */
5548         QueryCommon.QueryChainedIdentifierRep.FROM_CLASS_DOES_NOT_EXIST:string {"PGS15401: The FROM class {0} does not exist."}
5549
5550
5551         // ==========================================================
5552         // Messages for QueryContext
5553         //  Please use message prefix "PGS15500 - PGS15599"
5554         // ==========================================================
5555
5556         /**
5557         * @note  PGS15500
5558         */
5559         QueryCommon.QueryContext.EMPTY_CLASSNAME:string {"PGS15500: Empty class name is not allowed."}
5560
5561         /**
5562         * @note  PGS15501
5563         *        Do not translate FROM since it is the type of the list
5564         */
5565         QueryCommon.QueryContext.CLASS_ALREADY_ALIAS:string {"PGS15501: A class name in the FROM list is already used as an alias."}
5566
5567         /**
5568         * @note  PGS15502
5569         *        Do not translate FROM since it is the type of the list
5570         */
5571         QueryCommon.QueryContext.ALIAS_ALREADY_CLASS:string {"PGS15502: An alias name in the FROM list is already used as a class name."}
5572
5573         /**
5574         * @note  PGS15503
5575         */
5576         QueryCommon.QueryContext.ALIAS_CONFLICT:string {"PGS15503: An alias name is already being used for a different class name."}
5577
5578
5579         // ==========================================================
5580         // Messages for QueryException
5581         //  Please use message prefix "PGS15600 - PGS15699"
5582         // ==========================================================
5583
5584         /**
5585         * @note  PGS15600
5586         *     Substitution {0} is the description of the error in the query (a string)
5587         */
5588         QueryCommon.QueryException.QUERY_EXCEPTION:string {"PGS15600: Query error: {0}"}
5589
5590         /**
5591         * @note  PGS15601
5592         *     Substitution {0} is the language name causing the error (a string)
5593         */
5594         QueryCommon.QueryException.QUERY_LANGUAGE_INVALID_EXCEPTION:string {"PGS15601: Language error: {0}"}
5595
5596         /**
5597         * @note  PGS15602
5598         *     Substitution {0} is the description of the error found while parsing the query (a string)
5599         */
5600         QueryCommon.QueryException.QUERY_PARSE_EXCEPTION:string {"PGS15602: Query parse error: {0}"}
5601
5602         /**
5603         * @note  PGS15603
5604         *     Substitution {0} is the description of the error found while validating the query
5605         */
5606         QueryCommon.QueryException.QUERY_VALIDATION_EXCEPTION:string {"PGS15603: Query validation error: {0}"}
5607
5608         /**
5609         * @note  PGS15604
5610         *     Substitution {0} is the description of the error found while running the query
5611         */
5612         QueryCommon.QueryException.QUERY_RUNTIME_EXCEPTION:string {"PGS15604: Query runtime error: {0}"}
5613
5614         /**
5615         * @note  PGS15605
5616         *     Substitution {0} is the description of the error (a string)
5617         */
5618         QueryCommon.QueryException.QUERY_RUNTIME_PROPERTY_EXCEPTION:string {"PGS15605: Query property error: {0}"}
5619
5620         /**
5621         * @note  PGS15606
5622         *     Substitution {0} is the description of the error (a string)
5623         */
5624         QueryCommon.QueryException.QUERY_MISSINGPROPERTY_EXCEPTION:string {"PGS15606: Query missing property error: {0}"}
5625
5626         /**
5627         * @note  PGS15607
5628         *     Substitution {0} is the description of the error (a string)
5629         *     Do not translate CQL since it is the name of the language
5630         */
5631         QueryCommon.QueryException.CQL_CHAINED_ID_EXCEPTION:string {"PGS15607: CQL chained identifier parse error: {0}"}
5632
5633         /**
5634         * @note  PGS15608
5635         *     Substitution {0] is the description of the error (a string)
5636         *     Do not translate CQL since it is the name of the language
5637         */
5638         QueryCommon.QueryException.CQL_IDENTIFIER_EXCEPTION:string {"PGS15608: CQL identifier parse error: {0}"}
5639
5640         /**
5641         * @note  PGS15609
5642         *     Substitution {0} is the description of the error (a string)
5643         *     Do not translate CQL since it is the name of the language
5644         */
5645         QueryCommon.QueryException.CQL_RUNTIME_EXCEPTION:string {"PGS15609: CQL runtime error: {0}"}
5646
5647         /**
5648         * @note  PGS15610
5649         *     Substitution {0} is the error description (a string)
5650         *     Substitution {1} is the token number in the rule that caused the error (a number)
5651         *     Substitution {2} is the position in the rule that caused the error (a number)
5652         *     Substitution {3} is the rule being processed (a string)
5653         *     Do not translate CQL since it is the name of the language
5654         */
5655         QueryCommon.QueryException.CQL_SYNTAX_ERROR_EXCEPTION:string {"PGS15610: CQL syntax error: {0} around token {1} in position {2} while processing rule {3}"}
5656
5657         /**
5658         * @note  PGS15611
5659         *     Substitution {0} is the description of the error (a string)
5660         *     Do not translate CQL since it is the name of the language
5661         */
5662         QueryCommon.QueryException.CQL_NULL_CONTAGION_EXCEPTION:string {"PGS15611: CQL null evaluation error: {0}"}
5663
5664         // ==========================================================
5665         // Messages for SelectStatement
5666         //  Please use message prefix "PGS15700 - PGS15799"
5667         // ==========================================================
5668
5669         /**
5670         * @note  PGS15700
5671         *        Do not translate QueryContext and SelectStatement since they are names of objects
5672         */
5673         QueryCommon.SelectStatementRep.QUERY_CTX_ALREADY_SET:string {"PGS15700: The QueryContext can only be set once on a SelectStatement."}
5674
5675
5676         // ==========================================================
5677         // Messages for SubRange
5678         //  Please use message prefix "PGS15800 - PGS15899"
5679         // ==========================================================
5680
5681         /**
5682         * @note  PGS15800
5683         */
5684         QueryCommon.SubRange.INDEX_NOT_NUMBER:string {"PGS15800: The array index string cannot be converted to a numeric form."}
5685
5686         /**
5687         * @note  PGS15801
5688         */
5689         QueryCommon.SubRange.INDEX_NOT_SINGLE:string {"PGS15801: The array index is not a single unsigned integer."}
5690
5691         // ==========================================================
5692         // Messages for QueryExpression
5693         //  Please use message prefix "PGS15900 - PGS15999"
5694         // ==========================================================
5695
5696         /**
5697         * @note  PGS15900
5698         *     Substitution {0} is the name of the query language (a string)
5699         */
5700         Query.QueryExpression.INVALID_QUERY_LANGUAGE:string {"PGS15900: The query language specified is not valid: {0}."}
5701
5702
5703         /**
5704         * @note  PGS15901
5705         *     Do not translate NULL since it is a value of SelectStatement
5706         *     Do not translate SelectStatement since it is an object name
5707         */
5708         Query.QueryExpression.SS_IS_NULL:string {"PGS15901: Cannot process a query with a NULL SelectStatement."}
5709
5710         // ==========================================================
5711         // Messages for CQLFactor
5712         //  Please use message prefix "PGS16000 - PGS16099"
5713         // ==========================================================
5714
5715         /**
5716         * @note  PGS16000
5717         *     Do not translate CQLFactor since it is an object name
5718         */
5719         CQL.CQLFactorRep.FACTOR_HAS_NO_TYPE:string {"PGS16000: The CQLFactor was constructed without a type."}
5720
5721         // ==========================================================
5722         // Messages for Exception
5723         //  Please use message prefix "PGS16100 - PGS16199"
5724         // ==========================================================
5725
5726         Common.ObjectNormalizer.GENERIC_FAILURE:string {"PGS16100: Generic failure."}
5727
5728         /**
5729         * @note PGS16101:
5730         *            Substitution {0} is a message string
5731         */
5732         Common.ObjectNormalizer.INVALID_QUALIFIER_NAME:string {"PGS16101: Qualifier name {0} is not valid."}
5733
5734         /**
5735         * @note PGS16102:
5736         *            Substitution {0} is a message string
5737         */
5738         Common.ObjectNormalizer.INVALID_QUALIFIER_TYPE:string {"PGS16102: Qualifier type {0} is not valid."}
5739
5740         /**
5741         * @note PGS16103:
5742         *            Substitution {0} is a message string
5743         */
5744         Common.ObjectNormalizer.MISSING_QUALIFIER:string {"PGS16103: Qualifier {0} is missing."}
5745
5746         /**
5747         * @note PGS16104:
5748         *            Substitution {0} is a message string
5749         */
5750         Common.ObjectNormalizer.INVALID_PROPERTY_NAME:string {"PGS16104: Property name {0} is not valid."}
5751
5752         /**
5753         * @note PGS16105:
5754         *            Substitution {0} is a message string
5755         */
5756         Common.ObjectNormalizer.INVALID_PROPERY_TYPE:string {"PGS16105: Property type {0} is not valid."}
5757
5758         /**
5759         * @note PGS16106:
5760         *            Substitution {0} is a message string
5761         */
5762         Common.ObjectNormalizer.MISSING_PROPERTY:string {"PGS16106: Property {0} is missing."}
5763
5764         /**
5765         * @note PGS16107:
5766         *            Substitution {0} is a message string
5767         */
5768         Common.ObjectNormalizer.INVALID_CLASS_NAME:string {"PGS16107: Class name {0} is not valid."}
5769
5770         /**
5771         * @note PGS16108:
5772         *            Substitution {0} is a message string
5773         */
5774         Common.ObjectNormalizer.INVALID_CLASS_TYPE:string {"PGS16108: Class type {0} is not valid."}
5775
5776         /**
5777         * @note PGS16109:
5778         *            Substitution {0} is a message string
5779         */
5780         Common.ObjectNormalizer.INVALID_KEY_NAME:string {"PGS16109: Key name {0} is not valid."}
5781
5782         /**
5783         * @note PGS16110:
5784         *            Substitution {0} is a message string
5785         */
5786         Common.ObjectNormalizer.INVALID_KEY_TYPE:string {"PGS16110: Key type {0} is not valid."}
5787
5788         /**
5789         * @note PGS16111:
5790         *            Substitution {0} is a message string
5791         */
5792         Common.ObjectNormalizer.MISSING_KEY:string {"PGS16111: Key {0} is missing."}
5793
5794         // ==========================================================
5795         // Messages for IndicationFormatter
5796         //  Please use message prefix "PGS16200 - PGS16299""
5797         // ==========================================================
5798
5799         /**
5800         * @note  PGS16200:
5801         *    Substitution {0} is a string containing the (syntax of) property value
5802         *    Substitution {1} is a string containing the property name
5803         */
5804         Common.IndicationFormatter._MSG_INVALID_SYNTAX_OF_FOR_PROPERTY:string {"PGS16200: The syntax of {0} is not valid for property {1}."}
5805
5806         /**
5807         * @note  PGS16201:
5808         *    Substitution {0} is a string containing the array index value
5809         *    Substitution {1} is a string containing the property name
5810         */
5811         Common.IndicationFormatter._MSG_INDEX_IS_OUT_OF_BOUNDS:string {"PGS16201: The value of array index {0} for property {1} is out of bounds."}
5812
5813         /**
5814         * @note  PGS16202:
5815         *    Substitution {0} is a string containing the property type
5816         *    Substitution {1} is a string containing the property name
5817         */
5818         Common.IndicationFormatter._MSG_INVALID_TYPE_OF_FOR_PROPERTY:string {"PGS16202: The type of {0} is not valid for property {1}."}
5819
5820         /**
5821         * @note  PGS16203:
5822         *    Substitution {0} is a string containing the property name
5823         */
5824         Common.IndicationFormatter._MSG_PROPERTY_IS_NOT_AN_ARRAY_TYPE:string {"PGS16203: The property {0} is not an array type."}
5825
5826         /**
5827         * @note  PGS16204:
5828         *    Substitution {0} is a string containing the specified property type
5829         *    Substitution {1} is a string containing the property name
5830         *    Substitution {2} is a string containing the property type
5831         */
5832         Common.IndicationFormatter._MSG_MISS_MATCHED_TYPE_OF_FOR_PROPERTY:string {"PGS16204: The specified property type {0} in property {1} does not match the property type {2}."}
5833
5834         /**
5835         * @note  PGS16205:
5836         *    Substitution {0} is a string containing the property name
5837         *    Substitution {1} is a string containing the property name
5838         */
5839         Common.IndicationFormatter._MSG_MISS_MATCHED_PROPERTY_NAME:string {"PGS16205: The property name {0} in {1} is not included in the SELECT clause."}
5840
5841         /**
5842         * @note  PGS16206:
5843         *    Substitution {0} is a string containing the index
5844         */
5845         Common.IndicationFormatter._MSG_INVALID_INDEX:string {"PGS16206: Index string {0} is not valid."}
5846
5847         /**
5848         * @note  PGS16207:
5849         */
5850         Common.IndicationFormatter._MSG_BOOLEAN_TRUE:string {"PGS16207: true."}
5851
5852         /**
5853         * @note  PGS16208:
5854         */
5855         Common.IndicationFormatter._MSG_BOOLEAN_FALSE:string {"PGS16208: false."}
5856
5857         // ==========================================================
5858         // Messages for SystemLogListenerDestination
5859         //  Please use message prefix "PGS16300 - PGS16399""
5860         // ==========================================================
5861
5862         Handler.SystemLogListenerDestination.SystemLogListenerDestination.FAILED_TO_DELIVER_INDICATION_TO_SYSTEM_LOG:string {"PGS16300:  Failed to deliver indication to system log file."}
5863
5864         // ==========================================================
5865         // Messages for DefaultProviderManager
5866         //  Please use message prefix "PGS16400 - PGS16499"
5867         // ==========================================================
5868
5869         /**
5870         * @note  PGS16400
5871         *    Substitution {0} is the name of the provider
5872         *    Substitution {1} is another message string
5873         */
5874         ProviderManager.Default.DefaultProviderManager.ENABLE_INDICATIONS_FAILED:string {"PGS16400: Failed to enable indications for provider {0}: {1}."}
5875
5876         /**
5877         * @note  PGS16401
5878         *    Substitution {0} is the name of the provider
5879         */
5880         ProviderManager.Default.DefaultProviderManager.ENABLE_INDICATIONS_FAILED_UNKNOWN:string {"PGS16401: Failed to enable indications for provider {0}."}
5881
5882         // ==========================================================
5883         // Messages for CMPIProviderManager
5884         //  Please use message prefix "PGS16500 - PGS16599"
5885         // ==========================================================
5886
5887         /**
5888         * @note  PGS16500
5889         *    Substitution {0} is the name of the provider
5890         *    Substitution {1} is another message string
5891         */
5892         ProviderManager.CMPI.CMPIProviderManager.ENABLE_INDICATIONS_FAILED:string {"PGS16500: Failed to enable indications for provider {0}: {1}."}
5893
5894         /**
5895         * @note  PGS16501
5896         *    Substitution {0} is the name of the provider
5897         */
5898         ProviderManager.CMPI.CMPIProviderManager.ENABLE_INDICATIONS_FAILED_UNKNOWN:string {"PGS16501: Failed to enable indications for provider {0}."}
5899
5900         /**
5901         * @note PGS16502
5902         *    Substitution {0} is the filename of the provider
5903         */
5904         ProviderManager.CMPI.CMPILocalProviderManager.CANNOT_FIND_LIBRARY:string {"PGS16502: For provider {0} the library name was empty. Check provider registered location."}
5905
5906         /**
5907         * @note PGS16503
5908         *    Substitution {0} is the name of the provider
5909         *    Substitution {1} is another message string
5910         */
5911         ProviderManager.CMPI.CMPIProvider.CANNOT_INIT_API:string {"PGS16503: Error initializing {0} the following API(s): {1}."}
5912
5913         /**
5914         * @note PGS16504
5915         *    Substitution {0} is the filename of the provider
5916         *    Substitution {1} is the name of the provider
5917         *    Substitution {2} is the operatating system message string
5918         */
5919         ProviderManager.CMPI.CMPIProviderModule.CANNOT_LOAD_LIBRARY:string {"PGS16504: ({0}:{1}):Cannot load library, error: {2}"}
5920
5921         /**
5922         * @note PGS16505
5923         *    Substitution {0} is the filename of the provider
5924         *    Substitution {1} is the name of the provider
5925         */
5926         ProviderManager.CMPI.CMPIProviderModule.WRONG_LIBRARY:string {"PGS16505: ({0}) Provider is not a CMPI style provider. Cannot find {1}_Create<mi-type>MI symbol."}
5927
5928         /**
5929         * @note PGS16506
5930         *    Substitution {0} is the filename of the provider
5931         *    Substitution {1} is the name of the provider
5932         */
5933         ProviderManager.CMPI.CMPIProviderModule.CONFLICTING_CMPI_STYLE:string {"PGS16506: ({0}:{1}) conflicting generic/specfic CMPI style provider"}
5934
5935         /**
5936         * @note PGS16507
5937         *    Substitution {0} is the provider name
5938         *    Substitution {1} is the filename of the provider
5939         */
5940         ProviderManager.CMPI.CMPIProviderManager.CANNOT_FIND_LIBRARY:string {"PGS16507: For provider {0} library {1} was not found."}
5941
5942         /**
5943         * @note PGS16508
5944         */
5945         ProviderManager.CMPI.CMPIProviderManager.PROVIDER_LOAD_FAILURE:string {"PGS16508: ProviderLoadFailure: Cannot find _Create<mi-type>MI symbol."}
5946
5947         /**
5948         * @note PGS16509
5949         *    Substitution {0} is the name of the provider
5950         *    Substitution {1} is another message string
5951         */
5952         ProviderManager.CMPI.CMPIProviderManager.DISABLE_INDICATIONS_FAILED:string {"PGS16509: Failed to disable indications for provider {0}: {1}."}
5953
5954         /**
5955         * @note  PGS16510
5956         *    Substitution {0} is the name of the provider
5957         */
5958         ProviderManager.CMPI.CMPIProviderManager.DISABLE_INDICATIONS_FAILED_UNKNOWN:string {"PGS16510: Failed to disable indications for provider {0}."}
5959
5960
5961         // ==========================================================
5962         // Messages for EmailListenerDestination
5963         //  Please use message prefix "PGS16600 - PGS16699""
5964         // ==========================================================
5965
5966         Handler.EmailListenerDestination.EmailListenerDestination.FAILED_TO_DELIVER_INDICATION_VIA_EMAIL:string {"PGS16600:  Failed to deliver indication via e-mail."}
5967
5968         /**
5969          * @note PGS16601
5970          * DO NOT TRANSLATE "sendmail"
5971          */
5972
5973          Handler.EmailListenerDestination.EmailListenerDestination.UNSUPPORTED_OPERATION:string {"PGS16601: sendmail is not supported."}
5974
5975         /**
5976         * @note  PGS16602:
5977         *    Substitution {0} is a string containing the path
5978         *    Substitution {1} is a string containing the error message
5979         */
5980         Handler.EmailListenerDestination.EmailListenerDestination._MSG_EXECUTE_ACCESS_FAILED:string {"PGS16602: Cannot execute {0}: {1}."}
5981
5982         /**
5983          * @note  PGS16603:
5984           * DO NOT TRANSLATE "fopen"
5985          *    Substitution {0} is a string containing the path
5986          *    Substitution {1} is a string containing the error message
5987          */
5988          Handler.EmailListenerDestination.EmailListenerDestination._MSG_FAILED_TO_OPEN_THE_FILE:string {"PGS16603: fopen of {0} failed: {1}."}
5989
5990         Handler.EmailListenerDestination.EmailListenerDestination.DO_NOT_HAVE_EMAIL_ADDRESS:string {"PGS16604: Do not have an e-mail address."}
5991
5992         /**
5993         * @note  PGS16605:
5994         *    Substitution {0} is a string containing mailTo address
5995         *    Substitution {1} is a string containing the error message
5996         */
5997         Handler.EmailListenerDestination.EmailListenerDestination._MSG_WRITE_TO_THE_FILE_FAILED:string {"PGS16605: Failed to write the {0} to the file: {1}."}
5998
5999         /**
6000         * @note  PGS16606:
6001         *    Substitution {0} is a string containing the file name
6002         *    Substitution {1} is a string containing the error message
6003         */
6004         Handler.EmailListenerDestination.EmailListenerDestination._MSG_FILE_DOES_NOT_EXIST:string {"PGS16606: File {0} does not exist: {1}."}
6005
6006         /**
6007         * @note  PGS16607:
6008         *    Substitution {0} is a string containing the file name
6009         *    Substitution {1} is a string containing the error message
6010         */
6011         Handler.EmailListenerDestination.EmailListenerDestination._MSG_CAN_NOT_GET_FILE_STATUS:string {"PGS16607: Can not get file {0} status: {1}."}
6012
6013         /**
6014          * @note  PGS16608:
6015          * DO NOT TRANSLATE "popen"
6016          */
6017          Handler.EmailListenerDestination.EmailListenerDestination._MSG_POPEN_OF_SENDMAIL_FAILED:string {"PGS16608: popen of sendmail failed."}
6018
6019         /**
6020          * @note  PGS16609:
6021          * DO NOT TRANSLATE "popen"
6022          */
6023          Handler.EmailListenerDestination.EmailListenerDestination._MSG_NO_ASSOCIATED_STREAM:string {"PGS16609: No associated stream with this popen command."}
6024
6025          Handler.EmailListenerDestination.EmailListenerDestination._MSG_SHELL_CAN_NOT_BE_EXECUTED:string {"PGS16610: /usr/bin/sh could not be executed."}
6026
6027         /**
6028          * @note PGS16611:
6029          * DO NOT TRANSLATE "mail_send_begin"
6030          */
6031
6032         Handler.EmailListenerDestination.EmailListenerDestination.ROUTINE_MAIL_SEND_BEGIN_FAILED.PEGASUS_OS_VMS:string {"PGS16611: Routine mail$send_begin failed."}
6033
6034         /**
6035          * @note PGS16612:
6036          * DO NOT TRANSLATE "MAIL_send_add_attribute"
6037          */
6038
6039         Handler.EmailListenerDestination.EmailListenerDestination.ROUTINE_MAIL_SEND_ADD_ATTRIBUTE_FAILED.PEGASUS_OS_VMS:string {"PGS16612: Routine mail$send_add_attribute failed."}
6040
6041         /**
6042          * @note PGS16613:
6043          * DO NOT TRANSLATE "MAIL_send_add_bodypart"
6044          */
6045
6046         Handler.EmailListenerDestination.EmailListenerDestination.ROUTINE_MAIL_SEND_ADD_BODYPART_FAILED.PEGASUS_OS_VMS:string {"PGS16613: Routine mail$send_add_bodypart failed."}
6047
6048         /**
6049          * @note PGS16614:
6050          * DO NOT TRANSLATE "MAIL_send_add_address"
6051          */
6052
6053         Handler.EmailListenerDestination.EmailListenerDestination.ROUTINE_MAIL_SEND_ADD_ADDRESS_FAILED.PEGASUS_OS_VMS:string {"PGS16614: Routine mail$send_add_address failed."}
6054
6055         /**
6056          * @note PGS16615:
6057          * DO NOT TRANSLATE "MAIL_send_add_address"
6058          */
6059
6060         Handler.EmailListenerDestination.EmailListenerDestination.ROUTINE_MAIL_SEND_ADD_ADDRESS_FAC.PEGASUS_OS_VMS:string {"PGS16615: Routine mail$send_add_address failed (cc)."}
6061
6062         /**
6063          * @note PGS16616:
6064          * DO NOT TRANSLATE "MAIL_send_message"
6065          */
6066
6067         Handler.EmailListenerDesination.EmailListenerDestination.ROUTINE_MAIL_SEND_MESSAGE_FAILED.PEGASUS_OS_VMS:string {"PGS16616: Routine mail$send_message failed."}
6068
6069         /**
6070          * @note PGS16617:
6071          * DO NOT TRANSLATE "MAIL_send_end"
6072          */
6073
6074         Handler.EmailListenerDestination.EmailListenerDestination.ROUTINE_MAIL_SEND_END_FAILED.PEGASUS_OS_VMS:string {"PGS16617: Routine mail$send_end failed."}
6075        
6076
6077         // ==========================================================
6078         // Messages for InteropProvider
6079         //  Please use message prefix "PGS16700 - PGS16799""
6080         // ==========================================================
6081
6082
6083
6084         /**
6085           * @note PGS16700
6086           * DO NOT TRANSLATE "Interop"
6087           */
6088  
6089          ControlProviders.InteropProvider.CREATE_INSTANCE_NOT_ALLOWED:string {"PGS16700: Interop provider for class {0} does not allow create instance operations."}
6090
6091
6092         /**
6093           * @note PGS16701
6094           * DO NOT TRANSLATE "Interop"
6095           */
6096          ControlProviders.InteropProvider.MODIFY_INSTANCE_NOT_ALLOWED:string {"PGS16701: Interop provider for class {0} does not allow modify instance operations."}
6097
6098         /**
6099           * @note PGS16702
6100           * DO NOT TRANSLATE "Interop"
6101           */
6102          ControlProviders.InteropProvider.DELETE_INSTANCE_NOT_ALLOWED:string {"PGS16702: Interop provider for class {0} does not allow delete instance operations."}
6103
6104         // ==========================================================
6105         // Messages for ProviderManager.BasicProviderManagerRouter
6106         //  Please use message prefix "PGS16800"
6107         // ==========================================================
6108
6109         /**
6110         * @note  PGS16800
6111         *    Substitution {0} is a string ID for a provider interface type.
6112         *    Substitution {1} is a string name of a shared library file.
6113         */
6114         ProviderManager.BasicProviderManagerRouter.PROVIDERMANAGER_LOAD_FAILED:string {"PGS16800:  Failed to load the Provider Manager for interface type \"{0}\" from library \"{1}\"."}
6115
6116         // ==========================================================
6117         // Messages for src.Service.ServerProcessUnix
6118         //  Please use message prefix "PGS17000"
6119         // ==========================================================
6120         /**
6121         * @note PGS17000:
6122         *     Do not translate the word 'cimserver'.
6123         */
6124         src.Service.ServerProcessUnix.CIMSERVER_START_TIMEOUT:string {"PGS17000: The cimserver command timed out waiting for the CIM server to start."}
6125
6126         // ==========================================================
6127         // Messages for Security BasicAuthenticationHandler
6128         //  Please use message prefix "PGS17200"
6129         // ==========================================================
6130
6131         /**
6132         * @note  PGS17200:
6133         *    Substitution {0} is a user name (a string)
6134         */
6135         Security.Authentication.BasicAuthenticationHandler.BASIC_AUTHENTICATION_FAILED:string {"PGS17200: Authentication failed for user {0}."}
6136
6137         /**
6138         * @note  PGS17201:
6139         *    Substitution {0} is a user name (a string)
6140         */
6141         Security.Authentication.BasicAuthenticationHandler.PRIVILEGED_ACCESS_DISABLED:string {"PGS17201: Authentication failed for user ''{0}'' because enableRemotePrivilegedUserAccess is not set to ''true''."}
6142
6143         /**
6144         * @note  PGS17202:
6145         *    Substitution {0} is a user name (a string)
6146         *    Do not translate 'READ', 'CIMSERV CL(WBEM)' as it are RACF names
6147         */
6148         Security.Authentication.SecureBasicAuthenticator.NOREAD_CIMSERV_ACCESS.PEGASUS_OS_ZOS:string {"PGS17202: Request UserID {0} does not have READ permission to profile CIMSERV CL(WBEM)."}
6149  
6150          /**
6151          * @note  PGS17203:
6152          *    Substitution {0} is a user name (a string)
6153          */
6154          Security.Authentication.SecureBasicAuthenticator.EMPTY_PASSWD.PEGASUS_OS_ZOS:string {"PGS17203: Request UserID {0} misses password."}
6155  
6156          /**
6157          * @note  PGS17204:
6158          *    Substitution {0} is a user name (a string)
6159          *    Do not translate 'passticket' and 'OMVSAPPL' as it is a RACF term
6160          */
6161          Security.Authentication.SecureBasicAuthenticator.APPLID_OMVSAPPL.PEGASUS_OS_ZOS:string {"PGS17204: CIM server authentication is using application ID OMVSAPPL."}
6162         
6163         // ==========================================================
6164         // Messages for Security LocalAuthenticationHandler
6165         //  Please use message prefix "PGS17400"
6166         // ==========================================================
6167         
6168         /**
6169         * @note  PGS17400:
6170         *    Substitution {0} is a user name (a string)
6171         *    Do not translate 'READ', 'CIMSERV CL(WBEM)' as it are RACF names
6172         */
6173         Security.Authentication.LocalAuthenticationHandler.NOREAD_CIMSERV_ACCESS.PEGASUS_OS_ZOS:string {"PGS17400: Request UserID {0} does not have READ permission to profile CIMSERV CL(WBEM)."}
6174
6175         /**
6176         * @note  PGS17401:
6177         *    Substitution {0} is a user name (a string)
6178         */
6179         Security.Authentication.LocalAuthenticationHandler.LOCAL_AUTHENTICATION_FAILED:string {"PGS17401: Local Authentication failed for user {0}."}
6180
6181         // ==========================================================
6182         // Messages for Security LocalAuthFile
6183         //  Please use message prefix "PGS17600"
6184         // ==========================================================
6185         
6186         /**
6187         * @note PGS17600:
6188         *     
6189         */
6190         Security.Authentication.LocalAuthFile.NO_CHOWN:string {"PGS17600: Changing ownership of the local authentication security file back to the CIMServer UserId failed."}
6191
6192         /**
6193         * @note PGS17601:
6194         *    Substitution {0} is a file name (a string)
6195         *    Substitution {1} is a system error message (a string)
6196         *     
6197         */
6198         Security.Authentication.LocalAuthFile.NO_CREATE:string {"PGS17601: Creation of the local authentication security file {0} failed: {1}"}
6199
6200         /**
6201         * @note PGS17602:
6202         *    Substitution {0} is a file name (a string)
6203         *     
6204         */
6205         Security.Authentication.LocalAuthFile.NO_WRITE:string {"PGS17602: Cannot write security token to the local authentication security file {0}."}
6206
6207         /**
6208         * @note PGS17603:
6209         *    Substitution {0} is a file name (a string)
6210         *    Substitution {1} is a system error message (a string)
6211         *     
6212         */
6213         Security.Authentication.LocalAuthFile.NO_CHMOD:string {"PGS17603: Changing permissions of the local authentication security file {0} failed: {1}"}
6214             
6215         /**
6216         * @note PGS17604:
6217         *    Substitution {0} is a file name (a string)
6218         *    Substitution {1} is a system error message (a string)
6219         *     
6220         */
6221         Security.Authentication.LocalAuthFile.NO_CHOWN_REQUSER:string {"PGS17604: Changing ownership of the local authentication security file {0} to the requesting user failed: {1}"}
6222
6223         // ==========================================================
6224         // Messages for Audit Logger
6225         //  Please use message prefix "PGS17800"
6226         // ==========================================================
6227         
6228         /**
6229         * @note PGS17800:
6230         *    Substitution {0} is a string containing property name and value
6231         *     
6232         */
6233         Common.AuditLogger.CURRENT_CONFIG:string {"PGS17800: cimserver configuration {0}"} 
6234
6235         /**
6236         * @note PGS17801:
6237         *    Substitution {0} is a string containing the provider module name 
6238         *    Substitution {1} is a string containing the provider module status 
6239         *     
6240         */
6241         Common.AuditLogger.CURRENT_PROVIDER_REGISTRATION:string {"PGS17801: Provider module {0} has status {1}."}
6242
6243         /**
6244         * @note PGS17802:
6245         *    Substitution {0} is a string containing the environment variable 
6246         *     
6247         */
6248         Common.AuditLogger.CURRENT_ENV:string {"PGS17802: cimserver environment variable: {0}"} 
6249
6250         /**
6251         * @note PGS17803:
6252         *    Substitution {0} is a string containing a property name 
6253         *    Substitution {1} is a string containing a property value 
6254         *    Substitution {2} is a string containing a property value 
6255         *    Substitution {3} is a string containing a user name 
6256         *     
6257         */
6258         Common.AuditLogger.SET_PLANNED_CONFIG_PROPERTY:string {"PGS17803: The planned value of property \"{0}\" is modified from value \"{1}\" to value \"{2}\" by user \"{3}\"."}
6259
6260         /**
6261         * @note PGS17804:
6262         *    Substitution {0} is a string containing a property name 
6263         *    Substitution {1} is a string containing a property value 
6264         *    Substitution {2} is a string containing a property value 
6265         *    Substitution {3} is a string containing a user name 
6266         *     
6267         */
6268         Common.AuditLogger.SET_CURRENT_CONFIG_PROPERTY:string {"PGS17804: The current value of property \"{0}\" is modified from value \"{1}\" to value \"{2}\" by user \"{3}\"."}
6269
6270         /**
6271         * @note PGS17805:
6272         */
6273         Common.AuditLogger.ENABLE_AUDIT_LOG:string {"PGS17805: Audit logging is enabled.\n"} 
6274
6275         /**
6276         * @note PGS17806:
6277         *     
6278         */
6279         Common.AuditLogger.DISABLE_AUDIT_LOG:string {"PGS17806: Audit logging is disabled.\n"} 
6280
6281         /**
6282         * @note PGS17807:
6283         *    Substitution {0} is a string containing a CIM operation name
6284         *    Substitution {1} is a string containing a CIM class name
6285         *    Substitution {2} is a string containing a CIM namespace name
6286         *    Substitution {3} is a string containing a user name
6287         *    Substitution {4} is a string containing a system identifier
6288         *    Substitution {5} is a string containing a status code and description
6289         */
6290         Common.AuditLogger.OPERATION_UPDATE_CLASS:string {"PGS17807: A CIM {0} operation on class \"{1}\" in namespace \"{2}\" by user \"{3}\" connected from system \"{4}\" resulted in status \"{5}\"."}
6291
6292         /**
6293         * @note PGS17808:
6294         *    Substitution {0} is a string containing a CIM operation name
6295         *    Substitution {1} is a string containing a CIM qualifier name
6296         *    Substitution {2} is a string containing a CIM namespace name
6297         *    Substitution {3} is a string containing a user name
6298         *    Substitution {4} is a string containing a system identifier
6299         *    Substitution {5} is a string containing a status code and description
6300         */
6301         Common.AuditLogger.OPERATION_UPDATE_QUALIFIER:string {"PGS17808: A CIM {0} operation on qualifier \"{1}\" in namespace \"{2}\" by user \"{3}\" connected from system \"{4}\" resulted in status \"{5}\"."}
6302
6303         /**
6304         * @note PGS17809:
6305         *    Substitution {0} is a string containing a CIM operation name
6306         *    Substitution {1} is a string containing a CIM instance name
6307         *    Substitution {2} is a string containing a CIM namespace name
6308         *    Substitution {3} is a string containing a user name
6309         *    Substitution {4} is a string containing a system identifier
6310         *    Substitution {5} is a string containing a status code and description
6311         */
6312         Common.AuditLogger.OPERATION_UPDATE_INSTANCE:string {"PGS17809: A CIM {0} operation on instance \"{1}\" in namespace \"{2}\" by user \"{3}\" connected from system \"{4}\" resulted in status \"{5}\"."}
6313
6314         /**
6315         * @note PGS17810:
6316         *    Substitution {0} is a string containing a CIM operation name
6317         *    Substitution {1} is a string containing a CIM instance name
6318         *    Substitution {2} is a string containing a CIM namespace name
6319         *    Substitution {3} is a string containing a user name
6320         *    Substitution {4} is a string containing a system identifier
6321         *    Substitution {5} is a string containing a status code and description
6322         *    Substitution {6} is a string containing a provider name
6323         *    Substitution {7} is a string containing a provider module name
6324         */
6325         Common.AuditLogger.OPERATION_UPDATE_INSTANCE_WITH_PROVIDER:string {"PGS17810: A CIM {0} operation on instance \"{1}\" in namespace \"{2}\" by user \"{3}\" connected from system \"{4}\" resulted in status \"{5}\".  The provider for this operation is \"{6}\" in module \"{7}\"."}
6326
6327         /**
6328         * @note PGS17811:
6329         *    Substitution {0} is a string containing a CIM method name
6330         *    Substitution {1} is a string containing a CIM object name
6331         *    Substitution {2} is a string containing a CIM namespace name
6332         *    Substitution {3} is a string containing a user name
6333         *    Substitution {4} is a string containing a system identifier
6334         *    Substitution {5} is a string containing a status code and description
6335         */
6336         Common.AuditLogger.OPERATION_INVOKE_METHOD:string {"PGS17811: A CIM InvokeMethod operation on method \"{0}\" of object \"{1}\" in namespace \"{2}\" by user \"{3}\" connected from system \"{4}\" resulted in status \"{5}\"."}
6337
6338         /**
6339         * @note PGS17812:
6340         *    Substitution {0} is a string containing a CIM method name
6341         *    Substitution {1} is a string containing a CIM object name
6342         *    Substitution {2} is a string containing a CIM namespace name
6343         *    Substitution {3} is a string containing a user name
6344         *    Substitution {4} is a string containing a system identifier
6345         *    Substitution {5} is a string containing a status code and description
6346         *    Substitution {6} is a string containing a provider name
6347         *    Substitution {7} is a string containing a provider module name
6348         */
6349         Common.AuditLogger.OPERATION_INVOKE_METHOD_WITH_PROVIDER:string {"PGS17812: A CIM InvokeMethod operation on method \"{0}\" of object \"{1}\" in namespace \"{2}\" by user \"{3}\" connected from system \"{4}\" resulted in status \"{5}\".  The provider for this operation is \"{6}\" in module \"{7}\"."}
6350
6351         /**
6352         * @note PGS17813:
6353         *    Substitution {0} is a string containing a provider module name 
6354         *    Substitution {1} is a string containing a current provider module status 
6355         *    Substitution {2} is a string containing a new provider module status 
6356         *     
6357         */
6358         Common.AuditLogger.UPDATE_PROVIDER_MODULE_STATUS:string {"PGS17813: The operational status of module {0} has changed from {1} to {2}."} 
6359
6360         /**
6361         * @note PGS17814:
6362         *    Substitution {0} is a string containing result
6363         *    Substitution {1} is a string containing a user name
6364         */
6365         Common.AuditLogger.LOCAL_AUTHENTICATION:string {"PGS17814: Local authentication attempt: successful = {0}, user name = {1}."}
6366
6367         /**
6368         * @note PGS17815:
6369         *    Substitution {0} is a string containing result
6370         *    Substitution {1} is a string containing a user name
6371         *    Substitution {2} is a string containing a ip address
6372         */
6373         Common.AuditLogger.BASIC_AUTHENTICATION:string {"PGS17815: Basic authentication attempt: successful = {0}, user name = {1}, IP address = {2}."}
6374
6375
6376         // ==========================================================
6377         // Messages for DynListener.cimlistener 
6378         //  Please use message prefix "PGS18000"
6379         // ==========================================================
6380         
6381         /**
6382         * @note PGS18000:
6383         *     
6384         */
6385         DynListener.cimlistener.KILL_PERM_DENIED:string {"PGS18000: Permission denied: Not permitted to shutdown cimlistener process."}
6386
6387         /**
6388         * @note PGS18001:
6389         *    Substitution {0} is a system error message (a string)
6390         */
6391         DynListener.cimlistener.KILL_FAILED:string {"PGS18001: Failed to shutdown cimlistener process. Error: \"{1}\""}
6392
6393
6394         // ==========================================================
6395         // Messages for SLP
6396         // Please use message prefix "PGS18200"
6397         // ==========================================================
6398
6399         /**
6400         * @note PGS18200:
6401         *    Substitution {0} is a string containing message from exception
6402         *     
6403         */
6404         Pegasus.Server.SLP.INTERNAL_SLP_REGISTRATION_FAILED_EXCEPTION:string{"PGS18200: CIM Server registration with Internal SLP Failed. Exception: {0}"}
6405
6406         /**
6407         * @note PGS18201:
6408         *    Substitution {0} is a string containing message from exception
6409         *     
6410         */
6411         Pegasus.Server.SLP.EXTERNAL_SLP_REGISTRATION_FAILED_EXCEPTION:string{"PGS18201: CIM Server registration with External SLP Failed. Exception: {0}"}
6412
6413         /**
6414         * @note PGS18202:
6415         *     
6416         */
6417         Pegasus.Server.SLP.INTERNAL_SLP_REGISTRATION_FAILED_ERROR:string{"PGS18202: CIM Server registration with Internal SLP Failed."}
6418
6419         /**
6420         * @note PGS18203:
6421         *     
6422         */
6423         Pegasus.Server.SLP.EXTERNAL_SLP_REGISTRATION_FAILED_ERROR:string{"PGS18203: CIM Server registration with External SLP Failed."}
6424
6425         /**
6426         * @note PGS18204:
6427         *     
6428         */
6429         Pegasus.Server.SLP.SLP_REGISTRATION_INITIATED:string{"PGS18204: SLP Registration Initiated"}
6430
6431         /**
6432         * @note PGS18205:
6433         *     
6434         */
6435         Pegasus.Server.SLP.PROTOCOLS_NOT_ENABLED:string{"PGS18205: Both Http and Https protocols are disabled, SLP registration skipped."}
6436
6437
6438         // ==========================================================
6439         // Messages for WQLSelectStatement
6440         //  Please use message prefix "PGS18400 - PGS18599"
6441         // ==========================================================
6442
6443         /**
6444         * @note  PGS18400
6445         */
6446         WQL.WQLSelectStatementRep.MISSING_PROPERTY_ON_INSTANCE:string{"PGS18400: A property in the Select list is missing from the instance"}
6447
6448         /**
6449         * @note  PGS18401
6450         *     Substitution {0} is the class property (a string)
6451         *     Substitution {1} is the class name (a string)
6452         */
6453         WQL.WQLSelectStatementRep.PROP_NOT_FOUND:string {"PGS18401: The property {0} was not found in the FROM class {1}"}
6454
6455         /**
6456         * @note  PGS18402
6457         *     Substitution {0} is the Array property (a string)
6458         *     Do not translate WQL
6459         */
6460         WQL.WQLSelectStatementRep.WHERE_PROP_IS_ARRAY:string {"PGS18402: Array property {0} is not supported in the WQL WHERE clause."}
6461
6462         /**
6463         * @note  PGS18403
6464         *     Substitution {0} is the Class name (a string)
6465         */
6466         WQL.WQLSelectStatementRep.CLASSNAME_NOT_IN_REPOSITORY:string {"PGS18403: The class name {0} was not found in the repository."}
6467
6468         /**
6469         * @note  PGS18404
6470         */
6471         WQL.WQLSelectStatementRep.QUERY_CONTEXT_IS_NULL:string {"PGS18404: Trying to process a query with a NULL Query Context."}
6472
6473         /**
6474         * @note  PGS18405
6475         */
6476         WQL.WQLSelectStatementRep.CLASS_NOT_FROM_LIST_CLASS:string {"PGS18405: Class {0} does not match the FROM class or any of its subclasses."}
6477
6478
6479         // ==========================================================
6480         // Messages for JMPIProviderManager
6481         //  Please use message prefix "PGS18600 - PGS17799"
6482         // ==========================================================
6483
6484         /**
6485           * @note PGS18600
6486           *    Substitution {0} is the filename of the provider
6487           *    Substitution {1} is the name of the provider
6488           *    Substitution {2} is the operatating system message string
6489           */
6490         ProviderManager.JMPI.JMPIProviderModule.CANNOT_LOAD_LIBRARY:string {"PGS18600: ({0}:{1}):Cannot load library, error: {2}"}
6491
6492         /**
6493           * @note PGS18601
6494           * DO NOT TRANSLATE "JVM"
6495           */
6496         ProviderManager.JMPI.JMPIProviderManager.INIT_JVM_FAILED:string {"PGS18601: Could not initialize the JVM (Java Virtual Machine) runtime environment."}
6497
6498         /**
6499           * @note PGS18602
6500           */
6501         ProviderManager.JMPI.JMPIProviderManager.METHOD_NOT_FOUND:string {"PGS18602: Could not find a method for the provider based on InterfaceType."}
6502         
6503         /**
6504         * @note PGS18603
6505         *
6506         */
6507         ProviderManager2.JMPI.JMPIImpl.GET_CLASSPATH_FAILED.STANDARD:string {"PGS18603: Could not get CLASSPATH from environment."}
6508         
6509         /**
6510         * This message is no longer used in Pegasus 2.6.1. 
6511         */
6512         ProviderManager2.JMPI.JMPIImpl.GET_CLASSPATH_FAILED.PEGASUS_OS_ZOS:string {"PGS18603: Could not get CLASSPATH from environment. Either CLASSPATH is longer than 255 characters or not set at all."}
6513
6514         
6515
6516
6517 // ==============================================================================
6518 // END OF RESOURCE BUNDLE
6519 // DO NOT ADD MESSAGES AFTER THE FOLLOWING '}'
6520 // ==============================================================================
6521 }
6522