Background documentation-10715: Missing user name for connection | Missing password for connection Locate this document in the navigation structure

 

Explanation

An attempt was made to connect to the database using the SQLDBC_Connection::connect method. One of the following problems arose:

  • You did not specify a database user.

  • You did not specify a password for the database user.

User Response

Enter the database user or the corresponding password in the properties of the SQLDBC_Connection::connect method.

  • If you want to establish the connection using the KEY property, use the XUSER list command to check whether an XUSER entry exists for this database user or whether the XUSER entry contains the database user's password.

  • f you want to establish the connection using the KEY=SQLOPT property, check whether the -u <database_user>, <database_user_password> option was set in the SQLOPT environment variables.