Here are some common error codes and some possible solutions or
things to check for:
| Message |
Hex |
Dec |
Possible Cause |
Solution |
| Connection Succesful |
0x00 |
0 |
· The operation was successful
· The BIND or connection was succesful |
N/A |
| Partial Results & Referral Received |
0x09 |
9 |
· The Search BASE DN specified on the client is incorrectly
specified.
· The Search BASE DN as specified does not exist or has not
been set on the directory server.
· A referral was received from the server. |
· Make sure that the client doing the request has the proper
BASE DN specified.
· Make sure that the proper suffix has been configured for your
database. (example Base/suffix: o=Ace industry,c=US).
· The client received a referral (for another server) which
could not be followed. |
| No such Attribute |
0x10 |
16 |
· The attribute specified is not defined in the server’s schema |
· Make sure that the correct attribute is specified (no typos).
·If the attribute is correct, make sure to add it to the server’s
slapd.at.conf file. |
| No such Object |
0x20 |
32 |
· The entry or attribute requested does not exist on the directory
server. |
· Make sure the Directory Server has the data you expected it
to have. Import Database etc. |
| Invalid Credentials |
0x31 |
49 |
· The password given is incorrect for the entry one is BINDing
as. |
· Enter the correct password.
· Give the entry a new password, and reconnect with the correct
password. |
| Insufficient Access |
0x32 |
50 |
· You are denied to perform the operation requested (Add, Delete,
Modify etc). |
· Give the user the proper privileges.
· Check the ACL rules to make sure they are correct. |
| Unwilling To Perform |
0x35 |
53 |
· The database is in READ-ONLY mode.
· The database connect perform operation due to other problems |
· Make sure the database is NOT in read-only mode.
· Check to see if there are any errors on the Directory Servers. |
| Object Class Violation |
0x41 |
65 |
· The objectclass being created is unknown to the directory
server.
· An attribute in the new objectclass is unrecognized by the
directory server. |
· update the slapd.oc.conf/slapd.at.conf to recognize the new
objectclass/attributes (see manual).
· Make sure that you are running the latest Directory Server. |
| Already Exists |
0x44 |
68 |
· The entry/value you are creating, already exists in the directory
server. |
· No need to update the directory server, since it already has
this value/entry. |
| Server Down |
0x51 |
81 |
· The directory server is down.
· The client cannot reach the directory server.
· The directory server is not responding. |
· Start the directory server.
· Make sure that the client can connect to the directory server.
· The directory server is not working properly, and needs to
be diagnosed. (On NETRA see technote 970923-1). |