<docbook><section><title>TheDatabaseAgentIsNotConfigured</title><bridgehead class="http://www.w3.org/1999/xhtml:h2">Error Messages (T)</bridgehead>
<para><ulink url="UDAErrorMessages">A</ulink> <ulink url="ErrorMessagesB">B</ulink> <ulink url="ErrorMessagesC">C</ulink> <ulink url="ErrorMessagesD">D</ulink> <ulink url="ErrorMessagesE">E</ulink> <ulink url="ErrorMessagesF">F</ulink> <ulink url="ErrorMessagesG">G</ulink> <ulink url="ErrorMessagesH">H</ulink> <ulink url="ErrorMessagesI">I</ulink> <ulink url="ErrorMessagesJ">J</ulink> <ulink url="ErrorMessagesK">K</ulink> <ulink url="ErrorMessagesL">L</ulink> <ulink url="ErrorMessagesM">M</ulink> <ulink url="ErrorMessagesN">N</ulink> <ulink url="ErrorMessagesO">O</ulink> <ulink url="ErrorMessagesP">P</ulink> <ulink url="ErrorMessagesQ">Q</ulink> <ulink url="ErrorMessagesR">R</ulink> <ulink url="ErrorMessagesS">S</ulink> <ulink url="ErrorMessagesT">T</ulink> <ulink url="ErrorMessagesU">U</ulink> <ulink url="ErrorMessagesV">V</ulink> <ulink url="ErrorMessagesW">W</ulink> <ulink url="ErrorMessagesX">X</ulink> <ulink url="ErrorMessagesY">Y</ulink> <ulink url="ErrorMessagesZ">Z</ulink> <ulink url="ErrorMessagesSymbols">#</ulink></para><bridgehead class="http://www.w3.org/1999/xhtml:h3">The <computeroutput>&lt;database&gt;</computeroutput> database agent is not configured</bridgehead>
<para> &quot;The <computeroutput>&lt;database&gt;</computeroutput> database agent is not configured&quot; errors are generated by the OpenLink Session Rules Book.
 If you receive these errors, take the following action:</para><para>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.</para><para>2.
 Locate the [Domain Aliases] section of the Rules Book.</para><para>3.
 Determine how your client&#39;s &quot;Domain&quot; or &quot;ServerType&quot; value is aliased.
 For instance:</para><programlisting>Informix 7 = inf7
</programlisting><para> 4.
 Locate the [Mapping Rules] section of the Rules Book.</para><para>5.
 Find the rule associated with your alias.
 For example:</para><programlisting>inf7:*:*:*:*:*:* = reject The Informix 7 Database Agent is not configured
</programlisting><para> 6.
 Remove &quot;reject The <computeroutput>&lt;database&gt;</computeroutput> Database Agent is not configured.&quot;</para><para>7.
 Replace the text with accept generic_<computeroutput>&lt;alias&gt;</computeroutput>.
 For example:</para><programlisting>inf7:*:*:*:*:*:* = accept generic_inf7
</programlisting><para> 8.
 Insure that there is a pre-existing generic_<computeroutput>&lt;alias&gt;</computeroutput> section.
 For example:</para><programlisting>[generic_inf7]
Program = inf7_mv.exe
Environment = INFORMIX7
OpsysLogin = Yes
ReUse = always . . .
</programlisting><para> 9.
 Insure that there is an [Environment DATABASEX] section.
 This section corresponds to the value passed to Environment in the [generic_<computeroutput>&lt;alias&gt;</computeroutput>] section.
 Furthermore, [Environment DATABASEX] contains critical, database-related environment variables.
 You must insure that these variables are properly set.
 For example:</para><programlisting>[Environment INFORMIX7]
INFORMIXSERVER = nkhatam
INFORMIXDIR = D:\DBS\Informix
</programlisting><para> 10.
 Restart or reinitialize your Request Broker to register your changes.</para><para>11.
 Test.</para><para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h3">Evidence</bridgehead>
<para>Session Rules Book Request Broker Log</para></section></docbook>