Error Messages (#)
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 #
-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
OpenLink server components installation.
- Locate the [generic_proxxx] section which corresponds to your
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
OpenLink Request Broker.
- Test.
- Use a text editor to open the oplrqb.ini file which resides in the /bin/ sub-directory of your
Evidence
- Data Source Attributes
- Request Broker Log
- Request Broker Session Rulebook