| If ReasonCode/Message is... | The problem is that... | 
|---|---|
| (1) Performed connection operation while not logged in. | The XDB Server received a database request from a client program that has not yet connected or has already disconnected from
                              the database. Often this problem is caused by faulty logic in a user program. Check the code in your program to ensure that all connect/disconnect sequences occur in the correct order. For example... 
 |