EGL0509E Cannot connect to the default database. The name of the default database was not specified.

Explanation

The name of the default database was not specified, so the program cannot connect to it.

User Response

The name of the default database can be specified in several ways. Either the vgj.jdbc.default.database.programName (where programName is the name of the program) or vgj.jdbc.default.database properties must be set. The value of that property may be the actual name of the default database, or it may be the default database's logical name. When a logical name is used, the vgj.jdbc.database.logicalName must be set. The value of this property must be the actual name of the default database.


Feedback