Error Messages (T)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
The <database> database agent is not configured
"The <database> database agent is not configured" errors are generated by the
1.
Use a text editor to open the oplrqb.ini file.
You will find oplrqb.ini in the /bin sub-directory of your
2. Locate the [Domain Aliases] section of the Rules Book.
3.
Determine how your client's "Domain" or "
Informix 7 = inf7
4.
Locate the [Mapping Rules] section of the Rules Book.
5.
Find the rule associated with your alias.
For example:
inf7:*:*:*:*:*:* = reject The Informix 7 Database Agent is not configured
6.
Remove "reject The <database> Database Agent is not configured."
7.
Replace the text with accept generic_<alias>.
For example:
inf7:*:*:*:*:*:* = accept generic_inf7
8.
Insure that there is a pre-existing generic_<alias> section.
For example:
[generic_inf7] Program = inf7_mv.exe Environment = INFORMIX7 OpsysLogin = Yes ReUse = always . . .
9.
Insure that there is an [Environment DATABASEX] section.
This section corresponds to the value passed to Environment in the [generic_<alias>] section.
Furthermore, [Environment DATABASEX] contains critical, database-related environment variables.
You must insure that these variables are properly set.
For example:
[Environment INFORMIX7] INFORMIXSERVER = nkhatam INFORMIXDIR = D:\DBS\Informix
10.
Restart or reinitialize your Request Broker to register your changes.
11. Test.
Evidence
Session Rules Book
Request Broker Log
Referenced by...