file - the .INI file name (XDBNET.INI in this case) where the error occurred.
section - the server section name in XDBNET.INI where an error occurred.
item - the server section parameter name (for example, IpAddress or IpxNodeAddr) where an error occurred.
string - the server section string value where an error occurred.
Possible Error Messages:
Sample XDBNET.INI file error where a string value is missing:
[server XDB] IpAddress=
The XDBNET.INI file identified by file does not exist.
The server section identified by section could not be found in the XDBNET.INI file.
A required item identified by item (such as a TcpPort value) was not found in the server section identified by section of the XDBNET.INI file.
The data in an XDBNET.INI file item has exceeded the allowable number of digits.
Parameter appearing in an XDBNET.INI file item contains an invalid value.
If using a version earlier than 5.0, XDB will return the following X003 error message:
X003: Money value overflow.
An attempt was made to place a value that is too large or too small into a numeric field (float, int, smallint, etc.). See XDB Server Specifications in the SQL Reference for maximum and minimum values permitted in numeric data types. Check picture specifications.