00001 // 00002 //Copyright (C) 2004-2006 Autodesk, Inc. 00003 // 00004 //This library is free software; you can redistribute it and/or 00005 //modify it under the terms of version 2.1 of the GNU Lesser 00006 //General Public License as published by the Free Software Foundation. 00007 // 00008 //This library is distributed in the hope that it will be useful, 00009 //but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00011 //Lesser General Public License for more details. 00012 // 00013 //You should have received a copy of the GNU Lesser General Public 00014 //License along with this library; if not, write to the Free Software 00015 //Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 00016 // 00017 // 00018 // Values are 32 bit values laid out as follows: 00019 // 00020 // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 00021 // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 00022 // +---+-+-+-----------------------+-------------------------------+ 00023 // |Sev|C|R| Facility | Code | 00024 // +---+-+-+-----------------------+-------------------------------+ 00025 // 00026 // where 00027 // 00028 // Sev - is the severity code 00029 // 00030 // 00 - Success 00031 // 01 - Informational 00032 // 10 - Warning 00033 // 11 - Error 00034 // 00035 // C - is the Customer code flag 00036 // 00037 // R - is a reserved bit 00038 // 00039 // Facility - is the facility code 00040 // 00041 // Code - is the facility's status code 00042 // 00043 // 00044 // Define the facility codes 00045 // 00046 00047 00048 // 00049 // Define the severity codes 00050 // 00051 00052 00053 // 00054 // MessageId: FDO_1_INDEXOUTOFBOUNDS 00055 // 00056 // MessageText: 00057 // 00058 // Item index out of bounds. 00059 // 00060 #define FDO_1_INDEXOUTOFBOUNDS 0x00000001L 00061 00062 // 00063 // MessageId: FDO_1_BADPARAMETER 00064 // 00065 // MessageText: 00066 // 00067 // Bad Parameter. 00068 // 00069 #define FDO_1_BADPARAMETER 0x00000002L 00070 00071 // 00072 // MessageId: FDO_1_UNKNOWN_GEOMETRY_TYPE 00073 // 00074 // MessageText: 00075 // 00076 // '%1$ls': Unknown geometry type '%2$d' discovered. 00077 // 00078 #define FDO_1_UNKNOWN_GEOMETRY_TYPE 0x00000003L 00079 00080 // 00081 // MessageId: FDO_1_INVALID_NUM_OF_COORDINATE_POSITIONS 00082 // 00083 // MessageText: 00084 // 00085 // '%1$ls': Invalid number of coordinate positions. 00086 // 00087 #define FDO_1_INVALID_NUM_OF_COORDINATE_POSITIONS 0x00000004L 00088 00089 // 00090 // MessageId: FDO_1_UNKNOWN_GEOMETRY_COMPONENT_TYPE 00091 // 00092 // MessageText: 00093 // 00094 // '%1$ls': Unknown geometry component type '%2$d' discovered. 00095 // 00096 #define FDO_1_UNKNOWN_GEOMETRY_COMPONENT_TYPE 0x00000005L 00097 00098 // 00099 // MessageId: FDO_1_OPEN_RING 00100 // 00101 // MessageText: 00102 // 00103 // '%1$ls': Identified an open ring when expecting a closed one. 00104 // 00105 #define FDO_1_OPEN_RING 0x00000006L 00106 00107 // 00108 // MessageId: FDO_1_RESOLUTION_TOO_FINE_FOR_EXTENT 00109 // 00110 // MessageText: 00111 // 00112 // '%1$ls': The resolution is too fine for the extents. 00113 // 00114 #define FDO_1_RESOLUTION_TOO_FINE_FOR_EXTENT 0x00000007L 00115 00116 // 00117 // MessageId: FDO_1_RESOLUTION_TOO_LARGE_FOR_EXTENT 00118 // 00119 // MessageText: 00120 // 00121 // '%1$ls': The resolution is too large (> 0.1) for the extents. 00122 // 00123 #define FDO_1_RESOLUTION_TOO_LARGE_FOR_EXTENT 0x00000008L 00124 00125 // 00126 // MessageId: FDO_1_COLLINEAR_POINTS 00127 // 00128 // MessageText: 00129 // 00130 // '%1$ls': The points are collinear. 00131 // 00132 #define FDO_1_COLLINEAR_POINTS 0x00000009L 00133 00134 // 00135 // MessageId: FDO_1_MEMORY_DEALLOCATION_ERROR 00136 // 00137 // MessageText: 00138 // 00139 // '%1$ls': Failed to free memory for object '%2$ls'. 00140 // 00141 #define FDO_1_MEMORY_DEALLOCATION_ERROR 0x0000000AL 00142 00143 // 00144 // MessageId: FDO_1_INVALID_INPUT_ON_CLASS_CREATION 00145 // 00146 // MessageText: 00147 // 00148 // Cannot create instance of class '%1$ls' due to invalid value for the input parameter(s) '%2$ls'. 00149 // 00150 #define FDO_1_INVALID_INPUT_ON_CLASS_CREATION 0x0000000BL 00151 00152 // 00153 // MessageId: FDO_1_INVALID_INPUT_ON_CLASS_FUNCTION 00154 // 00155 // MessageText: 00156 // 00157 // '%1$ls': Cannot execute function due to invalid value for the input parameter(s) '%2$ls'. 00158 // 00159 #define FDO_1_INVALID_INPUT_ON_CLASS_FUNCTION 0x0000000CL 00160 00161 // 00162 // MessageId: SCHEMA_1_BADATTRIBUTENAME 00163 // 00164 // MessageText: 00165 // 00166 // Bad schema attribute name. 00167 // 00168 #define SCHEMA_1_BADATTRIBUTENAME 0x000003E9L 00169 00170 // 00171 // MessageId: SCHEMA_2_BASEPROPERTIESALREADYSET 00172 // 00173 // MessageText: 00174 // 00175 // Base properties already set. 00176 // 00177 #define SCHEMA_2_BASEPROPERTIESALREADYSET 0x000003EAL 00178 00179 // 00180 // MessageId: SCHEMA_3_CLASSNOTADDED 00181 // 00182 // MessageText: 00183 // 00184 // Class has not already been added to the FeatureSchema. 00185 // 00186 #define SCHEMA_3_CLASSNOTADDED 0x000003EBL 00187 00188 // 00189 // MessageId: SCHEMA_4_IDENTITYPROPERTYNOTPROPERTY 00190 // 00191 // MessageText: 00192 // 00193 // Identity Property must be member of Property collection. 00194 // 00195 #define SCHEMA_4_IDENTITYPROPERTYNOTPROPERTY 0x000003ECL 00196 00197 // 00198 // MessageId: SCHEMA_5_INVALIDELEMENTNAME 00199 // 00200 // MessageText: 00201 // 00202 // Invalid element name. 00203 // 00204 #define SCHEMA_5_INVALIDELEMENTNAME 0x000003EDL 00205 00206 // 00207 // MessageId: SCHEMA_6_NAMENOTINATTRIBUTEDICTIONARY 00208 // 00209 // MessageText: 00210 // 00211 // Name not in schema attribute dictionary. 00212 // 00213 #define SCHEMA_6_NAMENOTINATTRIBUTEDICTIONARY 0x000003EEL 00214 00215 // 00216 // MessageId: SCHEMA_7_RELATIONENDNOTADDED 00217 // 00218 // MessageText: 00219 // 00220 // RelationEnd has not been added to a FeatureSchema. 00221 // 00222 #define SCHEMA_7_RELATIONENDNOTADDED 0x000003EFL 00223 00224 // 00225 // MessageId: SCHEMA_8_ATTRIBUTEALREADYINDICTIONARY 00226 // 00227 // MessageText: 00228 // 00229 // Schema attribute already in dictionary. 00230 // 00231 #define SCHEMA_8_ATTRIBUTEALREADYINDICTIONARY 0x000003F0L 00232 00233 // 00234 // MessageId: SCHEMA_9_ATTRIBUTENOTFOUND 00235 // 00236 // MessageText: 00237 // 00238 // Schema attribute not found. 00239 // 00240 #define SCHEMA_9_ATTRIBUTENOTFOUND 0x000003F1L 00241 00242 // 00243 // MessageId: SCHEMA_10_OBJECTHASPARENT 00244 // 00245 // MessageText: 00246 // 00247 // Object already has parent. 00248 // 00249 #define SCHEMA_10_OBJECTHASPARENT 0x000003F2L 00250 00251 // 00252 // MessageId: SCHEMA_11_OWNPARENT 00253 // 00254 // MessageText: 00255 // 00256 // Element cannot be its own parent/grandparent. 00257 // 00258 #define SCHEMA_11_OWNPARENT 0x000003F3L 00259 00260 // 00261 // MessageId: SCHEMA_12_OWNBASECLASS 00262 // 00263 // MessageText: 00264 // 00265 // ClassDefinition cannot be its own base class. 00266 // 00267 #define SCHEMA_12_OWNBASECLASS 0x000003F4L 00268 00269 // 00270 // MessageId: SCHEMA_13_IDENTITYPROPERTYONSUBCLASS 00271 // 00272 // MessageText: 00273 // 00274 // A Class with a Base Class cannot have an Identity Property. 00275 // 00276 #define SCHEMA_13_IDENTITYPROPERTYONSUBCLASS 0x000003F5L 00277 00278 // 00279 // MessageId: SCHEMA_14_SUBCLASSWITHIDENTITYPROPERTIES 00280 // 00281 // MessageText: 00282 // 00283 // A Class with Identity Properties cannot have a Base Class. 00284 // 00285 #define SCHEMA_14_SUBCLASSWITHIDENTITYPROPERTIES 0x000003F6L 00286 00287 // 00288 // MessageId: SCHEMA_15_NEGATIVELENGTHNOTALLOWED 00289 // 00290 // MessageText: 00291 // 00292 // A Data Property cannot have a negative length. 00293 // 00294 #define SCHEMA_15_NEGATIVELENGTHNOTALLOWED 0x000003F7L 00295 00296 // 00297 // MessageId: SCHEMA_16_NEGATIVEPRECISIONNOTALLOWED 00298 // 00299 // MessageText: 00300 // 00301 // A Data Property cannot have a negative precision. 00302 // 00303 #define SCHEMA_16_NEGATIVEPRECISIONNOTALLOWED 0x000003F8L 00304 00305 // 00306 // MessageId: SCHEMA_17_ASSOCIATIONMISSMATCHERROR 00307 // 00308 // MessageText: 00309 // 00310 // Association Property '%1$ls' has type or number missmatch between the identity properties and the reverse identity properties. 00311 // 00312 #define SCHEMA_17_ASSOCIATIONMISSMATCHERROR 0x000003F9L 00313 00314 // 00315 // MessageId: SCHEMA_18_ASSOCIATIONIDENTITYERROR 00316 // 00317 // MessageText: 00318 // 00319 // Identity properties not part of the associated class. 00320 // 00321 #define SCHEMA_18_ASSOCIATIONIDENTITYERROR 0x000003FAL 00322 00323 // 00324 // MessageId: SCHEMA_19_UNSUPPORTEDXSDELEMENT 00325 // 00326 // MessageText: 00327 // 00328 // Error reading schema '#1$ls' from XML, element '#2$ls' in #3$ls not supported by FDO. 00329 // 00330 #define SCHEMA_19_UNSUPPORTEDXSDELEMENT 0x000003FBL 00331 00332 // 00333 // MessageId: SCHEMA_20_UNSUPPORTEDXSDATTRIBUTE 00334 // 00335 // MessageText: 00336 // 00337 // Error reading schema '#1$ls' from XML, attribute '#2$ls' in #3$ls not supported by FDO. 00338 // 00339 #define SCHEMA_20_UNSUPPORTEDXSDATTRIBUTE 0x000003FCL 00340 00341 // 00342 // MessageId: SCHEMA_21_UNSUPPORTEDXSDATTRIBUTEVALUE 00343 // 00344 // MessageText: 00345 // 00346 // Error reading schema '#1$ls' from XML, #2$ls/@#3$ls value '#4$ls' not supported by FDO. 00347 // 00348 #define SCHEMA_21_UNSUPPORTEDXSDATTRIBUTEVALUE 0x000003FDL 00349 00350 // 00351 // MessageId: SCHEMA_22_MISSINGOBJPROPCLASS 00352 // 00353 // MessageText: 00354 // 00355 // Error reading schema from XML, class %1$ls for object property %2$ls not found in current feature schema collection. 00356 // 00357 #define SCHEMA_22_MISSINGOBJPROPCLASS 0x000003FEL 00358 00359 // 00360 // MessageId: SCHEMA_23_UNSUPPORTEDXSDGBLELEM 00361 // 00362 // MessageText: 00363 // 00364 // Error reading schema '#1$ls' from XML, global element #2$ls type must be '#3$ls' or '#4$ls'. 00365 // 00366 #define SCHEMA_23_UNSUPPORTEDXSDGBLELEM 0x000003FFL 00367 00368 // 00369 // MessageId: SCHEMA_24_CLASSTYPECONFLICT 00370 // 00371 // MessageText: 00372 // 00373 // Cannot change class type of class '%1$ls'. 00374 // 00375 #define SCHEMA_24_CLASSTYPECONFLICT 0x00000400L 00376 00377 // 00378 // MessageId: SCHEMA_25_PROPERTYTYPECONFLICT 00379 // 00380 // MessageText: 00381 // 00382 // Cannot change property type of property '%1$ls'. 00383 // 00384 #define SCHEMA_25_PROPERTYTYPECONFLICT 0x00000401L 00385 00386 // 00387 // MessageId: SCHEMA_26_BASECLASSREF 00388 // 00389 // MessageText: 00390 // 00391 // Error resolving Feature Schema references; base class '%1$ls:%2$ls' for class '%3$ls' not found. 00392 // 00393 #define SCHEMA_26_BASECLASSREF 0x00000402L 00394 00395 // 00396 // MessageId: SCHEMA_27_OBJPROPCLASSREF 00397 // 00398 // MessageText: 00399 // 00400 // Error reading Feature Schemas from XML; class '%1$ls:%2$ls' for object property '%3$ls' not found. 00401 // 00402 #define SCHEMA_27_OBJPROPCLASSREF 0x00000403L 00403 00404 // 00405 // MessageId: SCHEMA_28_BASEIDPROPS 00406 // 00407 // MessageText: 00408 // 00409 // Error reading Feature Schemas from XML; identity properties for class '%1$ls' differ from those of base class '%2$ls'. 00410 // 00411 #define SCHEMA_28_BASEIDPROPS 0x00000404L 00412 00413 // 00414 // MessageId: SCHEMA_29_IDPROPREF 00415 // 00416 // MessageText: 00417 // 00418 // Error reading Feature Schemas from XML; identity property '%1$ls' is not a property in class '%2$ls'. 00419 // 00420 #define SCHEMA_29_IDPROPREF 0x00000405L 00421 00422 // 00423 // MessageId: SCHEMA_30_BASEIDPROPS 00424 // 00425 // MessageText: 00426 // 00427 // Error reading Feature Schemas from XML; object property '%1$ls' has no class; cannot resolve its identity property. 00428 // 00429 #define SCHEMA_30_BASEIDPROPS 0x00000406L 00430 00431 // 00432 // MessageId: SCHEMA_31_OBJPROPIDPROPREF 00433 // 00434 // MessageText: 00435 // 00436 // Error reading Feature Schemas from XML; identity property '%1$ls' for object property '%2$ls' not found. 00437 // 00438 #define SCHEMA_31_OBJPROPIDPROPREF 0x00000407L 00439 00440 // 00441 // MessageId: SCHEMA_32_GEOMPROPREF 00442 // 00443 // MessageText: 00444 // 00445 // Error resolving Feature Schemas references; geometry property '%1$ls' for feature class '%2$ls' not found. 00446 // 00447 #define SCHEMA_32_GEOMPROPREF 0x00000408L 00448 00449 // 00450 // MessageId: SCHEMA_33_BADDATAPROPSTRING 00451 // 00452 // MessageText: 00453 // 00454 // Invalid property data type string %1$ls. 00455 // 00456 #define SCHEMA_33_BADDATAPROPSTRING 0x00000409L 00457 00458 // 00459 // MessageId: SCHEMA_34_BADDATAPROPTYPE 00460 // 00461 // MessageText: 00462 // 00463 // Invalid property data type %1$d. 00464 // 00465 #define SCHEMA_34_BADDATAPROPTYPE 0x0000040AL 00466 00467 // 00468 // MessageId: SCHEMA_35_NOCLASSTYPE 00469 // 00470 // MessageText: 00471 // 00472 // Cannot determine class type for class %1$ls. 00473 // 00474 #define SCHEMA_35_NOCLASSTYPE 0x0000040BL 00475 00476 // 00477 // MessageId: SCHEMA_36_ABSTRACTCONFLICT 00478 // 00479 // MessageText: 00480 // 00481 // Error reading schema '#1$ls' from XML, abstract setting for '#2$ls' differs from that of its global element '#3$ls. 00482 // 00483 #define SCHEMA_36_ABSTRACTCONFLICT 0x0000040CL 00484 00485 // 00486 // MessageId: SCHEMA_37_REQUIREDNODEFEATURE 00487 // 00488 // MessageText: 00489 // 00490 // Start and end nodes of a network link feature can only be associated to a network node feature 00491 // 00492 #define SCHEMA_37_REQUIREDNODEFEATURE 0x0000040DL 00493 00494 // 00495 // MessageId: SCHEMA_38_REQUIREDLAYERCLASS 00496 // 00497 // MessageText: 00498 // 00499 // The layer property can only be associated to a network layer class 00500 // 00501 #define SCHEMA_38_REQUIREDLAYERCLASS 0x0000040EL 00502 00503 // 00504 // MessageId: SCHEMA_39_REQUIREDNETWORKFCLASS 00505 // 00506 // MessageText: 00507 // 00508 // The network property can only be associated to a network class 00509 // 00510 #define SCHEMA_39_REQUIREDNETWORKFCLASS 0x0000040FL 00511 00512 // 00513 // MessageId: SCHEMA_40_REQUIREDNUMERICTYPE 00514 // 00515 // MessageText: 00516 // 00517 // The cost property type must be numeric. 00518 // 00519 #define SCHEMA_40_REQUIREDNUMERICTYPE 0x00000410L 00520 00521 // 00522 // MessageId: SCHEMA_41_PARENTCHILDNOTSAMETYPE 00523 // 00524 // MessageText: 00525 // 00526 // The network feature parent is not the same type as the child. 00527 // 00528 #define SCHEMA_41_PARENTCHILDNOTSAMETYPE 0x00000411L 00529 00530 // 00531 // MessageId: SCHEMA_42_PARENTCHILDNETWORKNOTSAME 00532 // 00533 // MessageText: 00534 // 00535 // The network feature parent network class is not the same as the child network class. 00536 // 00537 #define SCHEMA_42_PARENTCHILDNETWORKNOTSAME 0x00000412L 00538 00539 // 00540 // MessageId: SCHEMA_43_COSTPROPERTYNOTFOUND 00541 // 00542 // MessageText: 00543 // 00544 // The network feature cost property is not a feature property. 00545 // 00546 #define SCHEMA_43_COSTPROPERTYNOTFOUND 0x00000413L 00547 00548 // 00549 // MessageId: SCHEMA_44_LINKSTARTORENDNODENETWORKERROR 00550 // 00551 // MessageText: 00552 // 00553 // The start and end node network class must be the same as the link network class. 00554 // 00555 #define SCHEMA_44_LINKSTARTORENDNODENETWORKERROR 0x00000414L 00556 00557 // 00558 // MessageId: SCHEMA_45_ASSOCPROPCLASSREF 00559 // 00560 // MessageText: 00561 // 00562 // Error reading Feature Schemas from XML; class '%1$ls:%2$ls' for association property '%3$ls' not found. 00563 // 00564 #define SCHEMA_45_ASSOCPROPCLASSREF 0x00000415L 00565 00566 // 00567 // MessageId: SCHEMA_46_ASSOCPROPS 00568 // 00569 // MessageText: 00570 // 00571 // Error reading Feature Schemas from XML; association property '%1$ls' has no class; cannot resolve its identity property. 00572 // 00573 #define SCHEMA_46_ASSOCPROPS 0x00000416L 00574 00575 // 00576 // MessageId: SCHEMA_47_ASSOCPROPIDPROPREF 00577 // 00578 // MessageText: 00579 // 00580 // Error reading Feature Schemas from XML; identity property '%1$ls' for association property '%2$ls' not found. 00581 // 00582 #define SCHEMA_47_ASSOCPROPIDPROPREF 0x00000417L 00583 00584 // 00585 // MessageId: SCHEMA_48_ASSOCREVERSEPROPCLASSREF 00586 // 00587 // MessageText: 00588 // 00589 // Error reading Feature Schemas from XML; reverse association property '%1$ls' has no class; cannot resolve its identity property. 00590 // 00591 #define SCHEMA_48_ASSOCREVERSEPROPCLASSREF 0x00000418L 00592 00593 // 00594 // MessageId: SCHEMA_49_ASSOCREVERSEPROPIDPROPREF 00595 // 00596 // MessageText: 00597 // 00598 // Error reading Feature Schemas from XML; identity property '%1$ls' for reverse association property '%2$ls' not found. 00599 // 00600 #define SCHEMA_49_ASSOCREVERSEPROPIDPROPREF 0x00000419L 00601 00602 // 00603 // MessageId: SCHEMA_50_NETWORKLAYERPROPREF 00604 // 00605 // MessageText: 00606 // 00607 // Error reading Feature Schemas from XML; class '%1$ls:%2$ls' for network layer property '%3$ls' not found. 00608 // 00609 #define SCHEMA_50_NETWORKLAYERPROPREF 0x0000041AL 00610 00611 // 00612 // MessageId: SCHEMA_51_CLASSNOSCHEMA 00613 // 00614 // MessageText: 00615 // 00616 // Element '%1$ls' references class (%2$ls) which does not belong to a feature schema. 00617 // 00618 #define SCHEMA_51_CLASSNOSCHEMA 0x0000041BL 00619 00620 // 00621 // MessageId: SCHEMA_52_BADELEMENTNAME 00622 // 00623 // MessageText: 00624 // 00625 // Invalid Feature schema element name '%1$ls'; must not contain '%2$c'. 00626 // 00627 #define SCHEMA_52_BADELEMENTNAME 0x0000041CL 00628 00629 // 00630 // MessageId: SCHEMA_53_BADASSOCREVERSEPROP 00631 // 00632 // MessageText: 00633 // 00634 // Cannot use auto-generated or system properties as reverse identity properties for association property '%1$ls' 00635 // 00636 #define SCHEMA_53_BADASSOCREVERSEPROP 0x0000041DL 00637 00638 // 00639 // MessageId: SCHEMA_54_AUTOGENREADONLY 00640 // 00641 // MessageText: 00642 // 00643 // Cannot set autogenerated property '%1$ls' to be not read-only. 00644 // 00645 #define SCHEMA_54_AUTOGENREADONLY 0x0000041EL 00646 00647 // 00648 // MessageId: SCHEMA_55_ASSOCIATEDCLASSREQUIRED 00649 // 00650 // MessageText: 00651 // 00652 // Association property '%1$ls' is missing the associated class 00653 // 00654 #define SCHEMA_55_ASSOCIATEDCLASSREQUIRED 0x0000041FL 00655 00656 // 00657 // MessageId: SCHEMA_56_UNSUPPORTEDXSDGBLELEM 00658 // 00659 // MessageText: 00660 // 00661 // Error reading schema '#1$ls' from XML, global element #2$ls type must be '#3$ls' when error level is high. 00662 // 00663 #define SCHEMA_56_UNSUPPORTEDXSDGBLELEM 0x00000420L 00664 00665 // 00666 // MessageId: SCHEMA_57_BADCOMPLEXTYPENAME 00667 // 00668 // MessageText: 00669 // 00670 // Error reading schema '#1$ls' from XML, complexType #2$ls name must end with 'Type' when error level is high. 00671 // 00672 #define SCHEMA_57_BADCOMPLEXTYPENAME 0x00000421L 00673 00674 // 00675 // MessageId: SCHEMA_58_UNSUPPORTEDXSDGBLELEM 00676 // 00677 // MessageText: 00678 // 00679 // Error reading schema '#1$ls' from XML, global element #2$ls type is from a different schema: '#3$ls'. 00680 // 00681 #define SCHEMA_58_UNSUPPORTEDXSDGBLELEM 0x00000422L 00682 00683 // 00684 // MessageId: SCHEMA_59_SCHEMAFROMPREFIX 00685 // 00686 // MessageText: 00687 // 00688 // Schema names can only be generated from xmlns prefixes when ErrorLevel is VeryLow. 00689 // 00690 #define SCHEMA_59_SCHEMAFROMPREFIX 0x00000423L 00691 00692 // 00693 // MessageId: SCHEMA_60_MULTIELEMMAPPING 00694 // 00695 // MessageText: 00696 // 00697 // Multiple Schema Mappings found for element '%1$ls:%2$ls'. 00698 // 00699 #define SCHEMA_60_MULTIELEMMAPPING 0x00000424L 00700 00701 // 00702 // MessageId: SCHEMA_61_MULTIELEMMAPPING 00703 // 00704 // MessageText: 00705 // 00706 // Multiple Schema Mappings found for element '%1$ls:%2$ls.%3$ls'. 00707 // 00708 #define SCHEMA_61_MULTIELEMMAPPING 0x00000425L 00709 00710 // 00711 // MessageId: SCHEMA_62_NOCLASSMAPPING 00712 // 00713 // MessageText: 00714 // 00715 // Cannot add element '%1$ls', containing class mapping '%2$ls:%3$ls' not found. 00716 // 00717 #define SCHEMA_62_NOCLASSMAPPING 0x00000426L 00718 00719 // 00720 // MessageId: SCHEMA_63_MULTICLASSMAPPING 00721 // 00722 // MessageText: 00723 // 00724 // Multiple Schema Mappings found for class '%1$ls:%2$ls'. 00725 // 00726 #define SCHEMA_63_MULTICLASSMAPPING 0x00000427L 00727 00728 // 00729 // MessageId: SCHEMA_64_MULTINAMESPACES 00730 // 00731 // MessageText: 00732 // 00733 // Schema '%1$ls' has multiple targetNamespace values: '%2$ls', '%3$ls'. 00734 // 00735 #define SCHEMA_64_MULTINAMESPACES 0x00000428L 00736 00737 // 00738 // MessageId: SCHEMA_65_UNICONSPROPREF 00739 // 00740 // MessageText: 00741 // 00742 // Error reading Feature Schemas from XML; unique constraint property '%1$ls' for feature class '%2$ls' not found. 00743 // 00744 #define SCHEMA_65_UNICONSPROPREF 0x00000429L 00745 00746 // 00747 // MessageId: SCHEMA_66_SCHEMARENAME 00748 // 00749 // MessageText: 00750 // 00751 // Unsupported Schema modification; cannot rename feature schema '%1$ls' to '%2$ls'. 00752 // 00753 #define SCHEMA_66_SCHEMARENAME 0x0000042AL 00754 00755 // 00756 // MessageId: SCHEMA_67_CLASSEXISTS 00757 // 00758 // MessageText: 00759 // 00760 // Cannot add class '%1$ls'; it already exists 00761 // 00762 #define SCHEMA_67_CLASSEXISTS 0x0000042BL 00763 00764 // 00765 // MessageId: SCHEMA_68_BADCLASSTYPE 00766 // 00767 // MessageText: 00768 // 00769 // Cannot create class '%1$ls', unknown class type: %2$d 00770 // 00771 #define SCHEMA_68_BADCLASSTYPE 0x0000042CL 00772 00773 // 00774 // MessageId: SCHEMA_69_CLASSNOTEXISTS 00775 // 00776 // MessageText: 00777 // 00778 // Cannot modify class '%1$ls'; it does not exist 00779 // 00780 #define SCHEMA_69_CLASSNOTEXISTS 0x0000042DL 00781 00782 // 00783 // MessageId: SCHEMA_70_MODDESCRIPTION 00784 // 00785 // MessageText: 00786 // 00787 // Unsupported Schema modification; cannot modify description for element '%1$ls'. 00788 // 00789 #define SCHEMA_70_MODDESCRIPTION 0x0000042EL 00790 00791 // 00792 // MessageId: SCHEMA_71_MODCLASSCONCRETE 00793 // 00794 // MessageText: 00795 // 00796 // Unsupported Schema modification; Cannot make abstract class '%1$ls' concrete 00797 // 00798 #define SCHEMA_71_MODCLASSCONCRETE 0x0000042FL 00799 00800 // 00801 // MessageId: SCHEMA_72_MODCLASSABSTRACT 00802 // 00803 // MessageText: 00804 // 00805 // Unsupported Schema modification; Cannot make class '%1$ls' abstract 00806 // 00807 #define SCHEMA_72_MODCLASSABSTRACT 0x00000430L 00808 00809 // 00810 // MessageId: SCHEMA_73_MODBASECLASS 00811 // 00812 // MessageText: 00813 // 00814 // Unsupported Schema modification; Cannot change base class for '%1$ls' from '%2$ls' to '%3$ls' 00815 // 00816 #define SCHEMA_73_MODBASECLASS 0x00000431L 00817 00818 // 00819 // MessageId: SCHEMA_74_MODCLASSIDENTITY 00820 // 00821 // MessageText: 00822 // 00823 // Unsupported Schema modification; Cannot change identity properties for class '%1$ls' from (%2$ls) to (%3$ls) 00824 // 00825 #define SCHEMA_74_MODCLASSIDENTITY 0x00000432L 00826 00827 // 00828 // MessageId: SCHEMA_75_PROPEXISTS 00829 // 00830 // MessageText: 00831 // 00832 // Cannot add property '%1$ls'; it already exists 00833 // 00834 #define SCHEMA_75_PROPEXISTS 0x00000433L 00835 00836 // 00837 // MessageId: SCHEMA_76_BADPROPTYPE 00838 // 00839 // MessageText: 00840 // 00841 // Cannot create property '%1$ls', unknown property type: %2$d 00842 // 00843 #define SCHEMA_76_BADPROPTYPE 0x00000434L 00844 00845 // 00846 // MessageId: SCHEMA_77_PROPNOTEXISTS 00847 // 00848 // MessageText: 00849 // 00850 // Cannot modify property '%1$ls'; it does not exist 00851 // 00852 #define SCHEMA_77_PROPNOTEXISTS 0x00000435L 00853 00854 // 00855 // MessageId: SCHEMA_78_MODFEATGEOM 00856 // 00857 // MessageText: 00858 // 00859 // Unsupported Schema modification; Cannot modify GeometryProperty for feature class '%1$ls' 00860 // 00861 #define SCHEMA_78_MODFEATGEOM 0x00000436L 00862 00863 // 00864 // MessageId: SCHEMA_79_MODNETLAYER 00865 // 00866 // MessageText: 00867 // 00868 // Unsupported Schema modification; Cannot modify layer class for network class '%1$ls' 00869 // 00870 #define SCHEMA_79_MODNETLAYER 0x00000437L 00871 00872 // 00873 // MessageId: SCHEMA_80_MODNETCOST 00874 // 00875 // MessageText: 00876 // 00877 // Unsupported Schema modification; Cannot modify cost property for network feature class '%1$ls' 00878 // 00879 #define SCHEMA_80_MODNETCOST 0x00000438L 00880 00881 // 00882 // MessageId: SCHEMA_81_MODFEATNET 00883 // 00884 // MessageText: 00885 // 00886 // Unsupported Schema modification; Cannot modify network class for network feature class '%1$ls' 00887 // 00888 #define SCHEMA_81_MODFEATNET 0x00000439L 00889 00890 // 00891 // MessageId: SCHEMA_82_MODNETFEATREF 00892 // 00893 // MessageText: 00894 // 00895 // Unsupported Schema modification; Cannot modify referenced feature class for network feature class '%1$ls' 00896 // 00897 #define SCHEMA_82_MODNETFEATREF 0x0000043AL 00898 00899 // 00900 // MessageId: SCHEMA_83_MODPARENTNETFEAT 00901 // 00902 // MessageText: 00903 // 00904 // Unsupported Schema modification; Cannot modify parent network feature class for network feature class '%1$ls' 00905 // 00906 #define SCHEMA_83_MODPARENTNETFEAT 0x0000043BL 00907 00908 // 00909 // MessageId: SCHEMA_84_MODSTARTNODE 00910 // 00911 // MessageText: 00912 // 00913 // Unsupported Schema modification; Cannot modify start node for network link feature class '%1$ls' 00914 // 00915 #define SCHEMA_84_MODSTARTNODE 0x0000043CL 00916 00917 // 00918 // MessageId: SCHEMA_85_MODENDNODE 00919 // 00920 // MessageText: 00921 // 00922 // Unsupported Schema modification; Cannot modify end node for network link feature class '%1$ls' 00923 // 00924 #define SCHEMA_85_MODENDNODE 0x0000043DL 00925 00926 // 00927 // MessageId: SCHEMA_86_MODNODELAYER 00928 // 00929 // MessageText: 00930 // 00931 // Unsupported Schema modification; Cannot modify layer for network node feature class '%1$ls' 00932 // 00933 #define SCHEMA_86_MODNODELAYER 0x0000043EL 00934 00935 // 00936 // MessageId: SCHEMA_87_MODDATATYPE 00937 // 00938 // MessageText: 00939 // 00940 // Unsupported Schema modification; Cannot change data type for property '%1$ls' from '%2$ls' to '%3$ls' 00941 // 00942 #define SCHEMA_87_MODDATATYPE 0x0000043FL 00943 00944 // 00945 // MessageId: SCHEMA_88_MODDEFAULTVALUE 00946 // 00947 // MessageText: 00948 // 00949 // Unsupported Schema modification; Cannot change default value for data property '%1$ls' from '%2$ls' to '%3$ls' 00950 // 00951 #define SCHEMA_88_MODDEFAULTVALUE 0x00000440L 00952 00953 // 00954 // MessageId: SCHEMA_89_MODDATALENGTH 00955 // 00956 // MessageText: 00957 // 00958 // Unsupported Schema modification; Cannot change length for data property '%1$ls' from '%2$d' to '%3$d' 00959 // 00960 #define SCHEMA_89_MODDATALENGTH 0x00000441L 00961 00962 // 00963 // MessageId: SCHEMA_90_MODPROPNULLABLE 00964 // 00965 // MessageText: 00966 // 00967 // Unsupported Schema modification; Cannot change property '%1$ls' to be nullable 00968 // 00969 #define SCHEMA_90_MODPROPNULLABLE 0x00000442L 00970 00971 // 00972 // MessageId: SCHEMA_91_MODPROPNNULLABLE 00973 // 00974 // MessageText: 00975 // 00976 // Unsupported Schema modification; Cannot change property '%1$ls' to be not nullable 00977 // 00978 #define SCHEMA_91_MODPROPNNULLABLE 0x00000443L 00979 00980 // 00981 // MessageId: SCHEMA_92_MODDATAPRECISION 00982 // 00983 // MessageText: 00984 // 00985 // Unsupported Schema modification; Cannot change precision for data property '%1$ls' from '%2$d' to '%3$d' 00986 // 00987 #define SCHEMA_92_MODDATAPRECISION 0x00000444L 00988 00989 // 00990 // MessageId: SCHEMA_93_MODDATASCALE 00991 // 00992 // MessageText: 00993 // 00994 // Unsupported Schema modification; Cannot change scale for data property '%1$ls' from '%2$d' to '%3$d' 00995 // 00996 #define SCHEMA_93_MODDATASCALE 0x00000445L 00997 00998 // 00999 // MessageId: SCHEMA_94_MODDATAAUTOGEN 01000 // 01001 // MessageText: 01002 // 01003 // Unsupported Schema modification; Cannot change autogeneration setting for data property '%1$ls' 01004 // 01005 #define SCHEMA_94_MODDATAAUTOGEN 0x00000446L 01006 01007 // 01008 // MessageId: SCHEMA_95_MODPROPRDONLY 01009 // 01010 // MessageText: 01011 // 01012 // Unsupported Schema modification; Cannot change property '%1$ls' to be read-only 01013 // 01014 #define SCHEMA_95_MODPROPRDONLY 0x00000447L 01015 01016 // 01017 // MessageId: SCHEMA_96_MODPROPWRITABLE 01018 // 01019 // MessageText: 01020 // 01021 // Unsupported Schema modification; Cannot change property '%1$ls' to be writable 01022 // 01023 #define SCHEMA_96_MODPROPWRITABLE 0x00000448L 01024 01025 // 01026 // MessageId: SCHEMA_97_BADCONSTRAINTTYPE 01027 // 01028 // MessageText: 01029 // 01030 // Cannot modify constraint for data property '%1$ls'; unknown constraint type: %2$d 01031 // 01032 #define SCHEMA_97_BADCONSTRAINTTYPE 0x00000449L 01033 01034 // 01035 // MessageId: SCHEMA_98_MODDATACONSTRAINT 01036 // 01037 // MessageText: 01038 // 01039 // Unsupported Schema modification; Cannot change constraint for data property '%1$ls' 01040 // 01041 #define SCHEMA_98_MODDATACONSTRAINT 0x0000044AL 01042 01043 // 01044 // MessageId: SCHEMA_99_MODGEOMTYPES 01045 // 01046 // MessageText: 01047 // 01048 // Unsupported Schema modification; Cannot change geometry types for geometric property '%1$ls' 01049 // 01050 #define SCHEMA_99_MODGEOMTYPES 0x0000044BL 01051 01052 // 01053 // MessageId: SCHEMA_100_MODGEOMELEVATION 01054 // 01055 // MessageText: 01056 // 01057 // Unsupported Schema modification; Cannot add/remove elevation dimension to/from geometric property '%1$ls' 01058 // 01059 #define SCHEMA_100_MODGEOMELEVATION 0x0000044CL 01060 01061 // 01062 // MessageId: SCHEMA_101_MODGEOMMEASURE 01063 // 01064 // MessageText: 01065 // 01066 // Unsupported Schema modification; Cannot add/remove measure dimension to/from geometric property '%1$ls' 01067 // 01068 #define SCHEMA_101_MODGEOMMEASURE 0x0000044DL 01069 01070 // 01071 // MessageId: SCHEMA_102_MODPROPSC 01072 // 01073 // MessageText: 01074 // 01075 // Unsupported Schema modification; Cannot change spatial context for property '%1$ls' from '%2$ls' to '%3$ls' 01076 // 01077 #define SCHEMA_102_MODPROPSC 0x0000044EL 01078 01079 // 01080 // MessageId: SCHEMA_103_MODASSOCCLASS 01081 // 01082 // MessageText: 01083 // 01084 // Unsupported Schema modification; Cannot change associated class for association property '%1$ls' from '%2$ls' to '%3$ls' 01085 // 01086 #define SCHEMA_103_MODASSOCCLASS 0x0000044FL 01087 01088 // 01089 // MessageId: SCHEMA_104_MODASSOCREVNAME 01090 // 01091 // MessageText: 01092 // 01093 // Unsupported Schema modification; Cannot change reverse name for association property '%1$ls' from '%2$ls' to '%3$ls' 01094 // 01095 #define SCHEMA_104_MODASSOCREVNAME 0x00000450L 01096 01097 // 01098 // MessageId: SCHEMA_105_MODASSOCDELRULE 01099 // 01100 // MessageText: 01101 // 01102 // Unsupported Schema modification; Cannot change delete rule for association property '%1$ls' 01103 // 01104 #define SCHEMA_105_MODASSOCDELRULE 0x00000451L 01105 01106 // 01107 // MessageId: SCHEMA_106_MODASSOCCASCLOCK 01108 // 01109 // MessageText: 01110 // 01111 // Unsupported Schema modification; Cannot change cascade lock setting for association property '%1$ls' 01112 // 01113 #define SCHEMA_106_MODASSOCCASCLOCK 0x00000452L 01114 01115 // 01116 // MessageId: SCHEMA_107_MODASSOCMULT 01117 // 01118 // MessageText: 01119 // 01120 // Unsupported Schema modification; Cannot change multiplicity for association property '%1$ls' from '%2$ls' to '%3$ls' 01121 // 01122 #define SCHEMA_107_MODASSOCMULT 0x00000453L 01123 01124 // 01125 // MessageId: SCHEMA_108_MODASSOCREVMULT 01126 // 01127 // MessageText: 01128 // 01129 // Unsupported Schema modification; Cannot change reverse multiplicity for association property '%1$ls' from '%2$ls' to '%3$ls' 01130 // 01131 #define SCHEMA_108_MODASSOCREVMULT 0x00000454L 01132 01133 // 01134 // MessageId: SCHEMA_109_MODASSOCID 01135 // 01136 // MessageText: 01137 // 01138 // Unsupported Schema modification; Cannot change identity properties for association property '%1$ls' from (%2$ls) to (%3$ls) 01139 // 01140 #define SCHEMA_109_MODASSOCID 0x00000455L 01141 01142 // 01143 // MessageId: SCHEMA_110_MODREVASSOCID 01144 // 01145 // MessageText: 01146 // 01147 // Unsupported Schema modification; Cannot change reverse identity properties for association property '%1$ls' from (%2$ls) to (%3$ls) 01148 // 01149 #define SCHEMA_110_MODREVASSOCID 0x00000456L 01150 01151 // 01152 // MessageId: SCHEMA_111_MODOBJCLASS 01153 // 01154 // MessageText: 01155 // 01156 // Unsupported Schema modification; Cannot change class for object property '%1$ls' from '%2$ls' to '%3$ls' 01157 // 01158 #define SCHEMA_111_MODOBJCLASS 0x00000457L 01159 01160 // 01161 // MessageId: SCHEMA_112_MODOBJID 01162 // 01163 // MessageText: 01164 // 01165 // Unsupported Schema modification; Cannot change identity property for object property '%1$ls' from '%2$ls' to '%3$ls' 01166 // 01167 #define SCHEMA_112_MODOBJID 0x00000458L 01168 01169 // 01170 // MessageId: SCHEMA_113_MODOBJTYPE 01171 // 01172 // MessageText: 01173 // 01174 // Unsupported Schema modification; Cannot change object type for object property '%1$ls' 01175 // 01176 #define SCHEMA_113_MODOBJTYPE 0x00000459L 01177 01178 // 01179 // MessageId: SCHEMA_114_MODOBJORDERTYPE 01180 // 01181 // MessageText: 01182 // 01183 // Unsupported Schema modification; Cannot change order type for object property '%1$ls' 01184 // 01185 #define SCHEMA_114_MODOBJORDERTYPE 0x0000045AL 01186 01187 // 01188 // MessageId: SCHEMA_115_MODRASTERMODEL 01189 // 01190 // MessageText: 01191 // 01192 // Unsupported Schema modification; Cannot change default data model for raster property '%1$ls' 01193 // 01194 #define SCHEMA_115_MODRASTERMODEL 0x0000045BL 01195 01196 // 01197 // MessageId: SCHEMA_116_MODRASTERX 01198 // 01199 // MessageText: 01200 // 01201 // Unsupported Schema modification; Cannot change default image X size for raster property '%1$ls' from '%2$d' to '%3$d' 01202 // 01203 #define SCHEMA_116_MODRASTERX 0x0000045CL 01204 01205 // 01206 // MessageId: SCHEMA_117_MODRASTERY 01207 // 01208 // MessageText: 01209 // 01210 // Unsupported Schema modification; Cannot change default image Y size for raster property '%1$ls' from '%2$d' to '%3$d' 01211 // 01212 #define SCHEMA_117_MODRASTERY 0x0000045DL 01213 01214 // 01215 // MessageId: SCHEMA_118_SCHEMAEXISTS 01216 // 01217 // MessageText: 01218 // 01219 // Cannot add feature schema '%1$ls'; it already exists 01220 // 01221 #define SCHEMA_118_SCHEMAEXISTS 0x0000045EL 01222 01223 // 01224 // MessageId: SCHEMA_119_SCHEMANOTEXISTS 01225 // 01226 // MessageText: 01227 // 01228 // Cannot modify feature schema '%1$ls'; it does not exist 01229 // 01230 #define SCHEMA_119_SCHEMANOTEXISTS 0x0000045FL 01231 01232 // 01233 // MessageId: SCHEMA_120_ADDSCHEMA 01234 // 01235 // MessageText: 01236 // 01237 // Cannot add feature schema '%1$ls'; multiple schemas not supported 01238 // 01239 #define SCHEMA_120_ADDSCHEMA 0x00000460L 01240 01241 // 01242 // MessageId: SCHEMA_121_DELSCHEMA 01243 // 01244 // MessageText: 01245 // 01246 // Unsupport Schema modification; Cannot delete feature schema '%1$ls' 01247 // 01248 #define SCHEMA_121_DELSCHEMA 0x00000461L 01249 01250 // 01251 // MessageId: SCHEMA_122_ADDCLASS 01252 // 01253 // MessageText: 01254 // 01255 // Unsupport Schema modification; Cannot add class definition '%1$ls' 01256 // 01257 #define SCHEMA_122_ADDCLASS 0x00000462L 01258 01259 // 01260 // MessageId: SCHEMA_123_DELCLASS 01261 // 01262 // MessageText: 01263 // 01264 // Unsupport Schema modification; Cannot delete class definition '%1$ls' 01265 // 01266 #define SCHEMA_123_DELCLASS 0x00000463L 01267 01268 // 01269 // MessageId: SCHEMA_124_ADDPROP 01270 // 01271 // MessageText: 01272 // 01273 // Unsupport Schema modification; Cannot add property '%1$ls' 01274 // 01275 #define SCHEMA_124_ADDPROP 0x00000464L 01276 01277 // 01278 // MessageId: SCHEMA_125_DELPROP 01279 // 01280 // MessageText: 01281 // 01282 // Unsupport Schema modification; Cannot delete property '%1$ls' 01283 // 01284 #define SCHEMA_125_DELPROP 0x00000465L 01285 01286 // 01287 // MessageId: SCHEMA_126_DELBASECLASS 01288 // 01289 // MessageText: 01290 // 01291 // Cannot delete class '%1$ls'; it is the base class for '%2$ls' 01292 // 01293 #define SCHEMA_126_DELBASECLASS 0x00000466L 01294 01295 // 01296 // MessageId: SCHEMA_127_DELOBJCLASS 01297 // 01298 // MessageText: 01299 // 01300 // Cannot delete class '%1$ls'; it is the class for object property '%2$ls' 01301 // 01302 #define SCHEMA_127_DELOBJCLASS 0x00000467L 01303 01304 // 01305 // MessageId: SCHEMA_128_DELCLASSID 01306 // 01307 // MessageText: 01308 // 01309 // Cannot delete property '%1$ls'; it is an identity property for class '%2$ls' 01310 // 01311 #define SCHEMA_128_DELCLASSID 0x00000468L 01312 01313 // 01314 // MessageId: SCHEMA_129_DELOBJID 01315 // 01316 // MessageText: 01317 // 01318 // Cannot delete property '%1$ls'; it is an identity property for object property '%2$ls' 01319 // 01320 #define SCHEMA_129_DELOBJID 0x00000469L 01321 01322 // 01323 // MessageId: SCHEMA_130_DELASSOCCLASS 01324 // 01325 // MessageText: 01326 // 01327 // Cannot delete class '%1$ls'; it is the associated class for association property '%2$ls' 01328 // 01329 #define SCHEMA_130_DELASSOCCLASS 0x0000046AL 01330 01331 // 01332 // MessageId: SCHEMA_131_DELASSOCID 01333 // 01334 // MessageText: 01335 // 01336 // Cannot delete property '%1$ls'; it is an identity property for association property '%2$ls' 01337 // 01338 #define SCHEMA_131_DELASSOCID 0x0000046BL 01339 01340 // 01341 // MessageId: SCHEMA_132_DELASSOCREVID 01342 // 01343 // MessageText: 01344 // 01345 // Cannot delete property '%1$ls'; it is a reverse identity property for association property '%2$ls' 01346 // 01347 #define SCHEMA_132_DELASSOCREVID 0x0000046CL 01348 01349 // 01350 // MessageId: SCHEMA_133_DELLAYERCLASS 01351 // 01352 // MessageText: 01353 // 01354 // Cannot delete class '%1$ls'; it is the network layer class for network class '%2$ls' 01355 // 01356 #define SCHEMA_133_DELLAYERCLASS 0x0000046DL 01357 01358 // 01359 // MessageId: SCHEMA_134_DELNETCOST 01360 // 01361 // MessageText: 01362 // 01363 // Cannot delete property '%1$ls'; it is the cost property for network feature class '%2$ls' 01364 // 01365 #define SCHEMA_134_DELNETCOST 0x0000046EL 01366 01367 // 01368 // MessageId: SCHEMA_135_DELFEATNET 01369 // 01370 // MessageText: 01371 // 01372 // Cannot delete property '%1$ls'; it is the network class property for network feature class '%2$ls' 01373 // 01374 #define SCHEMA_135_DELFEATNET 0x0000046FL 01375 01376 // 01377 // MessageId: SCHEMA_136_DELREFFEAT 01378 // 01379 // MessageText: 01380 // 01381 // Cannot delete property '%1$ls'; it is the referenced feature property for network feature class '%2$ls' 01382 // 01383 #define SCHEMA_136_DELREFFEAT 0x00000470L 01384 01385 // 01386 // MessageId: SCHEMA_137_DELNETPARENT 01387 // 01388 // MessageText: 01389 // 01390 // Cannot delete property '%1$ls'; it is the parent network feature property for network feature class '%2$ls' 01391 // 01392 #define SCHEMA_137_DELNETPARENT 0x00000471L 01393 01394 // 01395 // MessageId: SCHEMA_138_DELSTARTNODE 01396 // 01397 // MessageText: 01398 // 01399 // Cannot delete property '%1$ls'; it is the start node property for network link feature class '%2$ls' 01400 // 01401 #define SCHEMA_138_DELSTARTNODE 0x00000472L 01402 01403 // 01404 // MessageId: SCHEMA_139_DELENDNODE 01405 // 01406 // MessageText: 01407 // 01408 // Cannot delete property '%1$ls'; it is the end node property for network link feature class '%2$ls' 01409 // 01410 #define SCHEMA_139_DELENDNODE 0x00000473L 01411 01412 // 01413 // MessageId: SCHEMA_140_DELNODELAYER 01414 // 01415 // MessageText: 01416 // 01417 // Cannot delete property '%1$ls'; it is the layer property for network node feature class '%2$ls' 01418 // 01419 #define SCHEMA_140_DELNODELAYER 0x00000474L 01420 01421 // 01422 // MessageId: SCHEMA_141_BASETYPECONFLICT 01423 // 01424 // MessageText: 01425 // 01426 // Cannot set base class for '%1$ls' to '%2$ls'; they have different class types 01427 // 01428 #define SCHEMA_141_BASETYPECONFLICT 0x00000475L 01429 01430 // 01431 // MessageId: SCHEMA_142_DELFEATGEOM 01432 // 01433 // MessageText: 01434 // 01435 // Cannot delete property '%1$ls'; it is the geometry property for feature class '%2$ls' 01436 // 01437 #define SCHEMA_142_DELFEATGEOM 0x00000476L 01438 01439 // 01440 // MessageId: SCHEMA_143_DELCLASSOBJECTS 01441 // 01442 // MessageText: 01443 // 01444 // Cannot delete class definition '%1$ls'; it has objects 01445 // 01446 #define SCHEMA_143_DELCLASSOBJECTS 0x00000477L 01447 01448 // 01449 // MessageId: SCHEMA_144_ADDPROPOBJECTS 01450 // 01451 // MessageText: 01452 // 01453 // Cannot add not-nullable property '%1$ls'; its class has objects 01454 // 01455 #define SCHEMA_144_ADDPROPOBJECTS 0x00000478L 01456 01457 // 01458 // MessageId: SCHEMA_145_DELPROPOBJECTS 01459 // 01460 // MessageText: 01461 // 01462 // Cannot delete a property '%1$ls'; its class has objects 01463 // 01464 #define SCHEMA_145_DELPROPOBJECTS 0x00000479L 01465 01466 // 01467 // MessageId: SCHEMA_146_DELSCHEMAOBJECTS 01468 // 01469 // MessageText: 01470 // 01471 // Cannot delete schema definition '%1$ls'; it has objects 01472 // 01473 #define SCHEMA_146_DELSCHEMAOBJECTS 0x0000047AL 01474 01475 // 01476 // MessageId: SCHEMA_147_MODCONSTRAINT 01477 // 01478 // MessageText: 01479 // 01480 // Cannot modify constraint for property '%1$ls'; property has values and new constraint is more restrictive 01481 // 01482 #define SCHEMA_147_MODCONSTRAINT 0x0000047BL 01483 01484 // 01485 // MessageId: SCHEMA_148_MODCONSTRAINTTYPE 01486 // 01487 // MessageText: 01488 // 01489 // Cannot modify constraint type for property '%1$ls'; property has values 01490 // 01491 #define SCHEMA_148_MODCONSTRAINTTYPE 0x0000047CL 01492 01493 // 01494 // MessageId: SCHEMA_149_CONSTRAINTDATAVIOLATION 01495 // 01496 // MessageText: 01497 // 01498 // Cannot modify constraint for property '%1$ls'; existing data value '%2$ls' violates new constraint 01499 // 01500 #define SCHEMA_149_CONSTRAINTDATAVIOLATION 0x0000047DL 01501 01502 // 01503 // MessageId: EXPRESSION_1_BLOBVALUENULL 01504 // 01505 // MessageText: 01506 // 01507 // BLOBValue is null. 01508 // 01509 #define EXPRESSION_1_BLOBVALUENULL 0x000007D1L 01510 01511 // 01512 // MessageId: EXPRESSION_2_BOOLEANVALUENULL 01513 // 01514 // MessageText: 01515 // 01516 // BooleanValue is null. 01517 // 01518 #define EXPRESSION_2_BOOLEANVALUENULL 0x000007D2L 01519 01520 // 01521 // MessageId: EXPRESSION_3_BYTEVALUENULL 01522 // 01523 // MessageText: 01524 // 01525 // ByteValue is null. 01526 // 01527 #define EXPRESSION_3_BYTEVALUENULL 0x000007D3L 01528 01529 // 01530 // MessageId: EXPRESSION_4_CLOBVALUENULL 01531 // 01532 // MessageText: 01533 // 01534 // CLOBValue is null. 01535 // 01536 #define EXPRESSION_4_CLOBVALUENULL 0x000007D4L 01537 01538 // 01539 // MessageId: EXPRESSION_5_DATETIMEVALUENULL 01540 // 01541 // MessageText: 01542 // 01543 // DateTimeValue is null. 01544 // 01545 #define EXPRESSION_5_DATETIMEVALUENULL 0x000007D5L 01546 01547 // 01548 // MessageId: EXPRESSION_6_DECIMALVALUENULL 01549 // 01550 // MessageText: 01551 // 01552 // DecimalValue is null. 01553 // 01554 #define EXPRESSION_6_DECIMALVALUENULL 0x000007D6L 01555 01556 // 01557 // MessageId: EXPRESSION_7_DOUBLEVALUENULL 01558 // 01559 // MessageText: 01560 // 01561 // DoubleValue is null. 01562 // 01563 #define EXPRESSION_7_DOUBLEVALUENULL 0x000007D7L 01564 01565 // 01566 // MessageId: EXPRESSION_8_INCOMPLETEBINARYEXPRESSION 01567 // 01568 // MessageText: 01569 // 01570 // Incomplete binary expression. 01571 // 01572 #define EXPRESSION_8_INCOMPLETEBINARYEXPRESSION 0x000007D8L 01573 01574 // 01575 // MessageId: EXPRESSION_9_INCOMPLETEFUNCTION 01576 // 01577 // MessageText: 01578 // 01579 // Incomplete function. 01580 // 01581 #define EXPRESSION_9_INCOMPLETEFUNCTION 0x000007D9L 01582 01583 // 01584 // MessageId: EXPRESSION_10_INCOMPLETEPARAMETER 01585 // 01586 // MessageText: 01587 // 01588 // Incomplete parameter. 01589 // 01590 #define EXPRESSION_10_INCOMPLETEPARAMETER 0x000007DAL 01591 01592 // 01593 // MessageId: EXPRESSION_11_INCOMPLETEUNARYEXPRESSION 01594 // 01595 // MessageText: 01596 // 01597 // Incomplete unary expression. 01598 // 01599 #define EXPRESSION_11_INCOMPLETEUNARYEXPRESSION 0x000007DBL 01600 01601 // 01602 // MessageId: EXPRESSION_12_INT16VALUENULL 01603 // 01604 // MessageText: 01605 // 01606 // Int16Value is null. 01607 // 01608 #define EXPRESSION_12_INT16VALUENULL 0x000007DCL 01609 01610 // 01611 // MessageId: EXPRESSION_13_INT32VALUENULL 01612 // 01613 // MessageText: 01614 // 01615 // Int32Value is null. 01616 // 01617 #define EXPRESSION_13_INT32VALUENULL 0x000007DDL 01618 01619 // 01620 // MessageId: EXPRESSION_14_INT64VALUENULL 01621 // 01622 // MessageText: 01623 // 01624 // Int64Value is null. 01625 // 01626 #define EXPRESSION_14_INT64VALUENULL 0x000007DEL 01627 01628 // 01629 // MessageId: EXPRESSION_15_INVALIDDATAVALUE 01630 // 01631 // MessageText: 01632 // 01633 // Invalid data type. 01634 // 01635 #define EXPRESSION_15_INVALIDDATAVALUE 0x000007DFL 01636 01637 // 01638 // MessageId: EXPRESSION_16_NULLIDENTIFIER 01639 // 01640 // MessageText: 01641 // 01642 // Null identifier. 01643 // 01644 #define EXPRESSION_16_NULLIDENTIFIER 0x000007E0L 01645 01646 // 01647 // MessageId: EXPRESSION_17_STRINGNOTEXPRESSION 01648 // 01649 // MessageText: 01650 // 01651 // String does not represent a valid expression. 01652 // 01653 #define EXPRESSION_17_STRINGNOTEXPRESSION 0x000007E1L 01654 01655 // 01656 // MessageId: EXPRESSION_18_SINGLEVALUENULL 01657 // 01658 // MessageText: 01659 // 01660 // SingleValue is null. 01661 // 01662 #define EXPRESSION_18_SINGLEVALUENULL 0x000007E2L 01663 01664 // 01665 // MessageId: EXPRESSION_19_STRINGVALUENULL 01666 // 01667 // MessageText: 01668 // 01669 // StringValue is null. 01670 // 01671 #define EXPRESSION_19_STRINGVALUENULL 0x000007E3L 01672 01673 // 01674 // MessageId: EXPRESSION_20_STRINGNOTVALUEEXPRESSION 01675 // 01676 // MessageText: 01677 // 01678 // String does not represent a valid value expression. 01679 // 01680 #define EXPRESSION_20_STRINGNOTVALUEEXPRESSION 0x000007E4L 01681 01682 // 01683 // MessageId: FILTER_1_INCOMPLETEBINARYOPERATOR 01684 // 01685 // MessageText: 01686 // 01687 // Incomplete binary logical operator. 01688 // 01689 #define FILTER_1_INCOMPLETEBINARYOPERATOR 0x00000BB9L 01690 01691 // 01692 // MessageId: FILTER_2_INCOMPLETECOMPARISONCONDITION 01693 // 01694 // MessageText: 01695 // 01696 // Incomplete comparison condition. 01697 // 01698 #define FILTER_2_INCOMPLETECOMPARISONCONDITION 0x00000BBAL 01699 01700 // 01701 // MessageId: FILTER_3_INCOMPLETEDISTANCECONDITION 01702 // 01703 // MessageText: 01704 // 01705 // Incomplete distance condition. 01706 // 01707 #define FILTER_3_INCOMPLETEDISTANCECONDITION 0x00000BBBL 01708 01709 // 01710 // MessageId: FILTER_4_INCOMPLETEINCONDITION 01711 // 01712 // MessageText: 01713 // 01714 // Incomplete in condition. 01715 // 01716 #define FILTER_4_INCOMPLETEINCONDITION 0x00000BBCL 01717 01718 // 01719 // MessageId: FILTER_5_INCOMPLETENULLCONDITION 01720 // 01721 // MessageText: 01722 // 01723 // Incomplete null condition. 01724 // 01725 #define FILTER_5_INCOMPLETENULLCONDITION 0x00000BBDL 01726 01727 // 01728 // MessageId: FILTER_6_INCOMPLETESPATIALCONDITION 01729 // 01730 // MessageText: 01731 // 01732 // Incomplete spatial condition. 01733 // 01734 #define FILTER_6_INCOMPLETESPATIALCONDITION 0x00000BBEL 01735 01736 // 01737 // MessageId: FILTER_7_INCOMPLETEUNARYOPERATOR 01738 // 01739 // MessageText: 01740 // 01741 // Incomplete unary logical operator. 01742 // 01743 #define FILTER_7_INCOMPLETEUNARYOPERATOR 0x00000BBFL 01744 01745 // 01746 // MessageId: FILTER_8_INVALIDFILTERSTRING 01747 // 01748 // MessageText: 01749 // 01750 // Invalid filter string. 01751 // 01752 #define FILTER_8_INVALIDFILTERSTRING 0x00000BC0L 01753 01754 // 01755 // MessageId: FILTER_9_STRINGNOTFILTER 01756 // 01757 // MessageText: 01758 // 01759 // String does not represent a valid filter. 01760 // 01761 #define FILTER_9_STRINGNOTFILTER 0x00000BC1L 01762 01763 // 01764 // MessageId: COMMANDS_1_INVALIDIDENTIFIERNAME 01765 // 01766 // MessageText: 01767 // 01768 // Invalid identifier name '%1$ls'. 01769 // 01770 #define COMMANDS_1_INVALIDIDENTIFIERNAME 0x00000FA1L 01771 01772 // 01773 // MessageId: COMMANDS_2_INVALIDPARAMETERVALUENAME 01774 // 01775 // MessageText: 01776 // 01777 // Invalid parameter value name '%1$ls'. 01778 // 01779 #define COMMANDS_2_INVALIDPARAMETERVALUENAME 0x00000FA2L 01780 01781 // 01782 // MessageId: COMMANDS_3_INVALIDPROPERTYVALUENAME 01783 // 01784 // MessageText: 01785 // 01786 // Invalid property value name '%1$ls'. 01787 // 01788 #define COMMANDS_3_INVALIDPROPERTYVALUENAME 0x00000FA3L 01789 01790 // 01791 // MessageId: COMMANDS_4_INVALIDPROVIDERNAME 01792 // 01793 // MessageText: 01794 // 01795 // Schema Override set for schema '%1$ls' has invalid provider name '%2$ls'; must be of the form: Company.Provider.Version. 01796 // 01797 #define COMMANDS_4_INVALIDPROVIDERNAME 0x00000FA4L 01798 01799 // 01800 // MessageId: COMMANDS_5_OVERRIDEPROVIDERMISMATCH 01801 // 01802 // MessageText: 01803 // 01804 // Registered provider '%1$ls' is registered with library for provider '%2$ls'. 01805 // 01806 #define COMMANDS_5_OVERRIDEPROVIDERMISMATCH 0x00000FA5L 01807 01808 // 01809 // MessageId: COMMANDS_6_MISSINGPROVIDERNAME 01810 // 01811 // MessageText: 01812 // 01813 // Schema Override set for schema '%1$ls' has no provider name. 01814 // 01815 #define COMMANDS_6_MISSINGPROVIDERNAME 0x00000FA6L 01816 01817 // 01818 // MessageId: COMMANDS_7_OBJECTHASPARENT 01819 // 01820 // MessageText: 01821 // 01822 // Schema Override '%1$ls' already has parent. 01823 // 01824 #define COMMANDS_7_OBJECTHASPARENT 0x00000FA7L 01825 01826 // 01827 // MessageId: COMMANDS_8_BADMAPPINGSUBELEMENT 01828 // 01829 // MessageText: 01830 // 01831 // Element '%1$ls' not allowed inside %2$ls Schema Mapping element %3$ls[@name='%4$ls']. 01832 // 01833 #define COMMANDS_8_BADMAPPINGSUBELEMENT 0x00000FA8L 01834 01835 // 01836 // MessageId: COMMANDS_9_MULTIMAPPINGSUBELEMENT 01837 // 01838 // MessageText: 01839 // 01840 // Multiple instances of Element '%1$ls' not allowed inside %2$ls Schema Mapping element %3$ls[@name='%4$ls']. 01841 // 01842 #define COMMANDS_9_MULTIMAPPINGSUBELEMENT 0x00000FA9L 01843 01844 // 01845 // MessageId: COMMANDS_10_CHOICESUBELEMENT 01846 // 01847 // MessageText: 01848 // 01849 // Only one of '%1$ls' allowed inside %2$ls Schema Mapping element %3$ls[@name='%4$ls']. 01850 // 01851 #define COMMANDS_10_CHOICESUBELEMENT 0x00000FAAL 01852 01853 // 01854 // MessageId: COMMANDS_11_OWNPARENT 01855 // 01856 // MessageText: 01857 // 01858 // Element '%1$ls' cannot be its own parent/grandparent. 01859 // 01860 #define COMMANDS_11_OWNPARENT 0x00000FABL 01861 01862 // 01863 // MessageId: COMMANDS_12_DUPLICATESUBELEMENT 01864 // 01865 // MessageText: 01866 // 01867 // Only one of '%1$ls[@name=%2$ls]' allowed inside %3$ls Schema Mapping element %4$ls[@name='%5$ls']. 01868 // 01869 #define COMMANDS_12_DUPLICATESUBELEMENT 0x00000FACL 01870 01871 // 01872 // MessageId: PARSE_1_INVALIDDIGIT 01873 // 01874 // MessageText: 01875 // 01876 // Invalid digit in number. 01877 // 01878 #define PARSE_1_INVALIDDIGIT 0x00001389L 01879 01880 // 01881 // MessageId: PARSE_2_INVALIDDATETIME 01882 // 01883 // MessageText: 01884 // 01885 // Invalid DateTime value. 01886 // 01887 #define PARSE_2_INVALIDDATETIME 0x0000138AL 01888 01889 // 01890 // MessageId: PARSE_3_DATETIMEOUTOFRANGE 01891 // 01892 // MessageText: 01893 // 01894 // DateTime value out of range. 01895 // 01896 #define PARSE_3_DATETIMEOUTOFRANGE 0x0000138BL 01897 01898 // 01899 // MessageId: PARSE_4_STRINGINCORRECTLYFORMATTED 01900 // 01901 // MessageText: 01902 // 01903 // String incorrectly formatted. 01904 // 01905 #define PARSE_4_STRINGINCORRECTLYFORMATTED 0x0000138CL 01906 01907 // 01908 // MessageId: PARSE_5_STRINGTOOLONG 01909 // 01910 // MessageText: 01911 // 01912 // String too long. 01913 // 01914 #define PARSE_5_STRINGTOOLONG 0x0000138DL 01915 01916 // 01917 // MessageId: PARSE_6_MISSINGQUOTE_d 01918 // 01919 // MessageText: 01920 // 01921 // Unmatched quote following quotation mark at column %1$d. 01922 // 01923 #define PARSE_6_MISSINGQUOTE_d 0x0000138EL 01924 01925 // 01926 // MessageId: PARSE_7_INVALIDHEXDIGIT 01927 // 01928 // MessageText: 01929 // 01930 // Invalid hex digit. 01931 // 01932 #define PARSE_7_INVALIDHEXDIGIT 0x0000138FL 01933 01934 // 01935 // MessageId: PARSE_8_INVALIDBITDIGIT 01936 // 01937 // MessageText: 01938 // 01939 // Invalid bit digit. 01940 // 01941 #define PARSE_8_INVALIDBITDIGIT 0x00001390L 01942 01943 // 01944 // MessageId: PARSE_9_WRONGTOKEN 01945 // 01946 // MessageText: 01947 // 01948 // Wrong token. 01949 // 01950 #define PARSE_9_WRONGTOKEN 0x00001391L 01951 01952 // 01953 // MessageId: SC_1_XMLNONAME 01954 // 01955 // MessageText: 01956 // 01957 // Current spatial context has no name; cannot write to XML. 01958 // 01959 #define SC_1_XMLNONAME 0x00001771L 01960 01961 // 01962 // MessageId: SC_2_NOSTATETRANSITION 01963 // 01964 // MessageText: 01965 // 01966 // Error in SCReadHandler state transition table, no transition after element '%1$ls'. 01967 // 01968 #define SC_2_NOSTATETRANSITION 0x00001772L 01969 01970 // 01971 // MessageId: SC_3_XMLNOEXTENTS 01972 // 01973 // MessageText: 01974 // 01975 // Current spatial context '%1$ls' has no extents; cannot write to XML. 01976 // 01977 #define SC_3_XMLNOEXTENTS 0x00001773L 01978 01979 // 01980 // MessageId: SC_4_XMLNOREAD 01981 // 01982 // MessageText: 01983 // 01984 // %1$ls failed: no spatial context has been read from XML. 01985 // 01986 #define SC_4_XMLNOREAD 0x00001774L 01987 01988 // 01989 // MessageId: SC_5_MISSINGATTRIBUTE 01990 // 01991 // MessageText: 01992 // 01993 // Error reading spatial context %1$ls from XML, required attribute %2$ls/@%3$ls is missing. 01994 // 01995 #define SC_5_MISSINGATTRIBUTE 0x00001775L 01996 01997 // 01998 // MessageId: SC_6_BADATTRIBUTE 01999 // 02000 // MessageText: 02001 // 02002 // Error reading spatial context %1$ls from XML, invalid attribute %2$ls/@%3$ls value '%4$ls'. 02003 // 02004 #define SC_6_BADATTRIBUTE 0x00001776L 02005 02006 // 02007 // MessageId: SC_7_NAMEIDDIFF 02008 // 02009 // MessageText: 02010 // 02011 // Error reading spatial context %1$ls from XML, gml:id '%2$ls' differs from srsName. 02012 // 02013 #define SC_7_NAMEIDDIFF 0x00001777L 02014 02015 // 02016 // MessageId: SC_8_BADELEMENT 02017 // 02018 // MessageText: 02019 // 02020 // Error reading spatial context %1$ls from XML, invalid %2$ls value '%3$ls'. 02021 // 02022 #define SC_8_BADELEMENT 0x00001778L 02023 02024 // 02025 // MessageId: SC_9_BADSUBELEMENT 02026 // 02027 // MessageText: 02028 // 02029 // Error reading spatial context %1$ls from XML, unexpected first element %2$ls inside '%3$ls'. 02030 // 02031 #define SC_9_BADSUBELEMENT 0x00001779L 02032 02033 // 02034 // MessageId: SC_10_BADNEXTELEMENT 02035 // 02036 // MessageText: 02037 // 02038 // Error reading spatial context %1$ls from XML, unexpected element %2$ls after '%3$ls'. 02039 // 02040 #define SC_10_BADNEXTELEMENT 0x0000177AL 02041 02042 // 02043 // MessageId: SC_11_MISSINGNEXTELEMENT 02044 // 02045 // MessageText: 02046 // 02047 // Error reading spatial context %1$ls from XML, expected element %2$ls after '%3$ls'. 02048 // 02049 #define SC_11_MISSINGNEXTELEMENT 0x0000177BL 02050 02051 // 02052 // MessageId: SC_12_EMPTYELEMENT 02053 // 02054 // MessageText: 02055 // 02056 // Error reading spatial context %1$ls from XML, element %2$ls has no sub-elements. 02057 // 02058 #define SC_12_EMPTYELEMENT 0x0000177CL 02059 02060 // 02061 // MessageId: SC_13_NAMEIDDIFF 02062 // 02063 // MessageText: 02064 // 02065 // Error reading spatial context %1$ls from XML, gml:baseCRS/fdo:WKTCRS/gml:id '%2$ls' differs from gml:baseCRS/fdo:WKTCRS/srsName. 02066 // 02067 #define SC_13_NAMEIDDIFF 0x0000EA6DL 02068 02069 // 02070 // MessageId: SC_14_EMPTYBASECRS 02071 // 02072 // MessageText: 02073 // 02074 // Error reading spatial context %1$ls from XML, gml:baseCRS subelement must have an xlink:href attribute or fdo:WKTCRS subelement. 02075 // 02076 #define SC_14_EMPTYBASECRS 0x0000177EL 02077 02078 // 02079 // MessageId: SC_15_NEEDCALLREADNEXT 02080 // 02081 // MessageText: 02082 // 02083 // Error reading from feature reader, need to call ReadNext before getting property. 02084 // 02085 #define SC_15_NEEDCALLREADNEXT 0x0000177FL 02086 02087 // 02088 // MessageId: SC_16_INDEXOUTOFBOUND 02089 // 02090 // MessageText: 02091 // 02092 // Error reading from feature reader, reach end in the feature collection. 02093 // 02094 #define SC_16_INDEXOUTOFBOUND 0x00001780L 02095 02096 // 02097 // MessageId: CLNT_1_NULLINPUTPOINTER 02098 // 02099 // MessageText: 02100 // 02101 // NULL Input Pointer 02102 // 02103 #define CLNT_1_NULLINPUTPOINTER 0x00001B59L 02104 02105 // 02106 // MessageId: CLNT_2_EMPTYINPUTPARAMETER 02107 // 02108 // MessageText: 02109 // 02110 // Empty Input Parameter 02111 // 02112 #define CLNT_2_EMPTYINPUTPARAMETER 0x00001B5AL 02113 02114 // 02115 // MessageId: CLNT_3_NULLPOINTER 02116 // 02117 // MessageText: 02118 // 02119 // NULL Pointer 02120 // 02121 #define CLNT_3_NULLPOINTER 0x00001B5BL 02122 02123 // 02124 // MessageId: CLNT_4_PROVIDERNOTREGISTERED 02125 // 02126 // MessageText: 02127 // 02128 // FDO Provider Not Registered 02129 // 02130 #define CLNT_4_PROVIDERNOTREGISTERED 0x00001B5CL 02131 02132 // 02133 // MessageId: CLNT_5_OUTOFMEMORY 02134 // 02135 // MessageText: 02136 // 02137 // Out Of Memory 02138 // 02139 #define CLNT_5_OUTOFMEMORY 0x00001B5DL 02140 02141 // 02142 // MessageId: CLNT_6_INVALIDINPUTPARAMETER 02143 // 02144 // MessageText: 02145 // 02146 // Invalid Input Parameter 02147 // 02148 #define CLNT_6_INVALIDINPUTPARAMETER 0x00001B5EL 02149 02150 // 02151 // MessageId: CLNT_7_FAILURE 02152 // 02153 // MessageText: 02154 // 02155 // Action Failed 02156 // 02157 #define CLNT_7_FAILURE 0x00001B5FL 02158 02159 // 02160 // MessageId: CLNT_8_UNABLE_TO_LOAD_LIBRARY 02161 // 02162 // MessageText: 02163 // 02164 // Unable to load the FDO Provider: %1$s 02165 // 02166 #define CLNT_8_UNABLE_TO_LOAD_LIBRARY 0x00001B60L 02167 02168 // 02169 // MessageId: CLNT_9_INVALID_PROVIDER_ENTRY_POINT 02170 // 02171 // MessageText: 02172 // 02173 // FDO Provider entry point function 'CreateConnection' was not found. 02174 // 02175 #define CLNT_9_INVALID_PROVIDER_ENTRY_POINT 0x00001B61L 02176 02177 // 02178 // MessageId: CLNT_10_NULL_CONNECTION_FROM_PROVIDER 02179 // 02180 // MessageText: 02181 // 02182 // FDO Provider entry point function 'CreateConnection' returned NULL. 02183 // 02184 #define CLNT_10_NULL_CONNECTION_FROM_PROVIDER 0x00001B62L 02185 02186 // 02187 // MessageId: CLNT_11_PARSER_ERROR 02188 // 02189 // MessageText: 02190 // 02191 // Parser Error 02192 // 02193 #define CLNT_11_PARSER_ERROR 0x00001B63L 02194 02195 // 02196 // MessageId: CLNT_12_FILE_NOT_EXISTS 02197 // 02198 // MessageText: 02199 // 02200 // File '%1$ls' does not exist 02201 // 02202 #define CLNT_12_FILE_NOT_EXISTS 0x00001B64L 02203 02204 // 02205 // MessageId: CLNT_13_UNKNOWN_MESSAGE 02206 // 02207 // MessageText: 02208 // 02209 // Unknown message id: %1$d 02210 // 02211 #define CLNT_13_UNKNOWN_MESSAGE 0x00001B65L 02212 02213 // 02214 // MessageId: CLNT_14_XML_ERROR 02215 // 02216 // MessageText: 02217 // 02218 // Error in registry file '%1$ls', line %2$d: %3$s 02219 // 02220 #define CLNT_14_XML_ERROR 0x00001B66L 02221 02222 // 02223 // MessageId: CLNT_15_XML_WRITE_ERROR 02224 // 02225 // MessageText: 02226 // 02227 // Error writing to registry file '%1$ls', %2$s 02228 // 02229 #define CLNT_15_XML_WRITE_ERROR 0x00001B67L 02230 02231 // 02232 // MessageId: FUNCTION_CEIL 02233 // 02234 // MessageText: 02235 // 02236 // Determines the smallest integer greater than or equal to the expression value 02237 // 02238 #define FUNCTION_CEIL 0x00001F41L 02239 02240 // 02241 // MessageId: FUNCTION_FLOOR 02242 // 02243 // MessageText: 02244 // 02245 // Returns the largest integer equal to or less than the expression value 02246 // 02247 #define FUNCTION_FLOOR 0x00001F42L 02248 02249 // 02250 // MessageId: FUNCTION_AVG 02251 // 02252 // MessageText: 02253 // 02254 // Determines the average value of an expression 02255 // 02256 #define FUNCTION_AVG 0x00001F43L 02257 02258 // 02259 // MessageId: FUNCTION_COUNT 02260 // 02261 // MessageText: 02262 // 02263 // Determines the number of objects in the query 02264 // 02265 #define FUNCTION_COUNT 0x00001F44L 02266 02267 // 02268 // MessageId: FUNCTION_MAX 02269 // 02270 // MessageText: 02271 // 02272 // Determines the maximum value of an expression 02273 // 02274 #define FUNCTION_MAX 0x00001F45L 02275 02276 // 02277 // MessageId: FUNCTION_MIN 02278 // 02279 // MessageText: 02280 // 02281 // Returns the minimum value of an expression 02282 // 02283 #define FUNCTION_MIN 0x00001F46L 02284 02285 // 02286 // MessageId: FUNCTION_SUM 02287 // 02288 // MessageText: 02289 // 02290 // Returns the sum of values of an expression 02291 // 02292 #define FUNCTION_SUM 0x00001F47L 02293 02294 // 02295 // MessageId: FUNCTION_LOWER 02296 // 02297 // MessageText: 02298 // 02299 // Converts all uppercase letters in a string expression into lowercase letters 02300 // 02301 #define FUNCTION_LOWER 0x00001F48L 02302 02303 // 02304 // MessageId: FUNCTION_UPPER 02305 // 02306 // MessageText: 02307 // 02308 // Converts all lowercase letters in a string expression into uppercase letters 02309 // 02310 #define FUNCTION_UPPER 0x00001F49L 02311 02312 // 02313 // MessageId: FUNCTION_CONCAT 02314 // 02315 // MessageText: 02316 // 02317 // Returns the string concatenation of 2 expressions 02318 // 02319 #define FUNCTION_CONCAT 0x00001F4AL 02320 02321 // 02322 // MessageId: FUNCTION_DBL_ARG 02323 // 02324 // MessageText: 02325 // 02326 // Argument that represents a double 02327 // 02328 #define FUNCTION_DBL_ARG 0x00001F4BL 02329 02330 // 02331 // MessageId: FUNCTION_INT_ARG 02332 // 02333 // MessageText: 02334 // 02335 // Argument that represents an integer 02336 // 02337 #define FUNCTION_INT_ARG 0x00001F4CL 02338 02339 // 02340 // MessageId: FUNCTION_STR_ARG 02341 // 02342 // MessageText: 02343 // 02344 // Argument that represents a string 02345 // 02346 #define FUNCTION_STR_ARG 0x00001F4DL 02347 02348 // 02349 // MessageId: FUNCTION_SPATIALEXTENTS 02350 // 02351 // MessageText: 02352 // 02353 // Returns the spatial extents of values of a geometric expression 02354 // 02355 #define FUNCTION_SPATIALEXTENTS 0x00001F4EL 02356 02357 // 02358 // MessageId: FUNCTION_GEOM_ARG 02359 // 02360 // MessageText: 02361 // 02362 // Argument that represents a geometry 02363 // 02364 #define FUNCTION_GEOM_ARG 0x00001F4FL 02365 02366 // 02367 // MessageId: FUNCTION_BOOL_ARG 02368 // 02369 // MessageText: 02370 // 02371 // Argument that represents a boolean 02372 // 02373 #define FUNCTION_BOOL_ARG 0x00001F50L 02374 02375 // 02376 // MessageId: FUNCTION_BYTE_ARG 02377 // 02378 // MessageText: 02379 // 02380 // Argument that represents a byte 02381 // 02382 #define FUNCTION_BYTE_ARG 0x00001F51L 02383 02384 // 02385 // MessageId: FUNCTION_DT_ARG 02386 // 02387 // MessageText: 02388 // 02389 // Argument that represents a date-time value 02390 // 02391 #define FUNCTION_DT_ARG 0x00001F52L 02392 02393 // 02394 // MessageId: FUNCTION_DEC_ARG 02395 // 02396 // MessageText: 02397 // 02398 // Argument that represents a decimal 02399 // 02400 #define FUNCTION_DEC_ARG 0x00001F53L 02401 02402 // 02403 // MessageId: FUNCTION_INT16_ARG 02404 // 02405 // MessageText: 02406 // 02407 // Argument that represents a 16-bit integer 02408 // 02409 #define FUNCTION_INT16_ARG 0x00001F54L 02410 02411 // 02412 // MessageId: FUNCTION_INT32_ARG 02413 // 02414 // MessageText: 02415 // 02416 // Argument that represents a 32-bit integer 02417 // 02418 #define FUNCTION_INT32_ARG 0x00001F55L 02419 02420 // 02421 // MessageId: FUNCTION_INT64_ARG 02422 // 02423 // MessageText: 02424 // 02425 // Argument that represents a 64-bit integer 02426 // 02427 #define FUNCTION_INT64_ARG 0x00001F56L 02428 02429 // 02430 // MessageId: FUNCTION_SINGLE_ARG 02431 // 02432 // MessageText: 02433 // 02434 // Argument that represents a single value 02435 // 02436 #define FUNCTION_SINGLE_ARG 0x00001F57L 02437 02438 // 02439 // MessageId: FUNCTION_BLOB_ARG 02440 // 02441 // MessageText: 02442 // 02443 // Argument that represents a BLOB value 02444 // 02445 #define FUNCTION_BLOB_ARG 0x00001F58L 02446 02447 // 02448 // MessageId: FUNCTION_CLOB_ARG 02449 // 02450 // MessageText: 02451 // 02452 // Argument that represents a CLOB value 02453 // 02454 #define FUNCTION_CLOB_ARG 0x00001F59L 02455 02456 // 02457 // MessageId: FUNCTION_ASSOCIATION_ARG 02458 // 02459 // MessageText: 02460 // 02461 // Argument that represents an association 02462 // 02463 #define FUNCTION_ASSOCIATION_ARG 0x00001F5AL 02464 02465 // 02466 // MessageId: FUNCTION_OBJECT_ARG 02467 // 02468 // MessageText: 02469 // 02470 // Argument that represents an object 02471 // 02472 #define FUNCTION_OBJECT_ARG 0x00001F5BL 02473 02474 // 02475 // MessageId: FUNCTION_RASTER_ARG 02476 // 02477 // MessageText: 02478 // 02479 // Argument that represents a raster 02480 // 02481 // 02482 #define FUNCTION_RASTER_ARG 0x00001F5CL 02483 02484 // 02485 // MessageId: FUNCTION_GENERAL_ARG 02486 // 02487 // MessageText: 02488 // 02489 // Argument to be processed 02490 // 02491 #define FUNCTION_GENERAL_ARG 0x00001F5DL 02492 02493 // 02494 // MessageId: FUNCTION_OPERATOR_ARG 02495 // 02496 // MessageText: 02497 // 02498 // Operation indicator (ALL or DISTINCT) 02499 // 02500 #define FUNCTION_OPERATOR_ARG 0x00001F5EL 02501 02502 // 02503 // MessageId: FUNCTION_OPERATOR_ARG_LIT 02504 // 02505 // MessageText: 02506 // 02507 // Operation Indicator 02508 // 02509 #define FUNCTION_OPERATOR_ARG_LIT 0x00001F5FL 02510 02511 // 02512 // MessageId: FUNCTION_BYTE_ARG_LIT 02513 // 02514 // MessageText: 02515 // 02516 // byte 02517 // 02518 #define FUNCTION_BYTE_ARG_LIT 0x00001F60L 02519 02520 // 02521 // MessageId: FUNCTION_DATE_ARG_LIT 02522 // 02523 // MessageText: 02524 // 02525 // date/time 02526 // 02527 #define FUNCTION_DATE_ARG_LIT 0x00001F61L 02528 02529 // 02530 // MessageId: FUNCTION_NUMBER_ARG_LIT 02531 // 02532 // MessageText: 02533 // 02534 // number 02535 // 02536 #define FUNCTION_NUMBER_ARG_LIT 0x00001F62L 02537 02538 // 02539 // MessageId: FUNCTION_STRING_ARG_LIT 02540 // 02541 // MessageText: 02542 // 02543 // text property 02544 // 02545 #define FUNCTION_STRING_ARG_LIT 0x00001F63L 02546 02547 // 02548 // MessageId: FUNCTION_PARAMETER_NUMBER_ERROR 02549 // 02550 // MessageText: 02551 // 02552 // Expression Engine: Invalid number of parameters for function '%1$ls' 02553 // 02554 #define FUNCTION_PARAMETER_NUMBER_ERROR 0x00001F64L 02555 02556 // 02557 // MessageId: FUNCTION_PARAMETER_ERROR 02558 // 02559 // MessageText: 02560 // 02561 // Expression Engine: Invalid parameters for function '%1$ls' 02562 // 02563 #define FUNCTION_PARAMETER_ERROR 0x00001F65L 02564 02565 // 02566 // MessageId: FUNCTION_PARAMETER_DATA_TYPE_ERROR 02567 // 02568 // MessageText: 02569 // 02570 // Expression Engine: Invalid parameter data type for function '%1$ls' 02571 // 02572 #define FUNCTION_PARAMETER_DATA_TYPE_ERROR 0x00001F66L 02573 02574 // 02575 // MessageId: FUNCTION_RESULT_DATA_TYPE_ERROR 02576 // 02577 // MessageText: 02578 // 02579 // Expression Engine: Invalid data type for return value for function '%1$ls' 02580 // 02581 #define FUNCTION_RESULT_DATA_TYPE_ERROR 0x00001F67L 02582 02583 // 02584 // MessageId: FUNCTION_OPERATOR_ERROR 02585 // 02586 // MessageText: 02587 // 02588 // Expression Engine: Invalid operator parameter value for function '%1$ls' 02589 // 02590 #define FUNCTION_OPERATOR_ERROR 0x00001F68L 02591 02592 // 02593 // MessageId: FUNCTION_BOOL_ARG_LIT 02594 // 02595 // MessageText: 02596 // 02597 // boolean 02598 // 02599 #define FUNCTION_BOOL_ARG_LIT 0x00001F69L 02600 02601 // 02602 // MessageId: FUNCTION_BLOB_ARG_LIT 02603 // 02604 // MessageText: 02605 // 02606 // blob 02607 // 02608 #define FUNCTION_BLOB_ARG_LIT 0x00001F6AL 02609 02610 // 02611 // MessageId: FUNCTION_CLOB_ARG_LIT 02612 // 02613 // MessageText: 02614 // 02615 // clob 02616 // 02617 #define FUNCTION_CLOB_ARG_LIT 0x00001F6BL 02618 02619 // 02620 // MessageId: FUNCTION_PARAMETER_DISTINCT_ERROR 02621 // 02622 // MessageText: 02623 // 02624 // Expression Engine: DISTINCT not allowed for BLOB/CLOB for function '%1$ls' 02625 // 02626 #define FUNCTION_PARAMETER_DISTINCT_ERROR 0x00001F6CL 02627 02628 // 02629 // MessageId: FUNCTION_SIGN 02630 // 02631 // MessageText: 02632 // 02633 // Returns -1, 0, 1 depending on whether the value is < 0, == 0 or > 0 02634 // 02635 #define FUNCTION_SIGN 0x00001F6DL 02636 02637 // 02638 // MessageId: FUNCTION_CONCAT_STRING1_ARG 02639 // 02640 // MessageText: 02641 // 02642 // First string to concatenate 02643 // 02644 #define FUNCTION_CONCAT_STRING1_ARG 0x00001F6EL 02645 02646 // 02647 // MessageId: FUNCTION_CONCAT_STRING2_ARG 02648 // 02649 // MessageText: 02650 // 02651 // Second string to concatenate 02652 // 02653 #define FUNCTION_CONCAT_STRING2_ARG 0x00001F6FL 02654 02655 // 02656 // MessageId: FUNCTION_UPPER_STRING_ARG 02657 // 02658 // MessageText: 02659 // 02660 // String to be converted into uppercase 02661 // 02662 #define FUNCTION_UPPER_STRING_ARG 0x00001F70L 02663 02664 // 02665 // MessageId: FUNCTION_LOWER_STRING_ARG 02666 // 02667 // MessageText: 02668 // 02669 // String to be converted into lowercase 02670 // 02671 #define FUNCTION_LOWER_STRING_ARG 0x00001F71L 02672 02673 // 02674 // MessageId: FUNCTION_GEOM_ARG_LIT 02675 // 02676 // MessageText: 02677 // 02678 // geometry property 02679 // 02680 #define FUNCTION_GEOM_ARG_LIT 0x00001F72L 02681 02682 // 02683 // MessageId: FUNCTION_ABS 02684 // 02685 // MessageText: 02686 // 02687 // Determines the absolute value of a numeric expression 02688 // 02689 #define FUNCTION_ABS 0x00001F73L 02690 02691 // 02692 // MessageId: FUNCTION_ACOS 02693 // 02694 // MessageText: 02695 // 02696 // Determines the arc cosine of a numeric expression 02697 // 02698 #define FUNCTION_ACOS 0x00001F74L 02699 02700 // 02701 // MessageId: FUNCTION_ASIN 02702 // 02703 // MessageText: 02704 // 02705 // Determines the arc sine of a numeric expression 02706 // 02707 #define FUNCTION_ASIN 0x00001F75L 02708 02709 // 02710 // MessageId: FUNCTION_ATAN 02711 // 02712 // MessageText: 02713 // 02714 // Determines the arc tangent of a numeric expression 02715 // 02716 #define FUNCTION_ATAN 0x00001F76L 02717 02718 // 02719 // MessageId: FUNCTION_COS 02720 // 02721 // MessageText: 02722 // 02723 // Determines the cosine of a numeric expression 02724 // 02725 #define FUNCTION_COS 0x00001F77L 02726 02727 // 02728 // MessageId: FUNCTION_EXP 02729 // 02730 // MessageText: 02731 // 02732 // Determines e raised to the power of a numeric expression value 02733 // 02734 #define FUNCTION_EXP 0x00001F78L 02735 02736 // 02737 // MessageId: FUNCTION_LN 02738 // 02739 // MessageText: 02740 // 02741 // Determines the natural logarithm of a numeric expression 02742 // 02743 #define FUNCTION_LN 0x00001F79L 02744 02745 // 02746 // MessageId: FUNCTION_SIN 02747 // 02748 // MessageText: 02749 // 02750 // Determines the sine of a numeric expression 02751 // 02752 #define FUNCTION_SIN 0x00001F7AL 02753 02754 // 02755 // MessageId: FUNCTION_SQRT 02756 // 02757 // MessageText: 02758 // 02759 // Determines the square root of a numeric expression 02760 // 02761 #define FUNCTION_SQRT 0x00001F7BL 02762 02763 // 02764 // MessageId: FUNCTION_TAN 02765 // 02766 // MessageText: 02767 // 02768 // Determines the tangent of a numeric expression 02769 // 02770 #define FUNCTION_TAN 0x00001F7CL 02771 02772 // 02773 // MessageId: FUNCTION_ATAN2 02774 // 02775 // MessageText: 02776 // 02777 // Determines the arc tangent of two numeric expressions 02778 // 02779 #define FUNCTION_ATAN2 0x00001F7DL 02780 02781 // 02782 // MessageId: FUNCTION_LOG_BASE_ARG 02783 // 02784 // MessageText: 02785 // 02786 // Logarithm base value 02787 // 02788 #define FUNCTION_LOG_BASE_ARG 0x00001F7EL 02789 02790 // 02791 // MessageId: FUNCTION_BASE_ARG_LIT 02792 // 02793 // MessageText: 02794 // 02795 // base 02796 // 02797 #define FUNCTION_BASE_ARG_LIT 0x00001F7FL 02798 02799 // 02800 // MessageId: FUNCTION_DIV_BY_0_ERROR 02801 // 02802 // MessageText: 02803 // 02804 // Expression Engine: Attempt to divide by 0 ('%1$ls') 02805 // 02806 #define FUNCTION_DIV_BY_0_ERROR 0x00001F80L 02807 02808 // 02809 // MessageId: FUNCTION_DIVISOR_ARG 02810 // 02811 // MessageText: 02812 // 02813 // The divisor 02814 // 02815 #define FUNCTION_DIVISOR_ARG 0x00001F81L 02816 02817 // 02818 // MessageId: FUNCTION_DIV_ARG_LIT 02819 // 02820 // MessageText: 02821 // 02822 // divisor 02823 // 02824 #define FUNCTION_DIV_ARG_LIT 0x00001F82L 02825 02826 // 02827 // MessageId: FUNCTION_MOD 02828 // 02829 // MessageText: 02830 // 02831 // Determines the remainder of the division of two numeric expressions 02832 // 02833 #define FUNCTION_MOD 0x00001F83L 02834 02835 // 02836 // MessageId: FUNCTION_LOG 02837 // 02838 // MessageText: 02839 // 02840 // Determines the logarithm of two numeric expressions 02841 // 02842 #define FUNCTION_LOG 0x00001F84L 02843 02844 // 02845 // MessageId: FUNCTION_REMAINDER 02846 // 02847 // MessageText: 02848 // 02849 // Determines the remainder of the division of two numeric expressions 02850 // 02851 #define FUNCTION_REMAINDER 0x00001F85L 02852 02853 // 02854 // MessageId: FUNCTION_POWER_ARG 02855 // 02856 // MessageText: 02857 // 02858 // Represents the power value a number should be raised to 02859 // 02860 #define FUNCTION_POWER_ARG 0x00001F86L 02861 02862 // 02863 // MessageId: FUNCTION_POWER 02864 // 02865 // MessageText: 02866 // 02867 // Raises a numeric expression to the power of another numeric expression 02868 // 02869 #define FUNCTION_POWER 0x00001F87L 02870 02871 // 02872 // MessageId: FUNCTION_DATA_VALUE_ERROR 02873 // 02874 // MessageText: 02875 // 02876 // Expression Engine: Invalid value for execution of function '%1$ls' 02877 // 02878 #define FUNCTION_DATA_VALUE_ERROR 0x00001F88L 02879 02880 // 02881 // MessageId: FUNCTION_ROUND 02882 // 02883 // MessageText: 02884 // 02885 // Rounds a numeric expressions to the specified degree 02886 // 02887 #define FUNCTION_ROUND 0x00001F89L 02888 02889 // 02890 // MessageId: FUNCTION_UNEXPECTED_RESULT_ERROR 02891 // 02892 // MessageText: 02893 // 02894 // Expression Engine: Unexpected result for function '%1$ls' 02895 // 02896 #define FUNCTION_UNEXPECTED_RESULT_ERROR 0x00001F8AL 02897 02898 // 02899 // MessageId: FUNCTION_ROUND_OPT_DECIMAL_ARG 02900 // 02901 // MessageText: 02902 // 02903 // Represents an optional number of decimals to round to 02904 // 02905 #define FUNCTION_ROUND_OPT_DECIMAL_ARG 0x00001F8BL 02906 02907 // 02908 // MessageId: FUNCTION_OPT_DECIMAL_ARG_LIT 02909 // 02910 // MessageText: 02911 // 02912 // optional number of decimals 02913 // 02914 #define FUNCTION_OPT_DECIMAL_ARG_LIT 0x00001F8CL 02915 02916 // 02917 // MessageId: FUNCTION_TRUNC 02918 // 02919 // MessageText: 02920 // 02921 // Truncates a numeric or date expression as specified 02922 // 02923 #define FUNCTION_TRUNC 0x00001F8DL 02924 02925 // 02926 // MessageId: FUNCTION_TRUNC_OPT_DECIMAL_ARG 02927 // 02928 // MessageText: 02929 // 02930 // Represents an optional number of decimals to truncate to 02931 // 02932 #define FUNCTION_TRUNC_OPT_DECIMAL_ARG 0x00001F8EL 02933 02934 // 02935 // MessageId: FUNCTION_TRUNC_OPT_DATE_ARG 02936 // 02937 // MessageText: 02938 // 02939 // Represents an indicator to what the date to truncate to 02940 // 02941 #define FUNCTION_TRUNC_OPT_DATE_ARG 0x00001F8FL 02942 02943 // 02944 // MessageId: FUNCTION_TRUNC_DATE_OP_ARG 02945 // 02946 // MessageText: 02947 // 02948 // Truncation indicator (YEAR, MONTH, DAY, HOUR, MINUTE) 02949 // 02950 #define FUNCTION_TRUNC_DATE_OP_ARG 0x00001F90L 02951 02952 // 02953 // MessageId: FUNCTION_LENGTH_STRING_ARG 02954 // 02955 // MessageText: 02956 // 02957 // String for which to calculate the length 02958 // 02959 #define FUNCTION_LENGTH_STRING_ARG 0x00001F91L 02960 02961 // 02962 // MessageId: FUNCTION_LENGTH 02963 // 02964 // MessageText: 02965 // 02966 // Determines the length of a string expression 02967 // 02968 #define FUNCTION_LENGTH 0x00001F92L 02969 02970 // 02971 // MessageId: FUNCTION_LPAD_STRING_ARG 02972 // 02973 // MessageText: 02974 // 02975 // String to pad to the left 02976 // 02977 #define FUNCTION_LPAD_STRING_ARG 0x00001F93L 02978 02979 // 02980 // MessageId: FUNCTION_PAD_LENGTH_ARG 02981 // 02982 // MessageText: 02983 // 02984 // The length the string should be padded to 02985 // 02986 #define FUNCTION_PAD_LENGTH_ARG 0x00001F94L 02987 02988 // 02989 // MessageId: FUNCTION_PAD_STRING_ARG 02990 // 02991 // MessageText: 02992 // 02993 // The string to be used to pad 02994 // 02995 #define FUNCTION_PAD_STRING_ARG 0x00001F95L 02996 02997 // 02998 // MessageId: FUNCTION_PAD_LENGTH_ARG_LIT 02999 // 03000 // MessageText: 03001 // 03002 // number of characters 03003 // 03004 #define FUNCTION_PAD_LENGTH_ARG_LIT 0x00001F96L 03005 03006 // 03007 // MessageId: FUNCTION_PAD_STRING_ARG_LIT 03008 // 03009 // MessageText: 03010 // 03011 // pad string 03012 // 03013 #define FUNCTION_PAD_STRING_ARG_LIT 0x00001F97L 03014 03015 // 03016 // MessageId: FUNCTION_LPAD 03017 // 03018 // MessageText: 03019 // 03020 // Pads a string expression as directed to the left 03021 // 03022 #define FUNCTION_LPAD 0x00001F98L 03023 03024 // 03025 // MessageId: FUNCTION_RPAD_STRING_ARG 03026 // 03027 // MessageText: 03028 // 03029 // String to pad to the right 03030 // 03031 #define FUNCTION_RPAD_STRING_ARG 0x00001F99L 03032 03033 // 03034 // MessageId: FUNCTION_RPAD 03035 // 03036 // MessageText: 03037 // 03038 // Pads a string expression as directed to the right 03039 // 03040 #define FUNCTION_RPAD 0x00001F9AL 03041 03042 // 03043 // MessageId: FUNCTION_LTRIM_STRING_ARG 03044 // 03045 // MessageText: 03046 // 03047 // String to trim on the left 03048 // 03049 #define FUNCTION_LTRIM_STRING_ARG 0x00001F9BL 03050 03051 // 03052 // MessageId: FUNCTION_LTRIM 03053 // 03054 // MessageText: 03055 // 03056 // Trims a string expression on the left 03057 // 03058 #define FUNCTION_LTRIM 0x00001F9CL 03059 03060 // 03061 // MessageId: FUNCTION_RTRIM_STRING_ARG 03062 // 03063 // MessageText: 03064 // 03065 // String to trim on the right 03066 // 03067 #define FUNCTION_RTRIM_STRING_ARG 0x00001F9DL 03068 03069 // 03070 // MessageId: FUNCTION_RTRIM 03071 // 03072 // MessageText: 03073 // 03074 // Trims a string expression on the right 03075 // 03076 #define FUNCTION_RTRIM 0x00001F9EL 03077 03078 // 03079 // MessageId: FUNCTION_INSTR_STRING1_ARG 03080 // 03081 // MessageText: 03082 // 03083 // String to search in 03084 // 03085 #define FUNCTION_INSTR_STRING1_ARG 0x00001F9FL 03086 03087 // 03088 // MessageId: FUNCTION_INSTR_STRING2_ARG 03089 // 03090 // MessageText: 03091 // 03092 // String to look for 03093 // 03094 #define FUNCTION_INSTR_STRING2_ARG 0x00001FA0L 03095 03096 // 03097 // MessageId: FUNCTION_STRING_SEARCH_ARG_LIT 03098 // 03099 // MessageText: 03100 // 03101 // search text 03102 // 03103 #define FUNCTION_STRING_SEARCH_ARG_LIT 0x00001FA1L 03104 03105 // 03106 // MessageId: FUNCTION_INSTR 03107 // 03108 // MessageText: 03109 // 03110 // Returns the position of a string within a base string 03111 // 03112 #define FUNCTION_INSTR 0x00001FA2L 03113 03114 // 03115 // MessageId: FUNCTION_SUBSTR_STRING_ARG 03116 // 03117 // MessageText: 03118 // 03119 // String from which to extract 03120 // 03121 #define FUNCTION_SUBSTR_STRING_ARG 0x00001FA3L 03122 03123 // 03124 // MessageId: FUNCTION_SUBSTR_START_POS_ARG 03125 // 03126 // MessageText: 03127 // 03128 // Position from which to extract a substring 03129 // 03130 #define FUNCTION_SUBSTR_START_POS_ARG 0x00001FA4L 03131 03132 // 03133 // MessageId: FUNCTION_SUBSTR_LENGTH_ARG 03134 // 03135 // MessageText: 03136 // 03137 // The length of the substring to extract 03138 // 03139 #define FUNCTION_SUBSTR_LENGTH_ARG 0x00001FA5L 03140 03141 // 03142 // MessageId: FUNCTION_SUBSTR_START_POS_ARG_LIT 03143 // 03144 // MessageText: 03145 // 03146 // position to start 03147 // 03148 #define FUNCTION_SUBSTR_START_POS_ARG_LIT 0x00001FA6L 03149 03150 // 03151 // MessageId: FUNCTION_SUBSTR_LENGTH_ARG_LIT 03152 // 03153 // MessageText: 03154 // 03155 // optional length of substring 03156 // 03157 #define FUNCTION_SUBSTR_LENGTH_ARG_LIT 0x00001FA7L 03158 03159 // 03160 // MessageId: FUNCTION_SUBSTR 03161 // 03162 // MessageText: 03163 // 03164 // Returns a substring from a provided string as defined 03165 // 03166 #define FUNCTION_SUBSTR 0x00001FA8L 03167 03168 // 03169 // MessageId: FUNCTION_TRIM_STRING_ARG 03170 // 03171 // MessageText: 03172 // 03173 // String to trim 03174 // 03175 #define FUNCTION_TRIM_STRING_ARG 0x00001FA9L 03176 03177 // 03178 // MessageId: FUNCTION_TRIM_OP_ARG 03179 // 03180 // MessageText: 03181 // 03182 // Trim indicator (BOTH, LEADING, TRAILING) 03183 // 03184 #define FUNCTION_TRIM_OP_ARG 0x00001FAAL 03185 03186 // 03187 // MessageId: FUNCTION_TRIM 03188 // 03189 // MessageText: 03190 // 03191 // Trims a string expression 03192 // 03193 #define FUNCTION_TRIM 0x00001FABL 03194 03195 // 03196 // MessageId: FUNCTION_SOUNDEX_STRING_ARG 03197 // 03198 // MessageText: 03199 // 03200 // String for which to identify phonetic representation 03201 // 03202 #define FUNCTION_SOUNDEX_STRING_ARG 0x00001FACL 03203 03204 // 03205 // MessageId: FUNCTION_SOUNDEX 03206 // 03207 // MessageText: 03208 // 03209 // Returns the phonetic representation of a string expression 03210 // 03211 #define FUNCTION_SOUNDEX 0x00001FADL 03212 03213 // 03214 // MessageId: FUNCTION_TRANSLATE_STRING1_ARG 03215 // 03216 // MessageText: 03217 // 03218 // String where character replacement is executed 03219 // 03220 #define FUNCTION_TRANSLATE_STRING1_ARG 0x00001FAEL 03221 03222 // 03223 // MessageId: FUNCTION_TRANSLATE_STRING2_ARG 03224 // 03225 // MessageText: 03226 // 03227 // String identifying individual characters to be replaced 03228 // 03229 #define FUNCTION_TRANSLATE_STRING2_ARG 0x00001FAFL 03230 03231 // 03232 // MessageId: FUNCTION_TRANSLATE_STRING3_ARG 03233 // 03234 // MessageText: 03235 // 03236 // String identifying individual replacement characters 03237 // 03238 #define FUNCTION_TRANSLATE_STRING3_ARG 0x00001FB0L 03239 03240 // 03241 // MessageId: FUNCTION_TRANSLATE_FROM_ARG_LIT 03242 // 03243 // MessageText: 03244 // 03245 // from-characterset 03246 // 03247 #define FUNCTION_TRANSLATE_FROM_ARG_LIT 0x00001FB1L 03248 03249 // 03250 // MessageId: FUNCTION_TRANSLATE_TO_ARG_LIT 03251 // 03252 // MessageText: 03253 // 03254 // to-characterset 03255 // 03256 #define FUNCTION_TRANSLATE_TO_ARG_LIT 0x00001FB2L 03257 03258 // 03259 // MessageId: FUNCTION_TRANSLATE 03260 // 03261 // MessageText: 03262 // 03263 // Replaces a set of individual characters in a string with replacements 03264 // 03265 #define FUNCTION_TRANSLATE 0x00001FB3L 03266 03267 // 03268 // MessageId: FUNCTION_MEDIAN 03269 // 03270 // MessageText: 03271 // 03272 // Represents an inverse distribution function with a continuous distribution model 03273 // 03274 #define FUNCTION_MEDIAN 0x00001FB4L 03275 03276 // 03277 // MessageId: FUNCTION_STDDEV 03278 // 03279 // MessageText: 03280 // 03281 // Returns the sample standard deviation of a numeric expression 03282 // 03283 #define FUNCTION_STDDEV 0x00001FB5L 03284 03285 // 03286 // MessageId: FUNCTION_ADDMONTHS_MONTH_ARG 03287 // 03288 // MessageText: 03289 // 03290 // Number of months to be added 03291 // 03292 #define FUNCTION_ADDMONTHS_MONTH_ARG 0x00001FB6L 03293 03294 // 03295 // MessageId: FUNCTION_ADDMONTHS 03296 // 03297 // MessageText: 03298 // 03299 // Adds a specified number of months to a date 03300 // 03301 #define FUNCTION_ADDMONTHS 0x00001FB7L 03302 03303 // 03304 // MessageId: FUNCTION_CURRENTDATE 03305 // 03306 // MessageText: 03307 // 03308 // Returns the current date 03309 // 03310 #define FUNCTION_CURRENTDATE 0x00001FB8L 03311 03312 // 03313 // MessageId: FUNCTION_EXTRACT_OP_ARG 03314 // 03315 // MessageText: 03316 // 03317 // Indicates the portion of the date/time to be extracted 03318 // 03319 #define FUNCTION_EXTRACT_OP_ARG 0x00001FB9L 03320 03321 // 03322 // MessageId: FUNCTION_EXTRACT_DATE_ARG 03323 // 03324 // MessageText: 03325 // 03326 // The date/time from which to extract a portion from 03327 // 03328 #define FUNCTION_EXTRACT_DATE_ARG 0x00001FBAL 03329 03330 // 03331 // MessageId: FUNCTION_EXTRACT_OP_ARG_LIT 03332 // 03333 // MessageText: 03334 // 03335 // part of the date 03336 // 03337 #define FUNCTION_EXTRACT_OP_ARG_LIT 0x00001FBBL 03338 03339 // 03340 // MessageId: FUNCTION_EXTRACT_DT_ARG_LIT 03341 // 03342 // MessageText: 03343 // 03344 // from date 03345 // 03346 #define FUNCTION_EXTRACT_DT_ARG_LIT 0x00001FBCL 03347 03348 // 03349 // MessageId: FUNCTION_EXTRACT 03350 // 03351 // MessageText: 03352 // 03353 // Extracts a portion of a date/time 03354 // 03355 #define FUNCTION_EXTRACT 0x00001FBDL 03356 03357 // 03358 // MessageId: FUNCTION_DATE1_ARG_LIT 03359 // 03360 // MessageText: 03361 // 03362 // date1 03363 // 03364 #define FUNCTION_DATE1_ARG_LIT 0x00001FBEL 03365 03366 // 03367 // MessageId: FUNCTION_DATE2_ARG_LIT 03368 // 03369 // MessageText: 03370 // 03371 // date2 03372 // 03373 #define FUNCTION_DATE2_ARG_LIT 0x00001FBFL 03374 03375 // 03376 // MessageId: FUNCTION_MONTHSBETWEEN 03377 // 03378 // MessageText: 03379 // 03380 // Returns the number of months between two dates 03381 // 03382 #define FUNCTION_MONTHSBETWEEN 0x00001FC0L 03383 03384 // 03385 // MessageId: FUNCTION_NULLVALUE 03386 // 03387 // MessageText: 03388 // 03389 // Returns the first argument if not NULL, the second otherwise 03390 // 03391 #define FUNCTION_NULLVALUE 0x00001FC1L 03392 03393 // 03394 // MessageId: FUNCTION_GENERAL_FORMAT_ARG 03395 // 03396 // MessageText: 03397 // 03398 // Format specification 03399 // 03400 #define FUNCTION_GENERAL_FORMAT_ARG 0x00001FC2L 03401 03402 // 03403 // MessageId: FUNCTION_FORMAT_ARG_LIT 03404 // 03405 // MessageText: 03406 // 03407 // optional format 03408 // 03409 #define FUNCTION_FORMAT_ARG_LIT 0x00001FC3L 03410 03411 // 03412 // MessageId: FUNCTION_TODATE 03413 // 03414 // MessageText: 03415 // 03416 // Converts a string to a date 03417 // 03418 #define FUNCTION_TODATE 0x00001FC4L 03419 03420 // 03421 // MessageId: FUNCTION_TODOUBLE 03422 // 03423 // MessageText: 03424 // 03425 // Converts a string or number to a double 03426 // 03427 #define FUNCTION_TODOUBLE 0x00001FC5L 03428 03429 // 03430 // MessageId: FUNCTION_TOFLOAT 03431 // 03432 // MessageText: 03433 // 03434 // Converts a string or number to a float 03435 // 03436 #define FUNCTION_TOFLOAT 0x00001FC6L 03437 03438 // 03439 // MessageId: FUNCTION_TOINT32 03440 // 03441 // MessageText: 03442 // 03443 // Converts a string or number to an int32 03444 // 03445 #define FUNCTION_TOINT32 0x00001FC7L 03446 03447 // 03448 // MessageId: FUNCTION_TOINT64 03449 // 03450 // MessageText: 03451 // 03452 // Converts a string or number to an int64 03453 // 03454 #define FUNCTION_TOINT64 0x00001FC8L 03455 03456 // 03457 // MessageId: FUNCTION_TOSTRING 03458 // 03459 // MessageText: 03460 // 03461 // Converts a number or date to a string 03462 // 03463 #define FUNCTION_TOSTRING 0x00001FC9L 03464 03465 // 03466 // MessageId: MONTH_NAME_JANUARY 03467 // 03468 // MessageText: 03469 // 03470 // January 03471 // 03472 #define MONTH_NAME_JANUARY 0x00001FCAL 03473 03474 // 03475 // MessageId: MONTH_NAME_FEBRUARY 03476 // 03477 // MessageText: 03478 // 03479 // February 03480 // 03481 #define MONTH_NAME_FEBRUARY 0x00001FCBL 03482 03483 // 03484 // MessageId: MONTH_NAME_MARCH 03485 // 03486 // MessageText: 03487 // 03488 // March 03489 // 03490 #define MONTH_NAME_MARCH 0x00001FCCL 03491 03492 // 03493 // MessageId: MONTH_NAME_APRIL 03494 // 03495 // MessageText: 03496 // 03497 // April 03498 // 03499 #define MONTH_NAME_APRIL 0x00001FCDL 03500 03501 // 03502 // MessageId: MONTH_NAME_MAY 03503 // 03504 // MessageText: 03505 // 03506 // May 03507 // 03508 #define MONTH_NAME_MAY 0x00001FCEL 03509 03510 // 03511 // MessageId: MONTH_NAME_JUNE 03512 // 03513 // MessageText: 03514 // 03515 // June 03516 // 03517 #define MONTH_NAME_JUNE 0x00001FCFL 03518 03519 // 03520 // MessageId: MONTH_NAME_JULY 03521 // 03522 // MessageText: 03523 // 03524 // July 03525 // 03526 #define MONTH_NAME_JULY 0x00001FD0L 03527 03528 // 03529 // MessageId: MONTH_NAME_AUGUST 03530 // 03531 // MessageText: 03532 // 03533 // August 03534 // 03535 #define MONTH_NAME_AUGUST 0x00001FD1L 03536 03537 // 03538 // MessageId: MONTH_NAME_SEPTEMBER 03539 // 03540 // MessageText: 03541 // 03542 // September 03543 // 03544 #define MONTH_NAME_SEPTEMBER 0x00001FD2L 03545 03546 // 03547 // MessageId: MONTH_NAME_OCTOBER 03548 // 03549 // MessageText: 03550 // 03551 // October 03552 // 03553 #define MONTH_NAME_OCTOBER 0x00001FD3L 03554 03555 // 03556 // MessageId: MONTH_NAME_NOVEMBER 03557 // 03558 // MessageText: 03559 // 03560 // November 03561 // 03562 #define MONTH_NAME_NOVEMBER 0x00001FD4L 03563 03564 // 03565 // MessageId: MONTH_NAME_DECEMBER 03566 // 03567 // MessageText: 03568 // 03569 // December 03570 // 03571 #define MONTH_NAME_DECEMBER 0x00001FD5L 03572 03573 // 03574 // MessageId: MONTH_ABB_JANUARY 03575 // 03576 // MessageText: 03577 // 03578 // Jan 03579 // 03580 #define MONTH_ABB_JANUARY 0x00001FD6L 03581 03582 // 03583 // MessageId: MONTH_ABB_FEBRUARY 03584 // 03585 // MessageText: 03586 // 03587 // Feb 03588 // 03589 #define MONTH_ABB_FEBRUARY 0x00001FD7L 03590 03591 // 03592 // MessageId: MONTH_ABB_MARCH 03593 // 03594 // MessageText: 03595 // 03596 // Mar 03597 // 03598 #define MONTH_ABB_MARCH 0x00001FD8L 03599 03600 // 03601 // MessageId: MONTH_ABB_APRIL 03602 // 03603 // MessageText: 03604 // 03605 // Apr 03606 // 03607 #define MONTH_ABB_APRIL 0x00001FD9L 03608 03609 // 03610 // MessageId: MONTH_ABB_MAY 03611 // 03612 // MessageText: 03613 // 03614 // May 03615 // 03616 #define MONTH_ABB_MAY 0x00001FDAL 03617 03618 // 03619 // MessageId: MONTH_ABB_JUNE 03620 // 03621 // MessageText: 03622 // 03623 // Jun 03624 // 03625 #define MONTH_ABB_JUNE 0x00001FDBL 03626 03627 // 03628 // MessageId: MONTH_ABB_JULY 03629 // 03630 // MessageText: 03631 // 03632 // Jul 03633 // 03634 #define MONTH_ABB_JULY 0x00001FDCL 03635 03636 // 03637 // MessageId: MONTH_ABB_AUGUST 03638 // 03639 // MessageText: 03640 // 03641 // Aug 03642 // 03643 #define MONTH_ABB_AUGUST 0x00001FDDL 03644 03645 // 03646 // MessageId: MONTH_ABB_SEPTEMBER 03647 // 03648 // MessageText: 03649 // 03650 // Sep 03651 // 03652 #define MONTH_ABB_SEPTEMBER 0x00001FDEL 03653 03654 // 03655 // MessageId: MONTH_ABB_OCTOBER 03656 // 03657 // MessageText: 03658 // 03659 // Oct 03660 // 03661 #define MONTH_ABB_OCTOBER 0x00001FDFL 03662 03663 // 03664 // MessageId: MONTH_ABB_NOVEMBER 03665 // 03666 // MessageText: 03667 // 03668 // Nov 03669 // 03670 #define MONTH_ABB_NOVEMBER 0x00001FE0L 03671 03672 // 03673 // MessageId: MONTH_ABB_DECEMBER 03674 // 03675 // MessageText: 03676 // 03677 // Dec 03678 // 03679 #define MONTH_ABB_DECEMBER 0x00001FE1L 03680 03681 // 03682 // MessageId: DAY_NAME_SUNDAY 03683 // 03684 // MessageText: 03685 // 03686 // Sunday 03687 // 03688 #define DAY_NAME_SUNDAY 0x00001FE2L 03689 03690 // 03691 // MessageId: DAY_NAME_MONDAY 03692 // 03693 // MessageText: 03694 // 03695 // Monday 03696 // 03697 #define DAY_NAME_MONDAY 0x00001FE3L 03698 03699 // 03700 // MessageId: DAY_NAME_TUESDAY 03701 // 03702 // MessageText: 03703 // 03704 // Tuesday 03705 // 03706 #define DAY_NAME_TUESDAY 0x00001FE4L 03707 03708 // 03709 // MessageId: DAY_NAME_WEDNESDAY 03710 // 03711 // MessageText: 03712 // 03713 // Wednesday 03714 // 03715 #define DAY_NAME_WEDNESDAY 0x00001FE5L 03716 03717 // 03718 // MessageId: DAY_NAME_THURSDAY 03719 // 03720 // MessageText: 03721 // 03722 // Thursday 03723 // 03724 #define DAY_NAME_THURSDAY 0x00001FE6L 03725 03726 // 03727 // MessageId: DAY_NAME_FRIDAY 03728 // 03729 // MessageText: 03730 // 03731 // Friday 03732 // 03733 #define DAY_NAME_FRIDAY 0x00001FE7L 03734 03735 // 03736 // MessageId: DAY_NAME_SATURDAY 03737 // 03738 // MessageText: 03739 // 03740 // Saturday 03741 // 03742 #define DAY_NAME_SATURDAY 0x00001FE8L 03743 03744 // 03745 // MessageId: DAY_ABB_SUNDAY 03746 // 03747 // MessageText: 03748 // 03749 // Sun 03750 // 03751 #define DAY_ABB_SUNDAY 0x00001FE9L 03752 03753 // 03754 // MessageId: DAY_ABB_MONDAY 03755 // 03756 // MessageText: 03757 // 03758 // Mon 03759 // 03760 #define DAY_ABB_MONDAY 0x00001FEAL 03761 03762 // 03763 // MessageId: DAY_ABB_TUESDAY 03764 // 03765 // MessageText: 03766 // 03767 // Tue 03768 // 03769 #define DAY_ABB_TUESDAY 0x00001FEBL 03770 03771 // 03772 // MessageId: DAY_ABB_WEDNESDAY 03773 // 03774 // MessageText: 03775 // 03776 // Wed 03777 // 03778 #define DAY_ABB_WEDNESDAY 0x00001FECL 03779 03780 // 03781 // MessageId: DAY_ABB_THURSDAY 03782 // 03783 // MessageText: 03784 // 03785 // Thu 03786 // 03787 #define DAY_ABB_THURSDAY 0x00001FEDL 03788 03789 // 03790 // MessageId: DAY_ABB_FRIDAY 03791 // 03792 // MessageText: 03793 // 03794 // Fri 03795 // 03796 #define DAY_ABB_FRIDAY 0x00001FEEL 03797 03798 // 03799 // MessageId: DAY_ABB_SATURDAY 03800 // 03801 // MessageText: 03802 // 03803 // Sat 03804 // 03805 #define DAY_ABB_SATURDAY 0x00001FEFL 03806 03807 // 03808 // MessageId: FUNCTION_AREA2D 03809 // 03810 // MessageText: 03811 // 03812 // Determines the area of a given geometry 03813 // 03814 #define FUNCTION_AREA2D 0x00001FF0L 03815 03816 // 03817 // MessageId: FUNCTION_LENGTH2D 03818 // 03819 // MessageText: 03820 // 03821 // Determines the length of a given geometry 03822 // 03823 #define FUNCTION_LENGTH2D 0x00001FF1L 03824 03825 // 03826 // MessageId: FDO_1_BADALLOC 03827 // 03828 // MessageText: 03829 // 03830 // Memory allocation failed. 03831 // 03832 #define FDO_1_BADALLOC 0x00002329L 03833 03834 // 03835 // MessageId: FDO_2_BADPARAMETER 03836 // 03837 // MessageText: 03838 // 03839 // Bad parameter to method. 03840 // 03841 #define FDO_2_BADPARAMETER 0x0000232AL 03842 03843 // 03844 // MessageId: FDO_3_NOTIMPLEMENTED 03845 // 03846 // MessageText: 03847 // 03848 // Method is not implemented. 03849 // 03850 #define FDO_3_NOTIMPLEMENTED 0x0000232BL 03851 03852 // 03853 // MessageId: FDO_4_UNREADY 03854 // 03855 // MessageText: 03856 // 03857 // Data is not in a state to respond to the request. 03858 // 03859 #define FDO_4_UNREADY 0x0000232CL 03860 03861 // 03862 // MessageId: FDO_5_INDEXOUTOFBOUNDS 03863 // 03864 // MessageText: 03865 // 03866 // Item index out of bounds. 03867 // 03868 #define FDO_5_INDEXOUTOFBOUNDS 0x0000232DL 03869 03870 // 03871 // MessageId: FDO_6_OBJECTNOTFOUND 03872 // 03873 // MessageText: 03874 // 03875 // Invalid delete; object not present. 03876 // 03877 #define FDO_6_OBJECTNOTFOUND 0x0000232EL 03878 03879 // 03880 // MessageId: FDO_7_INVALIDFGF 03881 // 03882 // MessageText: 03883 // 03884 // String is not a valid FGF string. 03885 // 03886 #define FDO_7_INVALIDFGF 0x0000232FL 03887 03888 // 03889 // MessageId: FDO_8_INCORRECTSTRINGFORMAT 03890 // 03891 // MessageText: 03892 // 03893 // Parse string is incorrectly formatted. 03894 // 03895 #define FDO_8_INCORRECTSTRINGFORMAT 0x00002330L 03896 03897 // 03898 // MessageId: FDO_9_INVALIDDIGIT 03899 // 03900 // MessageText: 03901 // 03902 // Invalid digit in number. 03903 // 03904 #define FDO_9_INVALIDDIGIT 0x00002331L 03905 03906 // 03907 // MessageId: FDO_10_UNSUPPORTEDGEOMETRYTYPE 03908 // 03909 // MessageText: 03910 // 03911 // Unsupported geometry type. 03912 // 03913 #define FDO_10_UNSUPPORTEDGEOMETRYTYPE 0x00002332L 03914 03915 // 03916 // MessageId: FDO_11_INVALIDPOINT 03917 // 03918 // MessageText: 03919 // 03920 // Invalid point. 03921 // 03922 #define FDO_11_INVALIDPOINT 0x00002333L 03923 03924 // 03925 // MessageId: FDO_12_SHAREDARRAY 03926 // 03927 // MessageText: 03928 // 03929 // Cannot resize a shared array. 03930 // 03931 #define FDO_12_SHAREDARRAY 0x00002334L 03932 03933 // 03934 // MessageId: FDO_13_INVALIDRESIZE 03935 // 03936 // MessageText: 03937 // 03938 // Invalid array resize. 03939 // 03940 #define FDO_13_INVALIDRESIZE 0x00002335L 03941 03942 // 03943 // MessageId: FDO_14_NULLSTRING 03944 // 03945 // MessageText: 03946 // 03947 // Null String. 03948 // 03949 #define FDO_14_NULLSTRING 0x00002336L 03950 03951 // 03952 // MessageId: FDO_15_UNSUPPORTEDGEOMETRYDATA 03953 // 03954 // MessageText: 03955 // 03956 // Invalid Geometry. 03957 // 03958 #define FDO_15_UNSUPPORTEDGEOMETRYDATA 0x00002337L 03959 03960 // 03961 // MessageId: FDO_17_UNSUPPORTEDDIMENSIONALITY 03962 // 03963 // MessageText: 03964 // 03965 // Invalid dimensionality. 03966 // 03967 #define FDO_17_UNSUPPORTEDDIMENSIONALITY 0x00002338L 03968 03969 // 03970 // MessageId: FDO_18_DATAPROVIDERFAILURE 03971 // 03972 // MessageText: 03973 // 03974 // OCI failure. 03975 // 03976 #define FDO_18_DATAPROVIDERFAILURE 0x00002339L 03977 03978 // 03979 // MessageId: FDO_18_FILEOPENFAILURE 03980 // 03981 // MessageText: 03982 // 03983 // Failed to open file '%1$ls' with access modes: '%2$ls'. 03984 // 03985 #define FDO_18_FILEOPENFAILURE 0x0000233AL 03986 03987 // 03988 // MessageId: FDO_19_STREAMREADERROR 03989 // 03990 // MessageText: 03991 // 03992 // Cannot read %1$d bytes from unreadable stream. 03993 // 03994 #define FDO_19_STREAMREADERROR 0x0000233BL 03995 03996 // 03997 // MessageId: FDO_20_STREAMWRITEERROR 03998 // 03999 // MessageText: 04000 // 04001 // Cannot write %1$d bytes to unwritable stream. 04002 // 04003 #define FDO_20_STREAMWRITEERROR 0x0000233CL 04004 04005 // 04006 // MessageId: FDO_21_STREAMWRITEERROR 04007 // 04008 // MessageText: 04009 // 04010 // Cannot write %1$d bytes to writable stream, only %2$d bytes were written. 04011 // 04012 #define FDO_21_STREAMWRITEERROR 0x0000233DL 04013 04014 // 04015 // MessageId: FDO_22_STREAMSEEKERROR 04016 // 04017 // MessageText: 04018 // 04019 // Cannot seek on non-seekable stream. 04020 // 04021 #define FDO_22_STREAMSEEKERROR 0x0000233EL 04022 04023 // 04024 // MessageId: FDO_23_STREAMSEEKFAILURE 04025 // 04026 // MessageText: 04027 // 04028 // Seek on stream failed. 04029 // 04030 #define FDO_23_STREAMSEEKFAILURE 0x0000233FL 04031 04032 // 04033 // MessageId: FDO_24_STREAMBADFP 04034 // 04035 // MessageText: 04036 // 04037 // Cannot create FdoIoFileStream, bad file pointer. 04038 // 04039 #define FDO_24_STREAMBADFP 0x00002340L 04040 04041 // 04042 // MessageId: FDO_25_STREAMSIZEFAILURE 04043 // 04044 // MessageText: 04045 // 04046 // Setting length of stream to %1$d bytes failed. 04047 // 04048 #define FDO_25_STREAMSIZEFAILURE 0x00002341L 04049 04050 // 04051 // MessageId: FDO_26_BUFFEROVERWRITEERROR 04052 // 04053 // MessageText: 04054 // 04055 // Cannot write %1$lld bytes to buffer with %2$lld bytes remaining. 04056 // 04057 #define FDO_26_BUFFEROVERWRITEERROR 0x00002342L 04058 04059 // 04060 // MessageId: FDO_27_BUFFERLENGTHERROR 04061 // 04062 // MessageText: 04063 // 04064 // Cannot change length of fixed buffer stream. 04065 // 04066 #define FDO_27_BUFFERLENGTHERROR 0x00002343L 04067 04068 // 04069 // MessageId: FDO_28_UTF8FAILURE 04070 // 04071 // MessageText: 04072 // 04073 // Unicode to UTF8 conversion failed for string '%1$ls'. 04074 // 04075 #define FDO_28_UTF8FAILURE 0x00002344L 04076 04077 // 04078 // MessageId: FDO_29_UNICODEFAILURE 04079 // 04080 // MessageText: 04081 // 04082 // UTF8 to Unicode conversion failed for string '%1$s'. 04083 // 04084 #define FDO_29_UNICODEFAILURE 0x00002345L 04085 04086 // 04087 // MessageId: FDO_30_BADPARAM 04088 // 04089 // MessageText: 04090 // 04091 // Bad %1$ls value '%2$ls' passed to %3$ls. 04092 // 04093 #define FDO_30_BADPARAM 0x00002346L 04094 04095 // 04096 // MessageId: FDO_31_ENDELEMENTERROR 04097 // 04098 // MessageText: 04099 // 04100 // FdoXmlWriter::EndElement: there is no current element to end. 04101 // 04102 #define FDO_31_ENDELEMENTERROR 0x00002347L 04103 04104 // 04105 // MessageId: FDO_32_XMLATTRIBUTEERROR 04106 // 04107 // MessageText: 04108 // 04109 // Cannot add attribute %1$ls; tag for element %2$ls is no longer open. 04110 // 04111 #define FDO_32_XMLATTRIBUTEERROR 0x00002348L 04112 04113 // 04114 // MessageId: FDO_33_XMLPARSEERROR 04115 // 04116 // MessageText: 04117 // 04118 // XML Document parse error at line %1$d column %2$d: %3$ls 04119 // 04120 #define FDO_33_XMLPARSEERROR 0x00002349L 04121 04122 // 04123 // MessageId: FDO_34_MEMORYSTREAMOVERFLOW 04124 // 04125 // MessageText: 04126 // 04127 // %1$ls: Maximum length for a %2$ls exceeded, please increase buffer size (currently %3$d) 04128 // 04129 #define FDO_34_MEMORYSTREAMOVERFLOW 0x0000234AL 04130 04131 // 04132 // MessageId: FDO_35_FILENOCONTEXT 04133 // 04134 // MessageText: 04135 // 04136 // Stream is not contextual (has no absolute position); %1$ls::%2$ls cannot be called 04137 // 04138 #define FDO_35_FILENOCONTEXT 0x0000234BL 04139 04140 // 04141 // MessageId: FDO_36_STREAMINDEXALIGN 04142 // 04143 // MessageText: 04144 // 04145 // %1$ls::%2$ls cannot be called when file size exceeds %3$d bytes (current size: %4$d bytes) 04146 // 04147 #define FDO_36_STREAMINDEXALIGN 0x0000234CL 04148 04149 // 04150 // MessageId: FDO_37_FILEFLUSH 04151 // 04152 // MessageText: 04153 // 04154 // %1$ls: failed to flush file 04155 // 04156 #define FDO_37_FILEFLUSH 0x0000234DL 04157 04158 // 04159 // MessageId: FDO_38_ITEMNOTFOUND 04160 // 04161 // MessageText: 04162 // 04163 // Item '%1$ls' not found in collection 04164 // 04165 #define FDO_38_ITEMNOTFOUND 0x0000234EL 04166 04167 // 04168 // MessageId: FDO_39_STACKPOP 04169 // 04170 // MessageText: 04171 // 04172 // Stack is empty, cannot pop. 04173 // 04174 #define FDO_39_STACKPOP 0x0000234FL 04175 04176 // 04177 // MessageId: FDO_40_BADXMLELEMENT 04178 // 04179 // MessageText: 04180 // 04181 // Element '%1$ls' is not a valid XML 1.0 element name. 04182 // 04183 #define FDO_40_BADXMLELEMENT 0x00002350L 04184 04185 // 04186 // MessageId: FDO_41_BADXMLATTRIBUTE 04187 // 04188 // MessageText: 04189 // 04190 // Attribute '%1$ls' is not a valid XML 1.0 attribute name. 04191 // 04192 #define FDO_41_BADXMLATTRIBUTE 0x00002351L 04193 04194 // 04195 // MessageId: FDO_42_GENERICCHAR 04196 // 04197 // MessageText: 04198 // 04199 // %1$ls 04200 // 04201 #define FDO_42_GENERICCHAR 0x00002352L 04202 04203 // 04204 // MessageId: FDO_43_XSLERROR 04205 // 04206 // MessageText: 04207 // 04208 // XSL Error at line %1$d column %2$d: %3$ls. 04209 // 04210 #define FDO_43_XSLERROR 0x00002353L 04211 04212 // 04213 // MessageId: FDO_44_BADDEFAULTROOT 04214 // 04215 // MessageText: 04216 // 04217 // Cannot change default root setting for FdoXmlWriter; root element has already been written. 04218 // 04219 #define FDO_44_BADDEFAULTROOT 0x00002354L 04220 04221 // 04222 // MessageId: FDO_45_ITEMINCOLLECTION 04223 // 04224 // MessageText: 04225 // 04226 // Item %1$ls is already in this named collection. 04227 // 04228 #define FDO_45_ITEMINCOLLECTION 0x00002355L 04229 04230 // 04231 // MessageId: FDO_46_REMAININGSTREAMSIZE 04232 // 04233 // MessageText: 04234 // 04235 // %1$ls: Cannot read remainder of stream, there are more than %$2d items remaining. 04236 // 04237 #define FDO_46_REMAININGSTREAMSIZE 0x00002356L 04238 04239 // 04240 // MessageId: FDO_47_READARRAYSIZE 04241 // 04242 // MessageText: 04243 // 04244 // %1$ls: FdoArray is too small to read %2$d items from stream. 04245 // 04246 #define FDO_47_READARRAYSIZE 0x00002357L 04247 04248 // 04249 // MessageId: FDO_48_NOCONTENTELEMENT 04250 // 04251 // MessageText: 04252 // 04253 // %1$ls called when there is no open element; content is '%2$ls'. 04254 // 04255 #define FDO_48_NOCONTENTELEMENT 0x00002358L 04256 04257 // 04258 // MessageId: FDO_49_MULTIROOTELEMENT 04259 // 04260 // MessageText: 04261 // 04262 // %1$ls: cannot write second root element '%2$ls' to XML document. 04263 // 04264 #define FDO_49_MULTIROOTELEMENT 0x00002359L 04265 04266 // 04267 // MessageId: FDO_50_XMLTRANSCODEFAILED 04268 // 04269 // MessageText: 04270 // 04271 // %1$ls: %2$ls failed. 04272 // 04273 #define FDO_50_XMLTRANSCODEFAILED 0x0000235AL 04274 04275 // 04276 // MessageId: FDO_51_SETFILESIZE 04277 // 04278 // MessageText: 04279 // 04280 // Cannot change file size to %1$d Windows; maximum is %2$d 04281 // 04282 #define FDO_51_SETFILESIZE 0x0000235BL 04283 04284 // 04285 // MessageId: FDO_52_BADSUBELEMENT 04286 // 04287 // MessageText: 04288 // 04289 // Error reading from XML, unexpected element %1$ls inside '%2$ls'. 04290 // 04291 #define FDO_52_BADSUBELEMENT 0x0000235CL 04292 04293 // 04294 // MessageId: FDO_53_NESTEDXMLPARSEERROR 04295 // 04296 // MessageText: 04297 // 04298 // Nested call to FdoXmlReader::Parse() attempted. 04299 // 04300 #define FDO_53_NESTEDXMLPARSEERROR 0x0000235DL 04301 04302 // 04303 // MessageId: FDO_54_XMLINPUTEOF 04304 // 04305 // MessageText: 04306 // 04307 // Cannot parse XML document whose stream is at end-of-file. 04308 // 04309 #define FDO_54_XMLINPUTEOF 0x0000235EL 04310 04311 // 04312 // MessageId: FDO_55_XSLINPUTEOF 04313 // 04314 // MessageText: 04315 // 04316 // Cannot XSL Transform XML document whose stream is at end-of-file. 04317 // 04318 #define FDO_55_XSLINPUTEOF 0x0000235FL 04319 04320 // 04321 // MessageId: FDO_56_XSLSTYLESHEETEOF 04322 // 04323 // MessageText: 04324 // 04325 // Cannot read XSL stylesheet whose stream is at end-of-file. 04326 // 04327 #define FDO_56_XSLSTYLESHEETEOF 0x00002360L 04328 04329 // 04330 // MessageId: FDO_57_UNEXPECTEDERROR 04331 // 04332 // MessageText: 04333 // 04334 // Unexpected error encountered. 04335 // 04336 #define FDO_57_UNEXPECTEDERROR 0x00002361L 04337 04338 // 04339 // MessageId: FDO_58_READERHASNODATA 04340 // 04341 // MessageText: 04342 // 04343 // End of reader data or ReadNext not called. 04344 // 04345 #define FDO_58_READERHASNODATA 0x00002362L 04346 04347 // 04348 // MessageId: FDO_59_CANNOTFETCHNULLVALUE 04349 // 04350 // MessageText: 04351 // 04352 // Cannot fetch NULL value. 04353 // 04354 #define FDO_59_CANNOTFETCHNULLVALUE 0x00002363L 04355 04356 // 04357 // MessageId: FDO_60_NULL_POINTER 04358 // 04359 // MessageText: 04360 // 04361 // Unexpected NULL pointer. 04362 // 04363 #define FDO_60_NULL_POINTER 0x00002364L 04364 04365 // 04366 // MessageId: FDO_61_NULL_ARGUMENT 04367 // 04368 // MessageText: 04369 // 04370 // A required argument was set to NULL. 04371 // 04372 #define FDO_61_NULL_ARGUMENT 0x00002365L 04373 04374 // 04375 // MessageId: FDO_62_PROPERTYVALUEFETCHTYPEMISMATCH 04376 // 04377 // MessageText: 04378 // 04379 // Fetching a property value did not match the property type. 04380 // 04381 #define FDO_62_PROPERTYVALUEFETCHTYPEMISMATCH 0x00002366L 04382 04383 // 04384 // MessageId: FDO_63_CONNECTION_INVALID 04385 // 04386 // MessageText: 04387 // 04388 // Connection is invalid. 04389 // 04390 #define FDO_63_CONNECTION_INVALID 0x00002367L 04391 04392 // 04393 // MessageId: FDO_64_CONNECTION_REQUIRED_PROPERTY_NULL 04394 // 04395 // MessageText: 04396 // 04397 // The required property '%1$ls' cannot be set to NULL. 04398 // 04399 #define FDO_64_CONNECTION_REQUIRED_PROPERTY_NULL 0x00002368L 04400 04401 // 04402 // MessageId: FDO_65_CONNECTION_ENUM_PROPERTY_WRONG_VALUE 04403 // 04404 // MessageText: 04405 // 04406 // The given value '%1$ls' for enumerable property '%2$ls' is not in the enumeration value collection. 04407 // 04408 #define FDO_65_CONNECTION_ENUM_PROPERTY_WRONG_VALUE 0x00002369L 04409 04410 // 04411 // MessageId: FDO_66_CONNECTION_PROPERTY_NOT_FOUND 04412 // 04413 // MessageText: 04414 // 04415 // The connection property '%1$ls' was not found. 04416 // 04417 #define FDO_66_CONNECTION_PROPERTY_NOT_FOUND 0x0000236AL 04418 04419 // 04420 // MessageId: FDO_67_CONNECTION_TIMEOUT_NOT_SUPPORTED 04421 // 04422 // MessageText: 04423 // 04424 // Connection timeout is not supported. 04425 // 04426 #define FDO_67_CONNECTION_TIMEOUT_NOT_SUPPORTED 0x0000236BL 04427 04428 // 04429 // MessageId: FDO_68_COMMAND_PARAMETERS_NOT_SUPPORTED 04430 // 04431 // MessageText: 04432 // 04433 // Command parameters are not supported. 04434 // 04435 #define FDO_68_COMMAND_PARAMETERS_NOT_SUPPORTED 0x0000236CL 04436 04437 // 04438 // MessageId: FDO_69_PROPERTY_NOT_AVAILABLE 04439 // 04440 // MessageText: 04441 // 04442 // The requested property is not available. 04443 // 04444 #define FDO_69_PROPERTY_NOT_AVAILABLE 0x0000236DL 04445 04446 // 04447 // MessageId: FDO_70_PROPERTY_TYPE_NOT_SUPPORTED 04448 // 04449 // MessageText: 04450 // 04451 // The property type '%1$ls' is not supported by this provider. 04452 // 04453 #define FDO_70_PROPERTY_TYPE_NOT_SUPPORTED 0x0000236EL 04454 04455 // 04456 // MessageId: FDO_71_DATA_TYPE_NOT_SUPPORTED 04457 // 04458 // MessageText: 04459 // 04460 // The data type '%1$ls' is not supported by this provider. 04461 // 04462 #define FDO_71_DATA_TYPE_NOT_SUPPORTED 0x0000236FL 04463 04464 // 04465 // MessageId: FDO_72_LOB_DATA_TYPE_NOT_SUPPORTED 04466 // 04467 // MessageText: 04468 // 04469 // The BLOB and CLOB data types are not supported by this provider. 04470 // 04471 #define FDO_72_LOB_DATA_TYPE_NOT_SUPPORTED 0x00002370L 04472 04473 // 04474 // MessageId: FDO_73_PROPERTY_INDEXOUTOFBOUNDS 04475 // 04476 // MessageText: 04477 // 04478 // Property index '%1$d' is out of bounds. 04479 // 04480 #define FDO_73_PROPERTY_INDEXOUTOFBOUNDS 0x00002371L 04481 04482 // 04483 // MessageId: FDO_74_PROPERTY_NAME_NOT_FOUND 04484 // 04485 // MessageText: 04486 // 04487 // The property '%1$ls' was not found. 04488 // 04489 #define FDO_74_PROPERTY_NAME_NOT_FOUND 0x00002372L 04490 04491 // 04492 // MessageId: FDO_75_INVALID_NUM_ARGUMENTS 04493 // 04494 // MessageText: 04495 // 04496 // Invalid number of arguments to function '%1$ls'; expected %2$d argument(s), got %3$d instead. 04497 // 04498 #define FDO_75_INVALID_NUM_ARGUMENTS 0x00002373L 04499 04500 // 04501 // MessageId: FDO_76_CLASS_NAME_NOT_FOUND 04502 // 04503 // MessageText: 04504 // 04505 // The class '%1$ls' was not found. 04506 // 04507 #define FDO_76_CLASS_NAME_NOT_FOUND 0x00002374L 04508 04509 // 04510 // MessageId: FDO_77_ORDERBY_INVALID_TYPE 04511 // 04512 // MessageText: 04513 // 04514 // The data type '%1$ls' cannot be used with Order By. 04515 // 04516 #define FDO_77_ORDERBY_INVALID_TYPE 0x00002375L 04517 04518 // 04519 // MessageId: FDO_78_AGGREGATE_IN_AGGREGATE_FUNCTION 04520 // 04521 // MessageText: 04522 // 04523 // Aggregate functions cannot contain aggregate functions as their arguments. 04524 // 04525 #define FDO_78_AGGREGATE_IN_AGGREGATE_FUNCTION 0x00002376L 04526 04527 // 04528 // MessageId: FDO_79_AGGREGATE_INVALID_MIX 04529 // 04530 // MessageText: 04531 // 04532 // Invalid combination of aggregate functions and non-aggregate expressions. 04533 // 04534 #define FDO_79_AGGREGATE_INVALID_MIX 0x00002377L 04535 04536 // 04537 // MessageId: FDO_80_INVALID_EXPRESSION 04538 // 04539 // MessageText: 04540 // 04541 // Invalid expression; expression types incompatible. 04542 // 04543 #define FDO_80_INVALID_EXPRESSION 0x00002378L 04544 04545 // 04546 // MessageId: FDO_81_IDENTIFIER_NOT_FOUND 04547 // 04548 // MessageText: 04549 // 04550 // The identifier '%1$ls' was not recognized. 04551 // 04552 #define FDO_81_IDENTIFIER_NOT_FOUND 0x00002379L 04553 04554 // 04555 // MessageId: FDO_82_UNSUPPORTED_LOGICAL_OPERATION 04556 // 04557 // MessageText: 04558 // 04559 // Unsupported FDO logical operation. 04560 // 04561 #define FDO_82_UNSUPPORTED_LOGICAL_OPERATION 0x0000237AL 04562 04563 // 04564 // MessageId: FDO_83_UNSUPPORTED_COMPARISON_OPERATION 04565 // 04566 // MessageText: 04567 // 04568 // Unsupported FDO comparison operation. 04569 // 04570 #define FDO_83_UNSUPPORTED_COMPARISON_OPERATION 0x0000237BL 04571 04572 // 04573 // MessageId: FDO_84_SPATIAL_CONDITION_NOT_LITERAL_GEOMETRY 04574 // 04575 // MessageText: 04576 // 04577 // Only literal geometric values are allowed in spatial conditions. 04578 // 04579 #define FDO_84_SPATIAL_CONDITION_NOT_LITERAL_GEOMETRY 0x0000237CL 04580 04581 // 04582 // MessageId: FDO_85_DISTANCE_SPATIAL_CONDITION_NOT_SUPPORTED 04583 // 04584 // MessageText: 04585 // 04586 // The Distance spatial condition is not supported by this provider. 04587 // 04588 #define FDO_85_DISTANCE_SPATIAL_CONDITION_NOT_SUPPORTED 0x0000237DL 04589 04590 // 04591 // MessageId: FDO_86_UNSUPPORTED_BINARY_OPERATION 04592 // 04593 // MessageText: 04594 // 04595 // Unsupported FDO binary operation. 04596 // 04597 #define FDO_86_UNSUPPORTED_BINARY_OPERATION 0x0000237EL 04598 04599 // 04600 // MessageId: FDO_87_UNSUPPORTED_UNARY_OPERATION 04601 // 04602 // MessageText: 04603 // 04604 // Unsupported FDO unary operation. 04605 // 04606 #define FDO_87_UNSUPPORTED_UNARY_OPERATION 0x0000237FL 04607 04608 // 04609 // MessageId: FDO_88_INVALID_FUNCTION_ARG_TYPE 04610 // 04611 // MessageText: 04612 // 04613 // Argument number %1$d to function '%2$ls' was of type '%3$ls', expected type '%4$ls'. 04614 // 04615 #define FDO_88_INVALID_FUNCTION_ARG_TYPE 0x00002380L 04616 04617 // 04618 // MessageId: FDO_89_UNSUPPORTED_FUNCTION 04619 // 04620 // MessageText: 04621 // 04622 // The function '%1$ls' is not supported by this provider. 04623 // 04624 #define FDO_89_UNSUPPORTED_FUNCTION 0x00002381L 04625 04626 // 04627 // MessageId: FDO_90_GEOMETRY_VALUES_IN_FILTER_UNSUPPORTED 04628 // 04629 // MessageText: 04630 // 04631 // Geometry values in filters are not supported by this provider. 04632 // 04633 #define FDO_90_GEOMETRY_VALUES_IN_FILTER_UNSUPPORTED 0x00002382L 04634 04635 // 04636 // MessageId: FDO_91_FILE_NOT_FOUND 04637 // 04638 // MessageText: 04639 // 04640 // The file '%1$ls' was not found. 04641 // 04642 #define FDO_91_FILE_NOT_FOUND 0x00002383L 04643 04644 // 04645 // MessageId: FDO_92_PATH_NOT_FOUND 04646 // 04647 // MessageText: 04648 // 04649 // The path to file '%1$ls' was not found. 04650 // 04651 #define FDO_92_PATH_NOT_FOUND 0x00002384L 04652 04653 // 04654 // MessageId: FDO_93_TOO_MANY_OPEN_FILES 04655 // 04656 // MessageText: 04657 // 04658 // Already too many open files when opening file '%1$ls'. 04659 // 04660 #define FDO_93_TOO_MANY_OPEN_FILES 0x00002385L 04661 04662 // 04663 // MessageId: FDO_94_ACCESS_DENIED 04664 // 04665 // MessageText: 04666 // 04667 // Access to file '%1$ls' was denied. 04668 // 04669 #define FDO_94_ACCESS_DENIED 0x00002386L 04670 04671 // 04672 // MessageId: FDO_95_FILE_IO_ERROR 04673 // 04674 // MessageText: 04675 // 04676 // File '%1$ls' I/O error in context '%2$ls': %3$ls 04677 // 04678 #define FDO_95_FILE_IO_ERROR 0x00002387L 04679 04680 // 04681 // MessageId: FDO_96_READ_ONLY 04682 // 04683 // MessageText: 04684 // 04685 // Location for file '%1$ls' is read-only. 04686 // 04687 #define FDO_96_READ_ONLY 0x00002388L 04688 04689 // 04690 // MessageId: FDO_97_CANNOT_SET_READONLY_PROPERTY 04691 // 04692 // MessageText: 04693 // 04694 // Property '%1$ls' cannot be set because it is read-only. 04695 // 04696 #define FDO_97_CANNOT_SET_READONLY_PROPERTY 0x00002389L 04697 04698 // 04699 // MessageId: FDO_98_MISSING_DEFAULT_VALUE 04700 // 04701 // MessageText: 04702 // 04703 // Read-only property '%1$ls' requires a default value. 04704 // 04705 #define FDO_98_MISSING_DEFAULT_VALUE 0x0000238AL 04706 04707 // 04708 // MessageId: FDO_99_CANNOT_DEFAULT_READONLY_PROPERTY 04709 // 04710 // MessageText: 04711 // 04712 // Read-only identity property '%1$ls' cannot have a default value. 04713 // 04714 #define FDO_99_CANNOT_DEFAULT_READONLY_PROPERTY 0x0000238BL 04715 04716 // 04717 // MessageId: FDO_100_COMMAND_TIMEOUT_NOT_SUPPORTED 04718 // 04719 // MessageText: 04720 // 04721 // Command timeout is not supported. 04722 // 04723 #define FDO_100_COMMAND_TIMEOUT_NOT_SUPPORTED 0x0000238CL 04724 04725 // 04726 // MessageId: FDO_101_TRANSACTIONS_NOT_SUPPORTED 04727 // 04728 // MessageText: 04729 // 04730 // Transactions are not supported. 04731 // 04732 #define FDO_101_TRANSACTIONS_NOT_SUPPORTED 0x0000238DL 04733 04734 // 04735 // MessageId: FDO_102_COMMAND_NOT_SUPPORTED 04736 // 04737 // MessageText: 04738 // 04739 // The command '%1$ls' is not supported. 04740 // 04741 #define FDO_102_COMMAND_NOT_SUPPORTED 0x0000238EL 04742 04743 // 04744 // MessageId: FDO_103_CONNECTION_ALREADY_OPEN 04745 // 04746 // MessageText: 04747 // 04748 // The connection is already open. 04749 // 04750 #define FDO_103_CONNECTION_ALREADY_OPEN 0x0000238FL 04751 04752 // 04753 // MessageId: FDO_104_READER_PROPERTY_NOT_SELECTED 04754 // 04755 // MessageText: 04756 // 04757 // The property '%1$ls' is not in the reader's selected property set. 04758 // 04759 #define FDO_104_READER_PROPERTY_NOT_SELECTED 0x00002390L 04760 04761 // 04762 // MessageId: FDO_105_UNSUPPORTED_SPATIAL_OPERATION 04763 // 04764 // MessageText: 04765 // 04766 // Unsupported FDO spatial operation. 04767 // 04768 #define FDO_105_UNSUPPORTED_SPATIAL_OPERATION 0x00002391L 04769 04770 // 04771 // MessageId: FDO_106_LOB_NOT_SUPPORTED_IN_FILTER 04772 // 04773 // MessageText: 04774 // 04775 // LOB objects not supported in the FDO Filter. 04776 // 04777 #define FDO_106_LOB_NOT_SUPPORTED_IN_FILTER 0x00002392L 04778 04779 // 04780 // MessageId: FDO_107_PARAEMETRS_NOT_SUPPORTED_IN_FILTER 04781 // 04782 // MessageText: 04783 // 04784 // Parameters not supported in the FDO Filter. 04785 // 04786 #define FDO_107_PARAEMETRS_NOT_SUPPORTED_IN_FILTER 0x00002393L 04787 04788 // 04789 // MessageId: FDO_108_INVALID_FDO_IN_CONDITION 04790 // 04791 // MessageText: 04792 // 04793 // Invalid FDO In condition. 04794 // 04795 #define FDO_108_INVALID_FDO_IN_CONDITION 0x00002394L 04796 04797 // 04798 // MessageId: FDO_109_INVALID_FDO_COMPARISON_CONDITION 04799 // 04800 // MessageText: 04801 // 04802 // Invalid FDO In condition. 04803 // 04804 #define FDO_109_INVALID_FDO_COMPARISON_CONDITION 0x00002395L 04805 04806 // 04807 // MessageId: FDO_110_PROPERTY_NOT_NULLABLE 04808 // 04809 // MessageText: 04810 // 04811 // The property '%1$ls' cannot be set to NULL. 04812 // 04813 #define FDO_110_PROPERTY_NOT_NULLABLE 0x00002396L 04814 04815 // 04816 // MessageId: FDO_111_PROPERTY_RANGE_CONSTRAINT_VIOLATED 04817 // 04818 // MessageText: 04819 // 04820 // The property '%1$ls' range constraint (%2$ls) is violated by value %3$ls. 04821 // 04822 #define FDO_111_PROPERTY_RANGE_CONSTRAINT_VIOLATED 0x00002397L 04823 04824 // 04825 // MessageId: FDO_112_PROPERTY_LIST_CONSTRAINT_VIOLATED 04826 // 04827 // MessageText: 04828 // 04829 // The property '%1$ls' list constraint (%2$ls) is violated by value %3$ls. 04830 // 04831 #define FDO_112_PROPERTY_LIST_CONSTRAINT_VIOLATED 0x00002398L 04832 04833 // 04834 // MessageId: FDO_113_PROPERTY_UNKNOWN_CONSTRAINT_VIOLATED 04835 // 04836 // MessageText: 04837 // 04838 // The property '%1$ls' unknown constraint is violated by value %2$ls. 04839 // 04840 #define FDO_113_PROPERTY_UNKNOWN_CONSTRAINT_VIOLATED 0x00002399L 04841 04842 // 04843 // MessageId: FDO_114_XSL_LOG_ERROR 04844 // 04845 // MessageText: 04846 // 04847 // ERROR 04848 // 04849 #define FDO_114_XSL_LOG_ERROR 0x0000239AL 04850 04851 // 04852 // MessageId: FDO_115_XSL_LOG_WARNING 04853 // 04854 // MessageText: 04855 // 04856 // WARNING 04857 // 04858 #define FDO_115_XSL_LOG_WARNING 0x0000239BL 04859 04860 // 04861 // MessageId: FDO_116_XSL_LOG_MESSAGE 04862 // 04863 // MessageText: 04864 // 04865 // MESSAGE 04866 // 04867 #define FDO_116_XSL_LOG_MESSAGE 0x0000239CL 04868 04869 // 04870 // MessageId: FDO_117_XSL_LOG_ORIGINATOR_XMLPARSER 04871 // 04872 // MessageText: 04873 // 04874 // XML Parser 04875 // 04876 #define FDO_117_XSL_LOG_ORIGINATOR_XMLPARSER 0x0000239DL 04877 04878 // 04879 // MessageId: FDO_118_XSL_LOG_ORIGINATOR_XSLPROCESSOR 04880 // 04881 // MessageText: 04882 // 04883 // XSL Processor 04884 // 04885 #define FDO_118_XSL_LOG_ORIGINATOR_XSLPROCESSOR 0x0000239EL 04886 04887 // 04888 // MessageId: FDO_119_XSL_LOG_ORIGINATOR_XPATH 04889 // 04890 // MessageText: 04891 // 04892 // XPath 04893 // 04894 #define FDO_119_XSL_LOG_ORIGINATOR_XPATH 0x0000239FL 04895 04896 // 04897 // MessageId: FDO_120_XSL_LOG_ORIGINATOR_UNKNOWN 04898 // 04899 // MessageText: 04900 // 04901 // Unknown originator 04902 // 04903 #define FDO_120_XSL_LOG_ORIGINATOR_UNKNOWN 0x000023A0L 04904 04905 // 04906 // MessageId: FDO_121_XSL_ATSOURCENODE 04907 // 04908 // MessageText: 04909 // 04910 // At source node '%1$ls' 04911 // 04912 #define FDO_121_XSL_ATSOURCENODE 0x000023A1L 04913 04914 // 04915 // MessageId: FDO_122_XSL_ATURI 04916 // 04917 // MessageText: 04918 // 04919 // at URI '%1$ls' (line %2$d, column %3$d) 04920 // 04921 #define FDO_122_XSL_ATURI 0x000023A2L 04922 04923 // 04924 // MessageId: FDO_123_NOATTRIBUTEELEMENT 04925 // 04926 // MessageText: 04927 // 04928 // %1$ls called when there is no open element; cannot write attribute '%2$ls'. 04929 // 04930 #define FDO_123_NOATTRIBUTEELEMENT 0x000023A3L 04931 04932 // 04933 // MessageId: FDO_124_BYTESAFTERCLOSE 04934 // 04935 // MessageText: 04936 // 04937 // %1$ls called after document closed; cannot write bytes. 04938 // 04939 #define FDO_124_BYTESAFTERCLOSE 0x000023A4L 04940 04941 // 04942 // MessageId: FDO_125_SCHEMA_ALREADY_EXISTS 04943 // 04944 // MessageText: 04945 // 04946 // The schema '%1$ls' already exists. 04947 // 04948 #define FDO_125_SCHEMA_ALREADY_EXISTS 0x000023A5L 04949 04950 // 04951 // MessageId: FDO_126_CLASS_ALREADY_EXISTS 04952 // 04953 // MessageText: 04954 // 04955 // The class '%1$ls' already exists. 04956 // 04957 #define FDO_126_CLASS_ALREADY_EXISTS 0x000023A6L 04958 04959 // 04960 // MessageId: FDO_127_PROPERTY_ALREADY_EXISTS 04961 // 04962 // MessageText: 04963 // 04964 // The property '%1$ls' already exists. 04965 // 04966 #define FDO_127_PROPERTY_ALREADY_EXISTS 0x000023A7L 04967 04968 // 04969 // MessageId: FDO_128_GEOMETRY_MAPPING_ERROR 04970 // 04971 // MessageText: 04972 // 04973 // The provided input is invalid for the current mapping process. 04974 // 04975 #define FDO_128_GEOMETRY_MAPPING_ERROR 0x000023A8L 04976 04977 // 04978 // MessageId: FDO_129_PROPERTY_TYPE_NOT_SUPPORTED_BY_OPERATION 04979 // 04980 // MessageText: 04981 // 04982 // The property type '%1$ls' is not supported by this operation. 04983 // 04984 #define FDO_129_PROPERTY_TYPE_NOT_SUPPORTED_BY_OPERATION 0x000023A9L 04985 04986 // 04987 // MessageId: FDO_130_DATA_TYPE_NOT_SUPPORTED_BY_OPERATION 04988 // 04989 // MessageText: 04990 // 04991 // The data type '%1$ls' is not supported by this operation. 04992 // 04993 #define FDO_130_DATA_TYPE_NOT_SUPPORTED_BY_OPERATION 0x000023AAL 04994 04995 // 04996 // MessageId: FDO_131_UNSUPPORTED_GEOMETRY_TYPE 04997 // 04998 // MessageText: 04999 // 05000 // The '%1$ls' geometry type (or combination of types) is not supported. 05001 // 05002 #define FDO_131_UNSUPPORTED_GEOMETRY_TYPE 0x000023ABL 05003 05004 // 05005 // MessageId: FDO_132_CONNECTION_BROKEN 05006 // 05007 // MessageText: 05008 // 05009 // Network connection is broken, or the server stopped responding. 05010 // 05011 #define FDO_132_CONNECTION_BROKEN 0x000023ACL 05012 05013 // 05014 // MessageId: FDO_133_UNEXPECTEDERROR_PERFORMING 05015 // 05016 // MessageText: 05017 // 05018 // Unexpected error encountered while accessing the server. 05019 // 05020 #define FDO_133_UNEXPECTEDERROR_PERFORMING 0x000023ADL 05021 05022 // 05023 // MessageId: FDO_134_SPATIAL_CONTEXT_ERROR_DEFAULT_EXISTS 05024 // 05025 // MessageText: 05026 // 05027 // '%1$ls': Default spatial context exists; Cannot create spatial context info. 05028 // 05029 #define FDO_134_SPATIAL_CONTEXT_ERROR_DEFAULT_EXISTS 0x000023AEL 05030 05031 // 05032 // MessageId: FDO_135_SPATIAL_CONTEXT_ERROR_ID_MISSMATCH 05033 // 05034 // MessageText: 05035 // 05036 // '%1$ls': The spatial context ids don't match. 05037 // 05038 #define FDO_135_SPATIAL_CONTEXT_ERROR_ID_MISSMATCH 0x000023AFL 05039 05040 // 05041 // MessageId: FDO_136_SPATIAL_CONTEXT_ERROR_UNKNOWN_EXTENT_TYPE 05042 // 05043 // MessageText: 05044 // 05045 // '%1$ls': Unknown extent type. 05046 // 05047 #define FDO_136_SPATIAL_CONTEXT_ERROR_UNKNOWN_EXTENT_TYPE 0x000023B0L 05048 05049 // 05050 // MessageId: FDO_137_NAMED_COLLECTION_INDEX_NAME_ERROR 05051 // 05052 // MessageText: 05053 // 05054 // '%1$ls': Cannot find index in Named Collection for unspecified name (NULL). 05055 // 05056 #define FDO_137_NAMED_COLLECTION_INDEX_NAME_ERROR 0x000023B1L 05057 05058 // 05059 // MessageId: FDO_138_MBC_ERROR_ROOT_CELL 05060 // 05061 // MessageText: 05062 // 05063 // '%1$ls': Invalid MBC format: missing root cell. 05064 // 05065 #define FDO_138_MBC_ERROR_ROOT_CELL 0x000023B2L 05066 05067 // 05068 // MessageId: FDO_139_MBC_ERROR_ILLEGAL_CHAR 05069 // 05070 // MessageText: 05071 // 05072 // '%1$ls': Invalid MBC format: illegal character. 05073 // 05074 #define FDO_139_MBC_ERROR_ILLEGAL_CHAR 0x000023B3L 05075 05076 // 05077 // MessageId: FDO_140_MBC_ERROR_SKIP 05078 // 05079 // MessageText: 05080 // 05081 // '%1$ls': MBC error: too many skip characters specified. 05082 // 05083 #define FDO_140_MBC_ERROR_SKIP 0x000023B4L 05084 05085 // 05086 // MessageId: FDO_141_MBC_ERROR_MAX_DEPTH 05087 // 05088 // MessageText: 05089 // 05090 // '%1$ls': MBC error: depth exceeds maximum depth. 05091 // 05092 #define FDO_141_MBC_ERROR_MAX_DEPTH 0x000023B5L 05093 05094 // 05095 // MessageId: FDO_142_MBC_ERROR_EXTENTS 05096 // 05097 // MessageText: 05098 // 05099 // '%1$ls': MBC error: extents outside spatial index extents. 05100 // 05101 #define FDO_142_MBC_ERROR_EXTENTS 0x000023B6L 05102 05103 // 05104 // MessageId: FDO_143_URL_ERROR 05105 // 05106 // MessageText: 05107 // 05108 // The requested URL returned error: '%1$ls'. 05109 // 05110 #define FDO_143_URL_ERROR 0x000023B7L 05111 05112 // 05113 // MessageId: FDO_144_URL_SERVICE_UNAVAILABLE 05114 // 05115 // MessageText: 05116 // 05117 // The HTTP service is unavailable. 05118 // 05119 #define FDO_144_URL_SERVICE_UNAVAILABLE 0x000023B8L 05120 05121 // 05122 // MessageId: FDO_145_URL_BAD_REQUEST 05123 // 05124 // MessageText: 05125 // 05126 // The HTTP request could not be understood by the server due to malformed syntax. 05127 // 05128 #define FDO_145_URL_BAD_REQUEST 0x000023B9L 05129 05130 // 05131 // MessageId: FDO_146_URL_NOT_AUTHORIZED 05132 // 05133 // MessageText: 05134 // 05135 // The HTTP request is missing user authentication or the user authorization has been refused by the server. 05136 // 05137 #define FDO_146_URL_NOT_AUTHORIZED 0x000023BAL 05138 05139 // 05140 // MessageId: FDO_147_URL_ACCESS_DENIED 05141 // 05142 // MessageText: 05143 // 05144 // The HTTP request was denied (forbidden) by the server. 05145 // 05146 #define FDO_147_URL_ACCESS_DENIED 0x000023BBL 05147 05148 // 05149 // MessageId: FDO_148_URI_NOT_FOUND 05150 // 05151 // MessageText: 05152 // 05153 // The HTTP request URI was not found by the server. 05154 // 05155 #define FDO_148_URI_NOT_FOUND 0x000023BCL 05156 05157 // 05158 // MessageId: FDO_149_URL_REQUEST_NOT_ALLOWED 05159 // 05160 // MessageText: 05161 // 05162 // The method specified in the HTTP request is not allowed for the resource identified by the URI. 05163 // 05164 #define FDO_149_URL_REQUEST_NOT_ALLOWED 0x000023BDL 05165 05166 // 05167 // MessageId: FDO_150_URL_REQUEST_NOT_ACCEPTABLE 05168 // 05169 // MessageText: 05170 // 05171 // The HTTP request generated an unaceptable response by the server. 05172 // 05173 #define FDO_150_URL_REQUEST_NOT_ACCEPTABLE 0x000023BEL 05174 05175 // 05176 // MessageId: FDO_151_URL_PROXY_AUTHENTICATION_REQUIRED 05177 // 05178 // MessageText: 05179 // 05180 // The client is not authorized to access the HTTP Proxy Server. 05181 // 05182 #define FDO_151_URL_PROXY_AUTHENTICATION_REQUIRED 0x000023BFL 05183 05184 // 05185 // MessageId: FDO_152_URL_REQUEST_TIMEOUT 05186 // 05187 // MessageText: 05188 // 05189 // HTTP server timeout. The client did not produce a request within the time that the server allowed. 05190 // 05191 #define FDO_152_URL_REQUEST_TIMEOUT 0x000023C0L 05192 05193 // 05194 // MessageId: FDO_153_URL_NOT_AVAILABLE 05195 // 05196 // MessageText: 05197 // 05198 // The requested HTTP resource is no longer available at the server. 05199 // 05200 #define FDO_153_URL_NOT_AVAILABLE 0x000023C1L 05201 05202 // 05203 // MessageId: FDO_154_URL_REQUEST_TOO_LONG 05204 // 05205 // MessageText: 05206 // 05207 // The HTTP server is refusing to service the request because the Request-URI is longer than the server is willing to interpret. 05208 // 05209 #define FDO_154_URL_REQUEST_TOO_LONG 0x000023C2L 05210 05211 // 05212 // MessageId: FDO_155_URL_INTERNAL_SERVER_ERROR 05213 // 05214 // MessageText: 05215 // 05216 // The HTTP server encountered an unexpected internal condition which prevented it from fulfilling the request. 05217 // 05218 #define FDO_155_URL_INTERNAL_SERVER_ERROR 0x000023C3L 05219 05220 // 05221 // MessageId: FDO_156_URL_REQUEST_NOT_IMPLEMENTED 05222 // 05223 // MessageText: 05224 // 05225 // The HTTP server does not support the functionality required to fulfill the request. 05226 // 05227 #define FDO_156_URL_REQUEST_NOT_IMPLEMENTED 0x000023C4L 05228 05229 // 05230 // MessageId: FDO_157_URL_OVERLOADED 05231 // 05232 // MessageText: 05233 // 05234 // The HTTP server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request. 05235 // 05236 #define FDO_157_URL_OVERLOADED 0x000023C5L 05237 05238 // 05239 // MessageId: FDO_158_URL_SERVICE_UNAVAILABLE 05240 // 05241 // MessageText: 05242 // 05243 // The HTTP server is currently unable to handle the request due to a temporary overloading or maintenance of the server. 05244 // 05245 #define FDO_158_URL_SERVICE_UNAVAILABLE 0x000023C6L 05246 05247 // 05248 // MessageId: FDO_159_URL_GATEWAY_TIMEOUT 05249 // 05250 // MessageText: 05251 // 05252 // The HTTP server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI. 05253 // 05254 #define FDO_159_URL_GATEWAY_TIMEOUT 0x000023C7L 05255 05256 // 05257 // MessageId: FDO_160_HTTP_UNSUPPORTED_VERION 05258 // 05259 // MessageText: 05260 // 05261 // The server does not support, or refuses to support, the HTTP protocol version that was used in the request message. 05262 // 05263 #define FDO_160_HTTP_UNSUPPORTED_VERION 0x000023C8L 05264 05265 // 05266 // MessageId: FDO_161_UNABLE_CONNECT_HOST 05267 // 05268 // MessageText: 05269 // 05270 // Unable to connect to the host. 05271 // 05272 #define FDO_161_UNABLE_CONNECT_HOST 0x000023C9L 05273 05274 // 05275 // MessageId: FDO_162_CONNECT_HOST_TIMEOUT 05276 // 05277 // MessageText: 05278 // 05279 // The connection to the host has timed out. 05280 // 05281 #define FDO_162_CONNECT_HOST_TIMEOUT 0x000023CAL 05282 05283 // 05284 // MessageId: FDO_163_UNABLE_RESOLVE_HOST 05285 // 05286 // MessageText: 05287 // 05288 // Unable to resolve the host. Host not found. 05289 // 05290 #define FDO_163_UNABLE_RESOLVE_HOST 0x000023CBL 05291 05292 // 05293 // MessageId: FDO_164_UNSUPPORTED_HTTP_PROTOCOL 05294 // 05295 // MessageText: 05296 // 05297 // Unsupported HTTP Protocol. 05298 // 05299 #define FDO_164_UNSUPPORTED_HTTP_PROTOCOL 0x000023CCL 05300 05301 // 05302 // MessageId: FDO_165_MALFORMED_URL 05303 // 05304 // MessageText: 05305 // 05306 // Malformed URL. 05307 // 05308 #define FDO_165_MALFORMED_URL 0x000023CDL 05309 05310 // 05311 // MessageId: FDO_166_UNABLE_RESOLVE_PROXY 05312 // 05313 // MessageText: 05314 // 05315 // Couldn't resolve proxy name. 05316 // 05317 #define FDO_166_UNABLE_RESOLVE_PROXY 0x000023CEL 05318 05319 // 05320 // MessageId: FDO_167_DOWNLOAD_PARTIAL_FILE 05321 // 05322 // MessageText: 05323 // 05324 // Downloaded a partial file. 05325 // 05326 #define FDO_167_DOWNLOAD_PARTIAL_FILE 0x000023CFL 05327 05328 // 05329 // MessageId: FDO_168_FAILURE_OPEN_FILE 05330 // 05331 // MessageText: 05332 // 05333 // Could not open/read from file. 05334 // 05335 #define FDO_168_FAILURE_OPEN_FILE 0x000023D0L 05336 05337 // 05338 // MessageId: FDO_169_FAILURE_POST 05339 // 05340 // MessageText: 05341 // 05342 // Failure to HTTP POST data. 05343 // 05344 #define FDO_169_FAILURE_POST 0x000023D1L 05345 05346 // 05347 // MessageId: FDO_170_FAILURE_SSL_CONNECT 05348 // 05349 // MessageText: 05350 // 05351 // Server SSL connect error. 05352 // 05353 #define FDO_170_FAILURE_SSL_CONNECT 0x000023D2L 05354 05355 // 05356 // MessageId: FDO_171_UNABLE_RESUME_DOWNLOAD 05357 // 05358 // MessageText: 05359 // 05360 // Could not resume data download. 05361 // 05362 #define FDO_171_UNABLE_RESUME_DOWNLOAD 0x000023D3L 05363 05364 // 05365 // MessageId: FDO_172_ABORTED_BY_CALLBACK 05366 // 05367 // MessageText: 05368 // 05369 // The operation was aborted by an application callback. 05370 // 05371 #define FDO_172_ABORTED_BY_CALLBACK 0x000023D4L 05372 05373 // 05374 // MessageId: FDO_173_ENDLESS_URL_REDIRECT 05375 // 05376 // MessageText: 05377 // 05378 // The number of URL redirects hit the maximum amount. 05379 // 05380 #define FDO_173_ENDLESS_URL_REDIRECT 0x000023D5L 05381 05382 // 05383 // MessageId: FDO_174_SSL_PEER_CERTIFICATE 05384 // 05385 // MessageText: 05386 // 05387 // The SSL peer certificate was not ok. 05388 // 05389 #define FDO_174_SSL_PEER_CERTIFICATE 0x000023D6L 05390 05391 // 05392 // MessageId: FDO_175_SERVER_RETURNED_NOTHING 05393 // 05394 // MessageText: 05395 // 05396 // The server returned no data. 05397 // 05398 #define FDO_175_SERVER_RETURNED_NOTHING 0x000023D7L 05399 05400 // 05401 // MessageId: FDO_176_FAILURE_SENDING_NETWORK_DATA 05402 // 05403 // MessageText: 05404 // 05405 // Failure sending Network data. 05406 // 05407 #define FDO_176_FAILURE_SENDING_NETWORK_DATA 0x000023D8L 05408 05409 // 05410 // MessageId: FDO_177_FAILURE_RECIEVING_NETWORK_DATA 05411 // 05412 // MessageText: 05413 // 05414 // Failure receiving Network data. 05415 // 05416 #define FDO_177_FAILURE_RECIEVING_NETWORK_DATA 0x000023D9L 05417 05418 // 05419 // MessageId: FDO_178_SSL_CERTIFICATE_ERROR 05420 // 05421 // MessageText: 05422 // 05423 // Error using the the local SSL certificate. 05424 // 05425 #define FDO_178_SSL_CERTIFICATE_ERROR 0x000023DAL 05426 05427 // 05428 // MessageId: FDO_179_SSL_CIPHER_ERROR 05429 // 05430 // MessageText: 05431 // 05432 // Couldn't use the specified SSL cipher. 05433 // 05434 #define FDO_179_SSL_CIPHER_ERROR 0x000023DBL 05435 05436 // 05437 // MessageId: FDO_180_CACERT_CIPHER_ERROR 05438 // 05439 // MessageText: 05440 // 05441 // Server SSL certificate verification failed. Verify path and access rights. 05442 // 05443 #define FDO_180_CACERT_CIPHER_ERROR 0x000023DCL 05444 05445 // 05446 // MessageId: FDO_181_LDAP_INVALID_URL 05447 // 05448 // MessageText: 05449 // 05450 // Invalid LDAP URL. 05451 // 05452 #define FDO_181_LDAP_INVALID_URL 0x000023DDL 05453 05454 // 05455 // MessageId: FDO_182_AGGREGATE_IN_SELECT 05456 // 05457 // MessageText: 05458 // 05459 // Aggregate functions are not supported by the Select command; use the SelectAggregates command instead. 05460 // 05461 #define FDO_182_AGGREGATE_IN_SELECT 0x000023DEL 05462 05463 // 05464 // MessageId: FDO_183_INVALID_FUNCTION_ARG 05465 // 05466 // MessageText: 05467 // 05468 // One or more arguments for function '%1$ls' did not match the expected argument types. 05469 // 05470 #define FDO_183_INVALID_FUNCTION_ARG 0x000023DFL 05471 05472 // 05473 // MessageId: FDO_184_UNINITIALIZED_AGGREGATE 05474 // 05475 // MessageText: 05476 // 05477 // Aggregate function referenced by expression engine before being processed. If using function in Select command; use the SelectAggregates command instead. 05478 // 05479 #define FDO_184_UNINITIALIZED_AGGREGATE 0x000023E0L 05480