Global Resource Properties

Connection Settings

Set global resource in the adapter properties, "Global Resource Settings"in the Control Panel, or WebConsole.
Basic settings
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.
  • Cannot select the database out of the operation database on editing.
Required settings
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.
  • "80" is set when omitted.
Database name Required Only environment variables are available. Enter Database (NSF file) name.
  • Extension(.nsf) is optional.
User name Optional Only environment variables are available. Enter the user name.
  • If you skip entering [User name] as well as [Password], anonymous access is performed.
Password Optional Only environment variables are available. Enter the password.  
Property Action
Item name Description Remarks
Connection Test Checks the connection to the database.  

Component Pool Settings

Component pool settings can be managed from "Global Resource Settings" within Control Panel..

Security

Security Settings can be managed from "Global Resource Settings" within Control Panel or from WebConsole.

Main exceptions

Exception name Cause Solution
lotus.domino.NotesException
Session closed due to communications failure
Possible causes include the following.
  • The Domino server or DIIOP Server to connect is not started
  • 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.
Please perform the followings.
  • Start the Domino server or DIIOP Server to connect.
  • Check "Idle session timeout" setting in DIIOP Server.
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.
  • The Domino server to connect to is not started.
  • The Web Anonymous Access to destination, the Domino server is not enabled.
Please perform the followings.
  • Please start the Domino server to connect.
  • Please activate the Web Anonymous Access to the Domino server.
    See "Preferences" for more information .
LotusDominoException
4062: Could not open Notes session
Possible causes include the following.
  • The Domino server to connect to is not started.
  • The DIIOP server in the destination side is not booted.
Please perform the followings.
  • Please start the Domino server to connect.
  • Please start the DIIOP server to connect.
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.
See "Preferences" for more information .
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.
  • Please check the user specified for [User name].
  • Please check the database settings you specified for [Database name].
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.
  • Specify [User name] as well as [Password].
  • Please check the database settings you specified for [Database name].