%META:TOPICPARENT{name="ErrorMessagesSymbols"}%

==Error Messages (#)==

[[ErrorMessagesA|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|#]]

    
===-D limit exceeded. Auto incrementing to x. (5410)===

{{{-D}}} is a Progress start-up parameter. It governs the number of r-code directory entries within which Progress manages r-code files. To eliminate this error, increase the value passed to {{{-D}}} at database start up. Then, take the following action:

* If you are using Single-Tier drivers, include the {{{-D}}} setting in the **Server Options** field of your DSN.
* If you are using Multi-Tier drivers:
## Use a text editor to open the {{{oplrqb.ini}}} file which resides in the {{{/bin/}}} sub-directory of your <nop>OpenLink server components installation.
## Locate the {{{[generic_proxxx]}}} section which corresponds to your <nop>OpenLink Database Agent. For example:
{{{
[generic_pro82a]
Program = pro82a_sv.exe
Environment = PROGRESS82A
ServerOptions = -q -d mdy -TB 31 -TM 31
ReUse = never
}}}
## Add the {{{-D}}} setting to {{{ServerOptions}}}. For example:
{{{
ServerOptions = -q -d mdy -TB 31 -TM 31 -D 100
}}}
## Save your changes and exit the file.
## Restart or reinitialize your <nop>OpenLink Request Broker.
## Test.

===Evidence===

* Data Source Attributes
* Request Broker Log
* Request Broker Session Rulebook