%META:TOPICPARENT{name="ErrorMessagesT"}% ==Error Messages (T)== [[UDAErrorMessages|A]] [[ErrorMessagesB|B]] [[ErrorMessagesC|C]] [[ErrorMessagesD|D]] [[ErrorMessagesE|E]] [[ErrorMessagesF|F]] [[ErrorMessagesG|G]] [[ErrorMessagesH|H]] [[ErrorMessagesI|I]] [[ErrorMessagesJ|J]] [[ErrorMessagesK|K]] [[ErrorMessagesL|L]] [[ErrorMessagesM|M]] [[ErrorMessagesN|N]] [[ErrorMessagesO|O]] [[ErrorMessagesP|P]] [[ErrorMessagesQ|Q]] [[ErrorMessagesR|R]] [[ErrorMessagesS|S]] [[ErrorMessagesT|T]] [[ErrorMessagesU|U]] [[ErrorMessagesV|V]] [[ErrorMessagesW|W]] [[ErrorMessagesX|X]] [[ErrorMessagesY|Y]] [[ErrorMessagesZ|Z]] [[ErrorMessagesSymbols|#]] ===The {{{}}} database agent is not configured=== "The {{{}}} database agent is not configured" errors are generated by the OpenLink Session Rules Book. If you receive these errors, take the following action: 1. Use a text editor to open the oplrqb.ini file. You will find oplrqb.ini in the /bin sub-directory of your OpenLink server components installation. 2. Locate the [Domain Aliases] section of the Rules Book. 3. Determine how your client's "Domain" or "ServerType" value is aliased. For instance: {{{ 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 Agent is not configured." 7. Replace the text with accept generic_{{{}}}. For example: {{{ inf7:*:*:*:*:*:* = accept generic_inf7 }}} 8. Insure that there is a pre-existing generic_{{{}}} 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_{{{}}}] 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