X385: Login error with Reason Code ReasonCode Message (returned Number).

An error has occurred while logging on to the XDB Server through the Direct Flight software.
Restriction: This topic applies to Windows environments only.
If ReasonCode/Message is... The problem is that...
1 Get Receipt Failed The internal call to Xdbxgetrcpt( ) failed because of a Number error. See error Number for additional information and corrective action.
2 Profile Query Failed The query of SYSPROFILES failed during execution of Xdbxcommand.

Do the following:

  • Check for problems with the SYSXDB.SYSPROFILES table in the system location (confirm, for example, that it was created and hasn't been dropped).
  • Check that you have correctly specified the values for the SYSTEM location and for the SYSPROFILES authid in the URL and/or the Properties Object passed to DriverManager.getConnection.
  • Verify that you have privileges to access SYSXDB.SYSPROFILES.

See also error Number for additional information and corrective action.

If you cannot resolve the problem, contact Micro Focus Technical Support and provide them with the following information:

  • The versions of client and server software you are using.
  • The JDBC URL you have specified
  • Properties you have set in the Properties Object
3 Set Status Failed The internal call to Xdbxstatus( ) failed because of a Number error. See error Number for additional information and corrective action.
5 System Open Failed The internal call to Xdbxopen( ) failed because of a Number error. See error Number for additional information and corrective action.
6 Profile Fetch Failed The fetch from SYSXDB.SYSPROFILES failed during execution of Xdbxfetch.

Do the following:

  • Check for problems with the SYSXDB.SYSPROFILES table in the system location (corrupt records, for example).
  • Verify that you have privileges to access SYSXDB.SYSPROFILES.

See also error Number for additional information and corrective action.

If you cannot resolve the problem, contact Micro Focus Technical Support and provide them with the following information:

  • The versions of client and server software you are using.
  • The JDBC URL you have specified
  • The properties you have set in the Properties Object
7 Initialize Autocommit Failed The internal call to turn on autocommit failed because of a Number error. See error Number for additional information and corrective action.
9 Close Failed The internal call to Xdbxclose( ) failed because of a Number error. See error Number for additional information and corrective action.
10 Open Initial Location Failed The internal call to open the primary location (as specified by the location property) failed.
  • Check that a record exists in SYSXDB.SYSPROFILES for the profile name and location you are attempting to use.
  • Check that you have specified the location correctly in the URL or in the Properties Object (jet.dfjdbc.profile.location).

See error Number for additional information and corrective action.

14 Set Package Set Failed The internal call to set the Package Set Id (as specified by the packageset property) failed.
  • Check that a record exists in SYSXDB.SYSPROFILES for the profile name and package set you are attempting to use.
  • Check that you have specified the package set correctly in the URL or in the Properties Object (jet.dfjdbc.profile.packageset). See Getting Started with JetExpress for more information about the Properties Object

See error Number for additional information and corrective action.