home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / dstips.exe / NDSERROR.TXT < prev    next >
Text File  |  1995-02-01  |  19KB  |  453 lines

  1.  
  2. NetWare Directory Services
  3. Error Codes  
  4.  
  5.  
  6. Hex.
  7. Number
  8. Explanation
  9.  
  10.  
  11. FFFFFDA7
  12. -601
  13. No such entry. The object name entered could not be found in the context specified. The name may have been mistyped. The workstation's context may be incorrect for the object being sought. The leading dots or trailing dots may have been used incorrectly.
  14. Action: Check the context specified for the object name entered. If the command line input was the object name, check the workstation's context. Make sure that it points to the correct level of the Directory tree for the object name specified. If the input includes the object's full or partial context, make sure that the leading and trailing dots are specified appropriately and the types are correct.
  15.  
  16.  
  17.  
  18. FFFFFDA6
  19. -602
  20. No such value. The requested property value could not be found.
  21. Action: Use NLIST to determine if the value exists for the specified property. If this error is encountered during the login or authentication process, this error usually means that either the user's or the server's public keys could not be located. If this is the case, regenerate the user's key pair by changing the password with utilities.
  22.  
  23. An occurrence of this error during the synchronization process between servers means one of the public keys cannot be located or the replica lists of one of the servers contains inconsistent results. This error may be a temporary condition that exists do to the loosely consistent nature of NetWare Directory Services.
  24.  
  25.  
  26.  
  27. FFFFFDA5
  28. -603
  29. No such attribute. The requested property could not be found. In the Directory, if a property does not contain a value then the property does not exist for the specific object.
  30. Action: Ensure that the property being requested is a valid DS property (check spelling and syntax). Use NLIST to determine if the property exists for the specified object. For example, NLIST user=username/d will show all properties and their values for the specified username. (Note: To see all of the properties associated to the object requires supervisor rights to the object. Browse rights are given by default.)
  31.  
  32.  
  33.  
  34. FFFFFDA4
  35. -604
  36. No such class. An object class that does not exist in the Directory is being referenced by a utility. Object Class in NetWare Directory Services is similar to object Type in the bindery. For example, object type 1 in the bindery is a user object and in the Directory the Object Class is USER. The class indicates the kind of object to be created.
  37. Action: NetWare 4 utilities access only Novell's base schema which must be present for the Directory to operate. Determine what utility is being used to create the object. This utility is attempting to use an Object Class that is currently not defined in NetWare Directory Services. The shipping set of NetWare 4 utilities only displays valid Object Classes.
  38.  
  39.  
  40.  
  41. FFFFFDA3
  42. -605
  43. No such partition. A partition with the specified name does not exist. A partition in the directory is named by the root object of the specified partition. The very first partition in the Directory is [Root] which is the top of the directory.
  44. Action: Ensure that the partition name requested is valid and is a valid object name.
  45.  
  46.  
  47.  
  48. FFFFFDA2
  49. -606
  50. Entry already exists. An attempt was made to add an object at the same level as a preexisting object of the same name but not necessarily the same Class.
  51. Action: Specify a different name for the object being added or rename the existing object.
  52.  
  53.  
  54.  
  55. FFFFFDA1
  56. -607
  57. Not effective class. This error indicates that the class being used to create the specified object is a noneffective class and cannot be used when creating an object. there are two types of object classes in the Directory, effective and noneffective. All effective classes can be used when creating objects (the class being used to create the specified object is referred to as the "base class" of the object). Users is one example of an effective class. Noneffective classes are used as super classes to define information associated with various effective classes.
  58. Action: The standard Novell utilities that ship with NetWare 4 only allow effective classes to be used when creating objects. Find out what utility is being used to create the object. This utility is not following the rules of the specified object.
  59.  
  60.  
  61.  
  62. FFFFFDA0
  63. -608
  64. Illegal attribute. An attempt was made to add a property that is illegal to an object. The NetWare Directory Services schema determines what properties can be inherited by an object class. (Refer to the NetWare Directory Services Schema documentation if available.)
  65. Action: You cannot add the specified property to the specified object.
  66.  
  67.  
  68.  
  69. FFFFFD9F
  70. -609
  71. Missing mandatory. One or more of the mandatory properties for the object being created is missing. Each object class in the Directory has a set of mandatory properties (properties that must contain a value before the object can be created). For example, a User object in the Directory is required to have a Common Name (CN) and a Surname. Without these properties, the object will not be created. A property exists only if there is a value specified for the given property.
  72. Action: Input the required information when creating the object.
  73.  
  74.  
  75.  
  76. FFFFFD9E
  77. -610
  78. Illegal DS name. Illegal Directory Names are those which are too long (more than 255 characters) or contain illegal character combinations. The "\' character can only be followed by a "." or "=" or "+" or "\".
  79.  
  80.  
  81. FFFFFD9D
  82. -611
  83. Illegal containment. The containment rules of the Directory specify where an object class may appear in relation to other objects in the Directory tree. For example, the object Class Country can only be created at the top of the Directory, the object Class User can only be created under Organizations and Organizational Units. The Schema enforces the containment rules for NetWare Directory Services.
  84. Action: Go to the appropriate container to create the object.
  85.  
  86.  
  87. FFFFFD9C
  88. -612
  89. Can't have multiple values. The specified property is single valued. All properties are either single or multi valued. For example, the Group Membership property is multi-valued. A user can be a member of multiple groups. the Group Membership property exists once and contains multiple group names (values).
  90. Action: For this property (information category in the utility), only one value (piece of information) can be supplied.
  91.  
  92.  
  93.  
  94. FFFFFD9B
  95. -613
  96.  
  97. Syntax violation. An attribute value being added to an object is incorrect. This error is most often encountered if that value is the name of another object and that does not exist.
  98. Action: For most cases, verify that the object name being added as a value is correct.
  99.  
  100.  
  101. FFFFFD9A
  102. -614
  103. Duplicate value. An attempt was made to add a duplicate value to the specified property.
  104. Action: Enter a different value.
  105.  
  106.  
  107.  
  108. FFFFFD99
  109. -615
  110. Attribute already exists. An attempt was made to add a property that already exists.
  111. Action: If the attribute is multi valued, just add the specified value to the existing property. If the property is singled valued, delete the property and create it again with the new value.
  112.  
  113.  
  114.  
  115. FFFFFD98
  116. -616
  117. Maximum entries exist. The maximum entries (objects) exist in the directory tree. The maximum number of objects that can be created in the Directory is FFFFFF (3 bits of FF) which equals 16,777,220 decimal.
  118. Action: For the current version of the Directory, you have reached the maximum number of objects that can be created. To continue, delete objects that are no longer needed.
  119.  
  120.  
  121.  
  122. FFFFFD97
  123. -617
  124. Database format. The database format is invalid.
  125.  
  126.  
  127. FFFFFD96
  128. -618
  129. Inconsistent database. The server has detected an inconsistent database. Usually this means that the number of entries in a container does not match the number stored in the container's entry.
  130. Action: Run DSREPAIR.
  131.  
  132.  
  133. FFFFFD95
  134. -619
  135. Invalid comparison. An attempt was made to (1) compare two properties that are not comparable or (2) use an invalid compare syntax.
  136.  
  137.  
  138. FFFFFD94
  139. -620
  140. Comparison failed. A comparison of some kind failed.
  141.  
  142.  
  143. FFFFFD93
  144. -621
  145. Transactions disabled. The Transaction Tracking Service (TTS) has been disabled for the sever on which the Directory operation is taking place. When TTS is disables Directory Services operations which require modifying the database on that server are disabled as well.
  146. Action: At the console prompt of the file server, type "ENABLE TTS". If TTS was disabled because volume SYS: is full, login into the server and delete unnecessary files from volume SYS: and then type "ENABLE TTS" at the console.
  147.  
  148.  
  149.  
  150. FFFFFD92
  151. -622
  152. Invalid transport. The type of transport passed in to the server is not supported by the server.
  153.  
  154.  
  155. FFFFFD91
  156. -623
  157. Syntax invalid in name. The syntax for the name provided is invalid.
  158.  
  159.  
  160. FFFFFD90
  161. -624
  162. Replica already exists. A replica of the specified partition already exists on the server. 
  163. Action: Select a different server. It is recommend that a partition should have NO more than seven or eight replicas.
  164.  
  165.  
  166.  
  167. FFFFFD8F
  168. -625
  169. Transport failure. The server is unable to communicate across the network for one or more of the following reasons: a server is down, a bridge or other physical connection is down between servers, or a server cannot be found.
  170. Action: Check cabling and LAN communications. Check the server names and network addresses. Make sure that they have not changed since this server has been installed into the Directory. If they have, set them back to the original settings (if available) and see if the error goes away. Once all the connections have been reestablished, it may take up to 5 minutes before this message goes away.
  171.  
  172.  
  173.  
  174. FFFFFD8E
  175. -626
  176. All referrals failed. All referrals failed. The object could not be found. It is possible that the object exists, but the server could not communicate with the server holding a copy of the object. This error message is common when partition management is requested and events cannot occur because a server is inaccessible. This may be a temporary condition during partition functions.
  177.  
  178.  
  179. FFFFFD8D
  180. -627
  181. Can't remove naming value. An attempt was made to delete the naming property. You must rename the object, then delete the property.
  182.  
  183.  
  184. FFFFFD8C
  185. -628
  186. Object class violation. An object class violation has occurred.
  187.  
  188.  
  189. FFFFFD8B
  190. -629
  191. Entry is not leaf. The object being deleted or modified is not a leaf object. A container object that does not contain any objects is considered a leaf object, and therefore can be deleted. If you attempt to delete a container object that contains object of any Class, the following error is returned. "The utility can't delete Object_Class=Object_name because it is not a leaf object." A container object that is a partition root can not be deleted.
  192. Action: Delete all objects under the container object that is being deleted or modified. If the object is a partition root, merge the partition with the parent partition and then delete the object.
  193.  
  194.  
  195. FFFFFD8A
  196. -630
  197. Different tree. No information is available.
  198.  
  199.  
  200. FFFFFD89
  201. -631
  202. Illegal replica type. A replica needed to perform this function was not found. Typically you will receive this error when you attempt to set your bindery context at the server console and the server does not have a Read Write replica of the container you are attempting to reference in the bindery context.
  203. Action: Use Partition Manager to add a replica that includes the bindery context to that server.
  204.  
  205.  
  206. FFFFFD88
  207. -632
  208. System failure. Unexpected results have occurred. For example, the client requested that the Directory return a network address attribute and the Directory actually returned a public key attribute. This condition may be temporary. While the client usually returns errors in the -301 to -399 range, the client as well as the server returns this error during the authentication process.
  209.  
  210.  
  211. FFFFFD87
  212. -633
  213. Invalid entry for Root. An invalid entry for the root was made.
  214.  
  215.  
  216. FFFFFD86
  217. -634
  218. No referrals. The server has no objects that match the request and has no referrals on which to search for the object.
  219.  
  220.  
  221. FFFFFD85
  222. -635
  223. Remote failure. To complete some operations, a server will need to contact another server. If this is not possible (due to a link being down, for example), this error is returned.
  224.  
  225.  
  226. FFFFFD84
  227. -636
  228. Unreachable server.
  229.  
  230.  
  231. FFFFFD83
  232. -637
  233. Previous move in progress. Once an object has been moved from one context in the Directory to another, the Directory will not allow that object to be moved again until all replicas of that object have been updated. The length of time will vary depending on the size of the replica, the number of replicas, and the condition of the communication links between all the servers holding the replicas.
  234. Action: Leave the object in its current context until it can be moved again. This may require that the object be left in its new context for several minutes.
  235.  
  236.  
  237. FFFFFD82
  238. -638
  239. No character mapping.
  240.  
  241.  
  242. FFFFFD81
  243. -639
  244.  
  245. Incomplete authentication.
  246.  
  247.  
  248. FFFFFD7F
  249. -641
  250. Invalid request. The server did not understand the request. For example, a verb sent by a client workstation could be incorrect.
  251.  
  252.  
  253. FFFFFD7E
  254. -642
  255. Invalid iteration. An iteration handle sent by a client workstation is invalid.
  256.  
  257.  
  258. FFFFFD7D
  259. -643
  260. Schema is nonremovable. An attempt was made to delete an NDS structure or configuration.
  261.  
  262.  
  263. FFFFFD7C
  264. -644
  265. Schema is in use. An attempt was made to delete an NDS configuration or structure (such as a container object) that still contains an object using that structure. You must first delete the object or property, then delete the structure.
  266.  
  267.  
  268. FFFFFD7B
  269. -645
  270. Class already exists. The object Class being created already exists as a Class in the schema of the Directory. (See -604).
  271. Action: This error should only occur in a utility that updated the schema of the Directory. NetWare 4 does not include a utility to modify the schema. Determine the utility causing the error.
  272.  
  273.  
  274. FFFFFD7A
  275. -646
  276. Bad naming attributes. Invalid naming properties were used.
  277.  
  278.  
  279. FFFFFD79
  280. -647
  281. Not Root partition. An attempt was made to execute a function that is required on the root partition. Either (1) the client did not pass in the root partition name, or (2)\x110011the client attempted to perform the function somewhere besides the root partition.
  282.  
  283.  
  284. FFFFFD78
  285. -648
  286. Insufficient stack. The server stack was not large enough.
  287.  
  288.  
  289. FFFFFD77
  290. -649
  291.  
  292. Insufficient buffer. The server ran out of memory.
  293. Action: See "Resolving Server Memory Problems" in Supervising the Network.
  294.  
  295.  
  296. FFFFFD76
  297. -650
  298. Ambiguous containment. An attempt was made to create an NDS definition for a class that contained an ambiguous containment rule.
  299.  
  300.  
  301. FFFFFD75
  302. -651
  303. Ambiguous naming. An attempt was made to create an NDS definition for a class that contained an ambiguous containment name.
  304.  
  305.  
  306. FFFFFD74
  307. -652
  308. Duplicate mandatory. An attempt was made to create an NDS definition for a class that contained a duplicate mandatory name.
  309.  
  310.  
  311. FFFFFD73
  312. -653
  313. Duplicate optional. An attempt was made to create an NDS definition for a class that contained a duplicate optional name.
  314.  
  315.  
  316. FFFFFD72
  317. -654
  318. Partition busy. Another partition operation is currently taking place. For example, if a request has previously been issued to split a partition, a second request for a split (even at another point in the same partition) results in this error.
  319. Action: Wait for the previous partition operation to synchronize completely.
  320.  
  321.  
  322. FFFFFD71
  323. -655
  324. Multiple replicas. No information is available.
  325.  
  326.  
  327. FFFFFD70
  328. -656
  329. Crucial replica. No information is available.
  330.  
  331.  
  332. FFFFFD6F
  333. -657
  334. Schema sync in progress. The function could not be completed, because Directory synchronization is in progress. Wait awhile and try again.
  335.  
  336.  
  337. FFFFFD6E
  338. -658
  339. Skulk in progress. The function could not be completed because replica synchronization is in progress. Wait awhile and try again.
  340.  
  341.  
  342. FFFFFD6D
  343. -659
  344. Time not synchronized. NetWare Directory Services uses time stamps to determine the order of events that take place in the Directory. Time Synchronization Services has been implemented to maintain a consistent time across the network. Modification operations require the issuance of time stamp. If a replica on a server has issued a time stamp and the time on that server is set back, no further modification operations may take place until the time on the server moves past the last modification time on the partition. This applies only to operations that modify, not those that just read information.
  345. Action: Use Partition Manager's Rebuild Replicas to reset the time stamps to the current time and then wait for the replicas to synchronize. You may have to do this on a partition by partition basis.
  346.  
  347.  
  348. FFFFFD6C
  349. -660
  350. Record in use. The requested record is already in use.
  351.  
  352.  
  353. FFFFFD6B
  354. -661
  355. DS volume not mounted. The Directory Services volume is not mounted.
  356.  
  357.  
  358. FFFFFD6A
  359. -662
  360. DS volume IO failure. An I/O failure occurred on the Directory Services volume.
  361.  
  362.  
  363. FFFFFD69
  364. -663
  365. DS locked. The Directory database is locked on the server.
  366. Action: It may be necessary to run SDREPAIR on the server.
  367.  
  368.  
  369. FFFFFD68
  370. -664
  371. Old epoch. This is an NDS time stamp error.
  372.  
  373.  
  374. FFFFFD67
  375. -665
  376. New epoch. This is an NDS time stamp error.
  377.  
  378.  
  379. FFFFFD65
  380. -667
  381. Partition root. The object being manipulated is the root of a Directory Services partition. This error appears most often when attempting to delete a container object that is a partition root.
  382. Action: Use the partition management tools to merge this partition into the parent partition.
  383.  
  384.  
  385. FFFFFD64
  386. -668
  387. Entry not container. An illegal function was attempted on a leaf object.
  388.  
  389.  
  390. FFFFFD63
  391. -669
  392. Failed authentication. The Directory database is locked on the server.
  393. An invalid password was sent. Authentication failed.
  394.  
  395.  
  396. FFFFFD61
  397. -671
  398. No such parent. A parent was specified that does not exist.
  399.  
  400.  
  401. FFFFFD60
  402. -672
  403. No access. The client does not have sufficient results to perform the requested operation.
  404.  
  405.  
  406. FFFFFD5F
  407. -673
  408. Replica not on. The replica is being created on a server. Until all the object information has been received on that server, the replica is "off" (not available for use by Directory clients).
  409. Action: Wait until the replica is created on the other server.
  410.  
  411.  
  412. FFFFFD5A
  413. -678
  414. Duplicate ACL. No information is available.
  415.  
  416.  
  417. FFFFFD59
  418. -679
  419. Partition already exists. An attempt was made to create a partition that already exists.
  420.  
  421.  
  422. FFFFFD58
  423. -680
  424. An attempt was made to use a reference that is not a subordinate reference.
  425.  
  426.  
  427. FFFFFD57
  428. -681
  429. Alias of an alias. An attempt was made to use an alias of an alias.
  430.  
  431.  
  432. FFFFFD56
  433. -682
  434. Auditing failed. One of the following explanations may apply:
  435. The auditing function failed.
  436.  
  437.  
  438. FFFFFD55
  439. -683
  440. Invalid API version. An invalid application API is being used. You will need to update your software.
  441.  
  442.  
  443. FFFFFD54
  444. -684
  445. Secure NCP violation. No information is available.
  446.  
  447.  
  448. FFFFFD45
  449. -699
  450. Unknown. An unrecoverable error has occurred and the operation cannot be completed. 
  451. Action: Contact your Novell Authorized Reseller.
  452.  
  453.