FDO API Reference Feature Data Objects

FdoMessage.h

Go to the documentation of this file.
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 layed 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_148_MODCONSTRAINTTYPE
01477 //
01478 // MessageText:
01479 //
01480 //  Cannot modify constraint type for property '%1$ls'; property has values
01481 //
01482 #define SCHEMA_148_MODCONSTRAINTTYPE     0x0000047CL
01483 
01484 //
01485 // MessageId: SCHEMA_147_MODCONSTRAINT
01486 //
01487 // MessageText:
01488 //
01489 //  Cannot modify constraint for property '%1$ls'; property has values and new constraint is more restrictive
01490 //
01491 #define SCHEMA_147_MODCONSTRAINT         0x0000047BL
01492 
01493 //
01494 // MessageId: EXPRESSION_1_BLOBVALUENULL
01495 //
01496 // MessageText:
01497 //
01498 //  BLOBValue is null.
01499 //
01500 #define EXPRESSION_1_BLOBVALUENULL       0x000007D1L
01501 
01502 //
01503 // MessageId: EXPRESSION_2_BOOLEANVALUENULL
01504 //
01505 // MessageText:
01506 //
01507 //  BooleanValue is null.
01508 //
01509 #define EXPRESSION_2_BOOLEANVALUENULL    0x000007D2L
01510 
01511 //
01512 // MessageId: EXPRESSION_3_BYTEVALUENULL
01513 //
01514 // MessageText:
01515 //
01516 //  ByteValue is null.
01517 //
01518 #define EXPRESSION_3_BYTEVALUENULL       0x000007D3L
01519 
01520 //
01521 // MessageId: EXPRESSION_4_CLOBVALUENULL
01522 //
01523 // MessageText:
01524 //
01525 //  CLOBValue is null.
01526 //
01527 #define EXPRESSION_4_CLOBVALUENULL       0x000007D4L
01528 
01529 //
01530 // MessageId: EXPRESSION_5_DATETIMEVALUENULL
01531 //
01532 // MessageText:
01533 //
01534 //  DateTimeValue is null.
01535 //
01536 #define EXPRESSION_5_DATETIMEVALUENULL   0x000007D5L
01537 
01538 //
01539 // MessageId: EXPRESSION_6_DECIMALVALUENULL
01540 //
01541 // MessageText:
01542 //
01543 //  DecimalValue is null.
01544 //
01545 #define EXPRESSION_6_DECIMALVALUENULL    0x000007D6L
01546 
01547 //
01548 // MessageId: EXPRESSION_7_DOUBLEVALUENULL
01549 //
01550 // MessageText:
01551 //
01552 //  DoubleValue is null.
01553 //
01554 #define EXPRESSION_7_DOUBLEVALUENULL     0x000007D7L
01555 
01556 //
01557 // MessageId: EXPRESSION_8_INCOMPLETEBINARYEXPRESSION
01558 //
01559 // MessageText:
01560 //
01561 //  Incomplete binary expression.
01562 //
01563 #define EXPRESSION_8_INCOMPLETEBINARYEXPRESSION 0x000007D8L
01564 
01565 //
01566 // MessageId: EXPRESSION_9_INCOMPLETEFUNCTION
01567 //
01568 // MessageText:
01569 //
01570 //  Incomplete function.
01571 //
01572 #define EXPRESSION_9_INCOMPLETEFUNCTION  0x000007D9L
01573 
01574 //
01575 // MessageId: EXPRESSION_10_INCOMPLETEPARAMETER
01576 //
01577 // MessageText:
01578 //
01579 //  Incomplete parameter.
01580 //
01581 #define EXPRESSION_10_INCOMPLETEPARAMETER 0x000007DAL
01582 
01583 //
01584 // MessageId: EXPRESSION_11_INCOMPLETEUNARYEXPRESSION
01585 //
01586 // MessageText:
01587 //
01588 //  Incomplete unary expression.
01589 //
01590 #define EXPRESSION_11_INCOMPLETEUNARYEXPRESSION 0x000007DBL
01591 
01592 //
01593 // MessageId: EXPRESSION_12_INT16VALUENULL
01594 //
01595 // MessageText:
01596 //
01597 //  Int16Value is null.
01598 //
01599 #define EXPRESSION_12_INT16VALUENULL     0x000007DCL
01600 
01601 //
01602 // MessageId: EXPRESSION_13_INT32VALUENULL
01603 //
01604 // MessageText:
01605 //
01606 //  Int32Value is null.
01607 //
01608 #define EXPRESSION_13_INT32VALUENULL     0x000007DDL
01609 
01610 //
01611 // MessageId: EXPRESSION_14_INT64VALUENULL
01612 //
01613 // MessageText:
01614 //
01615 //  Int64Value is null.
01616 //
01617 #define EXPRESSION_14_INT64VALUENULL     0x000007DEL
01618 
01619 //
01620 // MessageId: EXPRESSION_15_INVALIDDATAVALUE
01621 //
01622 // MessageText:
01623 //
01624 //  Invalid data type.
01625 //
01626 #define EXPRESSION_15_INVALIDDATAVALUE   0x000007DFL
01627 
01628 //
01629 // MessageId: EXPRESSION_16_NULLIDENTIFIER
01630 //
01631 // MessageText:
01632 //
01633 //  Null identifier.
01634 //
01635 #define EXPRESSION_16_NULLIDENTIFIER     0x000007E0L
01636 
01637 //
01638 // MessageId: EXPRESSION_17_STRINGNOTEXPRESSION
01639 //
01640 // MessageText:
01641 //
01642 //  String does not represent a valid expression.
01643 //
01644 #define EXPRESSION_17_STRINGNOTEXPRESSION 0x000007E1L
01645 
01646 //
01647 // MessageId: EXPRESSION_18_SINGLEVALUENULL
01648 //
01649 // MessageText:
01650 //
01651 //  SingleValue is null.
01652 //
01653 #define EXPRESSION_18_SINGLEVALUENULL    0x000007E2L
01654 
01655 //
01656 // MessageId: EXPRESSION_19_STRINGVALUENULL
01657 //
01658 // MessageText:
01659 //
01660 //  StringValue is null.
01661 //
01662 #define EXPRESSION_19_STRINGVALUENULL    0x000007E3L
01663 
01664 //
01665 // MessageId: EXPRESSION_20_STRINGNOTVALUEEXPRESSION
01666 //
01667 // MessageText:
01668 //
01669 //  String does not represent a valid value expression.
01670 //
01671 #define EXPRESSION_20_STRINGNOTVALUEEXPRESSION 0x000007E4L
01672 
01673 //
01674 // MessageId: FILTER_1_INCOMPLETEBINARYOPERATOR
01675 //
01676 // MessageText:
01677 //
01678 //  Incomplete binary logical operator.
01679 //
01680 #define FILTER_1_INCOMPLETEBINARYOPERATOR 0x00000BB9L
01681 
01682 //
01683 // MessageId: FILTER_2_INCOMPLETECOMPARISONCONDITION
01684 //
01685 // MessageText:
01686 //
01687 //  Incomplete comparison condition.
01688 //
01689 #define FILTER_2_INCOMPLETECOMPARISONCONDITION 0x00000BBAL
01690 
01691 //
01692 // MessageId: FILTER_3_INCOMPLETEDISTANCECONDITION
01693 //
01694 // MessageText:
01695 //
01696 //  Incomplete distance condition.
01697 //
01698 #define FILTER_3_INCOMPLETEDISTANCECONDITION 0x00000BBBL
01699 
01700 //
01701 // MessageId: FILTER_4_INCOMPLETEINCONDITION
01702 //
01703 // MessageText:
01704 //
01705 //  Incomplete in condition.
01706 //
01707 #define FILTER_4_INCOMPLETEINCONDITION   0x00000BBCL
01708 
01709 //
01710 // MessageId: FILTER_5_INCOMPLETENULLCONDITION
01711 //
01712 // MessageText:
01713 //
01714 //  Incomplete null condition.
01715 //
01716 #define FILTER_5_INCOMPLETENULLCONDITION 0x00000BBDL
01717 
01718 //
01719 // MessageId: FILTER_6_INCOMPLETESPATIALCONDITION
01720 //
01721 // MessageText:
01722 //
01723 //  Incomplete spatial condition.
01724 //
01725 #define FILTER_6_INCOMPLETESPATIALCONDITION 0x00000BBEL
01726 
01727 //
01728 // MessageId: FILTER_7_INCOMPLETEUNARYOPERATOR
01729 //
01730 // MessageText:
01731 //
01732 //  Incomplete unary logical operator.
01733 //
01734 #define FILTER_7_INCOMPLETEUNARYOPERATOR 0x00000BBFL
01735 
01736 //
01737 // MessageId: FILTER_8_INVALIDFILTERSTRING
01738 //
01739 // MessageText:
01740 //
01741 //  Invalid filter string.
01742 //
01743 #define FILTER_8_INVALIDFILTERSTRING     0x00000BC0L
01744 
01745 //
01746 // MessageId: FILTER_9_STRINGNOTFILTER
01747 //
01748 // MessageText:
01749 //
01750 //  String does not represent a valid filter.
01751 //
01752 #define FILTER_9_STRINGNOTFILTER         0x00000BC1L
01753 
01754 //
01755 // MessageId: COMMANDS_1_INVALIDIDENTIFIERNAME
01756 //
01757 // MessageText:
01758 //
01759 //  Invalid identifier name '%1$ls'.
01760 //
01761 #define COMMANDS_1_INVALIDIDENTIFIERNAME 0x00000FA1L
01762 
01763 //
01764 // MessageId: COMMANDS_2_INVALIDPARAMETERVALUENAME
01765 //
01766 // MessageText:
01767 //
01768 //  Invalid parameter value name '%1$ls'.
01769 //
01770 #define COMMANDS_2_INVALIDPARAMETERVALUENAME 0x00000FA2L
01771 
01772 //
01773 // MessageId: COMMANDS_3_INVALIDPROPERTYVALUENAME
01774 //
01775 // MessageText:
01776 //
01777 //  Invalid property value name '%1$ls'.
01778 //
01779 #define COMMANDS_3_INVALIDPROPERTYVALUENAME 0x00000FA3L
01780 
01781 //
01782 // MessageId: COMMANDS_4_INVALIDPROVIDERNAME
01783 //
01784 // MessageText:
01785 //
01786 //  Schema Override set for schema '%1$ls' has invalid provider name '%2$ls'; must be of the form: Company.Provider.Version.
01787 //
01788 #define COMMANDS_4_INVALIDPROVIDERNAME   0x00000FA4L
01789 
01790 //
01791 // MessageId: COMMANDS_5_OVERRIDEPROVIDERMISMATCH
01792 //
01793 // MessageText:
01794 //
01795 //  Registered provider '%1$ls' is registered with library for provider '%2$ls'.
01796 //
01797 #define COMMANDS_5_OVERRIDEPROVIDERMISMATCH 0x00000FA5L
01798 
01799 //
01800 // MessageId: COMMANDS_6_MISSINGPROVIDERNAME
01801 //
01802 // MessageText:
01803 //
01804 //  Schema Override set for schema '%1$ls' has no provider name.
01805 //
01806 #define COMMANDS_6_MISSINGPROVIDERNAME   0x00000FA6L
01807 
01808 //
01809 // MessageId: COMMANDS_7_OBJECTHASPARENT
01810 //
01811 // MessageText:
01812 //
01813 //  Schema Override '%1$ls' already has parent.
01814 //
01815 #define COMMANDS_7_OBJECTHASPARENT       0x00000FA7L
01816 
01817 //
01818 // MessageId: COMMANDS_8_BADMAPPINGSUBELEMENT
01819 //
01820 // MessageText:
01821 //
01822 //  Element '%1$ls' not allowed inside %2$ls Schema Mapping element %3$ls[@name='%4$ls'].
01823 //
01824 #define COMMANDS_8_BADMAPPINGSUBELEMENT  0x00000FA8L
01825 
01826 //
01827 // MessageId: COMMANDS_9_MULTIMAPPINGSUBELEMENT
01828 //
01829 // MessageText:
01830 //
01831 //  Multiple instances of Element '%1$ls' not allowed inside %2$ls Schema Mapping element %3$ls[@name='%4$ls'].
01832 //
01833 #define COMMANDS_9_MULTIMAPPINGSUBELEMENT 0x00000FA9L
01834 
01835 //
01836 // MessageId: COMMANDS_10_CHOICESUBELEMENT
01837 //
01838 // MessageText:
01839 //
01840 //  Only one of '%1$ls' allowed inside %2$ls Schema Mapping element %3$ls[@name='%4$ls'].
01841 //
01842 #define COMMANDS_10_CHOICESUBELEMENT     0x00000FAAL
01843 
01844 //
01845 // MessageId: COMMANDS_11_OWNPARENT
01846 //
01847 // MessageText:
01848 //
01849 //  Element '%1$ls' cannot be its own parent/grandparent.
01850 //
01851 #define COMMANDS_11_OWNPARENT            0x00000FABL
01852 
01853 //
01854 // MessageId: COMMANDS_12_DUPLICATESUBELEMENT
01855 //
01856 // MessageText:
01857 //
01858 //  Only one of '%1$ls[@name=%2$ls]' allowed inside %3$ls Schema Mapping element %4$ls[@name='%5$ls'].
01859 //
01860 #define COMMANDS_12_DUPLICATESUBELEMENT  0x00000FACL
01861 
01862 //
01863 // MessageId: PARSE_1_INVALIDDIGIT
01864 //
01865 // MessageText:
01866 //
01867 //  Invalid digit in number.
01868 //
01869 #define PARSE_1_INVALIDDIGIT             0x00001389L
01870 
01871 //
01872 // MessageId: PARSE_2_INVALIDDATETIME
01873 //
01874 // MessageText:
01875 //
01876 //  Invalid DateTime value.
01877 //
01878 #define PARSE_2_INVALIDDATETIME          0x0000138AL
01879 
01880 //
01881 // MessageId: PARSE_3_DATETIMEOUTOFRANGE
01882 //
01883 // MessageText:
01884 //
01885 //  DateTime value out of range.
01886 //
01887 #define PARSE_3_DATETIMEOUTOFRANGE       0x0000138BL
01888 
01889 //
01890 // MessageId: PARSE_4_STRINGINCORRECTLYFORMATTED
01891 //
01892 // MessageText:
01893 //
01894 //  String incorrectly formatted.
01895 //
01896 #define PARSE_4_STRINGINCORRECTLYFORMATTED 0x0000138CL
01897 
01898 //
01899 // MessageId: PARSE_5_STRINGTOOLONG
01900 //
01901 // MessageText:
01902 //
01903 //  String too long.
01904 //
01905 #define PARSE_5_STRINGTOOLONG            0x0000138DL
01906 
01907 //
01908 // MessageId: PARSE_6_MISSINGQUOTE_d
01909 //
01910 // MessageText:
01911 //
01912 //  Unmatched quote following quotation mark at column %1$d.
01913 //
01914 #define PARSE_6_MISSINGQUOTE_d           0x0000138EL
01915 
01916 //
01917 // MessageId: PARSE_7_INVALIDHEXDIGIT
01918 //
01919 // MessageText:
01920 //
01921 //  Invalid hex digit.
01922 //
01923 #define PARSE_7_INVALIDHEXDIGIT          0x0000138FL
01924 
01925 //
01926 // MessageId: PARSE_8_INVALIDBITDIGIT
01927 //
01928 // MessageText:
01929 //
01930 //  Invalid bit digit.
01931 //
01932 #define PARSE_8_INVALIDBITDIGIT          0x00001390L
01933 
01934 //
01935 // MessageId: PARSE_9_WRONGTOKEN
01936 //
01937 // MessageText:
01938 //
01939 //  Wrong token.
01940 //
01941 #define PARSE_9_WRONGTOKEN               0x00001391L
01942 
01943 //
01944 // MessageId: SC_1_XMLNONAME
01945 //
01946 // MessageText:
01947 //
01948 //  Current spatial context has no name; cannot write to XML.
01949 //
01950 #define SC_1_XMLNONAME                   0x00001771L
01951 
01952 //
01953 // MessageId: SC_2_NOSTATETRANSITION
01954 //
01955 // MessageText:
01956 //
01957 //  Error in SCReadHandler state transition table, no transition after element '%1$ls'.
01958 //
01959 #define SC_2_NOSTATETRANSITION           0x00001772L
01960 
01961 //
01962 // MessageId: SC_3_XMLNOEXTENTS
01963 //
01964 // MessageText:
01965 //
01966 //  Current spatial context '%1$ls' has no extents; cannot write to XML.
01967 //
01968 #define SC_3_XMLNOEXTENTS                0x00001773L
01969 
01970 //
01971 // MessageId: SC_4_XMLNOREAD
01972 //
01973 // MessageText:
01974 //
01975 //  %1$ls failed: no spatial context has been read from XML.
01976 //
01977 #define SC_4_XMLNOREAD                   0x00001774L
01978 
01979 //
01980 // MessageId: SC_5_MISSINGATTRIBUTE
01981 //
01982 // MessageText:
01983 //
01984 //  Error reading spatial context %1$ls from XML, required attribute %2$ls/@%3$ls is missing.
01985 //
01986 #define SC_5_MISSINGATTRIBUTE            0x00001775L
01987 
01988 //
01989 // MessageId: SC_6_BADATTRIBUTE
01990 //
01991 // MessageText:
01992 //
01993 //  Error reading spatial context %1$ls from XML, invalid attribute %2$ls/@%3$ls value '%4$ls'.
01994 //
01995 #define SC_6_BADATTRIBUTE                0x00001776L
01996 
01997 //
01998 // MessageId: SC_7_NAMEIDDIFF
01999 //
02000 // MessageText:
02001 //
02002 //  Error reading spatial context %1$ls from XML, gml:id '%2$ls' differs from srsName.
02003 //
02004 #define SC_7_NAMEIDDIFF                  0x00001777L
02005 
02006 //
02007 // MessageId: SC_8_BADELEMENT
02008 //
02009 // MessageText:
02010 //
02011 //  Error reading spatial context %1$ls from XML, invalid %2$ls value '%3$ls'.
02012 //
02013 #define SC_8_BADELEMENT                  0x00001778L
02014 
02015 //
02016 // MessageId: SC_9_BADSUBELEMENT
02017 //
02018 // MessageText:
02019 //
02020 //  Error reading spatial context %1$ls from XML, unexpected first element %2$ls inside '%3$ls'.
02021 //
02022 #define SC_9_BADSUBELEMENT               0x00001779L
02023 
02024 //
02025 // MessageId: SC_10_BADNEXTELEMENT
02026 //
02027 // MessageText:
02028 //
02029 //  Error reading spatial context %1$ls from XML, unexpected element %2$ls after '%3$ls'.
02030 //
02031 #define SC_10_BADNEXTELEMENT             0x0000177AL
02032 
02033 //
02034 // MessageId: SC_11_MISSINGNEXTELEMENT
02035 //
02036 // MessageText:
02037 //
02038 //  Error reading spatial context %1$ls from XML, expected element %2$ls after '%3$ls'.
02039 //
02040 #define SC_11_MISSINGNEXTELEMENT         0x0000177BL
02041 
02042 //
02043 // MessageId: SC_12_EMPTYELEMENT
02044 //
02045 // MessageText:
02046 //
02047 //  Error reading spatial context %1$ls from XML, element %2$ls has no sub-elements.
02048 //
02049 #define SC_12_EMPTYELEMENT               0x0000177CL
02050 
02051 //
02052 // MessageId: SC_13_NAMEIDDIFF
02053 //
02054 // MessageText:
02055 //
02056 //  Error reading spatial context %1$ls from XML, gml:baseCRS/fdo:WKTCRS/gml:id '%2$ls' differs from gml:baseCRS/fdo:WKTCRS/srsName.
02057 //
02058 #define SC_13_NAMEIDDIFF                 0x0000EA6DL
02059 
02060 //
02061 // MessageId: SC_14_EMPTYBASECRS
02062 //
02063 // MessageText:
02064 //
02065 //  Error reading spatial context %1$ls from XML, gml:baseCRS subelement must have an xlink:href attribute or fdo:WKTCRS subelement.
02066 //
02067 #define SC_14_EMPTYBASECRS               0x0000177EL
02068 
02069 //
02070 // MessageId: SC_15_NEEDCALLREADNEXT
02071 //
02072 // MessageText:
02073 //
02074 //  Error reading from feature reader, need to call ReadNext before getting property.
02075 //
02076 #define SC_15_NEEDCALLREADNEXT           0x0000177FL
02077 
02078 //
02079 // MessageId: SC_16_INDEXOUTOFBOUND
02080 //
02081 // MessageText:
02082 //
02083 //  Error reading from feature reader, reach end in the feature collection.
02084 //
02085 #define SC_16_INDEXOUTOFBOUND            0x00001780L
02086 
02087 //
02088 // MessageId: CLNT_1_NULLINPUTPOINTER
02089 //
02090 // MessageText:
02091 //
02092 //  NULL Input Pointer
02093 //
02094 #define CLNT_1_NULLINPUTPOINTER          0x00001B59L
02095 
02096 //
02097 // MessageId: CLNT_2_EMPTYINPUTPARAMETER
02098 //
02099 // MessageText:
02100 //
02101 //  Empty Input Parameter
02102 //
02103 #define CLNT_2_EMPTYINPUTPARAMETER       0x00001B5AL
02104 
02105 //
02106 // MessageId: CLNT_3_NULLPOINTER
02107 //
02108 // MessageText:
02109 //
02110 //  NULL Pointer
02111 //
02112 #define CLNT_3_NULLPOINTER               0x00001B5BL
02113 
02114 //
02115 // MessageId: CLNT_4_PROVIDERNOTREGISTERED
02116 //
02117 // MessageText:
02118 //
02119 //  FDO Provider Not Registered
02120 //
02121 #define CLNT_4_PROVIDERNOTREGISTERED     0x00001B5CL
02122 
02123 //
02124 // MessageId: CLNT_5_OUTOFMEMORY
02125 //
02126 // MessageText:
02127 //
02128 //  Out Of Memory
02129 //
02130 #define CLNT_5_OUTOFMEMORY               0x00001B5DL
02131 
02132 //
02133 // MessageId: CLNT_6_INVALIDINPUTPARAMETER
02134 //
02135 // MessageText:
02136 //
02137 //  Invalid Input Parameter
02138 //
02139 #define CLNT_6_INVALIDINPUTPARAMETER     0x00001B5EL
02140 
02141 //
02142 // MessageId: CLNT_7_FAILURE
02143 //
02144 // MessageText:
02145 //
02146 //  Action Failed
02147 //
02148 #define CLNT_7_FAILURE                   0x00001B5FL
02149 
02150 //
02151 // MessageId: CLNT_8_UNABLE_TO_LOAD_LIBRARY
02152 //
02153 // MessageText:
02154 //
02155 //  Unable to load the FDO Provider: %1$s
02156 //
02157 #define CLNT_8_UNABLE_TO_LOAD_LIBRARY    0x00001B60L
02158 
02159 //
02160 // MessageId: CLNT_9_INVALID_PROVIDER_ENTRY_POINT
02161 //
02162 // MessageText:
02163 //
02164 //  FDO Provider entry point function 'CreateConnection' was not found.
02165 //
02166 #define CLNT_9_INVALID_PROVIDER_ENTRY_POINT 0x00001B61L
02167 
02168 //
02169 // MessageId: CLNT_10_NULL_CONNECTION_FROM_PROVIDER
02170 //
02171 // MessageText:
02172 //
02173 //  FDO Provider entry point function 'CreateConnection' returned NULL.
02174 //
02175 #define CLNT_10_NULL_CONNECTION_FROM_PROVIDER 0x00001B62L
02176 
02177 //
02178 // MessageId: CLNT_11_PARSER_ERROR
02179 //
02180 // MessageText:
02181 //
02182 //  Parser Error
02183 //
02184 #define CLNT_11_PARSER_ERROR             0x00001B63L
02185 
02186 //
02187 // MessageId: CLNT_12_FILE_NOT_EXISTS
02188 //
02189 // MessageText:
02190 //
02191 //  File '%1$ls' does not exist
02192 //
02193 #define CLNT_12_FILE_NOT_EXISTS          0x00001B64L
02194 
02195 //
02196 // MessageId: CLNT_13_UNKNOWN_MESSAGE
02197 //
02198 // MessageText:
02199 //
02200 //  Unknown message id: %1$d
02201 //
02202 #define CLNT_13_UNKNOWN_MESSAGE          0x00001B65L
02203 
02204 //
02205 // MessageId: CLNT_14_XML_ERROR
02206 //
02207 // MessageText:
02208 //
02209 //  Error in registry file '%1$ls', line %2$d: %3$s
02210 //
02211 #define CLNT_14_XML_ERROR                0x00001B66L
02212 
02213 //
02214 // MessageId: CLNT_15_XML_WRITE_ERROR
02215 //
02216 // MessageText:
02217 //
02218 //  Error writing to registry file '%1$ls', %2$s
02219 //
02220 #define CLNT_15_XML_WRITE_ERROR          0x00001B67L
02221 
02222 //
02223 // MessageId: FUNCTION_CEIL
02224 //
02225 // MessageText:
02226 //
02227 //  Returns the smallest integer greater than or equal to the expression value
02228 //
02229 #define FUNCTION_CEIL                    0x00001F41L
02230 
02231 //
02232 // MessageId: FUNCTION_FLOOR
02233 //
02234 // MessageText:
02235 //
02236 //  Returns the largest integer equal to or less than the expression value
02237 //
02238 #define FUNCTION_FLOOR                   0x00001F42L
02239 
02240 //
02241 // MessageId: FUNCTION_AVG
02242 //
02243 // MessageText:
02244 //
02245 //  Returns the average value of an expression
02246 //
02247 #define FUNCTION_AVG                     0x00001F43L
02248 
02249 //
02250 // MessageId: FUNCTION_COUNT
02251 //
02252 // MessageText:
02253 //
02254 //  Returns the number of objects in the query
02255 //
02256 #define FUNCTION_COUNT                   0x00001F44L
02257 
02258 //
02259 // MessageId: FUNCTION_MAX
02260 //
02261 // MessageText:
02262 //
02263 //  Returns the maximum value of an expression
02264 //
02265 #define FUNCTION_MAX                     0x00001F45L
02266 
02267 //
02268 // MessageId: FUNCTION_MIN
02269 //
02270 // MessageText:
02271 //
02272 //  Returns the minimum value of an expression
02273 //
02274 #define FUNCTION_MIN                     0x00001F46L
02275 
02276 //
02277 // MessageId: FUNCTION_SUM
02278 //
02279 // MessageText:
02280 //
02281 //  Returns the sum of values of an expression
02282 //
02283 #define FUNCTION_SUM                     0x00001F47L
02284 
02285 //
02286 // MessageId: FUNCTION_LOWER
02287 //
02288 // MessageText:
02289 //
02290 //  Returns strings with all lowercase letters
02291 //
02292 #define FUNCTION_LOWER                   0x00001F48L
02293 
02294 //
02295 // MessageId: FUNCTION_UPPER
02296 //
02297 // MessageText:
02298 //
02299 //  Returns strings with all letters uppercase
02300 //
02301 #define FUNCTION_UPPER                   0x00001F49L
02302 
02303 //
02304 // MessageId: FUNCTION_CONCAT
02305 //
02306 // MessageText:
02307 //
02308 //  Returns the string concatenation of 2 expressions
02309 //
02310 #define FUNCTION_CONCAT                  0x00001F4AL
02311 
02312 //
02313 // MessageId: FUNCTION_DBL_ARG
02314 //
02315 // MessageText:
02316 //
02317 //  Argument that represents a double
02318 //
02319 #define FUNCTION_DBL_ARG                 0x00001F4BL
02320 
02321 //
02322 // MessageId: FUNCTION_INT_ARG
02323 //
02324 // MessageText:
02325 //
02326 //  Argument that represents an integer
02327 //
02328 #define FUNCTION_INT_ARG                 0x00001F4CL
02329 
02330 //
02331 // MessageId: FUNCTION_STR_ARG
02332 //
02333 // MessageText:
02334 //
02335 //  Argument that represents a string
02336 //
02337 #define FUNCTION_STR_ARG                 0x00001F4DL
02338 
02339 //
02340 // MessageId: FUNCTION_SPATIALEXTENTS
02341 //
02342 // MessageText:
02343 //
02344 //  Returns the spatial extents of values of a geometric expression
02345 //
02346 #define FUNCTION_SPATIALEXTENTS          0x00001F4EL
02347 
02348 //
02349 // MessageId: FUNCTION_GEOM_ARG
02350 //
02351 // MessageText:
02352 //
02353 //  Argument that represents a geometry
02354 //
02355 #define FUNCTION_GEOM_ARG                0x00001F4FL
02356 
02357 //
02358 // MessageId: FUNCTION_BOOL_ARG
02359 //
02360 // MessageText:
02361 //
02362 //  Argument that represents a boolean
02363 //
02364 #define FUNCTION_BOOL_ARG                0x00001F50L
02365 
02366 //
02367 // MessageId: FUNCTION_BYTE_ARG
02368 //
02369 // MessageText:
02370 //
02371 //  Argument that represents a byte
02372 //
02373 #define FUNCTION_BYTE_ARG                0x00001F51L
02374 
02375 //
02376 // MessageId: FUNCTION_DT_ARG
02377 //
02378 // MessageText:
02379 //
02380 //  Argument that represents a date-time value
02381 //
02382 #define FUNCTION_DT_ARG                  0x00001F52L
02383 
02384 //
02385 // MessageId: FUNCTION_DEC_ARG
02386 //
02387 // MessageText:
02388 //
02389 //  Argument that represents a decimal
02390 //
02391 #define FUNCTION_DEC_ARG                 0x00001F53L
02392 
02393 //
02394 // MessageId: FUNCTION_INT16_ARG
02395 //
02396 // MessageText:
02397 //
02398 //  Argument that represents a 16-bit integer
02399 //
02400 #define FUNCTION_INT16_ARG               0x00001F54L
02401 
02402 //
02403 // MessageId: FUNCTION_INT32_ARG
02404 //
02405 // MessageText:
02406 //
02407 //  Argument that represents a 32-bit integer
02408 //
02409 #define FUNCTION_INT32_ARG               0x00001F55L
02410 
02411 //
02412 // MessageId: FUNCTION_INT64_ARG
02413 //
02414 // MessageText:
02415 //
02416 //  Argument that represents a 64-bit integer
02417 //
02418 #define FUNCTION_INT64_ARG               0x00001F56L
02419 
02420 //
02421 // MessageId: FUNCTION_SINGLE_ARG
02422 //
02423 // MessageText:
02424 //
02425 //  Argument that represents a single value
02426 //
02427 #define FUNCTION_SINGLE_ARG              0x00001F57L
02428 
02429 //
02430 // MessageId: FUNCTION_BLOB_ARG
02431 //
02432 // MessageText:
02433 //
02434 //  Argument that represents a BLOB value
02435 //
02436 #define FUNCTION_BLOB_ARG                0x00001F58L
02437 
02438 //
02439 // MessageId: FUNCTION_CLOB_ARG
02440 //
02441 // MessageText:
02442 //
02443 //  Argument that represents a CLOB value
02444 //
02445 #define FUNCTION_CLOB_ARG                0x00001F59L
02446 
02447 //
02448 // MessageId: FUNCTION_ASSOCIATION_ARG
02449 //
02450 // MessageText:
02451 //
02452 //  Argument that represents an association
02453 //
02454 #define FUNCTION_ASSOCIATION_ARG         0x00001F5AL
02455 
02456 //
02457 // MessageId: FUNCTION_OBJECT_ARG
02458 //
02459 // MessageText:
02460 //
02461 //  Argument that represents an object
02462 //
02463 #define FUNCTION_OBJECT_ARG              0x00001F5BL
02464 
02465 //
02466 // MessageId: FUNCTION_RASTER_ARG
02467 //
02468 // MessageText:
02469 //
02470 //  Argument that represents a raster
02471 //
02472 #define FUNCTION_RASTER_ARG              0x00001F5CL
02473 
02474 //
02475 // MessageId: FDO_1_BADALLOC
02476 //
02477 // MessageText:
02478 //
02479 //  Memory allocation failed.
02480 //
02481 #define FDO_1_BADALLOC                   0x00002329L
02482 
02483 //
02484 // MessageId: FDO_2_BADPARAMETER
02485 //
02486 // MessageText:
02487 //
02488 //  Bad parameter to method.
02489 //
02490 #define FDO_2_BADPARAMETER               0x0000232AL
02491 
02492 //
02493 // MessageId: FDO_3_NOTIMPLEMENTED
02494 //
02495 // MessageText:
02496 //
02497 //  Method is not implemented.
02498 //
02499 #define FDO_3_NOTIMPLEMENTED             0x0000232BL
02500 
02501 //
02502 // MessageId: FDO_4_UNREADY
02503 //
02504 // MessageText:
02505 //
02506 //  Data is not in a state to respond to the request.
02507 //
02508 #define FDO_4_UNREADY                    0x0000232CL
02509 
02510 //
02511 // MessageId: FDO_5_INDEXOUTOFBOUNDS
02512 //
02513 // MessageText:
02514 //
02515 //  Item index out of bounds.
02516 //
02517 #define FDO_5_INDEXOUTOFBOUNDS           0x0000232DL
02518 
02519 //
02520 // MessageId: FDO_6_OBJECTNOTFOUND
02521 //
02522 // MessageText:
02523 //
02524 //  Invalid delete; object not present.
02525 //
02526 #define FDO_6_OBJECTNOTFOUND             0x0000232EL
02527 
02528 //
02529 // MessageId: FDO_7_INVALIDFGF
02530 //
02531 // MessageText:
02532 //
02533 //  String is not a valid FGF string.
02534 //
02535 #define FDO_7_INVALIDFGF                 0x0000232FL
02536 
02537 //
02538 // MessageId: FDO_8_INCORRECTSTRINGFORMAT
02539 //
02540 // MessageText:
02541 //
02542 //  Parse string is incorrectly formatted.
02543 //
02544 #define FDO_8_INCORRECTSTRINGFORMAT      0x00002330L
02545 
02546 //
02547 // MessageId: FDO_9_INVALIDDIGIT
02548 //
02549 // MessageText:
02550 //
02551 //  Invalid digit in number.
02552 //
02553 #define FDO_9_INVALIDDIGIT               0x00002331L
02554 
02555 //
02556 // MessageId: FDO_10_UNSUPPORTEDGEOMETRYTYPE
02557 //
02558 // MessageText:
02559 //
02560 //  Unsupported geometry type.
02561 //
02562 #define FDO_10_UNSUPPORTEDGEOMETRYTYPE   0x00002332L
02563 
02564 //
02565 // MessageId: FDO_11_INVALIDPOINT
02566 //
02567 // MessageText:
02568 //
02569 //  Invalid point.
02570 //
02571 #define FDO_11_INVALIDPOINT              0x00002333L
02572 
02573 //
02574 // MessageId: FDO_12_SHAREDARRAY
02575 //
02576 // MessageText:
02577 //
02578 //  Cannot resize a shared array.
02579 //
02580 #define FDO_12_SHAREDARRAY               0x00002334L
02581 
02582 //
02583 // MessageId: FDO_13_INVALIDRESIZE
02584 //
02585 // MessageText:
02586 //
02587 //  Invalid array resize.
02588 //
02589 #define FDO_13_INVALIDRESIZE             0x00002335L
02590 
02591 //
02592 // MessageId: FDO_14_NULLSTRING
02593 //
02594 // MessageText:
02595 //
02596 //  Null String.
02597 //
02598 #define FDO_14_NULLSTRING                0x00002336L
02599 
02600 //
02601 // MessageId: FDO_15_UNSUPPORTEDGEOMETRYDATA
02602 //
02603 // MessageText:
02604 //
02605 //  Invalid Geometry.
02606 //
02607 #define FDO_15_UNSUPPORTEDGEOMETRYDATA   0x00002337L
02608 
02609 //
02610 // MessageId: FDO_17_UNSUPPORTEDDIMENSIONALITY
02611 //
02612 // MessageText:
02613 //
02614 //  Invalid dimensionality.
02615 //
02616 #define FDO_17_UNSUPPORTEDDIMENSIONALITY 0x00002338L
02617 
02618 //
02619 // MessageId: FDO_18_DATAPROVIDERFAILURE
02620 //
02621 // MessageText:
02622 //
02623 //  OCI failure.
02624 //
02625 #define FDO_18_DATAPROVIDERFAILURE       0x00002339L
02626 
02627 //
02628 // MessageId: FDO_18_FILEOPENFAILURE
02629 //
02630 // MessageText:
02631 //
02632 //  Failed to open file '%1$ls' with access modes: '%2$ls'.
02633 //
02634 #define FDO_18_FILEOPENFAILURE           0x0000233AL
02635 
02636 //
02637 // MessageId: FDO_19_STREAMREADERROR
02638 //
02639 // MessageText:
02640 //
02641 //  Cannot read %1$d bytes from unreadable stream.
02642 //
02643 #define FDO_19_STREAMREADERROR           0x0000233BL
02644 
02645 //
02646 // MessageId: FDO_20_STREAMWRITEERROR
02647 //
02648 // MessageText:
02649 //
02650 //  Cannot write %1$d bytes to unwritable stream.
02651 //
02652 #define FDO_20_STREAMWRITEERROR          0x0000233CL
02653 
02654 //
02655 // MessageId: FDO_21_STREAMWRITEERROR
02656 //
02657 // MessageText:
02658 //
02659 //  Cannot write %1$d bytes to writable stream, only %2$d bytes were written.
02660 //
02661 #define FDO_21_STREAMWRITEERROR          0x0000233DL
02662 
02663 //
02664 // MessageId: FDO_22_STREAMSEEKERROR
02665 //
02666 // MessageText:
02667 //
02668 //  Cannot seek on non-seekable stream.
02669 //
02670 #define FDO_22_STREAMSEEKERROR           0x0000233EL
02671 
02672 //
02673 // MessageId: FDO_23_STREAMSEEKFAILURE
02674 //
02675 // MessageText:
02676 //
02677 //  Seek on stream failed.
02678 //
02679 #define FDO_23_STREAMSEEKFAILURE         0x0000233FL
02680 
02681 //
02682 // MessageId: FDO_24_STREAMBADFP
02683 //
02684 // MessageText:
02685 //
02686 //  Cannot create FdoIoFileStream, bad file pointer.
02687 //
02688 #define FDO_24_STREAMBADFP               0x00002340L
02689 
02690 //
02691 // MessageId: FDO_25_STREAMSIZEFAILURE
02692 //
02693 // MessageText:
02694 //
02695 //  Setting length of stream to %1$d bytes failed.
02696 //
02697 #define FDO_25_STREAMSIZEFAILURE         0x00002341L
02698 
02699 //
02700 // MessageId: FDO_26_BUFFEROVERWRITEERROR
02701 //
02702 // MessageText:
02703 //
02704 //  Cannot write %1$lld bytes to buffer with %2$lld bytes remaining.
02705 //
02706 #define FDO_26_BUFFEROVERWRITEERROR      0x00002342L
02707 
02708 //
02709 // MessageId: FDO_27_BUFFERLENGTHERROR
02710 //
02711 // MessageText:
02712 //
02713 //  Cannot change length of fixed buffer stream.
02714 //
02715 #define FDO_27_BUFFERLENGTHERROR         0x00002343L
02716 
02717 //
02718 // MessageId: FDO_28_UTF8FAILURE
02719 //
02720 // MessageText:
02721 //
02722 //  Unicode to UTF8 conversion failed for string '%1$ls'.
02723 //
02724 #define FDO_28_UTF8FAILURE               0x00002344L
02725 
02726 //
02727 // MessageId: FDO_29_UNICODEFAILURE
02728 //
02729 // MessageText:
02730 //
02731 //  UTF8 to Unicode conversion failed for string '%1$s'.
02732 //
02733 #define FDO_29_UNICODEFAILURE            0x00002345L
02734 
02735 //
02736 // MessageId: FDO_30_BADPARAM
02737 //
02738 // MessageText:
02739 //
02740 //  Bad %1$ls value '%2$ls' passed to %3$ls.
02741 //
02742 #define FDO_30_BADPARAM                  0x00002346L
02743 
02744 //
02745 // MessageId: FDO_31_ENDELEMENTERROR
02746 //
02747 // MessageText:
02748 //
02749 //  FdoXmlWriter::EndElement: there is no current element to end.
02750 //
02751 #define FDO_31_ENDELEMENTERROR           0x00002347L
02752 
02753 //
02754 // MessageId: FDO_32_XMLATTRIBUTEERROR
02755 //
02756 // MessageText:
02757 //
02758 //  Cannot add attribute %1$ls; tag for element %2$ls is no longer open.
02759 //
02760 #define FDO_32_XMLATTRIBUTEERROR         0x00002348L
02761 
02762 //
02763 // MessageId: FDO_33_XMLPARSEERROR
02764 //
02765 // MessageText:
02766 //
02767 //  XML Document parse error at line %1$d column %2$d: %3$ls
02768 //
02769 #define FDO_33_XMLPARSEERROR             0x00002349L
02770 
02771 //
02772 // MessageId: FDO_34_MEMORYSTREAMOVERFLOW
02773 //
02774 // MessageText:
02775 //
02776 //  %1$ls: Maximum length for a %2$ls exceeded, please increase buffer size (currently %3$d)
02777 //
02778 #define FDO_34_MEMORYSTREAMOVERFLOW      0x0000234AL
02779 
02780 //
02781 // MessageId: FDO_35_FILENOCONTEXT
02782 //
02783 // MessageText:
02784 //
02785 //  Stream is not contextual (has no absolute position); %1$ls::%2$ls cannot be called
02786 //
02787 #define FDO_35_FILENOCONTEXT             0x0000234BL
02788 
02789 //
02790 // MessageId: FDO_36_STREAMINDEXALIGN
02791 //
02792 // MessageText:
02793 //
02794 //  %1$ls::%2$ls cannot be called when file size exceeds %3$d bytes (current size: %4$d bytes)
02795 //
02796 #define FDO_36_STREAMINDEXALIGN          0x0000234CL
02797 
02798 //
02799 // MessageId: FDO_37_FILEFLUSH
02800 //
02801 // MessageText:
02802 //
02803 //  %1$ls: failed to flush file
02804 //
02805 #define FDO_37_FILEFLUSH                 0x0000234DL
02806 
02807 //
02808 // MessageId: FDO_38_ITEMNOTFOUND
02809 //
02810 // MessageText:
02811 //
02812 //  Item '%1$ls' not found in collection
02813 //
02814 #define FDO_38_ITEMNOTFOUND              0x0000234EL
02815 
02816 //
02817 // MessageId: FDO_39_STACKPOP
02818 //
02819 // MessageText:
02820 //
02821 //  Stack is empty, cannot pop.
02822 //
02823 #define FDO_39_STACKPOP                  0x0000234FL
02824 
02825 //
02826 // MessageId: FDO_40_BADXMLELEMENT
02827 //
02828 // MessageText:
02829 //
02830 //  Element '%1$ls' is not a valid XML 1.0 element name.
02831 //
02832 #define FDO_40_BADXMLELEMENT             0x00002350L
02833 
02834 //
02835 // MessageId: FDO_41_BADXMLATTRIBUTE
02836 //
02837 // MessageText:
02838 //
02839 //  Attribute '%1$ls' is not a valid XML 1.0 attribute name.
02840 //
02841 #define FDO_41_BADXMLATTRIBUTE           0x00002351L
02842 
02843 //
02844 // MessageId: FDO_42_GENERICCHAR
02845 //
02846 // MessageText:
02847 //
02848 //  %1$ls
02849 //
02850 #define FDO_42_GENERICCHAR               0x00002352L
02851 
02852 //
02853 // MessageId: FDO_43_XSLERROR
02854 //
02855 // MessageText:
02856 //
02857 //  XSL Error at line %1$d column %2$d: %3$ls.
02858 //
02859 #define FDO_43_XSLERROR                  0x00002353L
02860 
02861 //
02862 // MessageId: FDO_44_BADDEFAULTROOT
02863 //
02864 // MessageText:
02865 //
02866 //  Cannot change default root setting for FdoXmlWriter; root element has already been written.
02867 //
02868 #define FDO_44_BADDEFAULTROOT            0x00002354L
02869 
02870 //
02871 // MessageId: FDO_45_ITEMINCOLLECTION
02872 //
02873 // MessageText:
02874 //
02875 //  Item %1$ls is already in this named collection.
02876 //
02877 #define FDO_45_ITEMINCOLLECTION          0x00002355L
02878 
02879 //
02880 // MessageId: FDO_46_REMAININGSTREAMSIZE
02881 //
02882 // MessageText:
02883 //
02884 //  %1$ls: Cannot read remainder of stream, there are more than %$2d items remaining.
02885 //
02886 #define FDO_46_REMAININGSTREAMSIZE       0x00002356L
02887 
02888 //
02889 // MessageId: FDO_47_READARRAYSIZE
02890 //
02891 // MessageText:
02892 //
02893 //  %1$ls: FdoArray is too small to read %2$d items from stream.
02894 //
02895 #define FDO_47_READARRAYSIZE             0x00002357L
02896 
02897 //
02898 // MessageId: FDO_48_NOCONTENTELEMENT
02899 //
02900 // MessageText:
02901 //
02902 //  %1$ls called when there is no open element; content is '%2$ls'.
02903 //
02904 #define FDO_48_NOCONTENTELEMENT          0x00002358L
02905 
02906 //
02907 // MessageId: FDO_49_MULTIROOTELEMENT
02908 //
02909 // MessageText:
02910 //
02911 //  %1$ls: cannot write second root element '%2$ls' to XML document.
02912 //
02913 #define FDO_49_MULTIROOTELEMENT          0x00002359L
02914 
02915 //
02916 // MessageId: FDO_50_XMLTRANSCODEFAILED
02917 //
02918 // MessageText:
02919 //
02920 //  %1$ls: %2$ls failed.
02921 //
02922 #define FDO_50_XMLTRANSCODEFAILED        0x0000235AL
02923 
02924 //
02925 // MessageId: FDO_51_SETFILESIZE
02926 //
02927 // MessageText:
02928 //
02929 //  Cannot change file size to %1$d Windows; maximum is %2$d
02930 //
02931 #define FDO_51_SETFILESIZE               0x0000235BL
02932 
02933 //
02934 // MessageId: FDO_52_BADSUBELEMENT
02935 //
02936 // MessageText:
02937 //
02938 //  Error reading from XML, unexpected element %1$ls inside '%2$ls'.
02939 //
02940 #define FDO_52_BADSUBELEMENT             0x0000235CL
02941 
02942 //
02943 // MessageId: FDO_53_NESTEDXMLPARSEERROR
02944 //
02945 // MessageText:
02946 //
02947 //  Nested call to FdoXmlReader::Parse() attempted.
02948 //
02949 #define FDO_53_NESTEDXMLPARSEERROR       0x0000235DL
02950 
02951 //
02952 // MessageId: FDO_54_XMLINPUTEOF
02953 //
02954 // MessageText:
02955 //
02956 //  Cannot parse XML document whose stream is at end-of-file.
02957 //
02958 #define FDO_54_XMLINPUTEOF               0x0000235EL
02959 
02960 //
02961 // MessageId: FDO_55_XSLINPUTEOF
02962 //
02963 // MessageText:
02964 //
02965 //  Cannot XSL Transform XML document whose stream is at end-of-file.
02966 //
02967 #define FDO_55_XSLINPUTEOF               0x0000235FL
02968 
02969 //
02970 // MessageId: FDO_56_XSLSTYLESHEETEOF
02971 //
02972 // MessageText:
02973 //
02974 //  Cannot read XSL stylesheet whose stream is at end-of-file.
02975 //
02976 #define FDO_56_XSLSTYLESHEETEOF          0x00002360L
02977 
02978 //
02979 // MessageId: FDO_57_UNEXPECTEDERROR
02980 //
02981 // MessageText:
02982 //
02983 //  Unexpected error encountered.
02984 //
02985 #define FDO_57_UNEXPECTEDERROR           0x00002361L
02986 
02987 //
02988 // MessageId: FDO_58_READERHASNODATA
02989 //
02990 // MessageText:
02991 //
02992 //  End of reader data or ReadNext not called.
02993 //
02994 #define FDO_58_READERHASNODATA           0x00002362L
02995 
02996 //
02997 // MessageId: FDO_59_CANNOTFETCHNULLVALUE
02998 //
02999 // MessageText:
03000 //
03001 //  Cannot fetch NULL value.
03002 //
03003 #define FDO_59_CANNOTFETCHNULLVALUE      0x00002363L
03004 
03005 //
03006 // MessageId: FDO_60_NULL_POINTER
03007 //
03008 // MessageText:
03009 //
03010 //  Unexpected NULL pointer.
03011 //
03012 #define FDO_60_NULL_POINTER              0x00002364L
03013 
03014 //
03015 // MessageId: FDO_61_NULL_ARGUMENT
03016 //
03017 // MessageText:
03018 //
03019 //  A required argument was set to NULL.
03020 //
03021 #define FDO_61_NULL_ARGUMENT             0x00002365L
03022 
03023 //
03024 // MessageId: FDO_62_PROPERTYVALUEFETCHTYPEMISMATCH
03025 //
03026 // MessageText:
03027 //
03028 //  Fetching a property value did not match the property type.
03029 //
03030 #define FDO_62_PROPERTYVALUEFETCHTYPEMISMATCH 0x00002366L
03031 
03032 //
03033 // MessageId: FDO_63_CONNECTION_INVALID
03034 //
03035 // MessageText:
03036 //
03037 //  Connection is invalid.
03038 //
03039 #define FDO_63_CONNECTION_INVALID        0x00002367L
03040 
03041 //
03042 // MessageId: FDO_64_CONNECTION_REQUIRED_PROPERTY_NULL
03043 //
03044 // MessageText:
03045 //
03046 //  The required property '%1$ls' cannot be set to NULL.
03047 //
03048 #define FDO_64_CONNECTION_REQUIRED_PROPERTY_NULL 0x00002368L
03049 
03050 //
03051 // MessageId: FDO_65_CONNECTION_ENUM_PROPERTY_WRONG_VALUE
03052 //
03053 // MessageText:
03054 //
03055 //  The given value '%1$ls' for enumerable property '%2$ls' is not in the enumeration value collection.
03056 //
03057 #define FDO_65_CONNECTION_ENUM_PROPERTY_WRONG_VALUE 0x00002369L
03058 
03059 //
03060 // MessageId: FDO_66_CONNECTION_PROPERTY_NOT_FOUND
03061 //
03062 // MessageText:
03063 //
03064 //  The connection property '%1$ls' was not found.
03065 //
03066 #define FDO_66_CONNECTION_PROPERTY_NOT_FOUND 0x0000236AL
03067 
03068 //
03069 // MessageId: FDO_67_CONNECTION_TIMEOUT_NOT_SUPPORTED
03070 //
03071 // MessageText:
03072 //
03073 //  Connection timeout is not supported.
03074 //
03075 #define FDO_67_CONNECTION_TIMEOUT_NOT_SUPPORTED 0x0000236BL
03076 
03077 //
03078 // MessageId: FDO_68_COMMAND_PARAMETERS_NOT_SUPPORTED
03079 //
03080 // MessageText:
03081 //
03082 //  Command parameters are not supported.
03083 //
03084 #define FDO_68_COMMAND_PARAMETERS_NOT_SUPPORTED 0x0000236CL
03085 
03086 //
03087 // MessageId: FDO_69_PROPERTY_NOT_AVAILABLE
03088 //
03089 // MessageText:
03090 //
03091 //  The requested property is not available.
03092 //
03093 #define FDO_69_PROPERTY_NOT_AVAILABLE    0x0000236DL
03094 
03095 //
03096 // MessageId: FDO_70_PROPERTY_TYPE_NOT_SUPPORTED
03097 //
03098 // MessageText:
03099 //
03100 //  The property type '%1$ls' is not supported by this provider.
03101 //
03102 #define FDO_70_PROPERTY_TYPE_NOT_SUPPORTED 0x0000236EL
03103 
03104 //
03105 // MessageId: FDO_71_DATA_TYPE_NOT_SUPPORTED
03106 //
03107 // MessageText:
03108 //
03109 //  The data type '%1$ls' is not supported by this provider.
03110 //
03111 #define FDO_71_DATA_TYPE_NOT_SUPPORTED   0x0000236FL
03112 
03113 //
03114 // MessageId: FDO_72_LOB_DATA_TYPE_NOT_SUPPORTED
03115 //
03116 // MessageText:
03117 //
03118 //  The BLOB and CLOB data types are not supported by this provider.
03119 //
03120 #define FDO_72_LOB_DATA_TYPE_NOT_SUPPORTED 0x00002370L
03121 
03122 //
03123 // MessageId: FDO_73_PROPERTY_INDEXOUTOFBOUNDS
03124 //
03125 // MessageText:
03126 //
03127 //  Property index '%1$d' is out of bounds.
03128 //
03129 #define FDO_73_PROPERTY_INDEXOUTOFBOUNDS 0x00002371L
03130 
03131 //
03132 // MessageId: FDO_74_PROPERTY_NAME_NOT_FOUND
03133 //
03134 // MessageText:
03135 //
03136 //  The property '%1$ls' was not found.
03137 //
03138 #define FDO_74_PROPERTY_NAME_NOT_FOUND   0x00002372L
03139 
03140 //
03141 // MessageId: FDO_75_INVALID_NUM_ARGUMENTS
03142 //
03143 // MessageText:
03144 //
03145 //  Invalid number of arguments to function '%1$ls'; expected %2$d argument(s), got %3$d instead.
03146 //
03147 #define FDO_75_INVALID_NUM_ARGUMENTS     0x00002373L
03148 
03149 //
03150 // MessageId: FDO_76_CLASS_NAME_NOT_FOUND
03151 //
03152 // MessageText:
03153 //
03154 //  The class '%1$ls' was not found.
03155 //
03156 #define FDO_76_CLASS_NAME_NOT_FOUND      0x00002374L
03157 
03158 //
03159 // MessageId: FDO_77_ORDERBY_INVALID_TYPE
03160 //
03161 // MessageText:
03162 //
03163 //  The data type '%1$ls' cannot be used with Order By.
03164 //
03165 #define FDO_77_ORDERBY_INVALID_TYPE      0x00002375L
03166 
03167 //
03168 // MessageId: FDO_78_AGGREGATE_IN_AGGREGATE_FUNCTION
03169 //
03170 // MessageText:
03171 //
03172 //  Aggregate functions cannot contain aggregate functions as their arguments.
03173 //
03174 #define FDO_78_AGGREGATE_IN_AGGREGATE_FUNCTION 0x00002376L
03175 
03176 //
03177 // MessageId: FDO_79_AGGREGATE_INVALID_MIX
03178 //
03179 // MessageText:
03180 //
03181 //  Invalid combination of aggregate functions and non-aggregate expressions.
03182 //
03183 #define FDO_79_AGGREGATE_INVALID_MIX     0x00002377L
03184 
03185 //
03186 // MessageId: FDO_80_INVALID_EXPRESSION
03187 //
03188 // MessageText:
03189 //
03190 //  Invalid expression; expression types incompatible.
03191 //
03192 #define FDO_80_INVALID_EXPRESSION        0x00002378L
03193 
03194 //
03195 // MessageId: FDO_81_IDENTIFIER_NOT_FOUND
03196 //
03197 // MessageText:
03198 //
03199 //  The identifier '%1$ls' was not recognized.
03200 //
03201 #define FDO_81_IDENTIFIER_NOT_FOUND      0x00002379L
03202 
03203 //
03204 // MessageId: FDO_82_UNSUPPORTED_LOGICAL_OPERATION
03205 //
03206 // MessageText:
03207 //
03208 //  Unsupported FDO logical operation.
03209 //
03210 #define FDO_82_UNSUPPORTED_LOGICAL_OPERATION 0x0000237AL
03211 
03212 //
03213 // MessageId: FDO_83_UNSUPPORTED_COMPARISON_OPERATION
03214 //
03215 // MessageText:
03216 //
03217 //  Unsupported FDO comparison operation.
03218 //
03219 #define FDO_83_UNSUPPORTED_COMPARISON_OPERATION 0x0000237BL
03220 
03221 //
03222 // MessageId: FDO_84_SPATIAL_CONDITION_NOT_LITERAL_GEOMETRY
03223 //
03224 // MessageText:
03225 //
03226 //  Only literal geometric values are allowed in spatial conditions.
03227 //
03228 #define FDO_84_SPATIAL_CONDITION_NOT_LITERAL_GEOMETRY 0x0000237CL
03229 
03230 //
03231 // MessageId: FDO_85_DISTANCE_SPATIAL_CONDITION_NOT_SUPPORTED
03232 //
03233 // MessageText:
03234 //
03235 //  The Distance spatial condition is not supported by this provider.
03236 //
03237 #define FDO_85_DISTANCE_SPATIAL_CONDITION_NOT_SUPPORTED 0x0000237DL
03238 
03239 //
03240 // MessageId: FDO_86_UNSUPPORTED_BINARY_OPERATION
03241 //
03242 // MessageText:
03243 //
03244 //  Unsupported FDO binary operation.
03245 //
03246 #define FDO_86_UNSUPPORTED_BINARY_OPERATION 0x0000237EL
03247 
03248 //
03249 // MessageId: FDO_87_UNSUPPORTED_UNARY_OPERATION
03250 //
03251 // MessageText:
03252 //
03253 //  Unsupported FDO unary operation.
03254 //
03255 #define FDO_87_UNSUPPORTED_UNARY_OPERATION 0x0000237FL
03256 
03257 //
03258 // MessageId: FDO_88_INVALID_FUNCTION_ARG_TYPE
03259 //
03260 // MessageText:
03261 //
03262 //  Argument number %1$d to function '%2$ls' was of type '%3$ls', expected type '%4$ls'.
03263 //
03264 #define FDO_88_INVALID_FUNCTION_ARG_TYPE 0x00002380L
03265 
03266 //
03267 // MessageId: FDO_89_UNSUPPORTED_FUNCTION
03268 //
03269 // MessageText:
03270 //
03271 //  The function '%1$ls' is not supported by this provider.
03272 //
03273 #define FDO_89_UNSUPPORTED_FUNCTION      0x00002381L
03274 
03275 //
03276 // MessageId: FDO_90_GEOMETRY_VALUES_IN_FILTER_UNSUPPORTED
03277 //
03278 // MessageText:
03279 //
03280 //  Geometry values in filters are not supported by this provider.
03281 //
03282 #define FDO_90_GEOMETRY_VALUES_IN_FILTER_UNSUPPORTED 0x00002382L
03283 
03284 //
03285 // MessageId: FDO_91_FILE_NOT_FOUND
03286 //
03287 // MessageText:
03288 //
03289 //  The file '%1$ls' was not found.
03290 //
03291 #define FDO_91_FILE_NOT_FOUND            0x00002383L
03292 
03293 //
03294 // MessageId: FDO_92_PATH_NOT_FOUND
03295 //
03296 // MessageText:
03297 //
03298 //  The path to file '%1$ls' was not found.
03299 //
03300 #define FDO_92_PATH_NOT_FOUND            0x00002384L
03301 
03302 //
03303 // MessageId: FDO_93_TOO_MANY_OPEN_FILES
03304 //
03305 // MessageText:
03306 //
03307 //  Already too many open files when opening file '%1$ls'.
03308 //
03309 #define FDO_93_TOO_MANY_OPEN_FILES       0x00002385L
03310 
03311 //
03312 // MessageId: FDO_94_ACCESS_DENIED
03313 //
03314 // MessageText:
03315 //
03316 //  Access to file '%1$ls' was denied.
03317 //
03318 #define FDO_94_ACCESS_DENIED             0x00002386L
03319 
03320 //
03321 // MessageId: FDO_95_FILE_IO_ERROR
03322 //
03323 // MessageText:
03324 //
03325 //  File '%1$ls' I/O error in context '%2$ls': %3$ls
03326 //
03327 #define FDO_95_FILE_IO_ERROR             0x00002387L
03328 
03329 //
03330 // MessageId: FDO_96_READ_ONLY
03331 //
03332 // MessageText:
03333 //
03334 //  Location for file '%1$ls' is read-only.
03335 //
03336 #define FDO_96_READ_ONLY                 0x00002388L
03337 
03338 //
03339 // MessageId: FDO_97_CANNOT_SET_READONLY_PROPERTY
03340 //
03341 // MessageText:
03342 //
03343 //  Property '%1$ls' cannot be set because it is read-only.
03344 //
03345 #define FDO_97_CANNOT_SET_READONLY_PROPERTY 0x00002389L
03346 
03347 //
03348 // MessageId: FDO_98_MISSING_DEFAULT_VALUE
03349 //
03350 // MessageText:
03351 //
03352 //  Read-only property '%1$ls' requires a default value.
03353 //
03354 #define FDO_98_MISSING_DEFAULT_VALUE     0x0000238AL
03355 
03356 //
03357 // MessageId: FDO_99_CANNOT_DEFAULT_READONLY_PROPERTY
03358 //
03359 // MessageText:
03360 //
03361 //  Read-only identity property '%1$ls' cannot have a default value.
03362 //
03363 #define FDO_99_CANNOT_DEFAULT_READONLY_PROPERTY 0x0000238BL
03364 
03365 //
03366 // MessageId: FDO_100_COMMAND_TIMEOUT_NOT_SUPPORTED
03367 //
03368 // MessageText:
03369 //
03370 //  Command timeout is not supported.
03371 //
03372 #define FDO_100_COMMAND_TIMEOUT_NOT_SUPPORTED 0x0000238CL
03373 
03374 //
03375 // MessageId: FDO_101_TRANSACTIONS_NOT_SUPPORTED
03376 //
03377 // MessageText:
03378 //
03379 //  Transactions are not supported.
03380 //
03381 #define FDO_101_TRANSACTIONS_NOT_SUPPORTED 0x0000238DL
03382 
03383 //
03384 // MessageId: FDO_102_COMMAND_NOT_SUPPORTED
03385 //
03386 // MessageText:
03387 //
03388 //  The command '%1$ls' is not supported.
03389 //
03390 #define FDO_102_COMMAND_NOT_SUPPORTED    0x0000238EL
03391 
03392 //
03393 // MessageId: FDO_103_CONNECTION_ALREADY_OPEN
03394 //
03395 // MessageText:
03396 //
03397 //  The connection is already open.
03398 //
03399 #define FDO_103_CONNECTION_ALREADY_OPEN  0x0000238FL
03400 
03401 //
03402 // MessageId: FDO_104_READER_PROPERTY_NOT_SELECTED
03403 //
03404 // MessageText:
03405 //
03406 //  The property '%1$ls' is not in the reader's selected property set.
03407 //
03408 #define FDO_104_READER_PROPERTY_NOT_SELECTED 0x00002390L
03409 
03410 //
03411 // MessageId: FDO_105_UNSUPPORTED_SPATIAL_OPERATION
03412 //
03413 // MessageText:
03414 //
03415 //  Unsupported FDO spatial operation.
03416 //
03417 #define FDO_105_UNSUPPORTED_SPATIAL_OPERATION 0x00002391L
03418 
03419 //
03420 // MessageId: FDO_106_LOB_NOT_SUPPORTED_IN_FILTER
03421 //
03422 // MessageText:
03423 //
03424 //  LOB objects not supported in the FDO Filter.
03425 //
03426 #define FDO_106_LOB_NOT_SUPPORTED_IN_FILTER 0x00002392L
03427 
03428 //
03429 // MessageId: FDO_107_PARAEMETRS_NOT_SUPPORTED_IN_FILTER
03430 //
03431 // MessageText:
03432 //
03433 //  Parameters not supported in the FDO Filter.
03434 //
03435 #define FDO_107_PARAEMETRS_NOT_SUPPORTED_IN_FILTER 0x00002393L
03436 
03437 //
03438 // MessageId: FDO_108_INVALID_FDO_IN_CONDITION
03439 //
03440 // MessageText:
03441 //
03442 //  Invalid FDO In condition.
03443 //
03444 #define FDO_108_INVALID_FDO_IN_CONDITION 0x00002394L
03445 
03446 //
03447 // MessageId: FDO_109_INVALID_FDO_COMPARISON_CONDITION
03448 //
03449 // MessageText:
03450 //
03451 //  Invalid FDO In condition.
03452 //
03453 #define FDO_109_INVALID_FDO_COMPARISON_CONDITION 0x00002395L
03454 
03455 //
03456 // MessageId: FDO_110_PROPERTY_NOT_NULLABLE
03457 //
03458 // MessageText:
03459 //
03460 //  The property '%1$ls' cannot be set to NULL.
03461 //
03462 #define FDO_110_PROPERTY_NOT_NULLABLE    0x00002396L
03463 
03464 //
03465 // MessageId: FDO_111_PROPERTY_RANGE_CONSTRAINT_VIOLATED
03466 //
03467 // MessageText:
03468 //
03469 //  The property '%1$ls' range constraint (%2$ls) is violated by value %3$ls.
03470 //
03471 #define FDO_111_PROPERTY_RANGE_CONSTRAINT_VIOLATED 0x00002397L
03472 
03473 //
03474 // MessageId: FDO_112_PROPERTY_LIST_CONSTRAINT_VIOLATED
03475 //
03476 // MessageText:
03477 //
03478 //  The property '%1$ls' list constraint (%2$ls) is violated by value %3$ls.
03479 //
03480 #define FDO_112_PROPERTY_LIST_CONSTRAINT_VIOLATED 0x00002398L
03481 
03482 //
03483 // MessageId: FDO_113_PROPERTY_UNKNOWN_CONSTRAINT_VIOLATED
03484 //
03485 // MessageText:
03486 //
03487 //  The property '%1$ls' unknown constraint is violated by value %2$ls.
03488 //
03489 #define FDO_113_PROPERTY_UNKNOWN_CONSTRAINT_VIOLATED 0x00002399L
03490 
03491 //
03492 // MessageId: FDO_114_XSL_LOG_ERROR
03493 //
03494 // MessageText:
03495 //
03496 //  ERROR
03497 //
03498 #define FDO_114_XSL_LOG_ERROR            0x0000239AL
03499 
03500 //
03501 // MessageId: FDO_115_XSL_LOG_WARNING
03502 //
03503 // MessageText:
03504 //
03505 //  WARNING
03506 //
03507 #define FDO_115_XSL_LOG_WARNING          0x0000239BL
03508 
03509 //
03510 // MessageId: FDO_116_XSL_LOG_MESSAGE
03511 //
03512 // MessageText:
03513 //
03514 //  MESSAGE
03515 //
03516 #define FDO_116_XSL_LOG_MESSAGE          0x0000239CL
03517 
03518 //
03519 // MessageId: FDO_117_XSL_LOG_ORIGINATOR_XMLPARSER
03520 //
03521 // MessageText:
03522 //
03523 //  XML Parser
03524 //
03525 #define FDO_117_XSL_LOG_ORIGINATOR_XMLPARSER 0x0000239DL
03526 
03527 //
03528 // MessageId: FDO_118_XSL_LOG_ORIGINATOR_XSLPROCESSOR
03529 //
03530 // MessageText:
03531 //
03532 //  XSL Processor
03533 //
03534 #define FDO_118_XSL_LOG_ORIGINATOR_XSLPROCESSOR 0x0000239EL
03535 
03536 //
03537 // MessageId: FDO_119_XSL_LOG_ORIGINATOR_XPATH
03538 //
03539 // MessageText:
03540 //
03541 //  XPath
03542 //
03543 #define FDO_119_XSL_LOG_ORIGINATOR_XPATH 0x0000239FL
03544 
03545 //
03546 // MessageId: FDO_120_XSL_LOG_ORIGINATOR_UNKNOWN
03547 //
03548 // MessageText:
03549 //
03550 //  Unknown originator
03551 //
03552 #define FDO_120_XSL_LOG_ORIGINATOR_UNKNOWN 0x000023A0L
03553 
03554 //
03555 // MessageId: FDO_121_XSL_ATSOURCENODE
03556 //
03557 // MessageText:
03558 //
03559 //  At source node '%1$ls'
03560 //
03561 #define FDO_121_XSL_ATSOURCENODE         0x000023A1L
03562 
03563 //
03564 // MessageId: FDO_122_XSL_ATURI
03565 //
03566 // MessageText:
03567 //
03568 //  at URI '%1$ls' (line %2$d, column %3$d)
03569 //
03570 #define FDO_122_XSL_ATURI                0x000023A2L
03571 
03572 //
03573 // MessageId: FDO_123_NOATTRIBUTEELEMENT
03574 //
03575 // MessageText:
03576 //
03577 //  %1$ls called when there is no open element; cannot write attribute '%2$ls'.
03578 //
03579 #define FDO_123_NOATTRIBUTEELEMENT       0x000023A3L
03580 
03581 //
03582 // MessageId: FDO_124_BYTESAFTERCLOSE
03583 //
03584 // MessageText:
03585 //
03586 //  %1$ls called after document closed; cannot write bytes.
03587 //
03588 #define FDO_124_BYTESAFTERCLOSE          0x000023A4L
03589 
03590 //
03591 // MessageId: FDO_125_SCHEMA_ALREADY_EXISTS
03592 //
03593 // MessageText:
03594 //
03595 //  The schema '%1$ls' already exists.
03596 //
03597 #define FDO_125_SCHEMA_ALREADY_EXISTS    0x000023A5L
03598 
03599 //
03600 // MessageId: FDO_126_CLASS_ALREADY_EXISTS
03601 //
03602 // MessageText:
03603 //
03604 //  The class '%1$ls' already exists.
03605 //
03606 #define FDO_126_CLASS_ALREADY_EXISTS     0x000023A6L
03607 
03608 //
03609 // MessageId: FDO_127_PROPERTY_ALREADY_EXISTS
03610 //
03611 // MessageText:
03612 //
03613 //  The property '%1$ls' already exists.
03614 //
03615 #define FDO_127_PROPERTY_ALREADY_EXISTS  0x000023A7L
03616 
03617 //
03618 // MessageId: FDO_128_GEOMETRY_MAPPING_ERROR
03619 //
03620 // MessageText:
03621 //
03622 //  The provided input is invalid for the current mapping process.
03623 //
03624 #define FDO_128_GEOMETRY_MAPPING_ERROR   0x000023A8L
03625 
03626 //
03627 // MessageId: FDO_129_PROPERTY_TYPE_NOT_SUPPORTED_BY_OPERATION
03628 //
03629 // MessageText:
03630 //
03631 //  The property type '%1$ls' is not supported by this operation.
03632 //
03633 #define FDO_129_PROPERTY_TYPE_NOT_SUPPORTED_BY_OPERATION 0x000023A9L
03634 
03635 //
03636 // MessageId: FDO_130_DATA_TYPE_NOT_SUPPORTED_BY_OPERATION
03637 //
03638 // MessageText:
03639 //
03640 //  The data type '%1$ls' is not supported by this operation.
03641 //
03642 #define FDO_130_DATA_TYPE_NOT_SUPPORTED_BY_OPERATION 0x000023AAL
03643 
03644 //
03645 // MessageId: FDO_131_UNSUPPORTED_GEOMETRY_TYPE
03646 //
03647 // MessageText:
03648 //
03649 //  The '%1$ls' geometry type (or combination of types) is not supported.
03650 //
03651 #define FDO_131_UNSUPPORTED_GEOMETRY_TYPE 0x000023ABL
03652 
03653 //
03654 // MessageId: FDO_132_CONNECTION_BROKEN
03655 //
03656 // MessageText:
03657 //
03658 //  Network connection is broken, or the server stopped responding.
03659 //
03660 #define FDO_132_CONNECTION_BROKEN        0x000023ACL
03661 
03662 //
03663 // MessageId: FDO_133_UNEXPECTEDERROR_PERFORMING
03664 //
03665 // MessageText:
03666 //
03667 //  Unexpected error encountered while accessing the server.
03668 //
03669 #define FDO_133_UNEXPECTEDERROR_PERFORMING 0x000023ADL
03670 
03671 //
03672 // MessageId: FDO_134_SPATIAL_CONTEXT_ERROR_DEFAULT_EXISTS
03673 //
03674 // MessageText:
03675 //
03676 //  '%1$ls': Default spatial context exists; Cannot create spatial context info.
03677 //
03678 #define FDO_134_SPATIAL_CONTEXT_ERROR_DEFAULT_EXISTS 0x000023AEL
03679 
03680 //
03681 // MessageId: FDO_135_SPATIAL_CONTEXT_ERROR_ID_MISSMATCH
03682 //
03683 // MessageText:
03684 //
03685 //  '%1$ls': The spatial context ids don't match.
03686 //
03687 #define FDO_135_SPATIAL_CONTEXT_ERROR_ID_MISSMATCH 0x000023AFL
03688 
03689 //
03690 // MessageId: FDO_136_SPATIAL_CONTEXT_ERROR_UNKNOWN_EXTENT_TYPE
03691 //
03692 // MessageText:
03693 //
03694 //  '%1$ls': Unknown extent type.
03695 //
03696 #define FDO_136_SPATIAL_CONTEXT_ERROR_UNKNOWN_EXTENT_TYPE 0x000023B0L
03697 
03698 //
03699 // MessageId: FDO_137_NAMED_COLLECTION_INDEX_NAME_ERROR
03700 //
03701 // MessageText:
03702 //
03703 //  '%1$ls': Cannot find index in Named Collection for unspecified name (NULL).
03704 //
03705 #define FDO_137_NAMED_COLLECTION_INDEX_NAME_ERROR 0x000023B1L
03706 
03707 //
03708 // MessageId: FDO_138_MBC_ERROR_ROOT_CELL
03709 //
03710 // MessageText:
03711 //
03712 //  '%1$ls': Invalid MBC format: missing root cell.
03713 //
03714 #define FDO_138_MBC_ERROR_ROOT_CELL      0x000023B2L
03715 
03716 //
03717 // MessageId: FDO_139_MBC_ERROR_ILLEGAL_CHAR
03718 //
03719 // MessageText:
03720 //
03721 //  '%1$ls': Invalid MBC format: illegal character.
03722 //
03723 #define FDO_139_MBC_ERROR_ILLEGAL_CHAR   0x000023B3L
03724 
03725 //
03726 // MessageId: FDO_140_MBC_ERROR_SKIP
03727 //
03728 // MessageText:
03729 //
03730 //  '%1$ls': MBC error: too many skip characters specified.
03731 //
03732 #define FDO_140_MBC_ERROR_SKIP           0x000023B4L
03733 
03734 //
03735 // MessageId: FDO_141_MBC_ERROR_MAX_DEPTH
03736 //
03737 // MessageText:
03738 //
03739 //  '%1$ls': MBC error: depth exceeds maximum depth.
03740 //
03741 #define FDO_141_MBC_ERROR_MAX_DEPTH      0x000023B5L
03742 
03743 //
03744 // MessageId: FDO_142_MBC_ERROR_EXTENTS
03745 //
03746 // MessageText:
03747 //
03748 //  '%1$ls': MBC error: extents outside spatial index extents.
03749 //
03750 #define FDO_142_MBC_ERROR_EXTENTS        0x000023B6L
03751 
03752 //
03753 // MessageId: FDO_143_URL_ERROR
03754 //
03755 // MessageText:
03756 //
03757 //  The requested URL returned error: '%1$ls'.
03758 //
03759 #define FDO_143_URL_ERROR                0x000023B7L
03760 
03761 //
03762 // MessageId: FDO_144_URL_SERVICE_UNAVAILABLE
03763 //
03764 // MessageText:
03765 //
03766 //  The HTTP service is unavailable.
03767 //
03768 #define FDO_144_URL_SERVICE_UNAVAILABLE  0x000023B8L
03769 
03770 //
03771 // MessageId: FDO_145_URL_BAD_REQUEST
03772 //
03773 // MessageText:
03774 //
03775 //  The HTTP request could not be understood by the server due to malformed syntax.
03776 //
03777 #define FDO_145_URL_BAD_REQUEST          0x000023B9L
03778 
03779 //
03780 // MessageId: FDO_146_URL_NOT_AUTHORIZED
03781 //
03782 // MessageText:
03783 //
03784 //  The HTTP request is missing user authentication or the user authorization has been refused by the server. 
03785 //
03786 #define FDO_146_URL_NOT_AUTHORIZED       0x000023BAL
03787 
03788 //
03789 // MessageId: FDO_147_URL_ACCESS_DENIED
03790 //
03791 // MessageText:
03792 //
03793 //  The HTTP request was denied (forbidden) by the server. 
03794 //
03795 #define FDO_147_URL_ACCESS_DENIED        0x000023BBL
03796 
03797 //
03798 // MessageId: FDO_148_URI_NOT_FOUND
03799 //
03800 // MessageText:
03801 //
03802 //  The HTTP request URI was not found by the server.
03803 //
03804 #define FDO_148_URI_NOT_FOUND            0x000023BCL
03805 
03806 //
03807 // MessageId: FDO_149_URL_REQUEST_NOT_ALLOWED
03808 //
03809 // MessageText:
03810 //
03811 //  The method specified in the HTTP request is not allowed for the resource identified by the URI.
03812 //
03813 #define FDO_149_URL_REQUEST_NOT_ALLOWED  0x000023BDL
03814 
03815 //
03816 // MessageId: FDO_150_URL_REQUEST_NOT_ACCEPTABLE
03817 //
03818 // MessageText:
03819 //
03820 //  The HTTP request generated an unaceptable response by the server.
03821 //
03822 #define FDO_150_URL_REQUEST_NOT_ACCEPTABLE 0x000023BEL
03823 
03824 //
03825 // MessageId: FDO_151_URL_PROXY_AUTHENTICATION_REQUIRED
03826 //
03827 // MessageText:
03828 //
03829 //  The client is not authorized to access the HTTP Proxy Server.
03830 //
03831 #define FDO_151_URL_PROXY_AUTHENTICATION_REQUIRED 0x000023BFL
03832 
03833 //
03834 // MessageId: FDO_152_URL_REQUEST_TIMEOUT
03835 //
03836 // MessageText:
03837 //
03838 //  HTTP server timeout. The client did not produce a request within the time that the server allowed.
03839 //
03840 #define FDO_152_URL_REQUEST_TIMEOUT      0x000023C0L
03841 
03842 //
03843 // MessageId: FDO_153_URL_NOT_AVAILABLE
03844 //
03845 // MessageText:
03846 //
03847 //  The requested HTTP resource is no longer available at the server.
03848 //
03849 #define FDO_153_URL_NOT_AVAILABLE        0x000023C1L
03850 
03851 //
03852 // MessageId: FDO_154_URL_REQUEST_TOO_LONG
03853 //
03854 // MessageText:
03855 //
03856 //  The HTTP server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
03857 //
03858 #define FDO_154_URL_REQUEST_TOO_LONG     0x000023C2L
03859 
03860 //
03861 // MessageId: FDO_155_URL_INTERNAL_SERVER_ERROR
03862 //
03863 // MessageText:
03864 //
03865 //  The HTTP server encountered an unexpected internal condition which prevented it from fulfilling the request.
03866 //
03867 #define FDO_155_URL_INTERNAL_SERVER_ERROR 0x000023C3L
03868 
03869 //
03870 // MessageId: FDO_156_URL_REQUEST_NOT_IMPLEMENTED
03871 //
03872 // MessageText:
03873 //
03874 //  The HTTP server does not support the functionality required to fulfill the request.
03875 //
03876 #define FDO_156_URL_REQUEST_NOT_IMPLEMENTED 0x000023C4L
03877 
03878 //
03879 // MessageId: FDO_157_URL_OVERLOADED
03880 //
03881 // MessageText:
03882 //
03883 //  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. 
03884 //
03885 #define FDO_157_URL_OVERLOADED           0x000023C5L
03886 
03887 //
03888 // MessageId: FDO_158_URL_SERVICE_UNAVAILABLE
03889 //
03890 // MessageText:
03891 //
03892 //  The HTTP server is currently unable to handle the request due to a temporary overloading or maintenance of the server. 
03893 //
03894 #define FDO_158_URL_SERVICE_UNAVAILABLE  0x000023C6L
03895 
03896 //
03897 // MessageId: FDO_159_URL_GATEWAY_TIMEOUT
03898 //
03899 // MessageText:
03900 //
03901 //  The HTTP server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI. 
03902 //
03903 #define FDO_159_URL_GATEWAY_TIMEOUT      0x000023C7L
03904 
03905 //
03906 // MessageId: FDO_160_HTTP_UNSUPPORTED_VERION
03907 //
03908 // MessageText:
03909 //
03910 //  The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
03911 //
03912 #define FDO_160_HTTP_UNSUPPORTED_VERION  0x000023C8L
03913 
03914 //
03915 // MessageId: FDO_161_UNABLE_CONNECT_HOST
03916 //
03917 // MessageText:
03918 //
03919 //  Unable to connect to the host.
03920 //
03921 #define FDO_161_UNABLE_CONNECT_HOST      0x000023C9L
03922 
03923 //
03924 // MessageId: FDO_162_CONNECT_HOST_TIMEOUT
03925 //
03926 // MessageText:
03927 //
03928 //  The connection to the host has timed out.
03929 //
03930 #define FDO_162_CONNECT_HOST_TIMEOUT     0x000023CAL
03931 
03932 //
03933 // MessageId: FDO_163_UNABLE_RESOLVE_HOST
03934 //
03935 // MessageText:
03936 //
03937 //  Unable to resolve the host. Host not found.
03938 //
03939 #define FDO_163_UNABLE_RESOLVE_HOST      0x000023CBL
03940 
03941 //
03942 // MessageId: FDO_164_UNSUPPORTED_HTTP_PROTOCOL
03943 //
03944 // MessageText:
03945 //
03946 //  Unsupported HTTP Protocol.
03947 //
03948 #define FDO_164_UNSUPPORTED_HTTP_PROTOCOL 0x000023CCL
03949 
03950 //
03951 // MessageId: FDO_165_MALFORMED_URL
03952 //
03953 // MessageText:
03954 //
03955 //  Malformed URL.
03956 //
03957 #define FDO_165_MALFORMED_URL            0x000023CDL
03958 
03959 //
03960 // MessageId: FDO_166_UNABLE_RESOLVE_PROXY
03961 //
03962 // MessageText:
03963 //
03964 //  Couldn't resolve proxy name.
03965 //
03966 #define FDO_166_UNABLE_RESOLVE_PROXY     0x000023CEL
03967 
03968 //
03969 // MessageId: FDO_167_DOWNLOAD_PARTIAL_FILE
03970 //
03971 // MessageText:
03972 //
03973 //  Downloaded a partial file.
03974 //
03975 #define FDO_167_DOWNLOAD_PARTIAL_FILE    0x000023CFL
03976 
03977 //
03978 // MessageId: FDO_168_FAILURE_OPEN_FILE
03979 //
03980 // MessageText:
03981 //
03982 //  Could not open/read from file.
03983 //
03984 #define FDO_168_FAILURE_OPEN_FILE        0x000023D0L
03985 
03986 //
03987 // MessageId: FDO_169_FAILURE_POST
03988 //
03989 // MessageText:
03990 //
03991 //  Failure to HTTP POST data.
03992 //
03993 #define FDO_169_FAILURE_POST             0x000023D1L
03994 
03995 //
03996 // MessageId: FDO_170_FAILURE_SSL_CONNECT
03997 //
03998 // MessageText:
03999 //
04000 //  Server SSL connect error.
04001 //
04002 #define FDO_170_FAILURE_SSL_CONNECT      0x000023D2L
04003 
04004 //
04005 // MessageId: FDO_171_UNABLE_RESUME_DOWNLOAD
04006 //
04007 // MessageText:
04008 //
04009 //  Could not resume data download.
04010 //
04011 #define FDO_171_UNABLE_RESUME_DOWNLOAD   0x000023D3L
04012 
04013 //
04014 // MessageId: FDO_172_ABORTED_BY_CALLBACK
04015 //
04016 // MessageText:
04017 //
04018 //  The operation was aborted by an application callback.
04019 //
04020 #define FDO_172_ABORTED_BY_CALLBACK      0x000023D4L
04021 
04022 //
04023 // MessageId: FDO_173_ENDLESS_URL_REDIRECT
04024 //
04025 // MessageText:
04026 //
04027 //  The number of URL redirects hit the maximum amount.
04028 //
04029 #define FDO_173_ENDLESS_URL_REDIRECT     0x000023D5L
04030 
04031 //
04032 // MessageId: FDO_174_SSL_PEER_CERTIFICATE
04033 //
04034 // MessageText:
04035 //
04036 //  The SSL peer certificate was not ok.
04037 //
04038 #define FDO_174_SSL_PEER_CERTIFICATE     0x000023D6L
04039 
04040 //
04041 // MessageId: FDO_175_SERVER_RETURNED_NOTHING
04042 //
04043 // MessageText:
04044 //
04045 //  The server returned no data.
04046 //
04047 #define FDO_175_SERVER_RETURNED_NOTHING  0x000023D7L
04048 
04049 //
04050 // MessageId: FDO_176_FAILURE_SENDING_NETWORK_DATA
04051 //
04052 // MessageText:
04053 //
04054 //  Failure sending Network data.
04055 //
04056 #define FDO_176_FAILURE_SENDING_NETWORK_DATA 0x000023D8L
04057 
04058 //
04059 // MessageId: FDO_177_FAILURE_RECIEVING_NETWORK_DATA
04060 //
04061 // MessageText:
04062 //
04063 //  Failure receiving Network data.
04064 //
04065 #define FDO_177_FAILURE_RECIEVING_NETWORK_DATA 0x000023D9L
04066 
04067 //
04068 // MessageId: FDO_178_SSL_CERTIFICATE_ERROR
04069 //
04070 // MessageText:
04071 //
04072 //  Error using the the local SSL certificate.
04073 //
04074 #define FDO_178_SSL_CERTIFICATE_ERROR    0x000023DAL
04075 
04076 //
04077 // MessageId: FDO_179_SSL_CIPHER_ERROR
04078 //
04079 // MessageText:
04080 //
04081 //  Couldn't use the specified SSL cipher.
04082 //
04083 #define FDO_179_SSL_CIPHER_ERROR         0x000023DBL
04084 
04085 //
04086 // MessageId: FDO_180_CACERT_CIPHER_ERROR
04087 //
04088 // MessageText:
04089 //
04090 //  Server SSL certificate verification failed. Verify path and access rights.
04091 //
04092 #define FDO_180_CACERT_CIPHER_ERROR      0x000023DCL
04093 
04094 //
04095 // MessageId: FDO_181_LDAP_INVALID_URL
04096 //
04097 // MessageText:
04098 //
04099 //  Invalid LDAP URL.
04100 //
04101 #define FDO_181_LDAP_INVALID_URL         0x000023DDL
04102 

Comments or suggestions? Send us feedback.