Item name | Required/Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name of the connection setting. |
|
Type | Required | Not available | Select the type of database to connect. |
|
Item name | Required/Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Hostname | Required | Only environment variables are available. | Enters the hostname or IP address of the Domino server.
|
|
Port number | Optional | Only environment variables are available. | Enter the port number of the Domino server. |
|
Database name | Required | Only environment variables are available. | Enter Database (NSF file) name. |
|
User name | Optional | Only environment variables are available. | Enter the user name. |
|
Password | Optional | Only environment variables are available. | Enter the password. |
Item name | Description | Remarks |
---|---|---|
Connection Test | Checks the connection to the database. |
Exception name | Cause | Solution |
---|---|---|
lotus.domino.NotesException Session closed due to communications failure |
Possible causes include the following.
|
Please perform the followings.
|
lotus.domino.NotesException Object no longer exists on server |
The DIIOP connection by the same global resource has not been connected for time longer than "Idle session timeout" setting in the DIIOP server, therefore disconnected. | Check "Idle session timeout" setting in DIIOP Server. |
lotus.domino.NotesException NotesException: Bulk recycler is not running |
The DIIOP connection by the same global resource has not been connected for time longer than "Idle session timeout" setting in the DIIOP server, therefore disconnected. | Check "Idle session timeout" setting in DIIOP Server. |
org.omg.CORBA.INV_OBJREF vmcid: 0x49420000 minor code: 64 completed: No |
The DIIOP connection by the same global resource has not been connected for time longer than "Idle session timeout" setting in the DIIOP server, therefore disconnected. | Check "Idle session timeout" setting in DIIOP Server. |
org.omg.CORBA.INV_OBJREF vmcid: 0x49423000 minor code: 2449 completed: No |
The DIIOP connection by the same global resource has not been connected for time longer than "Idle session timeout" setting in the DIIOP server, therefore disconnected. | Check "Idle session timeout" setting in DIIOP Server. |
LotusDominoException 4457: Could not get IOR from Domino Server: http://<Hostname>:<Port number>/diiop_ior.txt |
Possible causes include the following.
|
Please perform the followings.
|
LotusDominoException 4062: Could not open Notes session |
Possible causes include the following.
|
Please perform the followings.
|
LotusDominoException 4488: |
The connecting user is not specified in "Unrestricted Java/Javascript/COM execution" settings of the Domino server to connect. | Specify connecting user or anonymous to "Unrestricted Java/Javascript/COM execution" settings of the Domino server to connect.
![]() |
LotusDominoException 4457: Could not get IOR from Domino Server: http://<Hostname>:<Port number>/diiop_ior.txt |
The host specified in [Hostname] or the port number specified in [Port number] is incorrect. | Check the [Hostname] and [Port number]. |
LotusDominoException 4003: File does not exist |
The database specified in [Database name] does not exist. | Please specify an existing database in [Database name]. |
LotusDominoException 4486: Invalid user name/password |
[User name] or [Password] is incorrect. | Check [User name] and [Password]. |
LotusDominoException 4060: User <User name> cannot open database <Database name> |
No authority to open the database specified in [Database name] for the user specified in [User name]. | Please conduct one of the below.
|
LotusDominoException 4060: User Anonymous cannot open database <Database name> |
The database specified as [Database name] does not permit anonymous access. | Please conduct one of the below.
|